Answer:
f[g(4)] = 4
Explanation:
Given table:
f[g(4)] is a composite function.
When calculating composite functions, always work from inside the brackets out.
Begin with g(4): g(4) is the value of function g(x) when x = 4.
From inspection of the given table, g(4) = -6
Therefore, f[g(4)] = f(-6)
f(-6) is the value of function f(x) when x = -6.
From inspection of the given table, f(-6) = 4
Therefore, f[g(4)] = 4