SOLUTION: use each function to find f(g(x) and g(f(x)) f(x)=|x| , g(x)=5x+1

Algebra ->  Functions -> SOLUTION: use each function to find f(g(x) and g(f(x)) f(x)=|x| , g(x)=5x+1      Log On


   



Question 1155945: use each function to find f(g(x) and g(f(x))
f(x)=|x| , g(x)=5x+1

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

f(g(x))

means to substitute the right side of g(x) for x in the right side of f(x).

So we take the right side of f(x) which is |x| and substitute the right side
of g(x), which is (5x+1) for x in |x| getting |5x+1|.

so 

f(g(x)) = |5x+1|

------------------------------------

g(f(x))

means to substitute the right side of f(x) for x in the right side of g(x).

So we take the right side of g(x) which is 5x+1 and substitute the right side
of f(x), which is |x| for x in 5x+1 getting 5|x|+1.

so 

g(f(x)) = 5|x|+1

Edwin