Answer:
(5,6)
Explanation:
Generally, is the coordinate (x,y) is translated right by a units and up by b units, the resulting coordinate wil be;
g(X, Y) = (x+a, y+b)
To the right is along the positive x axis while up is along the positive y axis
Given a = 3 and b = 4
g(X,Y) = (2 + 3, 2 + 4)
g(X, Y) = (5, 6)
Hence the resulting coordinate of g is (5,6)