polygon ABCD is defined by the points A(-4,2), B(-2,4), C(1,3), and D(2,2). match the coordinates of the points you f the transformed polygons to their correct value

Answer:
D' ..................> (-2,2)
C'' .................> (3,-1)
A''' ................> (4,-2)
B'' .................> (4,2)
Step-by-step explanation:
Before we begin, we should remember the rotation rules:
1- Rotation 90° clockwise:
Coordinates (x,y) become (y,-x)
2- Rotation 90° counter clockwise:
Coordinates (x,y) become (-y,x)
3- Rotation 180° clockwise:
Coordinates (x,y) become (-x,-y)
4- Rotation 270° counter clockwise:
Coordinates (x,y) become (y,-x) ...........> same as rotation 90° clockwise
Now, let's consider the given problem:
1- Coordinates of D' if polygon ABCD rotates 90° counter clockwise to create A'B'C'D'
Original coordinates of point D are (2,2)
Rotation 90° counter clockwise means that the new coordinates will be (-y,x) which is (-2,2)
2- Coordinates of C'' if polygon ABCD rotates 90° clockwise to create A''B''C''D''
Original coordinates of point C are (1,3)
Rotation 90° clockwise means that the new coordinates will be (y,x) which is (3,-1)
3- Coordinates of A''' if polygon ABCD rotates 180° clockwise to create A'''B'''C'''D'''
Original coordinates of point A are (-4,2)
Rotation 180° clockwise means that the new coordinates will be (-x,-y) which is (4,-2)
4- Coordinates of B'' if polygon ABCD rotates 270° counter clockwise to create A''B''C''D''
Original coordinates of point B are (-2,4)
Rotation 270° counter clockwise means that the new coordinates will be (y,-x) which is (4,2)
Hope this helps :)