document.write( "Question 15868: the hypotenuse of a right triangle measures 13 feet and one measures 5 feet. find the lenght of the other leg? \n" ); document.write( "
Algebra.Com's Answer #7822 by vasu2qute(17)![]() ![]() ![]() You can put this solution on YOUR website! Hypotenuse = 13ft \n" ); document.write( "Length of one leg = 5ft \n" ); document.write( "Let length of other leg be x ft \n" ); document.write( "According to Pythogora's Theorem \n" ); document.write( " Side^2 + Side^2 = Hypotenuse^2 \n" ); document.write( " 5^2 + x^2 = 13^2 \n" ); document.write( " 25 +x^2 = 169 \n" ); document.write( " x^2 =169 - 25 \n" ); document.write( " = 144 \n" ); document.write( " x= 12 ft \n" ); document.write( "There fore the length of the other leg = 12 ft \n" ); document.write( " |