Answer:
Distance between points is 25 Units.
Explanation:
To find the distance between two points, we can use the distance formula. The formula is:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Given the two points: (12, 5) and (-12, -2), we can assign the values as follows:
(x1, y1) = (12, 5)
(x2, y2) = (-12, -2)
Plugging the values into the distance formula, we get:
d = sqrt((-12 - 12)^2 + (-2 - 5)^2)
= sqrt((-24)^2 + (-7)^2)
= sqrt(576 + 49)
= sqrt(625)
= 25
Therefore, the distance between the points (12, 5) and (-12, -2) is 25 units.