document.write( "Question 92260: the park is a perfect right triangle. its hypotenuse is 40m long one leg of the triangle is 8 m shorterthan the other leg. find the length of each leg of the triangle. \n" ); document.write( "
Algebra.Com's Answer #67115 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the park is a perfect right triangle. its hypotenuse is 40m long one leg of the triangle is 8 m shorterthan the other leg. find the length of each leg of the triangle. \n" ); document.write( "------------- \n" ); document.write( "Let one of the legs be \"x\" ; Let the other leg be \"x-8\" \n" ); document.write( "Use Pythagoras to get: \n" ); document.write( "x^2 + (x-8)^2 = 40^2 \n" ); document.write( "x^2 + x^2-16x+64 = 1600 \n" ); document.write( "2x^2-16x+64 = 1600 \n" ); document.write( "x^2-8x-768=0 \n" ); document.write( "(x-32)(x+24)=0 \n" ); document.write( "Positive answer: \n" ); document.write( "x= 32 meters (the longer leg) \n" ); document.write( "x-8 = 24 meters (the shorter leg)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |