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, you need to reverse the sign of both the x-coordinate and y-coordinate of the original point.

Given that the original point is (-4, 6), the resulting point after a 180° counterclockwise rotation would be (4, -6).