Answer: f(g(x)) = -4x + 2
Explanation:
Our task is to evaluate the following function:
.
This operation is known as composition of functions - we plug one function into another one.
When:
Plug "g" into "f":
- f(x) = 2(-2x) + 2
- f(x) = -4x + 2
Our answer is f(g(x)) = -4x + 2 ^^"
Note that it's important to do it in the right order - if we have f(g(x)), we plug "g" into "f" and evaluate, not the other way around.