document.write( "Question 1061056: One leg of a right triangle is 7cm shorter than the other leg. How long should be the shorter leg to ensure the hypotenuse is at least 13? \n" ); document.write( "
Algebra.Com's Answer #676017 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "Make 'other leg' = x
\n" ); document.write( "One leg = x - 7
\n" ); document.write( "Using Pythagoras' Theorem.
\n" ); document.write( "x^2 + (x - 7)^2 = 13^2
\n" ); document.write( "x^2 + x^2 - 14x + 49 = 169
\n" ); document.write( "Rearrange and collect like terms.
\n" ); document.write( "2x^2 - 14x - 120 = 0
\n" ); document.write( "Divide by 2 throughout (for ease)
\n" ); document.write( "2(x^2 - 7x - 60) = 0
\n" ); document.write( "2(x + 5)(x - 12) = 0
\n" ); document.write( "x + 5 = 0
\n" ); document.write( "x = -5 (Disregard as -ve)
\n" ); document.write( "x - 12 = 0
\n" ); document.write( "x = 12
\n" ); document.write( "Other leg = 12 cm
\n" ); document.write( "One leg = 5 cm
\n" ); document.write( "Shorter leg = 5 cm
\n" ); document.write( "Hope this helps :-)
\n" ); document.write( "
\n" );