document.write( "Question 99: The base of a triangle is five feet longer than the height. The area of the triangle is 75 square feet. Find the height and base of the triangle. \n" ); document.write( "
Algebra.Com's Answer #88 by ichudov(507)![]() ![]() You can put this solution on YOUR website! base = height+5 \n" ); document.write( "The area is \n" ); document.write( "\n" ); document.write( "since base = height + 5\r \n" ); document.write( "\n" ); document.write( "(height+5)*height/2 = 75\r \n" ); document.write( "\n" ); document.write( "(height+5)*height = 150 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is a quadratic equation, solve it using my solver.\r \n" ); document.write( "\n" ); document.write( "I am including its graph: \n" ); document.write( "\n" ); document.write( "Looks like the only positive root is x=10. \n" ); document.write( " |