Answer:
f[g(x)] = 6x + 47
Explanation:
The expression f[g(x)] represents a composite function. You need to plug the function g(x) into the "x" value of the f(x) function. Then, you can simplify.
f(x) = 6x + 11 g(x) = x + 6
f[g(x)] <----- Composition expression
f[g(x)] = 6(x + 6) + 11 <----- Plug g(x) into x
f[g(x)] = 6x + 36 + 11 <----- Multiply terms in parentheses by 6
f[g(x)] = 6x + 47 <----- Add 36 and 11