document.write( "Question 599645: the base of a triangle exceeds the height by 9 feet. if the area is 315 square feet, find the length of the base and the height of the triangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379024 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the base of a triangle exceeds the height by 9 feet. if the area is 315 square feet, find the length of the base and the height of the triangle \n" ); document.write( ". \n" ); document.write( "Let h = height \n" ); document.write( "then \n" ); document.write( "h+9 = base \n" ); document.write( ". \n" ); document.write( "since area of triangle = (1/2)bh \n" ); document.write( "we have \n" ); document.write( "315 = (1/2)(h+9)(h) \n" ); document.write( "630 = (h+9)(h) \n" ); document.write( "630 = h^2+9h \n" ); document.write( "0 = h^2+9h-630 \n" ); document.write( "factoring: \n" ); document.write( "0 = (h+30)(h-21) \n" ); document.write( "h = {-30, 21} \n" ); document.write( "throw out the negative solution (extraneous) leaving: \n" ); document.write( "h = 21 feet (height) \n" ); document.write( ". \n" ); document.write( "base: \n" ); document.write( "h+9 = 21+9 = 30 feet \n" ); document.write( " \n" ); document.write( " |