document.write( "Question 453127: If a right triangle has legs of 6 cm and 8 cm, then the hypotenuse is ? \n" ); document.write( "
Algebra.Com's Answer #311344 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If a right triangle has legs of 6 cm and 8 cm, then the hypotenuse is ? \n" ); document.write( "Apply Pythagorean theorem: \n" ); document.write( "Let h = hypotenuse \n" ); document.write( "then \n" ); document.write( "6^2 + 8^2 = h^2 \n" ); document.write( "36 + 64 = h^2 \n" ); document.write( "100 = h^2 \n" ); document.write( "10 cm = h \n" ); document.write( " \n" ); document.write( " |