A triangle has sides with lengths: 1, 8, and 12. How do you find the area of the triangle using Heron's formula?

1 Answer
Jun 8, 2016

You cannot build a triangle with sides #1, 8, 12#.

Explanation:

The Heron's formula says that the area of a triangle with sides #s_1, s_2, s_3# is given by

#A=sqrt(P/2(P/2-s_1)(P/2-s_2)(P/2-s_3))#

where #P# is the perimeter #P=s_1+s_2+s_3#.

In your case #P=1+8+12=21#

then

#A=sqrt(21/2(21/2-1)(21/2-8)(21/2-12))#

#=sqrt(21/2*19/2*5/2*(-3/2))#

#=sqrt(-5985/16)#

#=sqrt(-374.0625)#

Of course this tells you that there is something wrong because you obtain the square root of a negative number and the area has to be a positive real number.

What is the problem?

The problem is that with the three numbers you have you cannot obtain a triangle.
The first property of a triangle is the triangular inequality that stats that the sum of two sides must be always greater or equal to the third side. This is clearly not true when you consider the sum of our first two sides #1+8=9# that is smaller than #12#.
This tells us that we cannot construct a triangle from those numbers and, consequently, the Heron's formula cannot be applied.