document.write( "Question 468907: The shortest leg of a triangle is 7 inches shorter than the other leg. The hypotenuse of this triangle is 13 inches. What are the lengths of the two legs of this triangle?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #321707 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
Let x - the shortest leg of a triangle
\n" ); document.write( "The shortest leg of a triangle is 7 inches shorter than the other leg, then the other leg is \"x%2B7\" inches. The hypotenuse of this triangle is 13 inches.
\n" ); document.write( "Use the Pythagorean theorem \"x%5E2%2B%28x%2B7%29%5E2=13%5E2\"
\n" ); document.write( "\"x%5E2%2Bx%5E2%2B14x%2B49=169\"
\n" ); document.write( "\"2x%5E2%2B14x-120=0\" Divide by 2
\n" ); document.write( "\"x%5E2%2B7x-60=0\"
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"x+=+%28-7+%2B-+sqrt%28+7%5E2-4%2A1%2A%28-60%29+%29%29%2F%282%2A1%29+\"
\n" ); document.write( "\"x+=+%28-7+%2B-+sqrt%28+289%29%29%2F2+\"
\n" ); document.write( "\"x+=+%28-7+%2B17%29%2F2+=5\" inches
\n" ); document.write( "\"x+=+%28-7+-17%29%2F2+=-12%3C0\" extraneous root
\n" ); document.write( "the shortest leg of a triangle is 5 inches, the other leg is 5+7=12 inches
\n" ); document.write( "
\n" ); document.write( "
\n" );