document.write( "Question 1034328: The area of a triangle is 15 square meters. The base is 1 meter less than the height. What is the height of the triangle?. \n" ); document.write( "
Algebra.Com's Answer #648939 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the ht=h m \n" ); document.write( "then base b=h-1 m \n" ); document.write( "so the area= 1/2*b*h=1/2*(h-1)*h=15 given \n" ); document.write( "h^2-h-30=0 \n" ); document.write( "or, (h-6)(h+5)=0 \n" ); document.write( "or,h=6 or -5 \n" ); document.write( "so h=5 m ans \n" ); document.write( " |