To find the new coordinates of point A(2, 6) after a 180-degree counterclockwise rotation around the origin, you can use the following transformation rule:
For any point (x, y), after a 180-degree rotation, the new coordinates will be (-x, -y).
Applying this to point A(2, 6):
- Take the x-coordinate: 2 → -2
- Take the y-coordinate: 6 → -6
Thus, the new coordinates of point A after the 180-degree rotation will be:
A'(-2, -6).