To determine the new position of point A(2, 6) after a 90-degree counterclockwise rotation around the origin, we can use the following transformation rule for 90-degree counterclockwise rotation:
If a point \( (x, y) \) is rotated 90 degrees counterclockwise around the origin, its new coordinates \( (x', y') \) will be given by: \[ (x', y') = (-y, x) \]
For point A(2, 6):
- Original coordinates: \( (x, y) = (2, 6) \)
- Apply the transformation:
- \( x' = -y = -6 \)
- \( y' = x = 2 \)
Thus, after a 90-degree counterclockwise rotation, point A(2, 6) will move to: \[ A'(-6, 2) \]
Therefore, the new point on the triangle after the rotation is at \( A'(-6, 2) \).