document.write( "Question 488264: If the hypotenuse of a right triangle is 70 feet and one of the legs is 42 feet, what is the length of the other leg?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #333331 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If the hypotenuse of a right triangle is 70 feet and one of the legs is 42 feet, what is the length of the other leg? \n" ); document.write( ". \n" ); document.write( "Applying Pythagorean theorem: \n" ); document.write( "Let x = length of other leg \n" ); document.write( "then \n" ); document.write( "x^2 + 42^2 = 70^2 \n" ); document.write( "x^2 + 1764 = 4900 \n" ); document.write( "x^2 = 3136 \n" ); document.write( "x = 56 feet \n" ); document.write( " |