Answer:
Sure! To find the distance between two points, we can use the distance formula: d = sqrt((x2 - x1)^2 + (y2 - y1)^2) Using the points (0, -7) and (-9, 5), we can plug in the values: d = sqrt((-9 - 0)^2 + (5 - (-7))^2) d = sqrt((-9)^2 + (12)^2) d = sqrt(81 + 144) d = sqrt(225) So the distance between the two points is 15 units.