rotate a point on a line at (-4,6) 180° counterclockwise. what is the resulting point?

To rotate a point 180° counterclockwise on a line, we can use the formula:

(x', y') = (-x, -y)

Given the point (-4, 6), we can plug the values into the formula:

(x', y') = (-(-4), -(6))
(x', y') = (4, -6)

So, the resulting point after rotating (-4, 6) 180° counterclockwise is (4, -6).