To rotate a point \((x, y)\) 90 degrees clockwise around the origin, the new coordinates will be \((y, -x)\).
Let's apply this to the endpoints of the line segment:
-
For the endpoint \((2, -1)\):
- Rotate 90° clockwise: \[ (y, -x) = (-1, -2) \]
-
For the endpoint \((5, -4)\):
- Rotate 90° clockwise: \[ (y, -x) = (-4, -5) \]
Thus, after rotating the line segment 90° clockwise, the new endpoints will be \((-1, -2)\) and \((-4, -5)\).
So the correct response is: \((-1, -2)\) and \((-4, -5)\).