document.write( "Question 808846: the hypotenuse of a right triangle is 1 cm longer than the longer leg. The shorter leg is 7cm shorter than the longer leg. Find the length of the longer leg. \n" ); document.write( "
Algebra.Com's Answer #487232 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
h=l+1,
\n" ); document.write( "s=l-7,
\n" ); document.write( "h^2=s^2+l^2
\n" ); document.write( "h = 13, l = 12, s = 5
\n" ); document.write( "
\n" );