document.write( "Question 112968: The hypotenuse of a right triangle is 11 miles long. One leg of the triangle is 3 miles longer than the other leg. Find the sum ofo the lengths of the two legs of the right triangle. \n" ); document.write( "
Algebra.Com's Answer #82292 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let a be b+3 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "(b+3)^2+b^2=11^2 \n" ); document.write( "b^2+6b+9+b^2=121 \n" ); document.write( "2b^2+6b-112=0 \n" ); document.write( "2(b^2+3b-56)=0 \n" ); document.write( "b=6.13217... mi (see below) \n" ); document.write( "a=9.13217... mi \n" ); document.write( "Check: \n" ); document.write( "9.13217^2+6.13217^2=121 \n" ); document.write( "Ed \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |