document.write( "Question 1082778: The base of a triangel exceeds the height by 9 inches. If the area is 180 squares inches,find the length of the base and height of the triangle \n" ); document.write( "
Algebra.Com's Answer #696837 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! height =x \n" ); document.write( "base=x+9 \n" ); document.write( "x(x+9)/2=180, because A=(1/2)bh \n" ); document.write( "x^2+9x=360 \n" ); document.write( "x^2+9x-360=0 \n" ); document.write( "(x+24)(x-15)=0 \n" ); document.write( "x=-24 and 15, only 15 is sensible \n" ); document.write( "height is 15 inches, base is 24 inches. Half their product is 180 in^2, the area. \n" ); document.write( " |