Question 1075593
How do you compute the distance between points such as (-1,3)(8,3)(8,-2)(-1,-2), for example the distance between the first and the third point?
----
For (-1,3) and (8,-2):
{{{d = sqrt(diffy^2 + diffx^2) = sqrt(5^2 + 9^2) = sqrt(106)}}}