document.write( "Question 204256: What is the missing length of a right triangle if the legs have lengths of 5 and 12? \n" ); document.write( "
Algebra.Com's Answer #154220 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
What is the missing length of a right triangle if the legs have lengths of 5 and 12?
\n" ); document.write( ":
\n" ); document.write( "Use pythag:
\n" ); document.write( "c = \"sqrt%285%5E2+%2B+12%5E2%29\"
\n" ); document.write( ":
\n" ); document.write( "c = \"sqrt%2825+%2B+144%29\"
\n" ); document.write( ":
\n" ); document.write( "c = \"sqrt%28169%29\"
\n" ); document.write( "c = 13
\n" ); document.write( "
\n" );