Answer:
.
Explanation:
The distance between two points (x1, y1) and (x2, y2) is given by the formula:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Here, (x1, y1) = (-7, 3) and (x2, y2) = (5, 3).
Substituting these values, we get:
d = sqrt((5 - (-7))^2 + (3 - 3)^2)
= sqrt((12)^2 + (0)^2)
= sqrt(144)
= 12
Therefore, the distance between (-7, 3) and (5, 3) is 12 units.