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

To rotate a point 180 degrees clockwise, we can simply change the sign of its coordinates.

Given the point (5, 8), rotating it 180 degrees clockwise would result in the point (-5, -8).