SOLUTION: (f o g)(x) if f(x) = x+3 and g(x) = x^2

Algebra ->  Signed-numbers -> SOLUTION: (f o g)(x) if f(x) = x+3 and g(x) = x^2      Log On


   



Question 515677: (f o g)(x) if f(x) = x+3 and g(x) = x^2
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
(f o g)(x)
= f(g(x))
= f(x^2)
= x^2 + 3