document.write( "Question 673245: Find the length of the shorter leg of a right triangle if the longer leg is 12 feet more than the shorter leg and the hypotenuse is 12 feet less than twice the shorter leg.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #418547 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the length of the shorter leg of a right triangle if the longer leg is 12 feet more than the shorter leg and the hypotenuse is 12 feet less than twice the shorter leg. \n" ); document.write( "---- \n" ); document.write( "Let the shorter leg be \"x\". \n" ); document.write( "Other leg: \"x+12\" \n" ); document.write( "Hypotenuse: \"2x-12\" \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "(2x-12)^2 = x^2 + (x+12)^2 \n" ); document.write( "------- \n" ); document.write( "4x^2 - 48x + 144 = 2x^2 + 24x + 144 \n" ); document.write( "------ \n" ); document.write( "2x^2 - 72x = 0 \n" ); document.write( "2x(x-36) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 36 (shorter leg) \n" ); document.write( "x+12 = 48 (longer leg) \n" ); document.write( "2x-12 = 60 (hypotenuse) \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |