document.write( "Question 861496: A right triangle has one leg that is 2 ft. longer than the other leg. The hypotenuse is 2 ft. less than twice the shorter leg. Find the lengths of all sides of the triangle. \n" ); document.write( "
Algebra.Com's Answer #521996 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
b=a+2,
\n" ); document.write( "a=b-2
\n" ); document.write( "c=2a-2,
\n" ); document.write( "a^2+b^2=c^2
\n" ); document.write( "a = 6, b = 8, c = 10\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );