Answer:
The composite function;
f(g(x) = 2x^2 + 15
Step-by-step explanation:
Given f(x) = 2x + 1 and g(x) = x^2 + 7 ;
we want to find f(g(x))
This is simply a composite function which involves fixing the function g(x) into f(x)
Thus, we have
f(g(x)) = 2(x^2 + 7) + 1
f(g(x)) = 2x^2 + 14 + 1
f(g(x)) = 2x^2 + 15