To rotate a point 180° counterclockwise, the x-coordinate and y-coordinate of the point need to be negated.
The original point is (-4, -6).
To rotate it 180° counterclockwise, we negate both coordinates: (-(-4), -(-6)) = (4, 6).
Therefore, the new point after rotating 180° counterclockwise is (4, 6).
Rotate the point (-4, -6) on a geometric figure 180° counterclockwise what is the new point?
1 answer