document.write( "Question 527470: The hypotenuse of a right triangle is 13 units. If the length of one leg is 2 more than twice the other, then what are their lengths? \n" ); document.write( "
Algebra.Com's Answer #348916 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The hypotenuse of a right triangle is 13 units. If the length of one leg is 2 more than twice the other, then what are their lengths? \n" ); document.write( "------- \n" ); document.write( "leg 1: x \n" ); document.write( "leg 2: 2x+2 \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "x^2 + (2x+2)^2 = 13^2 \n" ); document.write( "x^2 + 4x^2 + 8x + 4 = 169 \n" ); document.write( "5x^2 + 8x - 165 = 0 \n" ); document.write( "--- \n" ); document.write( "Use the quadratic formula to solve: \n" ); document.write( "x = 5 \n" ); document.write( "---- \n" ); document.write( "leg 1: x = 5 \n" ); document.write( "leg 2: 2x+2 = 12 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |