document.write( "Question 860783: The hypotenuse of a right triangle is 25 km long the length of one leg is 17 km less than the other find the length of the legs \n" ); document.write( "
Algebra.Com's Answer #806096 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x^2 + (x + 17)^2 = 25^2 \n" ); document.write( "x^2 + x^2 + 34x + 289 = 625 \n" ); document.write( "2x^2 + 34x - 336 = 0 \n" ); document.write( "x^2 + 17x - 168 = 0 \n" ); document.write( "(x + 24)(x - 7) = 0 \n" ); document.write( "x = -24, x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x has to be positive, so the shorter leg is 7 km and the longer leg is 24 km.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Alternatively, remember that 7, 24, and 25 make up a Pythagorean triple. \n" ); document.write( " |