To find the new point after rotating a point \((x, y)\) counterclockwise about the origin by 180 degrees, you can use the following transformation:
The coordinates of the new point \((x', y')\) will be:
\[ x' = -x \] \[ y' = -y \]
Thus, the new point after a 180-degree rotation is \((-x, -y)\).