To rotate a point \( (x, y) \) 90° clockwise about the origin, the new coordinates are given by \( (y, -x) \).
Let's apply this transformation to the endpoints of the line segment: \( (2, -1) \) and \( (5, -4) \).
-
Rotate \( (2, -1) \):
- New coordinates: \( (-1, -2) \)
-
Rotate \( (5, -4) \):
- New coordinates: \( (-4, -5) \)
So the new endpoints after rotating the segment 90° clockwise are \( (-1, -2) \) and \( (-4, -5) \).
The correct response is:
(−1, −2) and (−4, −5).