Rotate the point 9,5 on a geometric figure 270 degrees clockwise

To rotate the point 9,5 on a geometric figure 270 degrees clockwise, we need to use the following transformation rules:

1. Swap the x and y coordinates.
2. Change the sign of the new y coordinate.

So, given the point (9, 5), we'll have:

1. Swapping the x and y gives us (5, 9).
2. Changing the sign of the new y coordinate results in (-5, 9).

Therefore, the rotated point 9,5 on a geometric figure 270 degrees clockwise is (-5, 9).