document.write( "Question 892025: The base of a triangle is 3 less than twice the height. The area of the triangle is 27cm squared. What is the length of the base and height? \n" ); document.write( "
Algebra.Com's Answer #540273 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Area = \n" ); document.write( "Area = 27cm^2, so b*h = 54 \n" ); document.write( "Factors of 54 are: \n" ); document.write( "54,1 \n" ); document.write( "27,2 \n" ); document.write( "18,3 \n" ); document.write( "9,6 \n" ); document.write( "6,9 \n" ); document.write( "3,18 \n" ); document.write( "2,27 \n" ); document.write( "1,54 \n" ); document.write( "Which of those fits the equation B=2H-3? \n" ); document.write( "If (27,2), then 27 = 2(2)-3. Nope, that doesn't fit. \n" ); document.write( "(18,3) 18 = 2(3)-3. That doesn't work either. \n" ); document.write( "(9,6) 9=2(6)-3. Success! The base is 9 and the height is 6 \n" ); document.write( " |