document.write( "Question 450331: One leg of a right triangle is 17 meters longer than the other leg. If the length of the hypotenuse is 25 meters, find the length of each leg.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309771 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x2+(x+17)2=25x25 \n" ); document.write( "x2+x2+34x+289=625 \n" ); document.write( "2x2+34x-336=0 \n" ); document.write( "x2+17x-168=0 \n" ); document.write( "(x+24)(x-7)=0 \n" ); document.write( "x=-24 or 7 \n" ); document.write( "The length of the legs are 24m. and 7m.. \n" ); document.write( " |