A triangle has sides with lengths: 16, 14, and 19. How do you find the area of the triangle using Heron's formula?
2 Answers
≈ 109.665 square units
Explanation:
This is a two step process.
step 1 : Calculate half the perimeter (s) of the triangle
let a = 16 , b = 14 and c = 19
# s = (a+b+c)/2 = (16+14+19)/2 = 49/2 = 24.5# step 2 : Calculate area
area
# = sqrt(s(s-a)(s-b)(s-c) #
# = sqrt(24.5(24.5-16)(24.5-14)(24.5-19)#
# = sqrt(24.5xx8.5xx10.5xx5.5) ≈ 109.665" square units " #
Explanation:
Jim's answer seems to be the magic Heron's Formula answer when I asked the question
How do you use Heron's formula to find the area of a triangle with sides of lengths 19, 14, and 14?
using the app camera. There was a question with those exact numbers but it brought me the other answer to this question, with slightly different numbers. Hmmm.
If this is going to live forever, here's how to do it saving the fraction to the end.
It's a cool formula, remember the pattern of the minus sign:
While we're here, did you know
All the lengths are squared in these, so they work great given coordinates, especially more than two dimensional coordinates.