document.write( "Question 39921: Find the hypotenuse of a right triangle if it's other sides are 5 inches and 12 inches. \n" ); document.write( "
Algebra.Com's Answer #25411 by abcdefg(37)\"\" \"About 
You can put this solution on YOUR website!
a^2 + b^2 =c^2
\n" ); document.write( "5^2 +12^2 = c^2
\n" ); document.write( "25 + 144 = c^2
\n" ); document.write( "169 = c^2
\n" ); document.write( "cancel c^2 to make c and squre 169 (u have to do it to both sides)
\n" ); document.write( "c = 13
\n" ); document.write( "hypotinuse = 13
\n" ); document.write( "
\n" );