We have two transformations.
We will apply them to a generic point P=(x,y), and then we can replace them with any coordinates as inputs.
First transformation: translating 6 units to the right.
This changes the x-coordinate by adding 6 units (x=0 becames x'=6, for example), so we can write:

Second transformation: rotate 90 degrees clockwise.
This changes both x and y coordinates. We can look at a drawing to understand the transformation.
The x-coordinate becomes the y-coordinate, and the y-coordinate becomes the negative x-coordinate.
We can then write:

So now we know that the final image of a point (x,y) after the two transformations is (y,-x-6).
Then, we can list all four points:




Final coordinates: (7,-3), (12,-10), (-2,-10) and (-7,-3).