document.write( "Question 471874: the legs of a right triangle are 75 and 100 . what is the length of the hypotenuse \n" ); document.write( "
Algebra.Com's Answer #323581 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the legs of a right triangle are 75 and 100 . what is the length of the hypotenuse \n" ); document.write( "apply Pythagorean theorem \n" ); document.write( "Let h = hypotenuse \n" ); document.write( "then \n" ); document.write( "h^2 = 75^2 + 100^2 \n" ); document.write( "h^2 = 5625 + 10000 \n" ); document.write( "h^2 = 15625 \n" ); document.write( "h = 125 \n" ); document.write( " |