Sagar P. answered 12/30/20
Sagar P. - Specializing in Calculus, Chemistry, Biology and SAT
fog(x) can be rewritten as f(g(x)), which allows for an easier visual to the problem. This has to do with composite functions, so the g(x) is the function that was substituted into each of the x of f(x). Therefore:
fog(x) = f(g(x)) = x2 - x
f(x) = x2 - x
g(x) = x
This can be verified by replugging to check, where f(x) is the outer function and g(x) is the input function.
f(g(x)) = x2 - x = (g(x))2 - (g(x)) = (x)2 - (x) = x2 - x