document.write( "Question 5535: The hypotenuse of a right triangle is 26 feet long. One leg of the triangle is 14 feet longer than the other leg. Find the legnths of the legs of the triangle. \n" ); document.write( "
Algebra.Com's Answer #2846 by Abbey(339)\"\" \"About 
You can put this solution on YOUR website!
\"a%5E2+%2Bb%5E2+=+c%5E2\"
\n" ); document.write( "Let a = shorter leg
\n" ); document.write( "Let b = longer leg
\n" ); document.write( "let c = hypoteneuse
\n" ); document.write( "a is 14 feet shorter than b:
\n" ); document.write( "a+14=b
\n" ); document.write( "\"a%5E2+%2Bb%5E2+=+c%5E2\"
\n" ); document.write( "we can substitute a+14 in for our b, and use the hypoteneuse value of 26:
\n" ); document.write( "\"%28a%5E2+%2B%28a%2B14%29%5E2%29+=+26%5E2\"
\n" ); document.write( "\"%28a%5E2+%2Ba%5E2%2B28a%2B196%29+=+26%5E2\"
\n" ); document.write( "\"2a%5E2%2B28a%2B196=676\"
\n" ); document.write( "divide both sides by two:
\n" ); document.write( "\"a%5E2+%2B14a%2B98=338\"
\n" ); document.write( "subtract 338 from both sides:
\n" ); document.write( "\"a%5E2%2B14a-240=0\"
\n" ); document.write( "\"%28a%2B24%29%28a-10%29=0\"
\n" ); document.write( "a=-24 or a=10
\n" ); document.write( "we can rule out the -24, because we are talking about a distance, which is always positive:
\n" ); document.write( "so the shorter leg = 10 feet
\n" ); document.write( "Put this back into the equation:\r
\n" ); document.write( "\n" ); document.write( "a+14=b
\n" ); document.write( "10+14=24, so the longer leg is 24 feet
\n" ); document.write( "and this makes sense because
\n" ); document.write( "10^2 + 24^2= 100 +576 = 676\r
\n" ); document.write( "\n" ); document.write( "and 26*26 = 676
\n" ); document.write( "
\n" ); document.write( "
\n" );