document.write( "Question 86779: Find the distance between (–3, –2) and (1, 4) \n" ); document.write( "
Algebra.Com's Answer #62788 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! FIRST WE NEED TO FIND THE DISTANCE BETWEEN THE X & Y POINTS. \n" ); document.write( "X=(1+3)=4 \n" ); document.write( "Y=(4+2)=6 \n" ); document.write( "NOW THAT WE HAVE TWO OF THE SIDES WE NEED TO FIND THE DIAGONAL USING THE PATHAGOREAN FORMULA A^2+B^2=C^2 \n" ); document.write( "4^2+6^2=C^2 \n" ); document.write( "16+36=C^2 \n" ); document.write( "52=C^2 \n" ); document.write( "C=7.21 ANSWER. \n" ); document.write( " |