SOLUTION: given: f(x)=x^2+3 and g(x) = (sqrt)2-x find f o g(x)
Algebra
->
Systems-of-equations
-> SOLUTION: given: f(x)=x^2+3 and g(x) = (sqrt)2-x find f o g(x)
Log On
Algebra: Systems of equations that are not linear
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Systems-of-equations
Question 70060
:
given: f(x)=x^2+3 and g(x) = (sqrt)2-x find f o g(x)
Answer by
Nate(3500)
(
Show Source
):
You can
put this solution on YOUR website!
f(g(x)) means that the g(x) is placed in the f(x) function
f(sqrt(2 - x)) = (sqrt(2 - x))^2 + 3
f(g(x)) = 2 - x + 3 = -x + 5