(x, y) → (x, y + n) - translate the graph n units up
(x, y) → (x, y - n) - translate the graph n units down
(x, y) → (x - n, y) - translate the graph n units left
(x, y) → (x + n, y) - translate the graph n units right
---------------------------------------------------------------------------
(x, y) → (x + 2, y)
translate the graph 2 units right.