Answer:
(C)180° rotation
Explanation:
For rotations about the origin, these are some basic rules
- 90°clockwise rotation: (x,y)=(y,-x)
- 90°counterclockwise rotation: (x,y)=(-y,x)
- 180° rotation: (x,y)=(-x,-y)
- 270°counterclockwise rotation: (x,y)=(y,-x)
Given point A(-3,4), x=-3, y=4
Point A'=(3,-4)=(-x,-y)
Therefore, the rotation that maps A to A' is 180 degrees rotation.
The correct option is C.