221k views
2 votes
Write the coordinates of the image after a 180 degree clockwise rotation for A B C

Write the coordinates of the image after a 180 degree clockwise rotation for A B C-example-1
User Arcy
by
3.5k points

1 Answer

3 votes

If the point (x, y) rotated around the origin 180 degrees clockwise OR counterclockwise, then its image is (-x, -y)

We just change the signs of the 2 coordinates

Since point A = (2, 2), then

A' = (-2, -2)

Since point B = (3, -2), then

B' = (-3, 2)

Since point C = (-1, 3), then

C' = (1, -3)

User Dyoo
by
3.6k points