To find the coordinates of the vertices of triangle LMN after a rotation of 90° counterclockwise about the origin, we can use the formula for rotating a point (x, y) by 90° counterclockwise, which is:
\[ (x', y') = (-y, x) \]
We will apply this to each vertex of the triangle.
-
For vertex L(−1, 5): \[ L' = (-5, -1) \]
-
For vertex M(−1, 0): \[ M' = (0, -1) \]
-
For vertex N(−2, 5): \[ N' = (-5, -2) \]
Putting these transformed coordinates together, we get the new vertices after rotation:
- \( L'(-5, -1) \)
- \( M'(0, -1) \)
- \( N'(-5, -2) \)
This gives us the vertices of the image triangle L′M′N′ as:
- \( L′(-5, -1), M′(0, -1), N′(-5, -2) \)
Therefore, the correct answer is \( L′(−5, −1), M′(0, −1), N′(−5, −2) \).