Question 933421
Please help me solve theses problems: Let f(x)= x^2+2 and g(x)=x+1

a)f(2)=
f(x) = x^2+2
Wherever there's an x, replace it with 2
f(2) = 2^2 + 2 = 4+2 = 6
Couldn't be much simpler.
-----
b)g(x)=7
Same as a
==============
c)f(g(3))
Sub 3 for x in g(3), then sub the result in f(x)
---------------
d)g(f(x))
Same as c.
------------------
e) f^-1(x)
This one is different.