Given point A(2, 6) on the triangle, where would the new point on the triangle be after a rotation of 90 degrees counterclockwise? (1 point)

If we rotate a point 90 degrees counterclockwise, the new coordinates can be found by swapping the x and y coordinates and changing the sign of the new x coordinate.

In this case, point A(2, 6) would be rotated to (-6, 2) after a rotation of 90 degrees counterclockwise.