Rotate the point(5, 8) on a geometric figure 270° clockwise what is the new point? (1 point)

To rotate a point 270° clockwise, we can swap the x and y coordinates of the point and negate the new x-coordinate.

The given point is (5, 8).
Swapping the x and y coordinates, we get (8, 5).
Negating the new x-coordinate, we get (-8, 5).

Therefore, the new point after rotating 270° clockwise is (-8, 5).