SOLUTION: If we have the following functions: f(x) = 3x – 2 and g(x) = x2 – 2x find the following: a. (f ○ g)(1) b. (g ○ f)(1) c. (f ○ g)(x)

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: If we have the following functions: f(x) = 3x – 2 and g(x) = x2 – 2x find the following: a. (f ○ g)(1) b. (g ○ f)(1) c. (f ○ g)(x)       Log On


   



Question 182022: If we have the following functions:
f(x) = 3x – 2 and g(x) = x2 – 2x find the following:
a. (f ○ g)(1)
b. (g ○ f)(1)
c. (f ○ g)(x)

Answer by eperette(173) About Me  (Show Source):
You can put this solution on YOUR website!
a) f(g(1))
g(1)=(1)^2 -2(1)
g(1)= 1 -2
g(1)=-1
f(g(1))=f(-1)
f(-1)=3(-1)-2
f(-1)=-3-2
f(-1)=-5
therefore f(g(1))=-5
***********************************
b) g(f(1))
f(1)=3(1)-2
f(1)=3-2
f(1)=1
g(f(1))=g(1)
g(1)=(1)^2-2(1)
g(1)=1-2
g(1)=-1
therefore g(f(1))=-1
************************************
f(g(x))=f(x^2-2x)
f(x^2-2x)= 3(x^2-2x)-2= 3x^2 - 6x -2