Find the coordinates of the image’s vertices.


A triangle with vertices L(–1, 5), M(–1, 7), and N(–8, 5) is rotated 270 counterclockwise about the origin.

A. L’(–5, 1), M’(–7, 1), and N’(–5, 8)
B. L’(1, 5), M’(1, 7), and N’(8, 5)
C. L’(5, 1), M’(7, 1), and N’(5, 8)
D. L’(5, –1), M’(7, –1), and N’(5, –8)

Respuesta :

Louli

Answer:

C. L' (5,1), M'(7,1) and N'(5,8)

Explanation:

For the rotation of a point 270° counterclockwise about the origin, the following rule applies:

(x , y) ..............> (y , -x)

This means that, to get the image point:

1- We swap the values of the x and y coordinates in the original point

2- We change the sign of the x-coordinate of the original point (which is the y-coordinate in the image)

Now, for the givens, we simply apply the above rule to get the image:

L is (-1 , 5) ............> L' is (5 , 1)

M is (-1 , 7) ...........> M' is (7 , 1)

N is (-8 , 5) ..........> N' is (5 , 8)

Hope this helps :)