What is the formula for the area of a non right-angled triangle?

1 Answer
Jun 17, 2018

For a triangle with sides a,b,c:

A=s(sa)(sb)(sc) where s=12(a+b+c)

Explanation:

Assuming you know the lengths a,b,c of the three sides, then you can use Heron's formula:

A=s(sa)(sb)(sc)

where s=12(a+b+c) is the semi-perimeter.

Alternatively, if you know the three vertices (x1,y1), (x2,y2) and (x3,y3) then the area is given by the formula:

A=12|x1y2+x2y3+x3y1x1y3x2y1x3y2|

(see https://socratic.org/s/aRRwRfUE)