5 questions0m 0s
Learn the skill
In f(g(x)), apply g to x first, then use that result as the input of f. Reversing the order can produce a different answer.
Worked example
If g(x) = x + 3 and f(x) = 2x, then f(g(4)) = f(7) = 14.