document.write( "Question 1037646: The hypotenuse of a right triangle is 30 cm. The length of one leg is 6 cm longer than the other leg. Find the length of the shorter leg.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #652296 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let L be the shorter leg. Then: \n" ); document.write( "L^2+(L+6)^2=30^2 \n" ); document.write( "L^2+L^2+12L+36=900 \n" ); document.write( "2L^2+12L-864=0 \n" ); document.write( "L^2+6L-432=0 \n" ); document.write( "(L+24)(L-18)=0 \n" ); document.write( "L=18,-24 \n" ); document.write( "The legs are 18 and 24 cms. long!!!!!!!!!! \n" ); document.write( " |