Answer:
(1, 0)
Explanation:
(x, y) represents the original point
G's original point is (2, -1) ---> over 2 on the x-axis, down 1 on the y axis
To translate, it says (x-1, y+1); this means you subtract 1 from the x coordinate, and add 1 to the y coordinate
G's x coordinate is 2, so 2 -1 = 1
G's y coordinate is -1, so -1 + 1 = 0
New coordinates: (1, 0)