document.write( "Question 866607: The hypotenuse of a right triangle is 75 m long. The length of one leg is 51 m less than the other. Find the length of the legs \n" ); document.write( "
Algebra.Com's Answer #522385 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
since it is right triangle\r
\n" ); document.write( "\n" ); document.write( "x^2+(x-51)^2=75^2 ( Pythagoras theorem)\r
\n" ); document.write( "\n" ); document.write( "x^2+x^2-102x +2601= 5625\r
\n" ); document.write( "\n" ); document.write( "2x^2-102x-3024=0\r
\n" ); document.write( "\n" ); document.write( "/2
\n" ); document.write( "x^2-51x-1512=0\r
\n" ); document.write( "\n" ); document.write( "x^2-72x+21x-1512=0\r
\n" ); document.write( "\n" ); document.write( "x(x-72)+21(x-72)=0\r
\n" ); document.write( "\n" ); document.write( "(x-72)(x+21)=0\r
\n" ); document.write( "\n" ); document.write( "x=72 OR -21\r
\n" ); document.write( "\n" ); document.write( "ignore negative
\n" ); document.write( "x= 72
\n" ); document.write( "
\n" );