Answer:
f(x) + n - shift a graph of f n units up
f(x) - n - shift a graph of f n units down
f(x + n) - shift a graph of f n units left
f(x - n) - shift a graph of f n units right.
f(x) = x³, g(x) = (x + 3)³ - 4 = f(x + 3) - 4
3 units left and 4 units down.
(x, y) → (x - 3, y - 4)
therefore
(0, 0) → (0 - 3, 0 - 4) = (-3, -4).
Answer: (-3, -4).
Explanation:
hope it helpsssss