To find the new coordinates of point A(2, 6) after a 180-degree counterclockwise rotation around the origin, we can apply the following transformation:
When a point (x, y) is rotated 180 degrees around the origin, the new coordinates (x', y') can be calculated as:
- x' = -x
- y' = -y
For point A(2, 6):
- x' = -2
- y' = -6
Thus, the new coordinates of point A after a 180-degree rotation counterclockwise are (-2, -6).
So, the answer is: \[ (-2, -6) \]