document.write( "Question 853883: area = 697 square inches. Base of triangle is 7\" shorter than height. What is the height? \n" ); document.write( "
Algebra.Com's Answer #514329 by chndnbl(31)![]() ![]() You can put this solution on YOUR website! Let height= h=x inches \n" ); document.write( "base=b=x-7 inches \n" ); document.write( "area of triangle = 697 square inches \n" ); document.write( "(1/2)*b*h = 697 \n" ); document.write( "1/2 * x-7 * x = 697 \n" ); document.write( "x^2-7x = 1394 \n" ); document.write( "x^2 - 7x - 1394=0 \n" ); document.write( "solve this quadratic equation , find the roots of x. Then substitute in the base. \n" ); document.write( " |