document.write( "Question 1201309: The height of a triangle is 4 cm more than twice the length of the base. The area of the triangle is 24 cm^2. Find the height of the triangle.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #835616 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The height of a triangle is 4 cm more than twice the length of the base. The area of the triangle is 24 cm^2. Find the height of the triangle. \n" ); document.write( "----- \n" ); document.write( "Area = b*h/2 \n" ); document.write( "24 = b*(2b+4)/2 \n" ); document.write( "etc \n" ); document.write( " |