The 3 rotations are:
For a given point (x, y), the clockwise rotations will move the point along the direction in which the arms of a clock move.
So, if we have the point (5, 2), which is on the first quadrant, and we move it 90° clockwise, so, the x and y-values interchange, and the y-value becomes negative.
So the image is (2, -5).
If we apply a 180° rotation, we will move the point to the third quadrant, here we only change the sign of both values.
The image will be: (-5, -2).
For a 270° rotation we will go the the second quadrant, this is like the first rotation we did, but this time the x-value will be the one that becomes negative.
So we get the image: (-2, 5).
These are the 3 rotations.
If you want to learn more about transformations, you can read:
https://brainly.com/question/4289712