document.write( "Question 1096793: The two legs of a right triangle are 10 inches and 22 inches. Find the hypotenuse of the triangle \n" ); document.write( "
Algebra.Com's Answer #711195 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=length in inches
\n" ); document.write( "x^2=10^2+22^2; Pythagorean Theorem
\n" ); document.write( "x^2=100+484=584
\n" ); document.write( "x=sqrt(584)=24.17 inches
\n" ); document.write( "
\n" );