To find the coordinates of point A(2, 6) after a 90-degree clockwise rotation around the origin, we can use the rotation formula.
For a point (x, y), after a 90-degree clockwise rotation, the new coordinates (x', y') are given by:
\[ (x', y') = (y, -x) \]
Applying this to point A(2, 6):
- Original coordinates: (x, y) = (2, 6)
- After rotation:
- x' = y = 6
- y' = -x = -2
Therefore, the new coordinates after a 90-degree clockwise rotation will be (6, -2).
So the answer is (6, -2).