A triangle has integer side lengths 2, 5 and x. What is the area of the triangle if x = 6?
A triangle has integer side lengths 2, 5 and x. What is the area of the triangle if x = 6?
I think it'd be easier to go with Heron's Formula than trying to manipulate trig functions.
s = 1/2 • (a+b+c)
s = 1/2 • (2 + 5 + 6) = 6.5
A = sqrt ( (s)(s–a)(s–b)(s–c) )
A = sqrt ( 6.5 • 4.5 • 1.5 • 0.5 )
A = sqrt ( 65.8125 )
A = 8.1125 (as a fraction, 8 9/80 )
.