document.write( "Question 22895: One leg of a right triangle is 4cm shorter thatn the other leg. The length of the hypotenuse is 20 cm. Find the length of the shorter leg.
\n" );
document.write( "A. 16cm
\n" );
document.write( "B. 17cm
\n" );
document.write( "C. 13cm
\n" );
document.write( "D. 12cm \n" );
document.write( "
Algebra.Com's Answer #11281 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! Right triangle formula is a^2 + b^2 = c^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x)^2 + (x-4)^2 = (20)^2 \n" ); document.write( "x^2 + x^2 -8x +16 = 400 \n" ); document.write( "2x^2 -8x + 16 = 400 \n" ); document.write( "2(x^2-4x+8) = 400 \n" ); document.write( "x^2-4x+8 = 200 \n" ); document.write( "x^2-4x-192 = 0 \n" ); document.write( "(x-16)(x+12) =0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solutions for x are 16 and -12. We can ignore the -12 answer. So, x=16 and the shorter leg is x-4 or 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope that you were able to follow the solution. \n" ); document.write( " |