To determine the new coordinates of point A(2, 6) after a rotation of 90 degrees counterclockwise around the origin, we can use the transformation rule for rotation.
The transformation for a point \((x, y)\) after a 90-degree counterclockwise rotation about the origin is given by the formula:
\[ (x', y') = (-y, x) \]
Applying this to point A(2, 6):
- Original point: \( A(2, 6) \)
- After transformation:
- \( x' = -y = -6 \)
- \( y' = x = 2 \)
Thus, the new coordinates of point A after a 90-degree counterclockwise rotation are:
\[ A'(-6, 2) \]
So the new point on the triangle for A after the rotation is A'(-6, 2).