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

To rotate a point 180° counterclockwise, we can find the new coordinates by negating the x-coordinate and the y-coordinate of the original point.

Given the original point (x, y) = (-4, 6),

the new coordinates after rotating 180° counterclockwise would be:

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

Plugging in the values, we get:

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

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

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