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 #25410 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
5^2 + 12^2 = c^2
\n" ); document.write( "25 + 144 = c^2
\n" ); document.write( "169 = c^ 2
\n" ); document.write( "c = 13
\n" ); document.write( "
\n" );