Rotate the point (-4, -6) on a geometric figure 180 degrees counterclockwise. What is the new point

1 answer

To rotate a point 180 degrees counterclockwise, we can simply negate both the x and y coordinates.

So, the new point would be (-(-4), -(-6)), which simplifies to (4, 6).