Question 1069965
Find the distance d(P1, P2) between the points P1 and P2.
P1 = (1, 7); P2 = (-7, -2)
-----------
{{{d = sqrt(diffy^2 + diffx^2)}}}