document.write( "Question 1028554: In a right triangle, the length of the longer leg is 7 more inches than the shorter leg. The length of the hypotenuse is 8 inches more than the shorter leg. Find the length of the hypotenuse. \n" ); document.write( "
Algebra.Com's Answer #643661 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Short side = x \n" ); document.write( "Long side = 7 + x \n" ); document.write( "Hypotenuse = 8 + x \n" ); document.write( "By Pythagoras Theorem \n" ); document.write( "x^2 + (7 + x)^2 = (8 + x)^2 \n" ); document.write( "x^2 + 49 + 14x + x^2 = 64 + 16x + x^2 \n" ); document.write( "x^2 - 2x - 15 = 0 \n" ); document.write( "(x + 3)(x - 5) = 0 \n" ); document.write( "x + 3 = o \n" ); document.write( "x = -3 (Disregard as -ve) \n" ); document.write( "x - 5 = 0 \n" ); document.write( "x = 5 \n" ); document.write( "Short side = 5 inches \n" ); document.write( "Long side = 12 inches \n" ); document.write( "Hypotenuse = 13 inches \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |