Answer: The distance formula between two points (x1, y1) and (x2, y2) is:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Using this formula, we can find the distance between (7, -2) and (-1, -1):
d = sqrt((-1 - 7)^2 + (-1 - (-2))^2)
= sqrt((-8)^2 + (1)^2)
= sqrt(64 + 1)
= sqrt(65)
Therefore, the distance between (7, -2) and (-1, -1) is sqrt(65), or approximately 8.06 units.
Explanation: