document.write( "Question 21067: Find the hypotenuse of a right triangle with sides 5 inches and 10 inches \n" ); document.write( "
Algebra.Com's Answer #10127 by algebrapro18(249)\"\" \"About 
You can put this solution on YOUR website!
here we will use the pythagorian theorm which is a^2+b^2=c^2.
\r
\n" ); document.write( "\n" ); document.write( "a^2+b^2=c^2 where a = 5 and b = 10
\n" ); document.write( "(5)^2+(10)^2=c^2
\n" ); document.write( "25+100=c^2
\n" ); document.write( "125=c^2
\r
\n" ); document.write( "\n" ); document.write( "c = \"sqrt%28125%29\"
\n" ); document.write( "c = 5\"sqrt%285%29\"
\n" ); document.write( "
\n" );