document.write( "Question 621160: Find the length of the shorter side of a right triagle if the longer leg is 24 meters, and the hypotenuse is 6 more than twice the shorter leg.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #390596 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find the length of the shorter side of a right triagle if the longer leg is 24 meters, and the hypotenuse is 6 more than twice the shorter leg. \n" ); document.write( ". \n" ); document.write( "Let x = length of shorter leg \n" ); document.write( "then \n" ); document.write( "2x+6 = hypotenuse \n" ); document.write( ". \n" ); document.write( "applying the Pythagorean theorem: \n" ); document.write( "x^2 + 24^2 = (2x+6)^2 \n" ); document.write( "x^2 + 576 = (2x+6)(2x+6) \n" ); document.write( "x^2 + 576 = 4x^2+24x+36 \n" ); document.write( "576 = 3x^2+24x+36 \n" ); document.write( "0 = 3x^2+24x-540 \n" ); document.write( "dividing both sides by 3: \n" ); document.write( "0 = x^2+8x-180 \n" ); document.write( "0 = (x+18)(x-10) \n" ); document.write( "x = {-18,10} \n" ); document.write( "throw out the negative solution leaving: \n" ); document.write( "x = 10 meters (shorter side) \n" ); document.write( " \n" ); document.write( " |