Answer:
Distance = 3
Explanation:
To find the distance between two points, we can use the distance formula, which is based on the Pythagorean theorem. The formula is:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
In this case, the points are (-5, 2) and (-5, 5). Let's substitute the values into the formula:
Keep in mind the points follow the order of (x1,y1) and (x2,y2)
Distance = √((-5 - (-5))^2 + (5 - 2)^2)
Simplifying further:
Distance = √((0)^2 + (3)^2)
Distance = √(0 + 9)
Distance = √9
Distance = 3
Therefore, the distance between the points (-5, 2) and (-5, 5) is 3 units.