To find the new endpoints of the line segment after rotating it 90° clockwise, we can use the rotation transformation.
The general rule for rotating a point \((x, y)\) 90° clockwise around the origin is:
\[ (x, y) \rightarrow (y, -x) \]
Let's apply this transformation to each endpoint of the segment.
-
First endpoint: (2, -1) \[ (2, -1) \rightarrow (-1, -2) \]
-
Second endpoint: (5, -4) \[ (5, -4) \rightarrow (-4, -5) \]
Therefore, after rotating the segment 90° clockwise, the new endpoints are: \[ (-1, -2) \text{ and } (-4, -5) \]
The correct response is: (−1, −2) and (−4, −5).