Translations
The coordinates of point M are (7,-3)
The coordinates of point M' are (5,0)}
To go from M to M' we apply a translation that can be found by subtracting the final coordinates minus the original coordinates as follows:
vector = (5,0) - (7,-3)
vector = (5-7 , 0+3)
vector = (-2 , 3)