document.write( "Question 220304: The endpoints of the hypotenus of a right triangle are(3,4) and (-2,6). How long is the hypotenuse. \n" ); document.write( "
| Algebra.Com's Answer #165442 by rfer(16322)      You can put this solution on YOUR website! looks like one leg is 2, the other is 5 \n" ); document.write( "c^2=2^2+5^2 \n" ); document.write( "c^2=4+25 \n" ); document.write( "c^2=29 \n" ); document.write( "c=5.39 \n" ); document.write( " |