Question 1145820
<pre>
what is the distance of 3,2 and 1,-7
-------------
What is the distance between (3,2) and (1,-7)?
---------

If you draw a right triangle so that the hypotenuse connects the two points, you will see that you can use the Pythagorean theorem to compute the distance:
 
{{{ d = sqrt((3-1)^2 + (2-(-7))^2) }}}