Accepted Answer
The coordinates of A'', applying the two rotations, are given as follows:A'' (4, 3).What is a rotation?A rotation is one example of transformation that a function can undergo, in which the congruence and similarity of the images are kept but the orientation of the image changes.The rules for each possible rotation are given as follows:90° clockwise rotation: (x,y) -> (y,-x).90° counterclockwise rotation: (x,y) -> (-y,x).180° clockwise and counterclockwise rotation: (x, y) -> (-x,-y).270° clockwise rotation: (x,y) -> (-y,x).270° counterclockwise rotation: (x,y) -> (y,-x).The original coordinates are given as follows:A(-3,4).After the first 180º clockwise rotation, the coordinates are:A'(3,-4).(signals exchanged)After the final rotation, the 90º counterclockwise rotation, the coordinates of A'' are given as follows:A'' (4, 3).More can be learned about rotations at https://brainly.com/question/24951838#SPJ1