document.write( "Question 516460: Please help me solve this word problem. \"A piece of property is in the shape of a right triangle. The longer leg is 20 meters longer than than twice the length of the shorter leg. The hypotenuse is 10 meters longer than the length of the longer leg. Find the lengths of the sides of the triangular lot.\" I made the longer side a, the shorter side b, and the hypotenuse c. I figured out: a=2b+20 and c=a+10. Then combined them to get c=2b+20+10, then c=2b+30, and that's where I'm stuck. \n" ); document.write( "
Algebra.Com's Answer #344430 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
\"A piece of property is in the shape of a right triangle.
\n" ); document.write( " The longer leg is 20 meters longer than than twice the length of the shorter leg.
\n" ); document.write( " The hypotenuse is 10 meters longer than the length of the longer leg.
\n" ); document.write( " Find the lengths of the sides of the triangular lot.\"
\n" ); document.write( ":
\n" ); document.write( "Using your equations
\n" ); document.write( "Longer leg
\n" ); document.write( "a = 2b+20
\n" ); document.write( ":
\n" ); document.write( "Hypot
\n" ); document.write( "c = a + 10
\n" ); document.write( "c = 2b + 30
\n" ); document.write( ":
\n" ); document.write( "a^2 + b^2 = c^2
\n" ); document.write( "Replacing a and c
\n" ); document.write( "(2b+20)^2 + b^2 = (2b+30)^2
\n" ); document.write( "FOIL
\n" ); document.write( "4b^2 + 80b + 400 + b^2 = 4b^2 + 120b + 900
\n" ); document.write( "Combine like terms on the left
\n" ); document.write( "4b^2 + b^2 - 4b^2 + 80b - 120b + 400 -900 = 0
\n" ); document.write( "b^2 - 40b - 500 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(b-50)(b+10) = 0
\n" ); document.write( "the positive solution is all we want here
\n" ); document.write( "b = 50 is the shorter leg
\n" ); document.write( "then
\n" ); document.write( "a = 2(50) + 20
\n" ); document.write( "a = 120 is the longer leg
\n" ); document.write( "and
\n" ); document.write( "c = 2(50) + 30
\n" ); document.write( "c = 130 is the hypotenuse
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check on a calc, enter: \"sqrt%2850%5E2+%2B+120%5E2%29\" results = 130 confirms our solutions
\n" ); document.write( "
\n" );