document.write( "Question 903990: The perpendicular height of a triangle is 3 cm less than the
\n" );
document.write( "length of its base. The area of the triangle is 27 cm2. Form a
\n" );
document.write( "quadratic equation to represent the information and solve to
\n" );
document.write( "find the dimensions of the triangle. \n" );
document.write( "
Algebra.Com's Answer #548444 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A = (1/2)bh \n" ); document.write( "Question States*** \n" ); document.write( "(1/2)b(b-3) = 27cm^2 \n" ); document.write( "b(b-3) = 54 \n" ); document.write( "b^2 - 3b -54 = 0 \n" ); document.write( "(b+6)(b-9) = 0 (Tossing out the negative solution for unit measure) \n" ); document.write( "b = 9cm and h = 6cm \n" ); document.write( "And...checking *** \n" ); document.write( "54/2 = 27 \n" ); document.write( " |