You can put this solution on YOUR website! Please solve the:
a. f o g = f[g(x)] = f[x+5] = 2(x+5) = 2x+10
------------------
b. g o f = g[f(x)] = g[2x] = 2x+5
---------------------------------------
c. f o g (3) = f[g(3)] = f[3+5] = f[8] = 2*8 = 16
----------------------------------------
If: f(x) = 2x , g(x) = x + 5
=================================
Cheers,
Stan H.