To find the new endpoints of the line segment after a 90° clockwise rotation, we can use the rotation transformation for points in the Cartesian plane.
The rotation of a point \((x, y)\) by 90° clockwise around the origin is given by the transformation:
\[ (x', y') = (y, -x) \]
Now, we will apply this transformation to each of the endpoints of the line segment:
-
For the point (2, -1): \[ (x', y') = (-1, -2) \]
-
For the point (5, -4): \[ (x', y') = (-4, -5) \]
Thus, the new endpoints after a 90° clockwise rotation are: \[ (-1, -2) \quad \text{and} \quad (-4, -5) \]
So, the correct response is: \[ (-1, -2) \text{ and } (-4, -5) \]