document.write( "Question 428650: one leg of a triangle is 7 ft longer than other leg. The length of the hypothenuse is 13ft. Find the lengths of the other two sides. \r
\n" ); document.write( "\n" ); document.write( "How would I set this up? I know its a² + b² = c² but I don't know which is which or how to go about setting it up to solve.
\n" ); document.write( "

Algebra.Com's Answer #297902 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "one leg of a triangle is 7 ft longer than other leg
\n" ); document.write( "Let x and (x+7)represent th elengths of the two legs respectively
\n" ); document.write( " a² + b² = c²
\n" ); document.write( " x^2 + (x+7)^2 = 13^2
\n" ); document.write( " 2x^2 + 14x -120 = 0
\n" ); document.write( " x^2 + 7x - 60 = 0
\n" ); document.write( "(x + 12)(x-5) = 0
\n" ); document.write( "(x + 12)=0 x = 12 |tossing out negative solution for length
\n" ); document.write( " (x-5) = 0
\n" ); document.write( " x = 5, the other side is 12 (5+7)\r
\n" ); document.write( "\n" ); document.write( " CHECKING our Answer***
\n" ); document.write( " 25 + 144 = 169 = 13^2 \n" ); document.write( "
\n" );