117k views
2 votes
Polygon ABCD is rotated 90° counterclockwise about the origin to create polygon A'B'C'D'. natch each set of coordinates to the vertices of polygon A'B'C'D

A'
B'
C'
D'

(-1,3)
(-2,2)
(-2,1)
(1-,1)

Polygon ABCD is rotated 90° counterclockwise about the origin to create polygon A-example-1

1 Answer

3 votes

These questions are no problem, so long as you remember the rules for rotations. A point that is rotated 90 counterclockwise is simply x and y flipped, and negating the y.

For example, 2,9 becomes -9, 2.

So point A would be -1, 1, B would be -2, 1. So on and so forth.

User Keira
by
4.9k points