document.write( "Question 1000047: find the exact area of a triangle whose side lengths are the roots of
\n" );
document.write( "x^3-18x+105x-200 \n" );
document.write( "
Algebra.Com's Answer #617601 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you factor this you will get \n" ); document.write( "x^3-18x+105x-200 = (x-8)(x-5)(x-5) \n" ); document.write( "Setting this equal to zero, yields side lengths of 5 and 8. \n" ); document.write( "Since A = (1/2)bh = (1/2)(5)(8) = 20 \n" ); document.write( " |