Answer: h(x) = 3*(1/6)^(x + 4)
Explanation:
if we have a function g(x), and we want to create another function h(x) such that:
h(x) is a vertical contraction/dilation of factor a.
Then h(x) = a*g(x).
h(x) is a right shift of N units (N positive):
h(x) = g(x - N)
Then:
A vertical shink of factor 1/3 means that:
h(x) = (1/3)*g(x)
And a left shift of 4 units (or a right shift of -4 units) means that
h(x) = (1/3)g(x - (-4)) = (1/3)*g(x + 4)
and we know that:
g(x) = 9*(1/6)^x
Then:
h(x) = (1/3)*9*(1/6)^(x + 4) = 3*(1/6)^(x + 4)