document.write( "Question 748285: the base of the triangle is 5m longer than its height. If the area is 12m^2 , find its base and height? \n" ); document.write( "
Algebra.Com's Answer #806388 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! base = x + 5 \n" ); document.write( "height = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/2 * (x+5)(x) = 12 \n" ); document.write( "x^2 + 5x = 24 \n" ); document.write( "x^2 + 5x - 24 = 0 \n" ); document.write( "(x + 8)(x - 3) = 0 \n" ); document.write( "x = -8, x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x has to be positive, so the base is 8 meters and the height is 3 meters. \n" ); document.write( " |