document.write( "Question 386284: The hypotenuse of a right triangle is 1 cm longer than the longer leg. The shorter leg is 7 cm shorter than the longer leg. Find the length of the longer leg of the triangle. \n" ); document.write( "
Algebra.Com's Answer #273096 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The hypotenuse of a right triangle is 1 cm longer than the longer leg. The shorter leg is 7 cm shorter than the longer leg. Find the length of the longer leg of the triangle. \n" ); document.write( "... \n" ); document.write( "longer leg =x \n" ); document.write( "shorter leg = x-7 \n" ); document.write( "hypotenuse=x+1 \n" ); document.write( "... \n" ); document.write( "(x+1)^2=(x-7)^2+x^2 \n" ); document.write( "x^2+2x+1=x^2-14x+49+x^2 \n" ); document.write( "re organize the terms \n" ); document.write( "x^2-14x-2x+49-1=0 \n" ); document.write( "x^2-16x+48=0 \n" ); document.write( "x^2-12x-4x+48=0 \n" ); document.write( "x(x-12)-4(x-12)=0 \n" ); document.write( "(x-12)(x-4)=0 \n" ); document.write( "... \n" ); document.write( "longer leg = 12 \n" ); document.write( "shorter leg = 5 \n" ); document.write( "hypotenuse= 13 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |