distance formula : sqrt ((x2 - x1)^2 + (y2 - y1)^2)
(-2,-3)....x1 = -2 and y1 = -3
(-4,4).....x2 = -4 and y2 = 4
now we sub and solve
d = sqrt((-4 - (-2)^2 + (4 - (-3)^2)
d = sqrt ((-4 + 2)^2 + (4 + 3)^2)
d = sqrt (-2^2) + (7^2)
d = sqrt(4 + 49)
d = sqrt 53
d = 7.28 <===