document.write( "Question 971441: Find the lengths of the sides if a right triangle if we know that the longer leg is 2 feet longer than the shorter leg, while the hypotenuse is 5 feet longer than the shorter leg. Set up the equation that models the relationship and then solve \n" ); document.write( "
Algebra.Com's Answer #593913 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the shorter leg be x. \n" ); document.write( "Then the longer leg is (x+2). \n" ); document.write( "Then the hypotenuse is (x+5). \n" ); document.write( "In a right angled triangle we have square of the hypotenuse is equal to sum of squares of the other two sides. \n" ); document.write( "(x+5)^2=(x+2)^2+x^2 \n" ); document.write( "x^2+10x+25=x^2+4x+4+x^2 \n" ); document.write( "x^2+10x+25=2x^2+4x+4 \n" ); document.write( "x^2-6x-21=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have x=8.477 \n" ); document.write( "The shorter leg is 8.477 feet. \n" ); document.write( "The longer leg is 10.477 feet. \n" ); document.write( "The hypotenuse is 13.477 feet. \n" ); document.write( " |