document.write( "Question 140750: The longer leg of a right triangle measures 5 inches less than the hypotenuse. The shorter leg measures 25 inches. Find the length of the long leg.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #102431 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"longer leg\", so hypotenuse is x+5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "by Pythagoras __ x^2+25^2=(x+5)2 __ x^2+625=x^2+10x+25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting x^2+25 __ 600=10x __ x=60
\n" ); document.write( "
\n" );