document.write( "Question 1148845: The length of the longer leg of a right triangle is 19 inches more than five times the length of the shorter leg. The length of the hypotenuse is 20 inches more than five times the length of the shorter leg. Find the side lengths of the triangle. \n" ); document.write( "
Algebra.Com's Answer #770176 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a^2 + b^2 = c^2 \n" ); document.write( "b is the shorter leg \n" ); document.write( "The length of the longer leg of a right triangle is 19 inches more than five times the length of the shorter leg. \n" ); document.write( "a = 5b + 19 \n" ); document.write( " The length of the hypotenuse is 20 inches more than five times the length of the shorter leg. \n" ); document.write( "c = 5b + 20 \n" ); document.write( " Find the side lengths of the triangle. \n" ); document.write( "(5b+19)^2 + b^2 = (5b+20)^2 \n" ); document.write( "FOIL \n" ); document.write( "25b^2 + 95b + 95b + 361 + b^2 = 25b^2 + 100b + 100b + 400 \n" ); document.write( "25b^2 + 190b + 361 + b^2 = 25b^2 + 200b + 400 \n" ); document.write( "combine on the left \n" ); document.write( "25b^2 - 25b^2 + b^2 + 190b - 200b + 361 - 400 = 0 \n" ); document.write( "b^2 - 10b - 39 = 0 \n" ); document.write( "factors to \n" ); document.write( "(b-13)(b+3) = 0 \n" ); document.write( "Positive solution is all we want here \n" ); document.write( "b = 13 \n" ); document.write( "then \n" ); document.write( "a = 5(13) + 19 \n" ); document.write( "a = 84 \n" ); document.write( "and \n" ); document.write( "c = 5(13) + 20 \n" ); document.write( "c = 85 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |