Question 292913
Given the two points (-7,2) and (-5.5,4). find the distance between the two points
----------
{{{s = sqrt(diffy^2 + diffx^2)}}}
difference in y = 4-2 or 2-4.  Since it's squared, either way works.
It's the Pythagorean Theorem.