document.write( "Question 341496: if one leg of a right triangle is 14 meters shorter than the other leg, and the hypotenuse is 26 meters, find the length of the two legs.. \n" ); document.write( "
Algebra.Com's Answer #244558 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if one leg of a right triangle is 14 meters shorter than the other leg, and the hypotenuse is 26 meters, find the length of the two legs. \n" ); document.write( "---------------------------------- \n" ); document.write( "Let one of the legs have length x. \n" ); document.write( "Then the other leg's length is x-14. \n" ); document.write( "---- \n" ); document.write( "Using Pythagoras you get: \n" ); document.write( "26^2 = x^2 + (x-14)^2 \n" ); document.write( "x^2 + x^2-28x+196 = 676 \n" ); document.write( "2x^2 -28x -480 = 0 \n" ); document.write( "x^2 -14x -240 = 0 \n" ); document.write( "(x-24)(x+10) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 24 meters (longer leg) \n" ); document.write( "x-14 = 10 meters (shorter leg) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |