distance formula = sqrt ((x2 - x1)^2 + (y2 - y1)^2)
(2,-2)....x1 = 2 and y1 = -2
(-3,-5)...x2 = -3 and y2 = -5
time to sub and solve
d = sqrt ((-3 - 2)^2 + (-5 - (-2)^2)
d = sqrt (( -5^2) + (-5 + 2)^2)
d = sqrt (( - 5^2) + (-3^2))
d = sqrt (25 + 9)
d = sqrt 34 <===