141k views
0 votes
(02.09) Given a triangle with vertices at points (4, 4), (4, 1), and (2, 1), which set of ordered pairs represents the new vertices after a rotation of 90 degrees counterclockwise about the origin?

User Huzzah
by
5.5k points

1 Answer

0 votes
Hello!

This triangle is currently located in Quadrant 1. If it is rotated 90 degrees counter-clockwise around the origin, it will end up in Quadrant 2. The formula for this is seen below.

(x,y)⇒(-y,x)

We will do this to each point and get our final points.

(4,4)⇒(-4,4)
(4,1)⇒(-1,4)
(2,1)⇒(-1,2)

Therefore, the final points of our rotated triangle are (-4,4), (-1,4) and (-1,2).

I hope this helps!


User Vanhooser
by
5.8k points