Answer:
To find the distance between an two points, you can use the distance formula: sq. root of (x2 - x1)^2 + (y2 - y1)^2
Using the points on the graph; (-2,2) and (-4,-3)
sq. root of (-4 + 2)^2 + (-3 - 2)^2 =
sq. root of (2)^2 + (-5)^2 =
sq. root of 4 + 25 =
sq. root of 29 = 5.38516480713, rounded to the nearest hundred- 5.39