This problem describes a translation of (x,y) --> (x - 2, y + 4), which describes the amount of units in which the coordinates will shift. To find C', simply perform the equation above by plugging int the values of x and y.
C:

C':
-->

So C' is located at (-1,5).