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

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

For the point (5,8), we swap the x and y coordinates to get (8,5), and then negate the y-coordinate to get (8,-5).

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