document.write( "Question 1128434: The length of the base of the triangular sheet of canvas above the door of the tent shown below is 2 feet more than twice its height. The area is 56 square feet. Find the height and the length of the base of the triangle. \n" ); document.write( "
| Algebra.Com's Answer #745057 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! Since there is no diagram, I am going to assume: \n" ); document.write( ": \n" ); document.write( "The length of the base of the triangle is 2 feet more than twice its height. \n" ); document.write( "b = 2h + 2 \n" ); document.write( " The area is 56 square feet. \n" ); document.write( " \n" ); document.write( "multiply by 2, get rid of the fraction \n" ); document.write( "b * h = 112 \n" ); document.write( " Find the height and the length of the base of the triangle. \n" ); document.write( "replace b with (2h+2) in the above equation \n" ); document.write( "(2h+2)*h = 112 \n" ); document.write( "2h^2 + 2h = 112 \n" ); document.write( "A quadratic equation \n" ); document.write( "2h^2 + 2h - 112 = 0 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "h^2 + h - 56 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(h+8)(h-7) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "h = 7 ft is the height \n" ); document.write( "then \n" ); document.write( "b = 2(7) + 2 \n" ); document.write( "b = 16 ft is the height \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check \n" ); document.write( " |