Rotate the point (9, 5) on a geometric figure 270 degrees clockwise. What is the new point?

To rotate a point (x, y) 270 degrees clockwise, we swap the x and y coordinates and negate the x coordinate.

In this case, the point (9, 5) would become (-5, 9) after rotating 270 degrees clockwise.