document.write( "Question 326297: The height of a triangle is 4 meters longer than twice its base. Find the height if the area of the triangle is 63 square meters.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #233676 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! To find the area of a triangle we use the formula A = (1/2)(h)(b).\r \n" ); document.write( "\n" ); document.write( "Let h = (2x + 4)\r \n" ); document.write( "\n" ); document.write( "Let A = 63\r \n" ); document.write( "\n" ); document.write( "Let b = x\r \n" ); document.write( "\n" ); document.write( "63 = (1/2)(2x + 4)(x)\r \n" ); document.write( "\n" ); document.write( "Can you finish now? \n" ); document.write( " |