document.write( "Question 729980: A lot is in the shape of a right triangle. The shorter leg measures 150m. The hypotenuse is 50m longer than the length of the longer leg. How long is the longer leg? \n" ); document.write( "
Algebra.Com's Answer #446381 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A lot is in the shape of a right triangle. The shorter leg measures 150m. The hypotenuse is 50m longer than the length of the longer leg. How long is the longer leg?
\n" ); document.write( "Let x = length (m) of longer leg
\n" ); document.write( "then
\n" ); document.write( "x+50 = length of hypotenuse
\n" ); document.write( ".
\n" ); document.write( "applying Pythagorean theorem:
\n" ); document.write( "150^2 + x^2 = (x+50)^2
\n" ); document.write( "150^2 + x^2 = (x+50)(x+50)
\n" ); document.write( "22500 + x^2 = x^2+100x+2500
\n" ); document.write( "22500 = 100x+2500
\n" ); document.write( "20000 = 100x
\n" ); document.write( "200 m = x (longer leg)
\n" ); document.write( "
\n" ); document.write( "
\n" );