document.write( "Question 309271: The hypotenuse of a right triangle is 22 m long. The
\n" );
document.write( "length of one leg is 10 m less than the other. Find
\n" );
document.write( "the lengths of the legs.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #221201 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! (leg)^2 + (leg)^2 = (hypotenuse)^2\r \n" ); document.write( "\n" ); document.write( "(x)^2 + (x - 10)^2 = (22)^2\r \n" ); document.write( "\n" ); document.write( "This is all you need to find the length of each leg.\r \n" ); document.write( "\n" ); document.write( "Can you do it now? \n" ); document.write( " |