This mini area application calculates the area of an triangle using certain formulae based on the information which the user fills out in the below mentioned fields.

Area of a right Angle Triangle


Formulae: 1/2 x base x height

Here the result will be displayed

Area of an equilateral triangle


Formulae: (√3)/4 × side2

Here the result will be displayed

Area of a triangle whose 3 sides are given:


Heron's Formulae: √(s(s-a)(s-b)(s-c)) where s=(a+b+c)/2

Here the result will be displayed

Area of a triangle whose 2 sides and angle between them are known


Formulae: 1/2 × b x c x sin(y)

Here the result will be displayed