Final answer:
To find the distance between two points in the Cartesian plane, you can use the distance formula, which involves calculating the square root of the sum of the squares of the differences in x and y coordinates. In this case, the distance between the points (0, -2) and (-5, -1) is approximately 5.1 units.
Step-by-step explanation:
To find the distance between two points, (0, -2) and (-5, -1), you can use the distance formula. The distance formula is:
d = sqrt((x2-x1)^2 + (y2-y1)^2)
Plugging in the coordinates, you get:
d = sqrt((-5-0)^2 + (-1-(-2))^2)
Simplifying further, you get:
d = sqrt(25 + 1)
d = sqrt(26)
So, the distance between the two points is approximately 5.1 units.