To rotate a point \((x, y)\) by 180 degrees counterclockwise around the origin, we can use the formula:
\[ (x', y') = (-x, -y) \]
For the point \((-4, -6)\):
\[ x' = -(-4) = 4 \] \[ y' = -(-6) = 6 \]
So the new point after the rotation is \((4, 6)\).
The correct response is \((4, 6)\).