The distance between two points (x1, y1) and (x2, y2) is given by the formula:
distance = sqrt((x2-x1)^2 + (y2-y1)^2)
Plugging in the given coordinates, we get:
distance = sqrt((2-(-3))^2 + (2-2)^2)
distance = sqrt(5^2 + 0^2)
distance = sqrt(25)
distance = 5
So the distance between (-3, 2) and (2, 2) is 5 units.
The distance between (-3, 2) to (2, 2)
1 answer