Answer:
Explanation:
Say you have a function
. If you wanted to find f(3), you would replace the number in the parentheses, in this case 3, with x, to get
When combining functions, you should do the same thing.
Here, we have
We want to find f(g(x)). So, you should replace x in the function f(x) with the function g(x).
So, f(g(x)) would equal
, which equals
.
Hope this helps!