document.write( "Question 618436: The hypotenuse of a triangle is 5 feet long the longer of the two legs is one foot longer than the other find the length of the shorter leg \n" ); document.write( "
Algebra.Com's Answer #388907 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "The hypotenuse of a triangle is 5 feet long
\n" ); document.write( "the longer of the two legs is one foot longer than the shorter \"x\"
\n" ); document.write( "Applying the Pythagorean Theorem: legs \"x\" and \"x%2B1\"
\n" ); document.write( " x^2 + (x+1)^2 = 25
\n" ); document.write( " x^2 + x^2 + 2x + 1 = 25
\n" ); document.write( " 2x^2 + 2x - 24 = 0
\n" ); document.write( " x^2+x-12 = 0
\n" ); document.write( "factoring
\n" ); document.write( " (x + 4)(x-3) = 0
\n" ); document.write( " x = 3 throwing out negative solution for unit of measure
\n" ); document.write( " x = 3ft, the shorter leg. The longer leg is 4ft
\n" ); document.write( " AND
\n" ); document.write( " 3^2 + 4^2 = 5^3 \n" ); document.write( "
\n" );