document.write( "Question 360165: One leg of a right triangle is 1 in. shorter than the other leg. The hypotenuse is 4 in. longer than the shorter side. Find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #256987 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the shorter side. then (x+1) is the other leg and the hypothenuse is (x+4)
\n" ); document.write( "Applying the Pythagorean Theorem
\n" ); document.write( "x^2 +(x+1)^2 = (x+4)^2
\n" ); document.write( "solving for x
\n" ); document.write( "x^2 + x^2 +2x + 1 = x^2 + 8x + 16
\n" ); document.write( "x^2 -6x + -15
\n" ); document.write( "Using Quadratic Equation to Solve
\n" ); document.write( "\"x+=+%28-6+%2B-+sqrt%28+96+%29%29%2F%282%29+\" \n" ); document.write( "
\n" );