To rotate a point \((x, y)\) 90° clockwise around the origin, the formula to use is:
\[ (x, y) \rightarrow (y, -x) \]
Now, let's apply this to the endpoints of the line segment:
-
For the endpoint \((2, -1)\): \[ (2, -1) \rightarrow (-1, -2) \]
-
For the endpoint \((5, -4)\): \[ (5, -4) \rightarrow (-4, -5) \]
After rotating the line segment 90° clockwise, the new endpoints are \((-1, -2)\) and \((-4, -5)\).
Thus, the correct response is:
\[ \text{(-1, -2) and (-4, -5)} \]