document.write( "Question 958675: The shorter leg of a right triangle is 5 meters. The hypotenuse is 1 meter longer than the longer leg. Find the length of the longer leg. \n" ); document.write( "
Algebra.Com's Answer #585902 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the length of the longer leg be x \n" ); document.write( "Then the length of the hypotenuse is (x+1). \n" ); document.write( "We have (x+1)^2=x^2+25 \n" ); document.write( "x^2+2x+1=x^2+25 \n" ); document.write( "2x+1=25 \n" ); document.write( "2x=24 \n" ); document.write( "x=12. \n" ); document.write( "The length of the longer leg is 12 metres. \n" ); document.write( " |