To shift a function down 6 units, we subtract 6 from the function. To shift a function left 1 unit, we add 1 to the function.
So, to shift f(x) down 6 units, we have f(x) - 6.
To shift f(x) left 1 unit, we have f(x+1).
Therefore, the equation for g(x) is g(x) = f(x+1) - 6.
Substituting f(x) = x^2 + 2 into the equation, we get:
g(x) = (x+1)^2 + 2 - 6
g(x) = (x+1)^2 - 4
Therefore, the correct equation for g(x) is g(x) = (x+1)^2 - 4.
The answer is f. g(x) = (x+1)^2 - 4.