To rotate a point \( (x, y) \) 90° clockwise around the origin, you can use the formula:
\[ (x', y') = (y, -x) \]
We'll rotate both endpoints of the line segment:
-
For the endpoint \( (2, -1) \):
- \( x' = -1 \)
- \( y' = -2 \)
So after rotation, the new point is \( (-1, -2) \).
-
For the endpoint \( (5, -4) \):
- \( x' = -4 \)
- \( y' = -5 \)
So after rotation, the new point is \( (-4, -5) \).
Hence, after rotating the line segment 90° clockwise, the new endpoints are:
\[ (-1, -2) \text{ and } (-4, -5) \]
The correct response is therefore:
(−1, −2) and (−4, −5).