document.write( "Question 965427: The side lengths of a triangle are the integral roots of the equation
\n" ); document.write( "x^3 - 16x^2 + 85x - 150 = 0
\n" ); document.write( "What is the area of the triangle? (Use Heron's formula for the area of a triangle)
\n" ); document.write( "

Algebra.Com's Answer #590130 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "By using synthetic division we get x=5 is a root.
\n" ); document.write( "x^3 - 16x^2 + 85x - 150 = 0
\n" ); document.write( "(x-5)(x^2-11x+30)=0
\n" ); document.write( "(x-5)(x^2-5x-6x+30)=0
\n" ); document.write( "(x-5)(x(x-5)-6(x-5))=0
\n" ); document.write( "(x-5)(x-5)(x-6)=0
\n" ); document.write( "The three sides of the triangle are 5,5 and 6.
\n" ); document.write( "Semi perimeter s=(5+5+6)/2=16/2=8
\n" ); document.write( "Area=√s(s-a)(s-b)(s-c)=√8(8-5)(8-5)(8-6)=√8(3)(3)(2)=√144=12
\n" ); document.write( "Answer= 12 square units.
\n" ); document.write( "
\n" );