document.write( "Question 760439: a triangle has area 42cm^2. find the height, in cm, if it is 5cm shorter than the base. \n" ); document.write( "
Algebra.Com's Answer #462681 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Base = x \n" ); document.write( "Height = (x - 5) \n" ); document.write( "Area = 1/2 (base * height) \n" ); document.write( " 42 = 1/2 (x*(x - 5)) \n" ); document.write( " 42 = 1/2(x^2 - 5x) \n" ); document.write( " 84 = x^2 - 5x \n" ); document.write( " x^2 - 5x - 84 \n" ); document.write( "(x - 12)(x + 7) = 0 \n" ); document.write( "x = 12 \n" ); document.write( "x = -7 (no answer) \n" ); document.write( "Base = 12cm \n" ); document.write( "Height = 7cm \n" ); document.write( " \n" ); document.write( " |