The Composite Function:
Given:
It's required to find f(g(2)).
The composite function uses one of the functions and gets it inside of the second function, that is, f(g(x)) is the function f evaluated in g.
First, compute g(2):
Now we take this value and substitute it in f(x):
Calculating:
Answer: 8