To find the new coordinates of point A(2, 6) after a rotation of 90 degrees counterclockwise around the origin, we can use the rotation rule for counterclockwise rotations about the origin.
The rule states that if a point has coordinates (x, y) after a 90-degree counterclockwise rotation, the new coordinates will be (-y, x).
Applying this rule to point A(2, 6):
- The original coordinates are (x, y) = (2, 6).
- After the rotation, the new coordinates will be (-y, x) = (-6, 2).
Thus, the new point after a 90 degrees counterclockwise rotation of point A(2, 6) will be at the coordinates (-6, 2).
So, the answer is: (-6, 2)