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
Algebra: Operations with Signed Numbers
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Signed-numbers
Question 515677
:
(f o g)(x) if f(x) = x+3 and g(x) = x^2
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
(f o g)(x)
= f(g(x))
= f(x^2)
= x^2 + 3