Answer:
distance between the two points is 6.40
Explanation:
the distance between the two points is,
d = √(x2 - x1)² + (y2 - y1)²
the given two points are:
x1, y1 = (-3, 2)
x2, y2 = (2, -2)
by substituting the values in the formula,
d = √(2 + 3)² + (-2 - 2)²
= √(5)² +(-4)²
= √25 + 16
= √41 = 6.40