When a point \((x, y)\) is rotated counterclockwise about the origin by 180 degrees, the new coordinates \((x', y')\) can be found using the transformation:
\[ (x', y') = (-x, -y) \]
This means that both the x-coordinate and the y-coordinate of the point are negated.
So, if your original point is \((x, y)\), after a 180-degree rotation about the origin, the new point will be:
\[ (x', y') = (-x, -y) \]