document.write( "Question 62930: A right triangle is a triangle with one angle measuring 90 degree. In a right triangle, the sides are related by the Pythagorean Theorem, c^2 = a^2 + b^2 where c is the hypotenuse (the side opposite the 90 degree angle). Find the hypotenuse when the other 2 sides' measurements are 3 feet and 4 feet. \n" ); document.write( "
Algebra.Com's Answer #43746 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! C^2=3^2+4^2 \n" ); document.write( "C^2=9+16 \n" ); document.write( "C^2=25 \n" ); document.write( "C=SQRT25 \n" ); document.write( "C=5 IS THE HYPOTENUSE \n" ); document.write( " |