if a point is A(2,6) what would the new point be after being rotated 90° counterclockwise

To rotate a point counterclockwise by 90°, we switch the x and y coordinates of the point and negate the new x coordinate.

For the point A(2, 6), after rotating it counterclockwise by 90°, the new point would be (-6, 2).