Rotate a point on a line at (-4, 6) 180° counterclockwise. What is the resulting point

To rotate a point 180° counterclockwise on a coordinate plane, we need to change the sign of both the x and y coordinates of the point.

Given that the initial point is (-4, 6), the resulting point can be obtained by changing the signs of the x and y coordinates:

Resulting point = (-(-4), -(6)) = (4, -6)

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