Inputting functions?

f(x) = | 2x - 4 |, g(x) = -1x + 4


Solve for (g o f o g)(0)

-1 [ | 2 ( -1(0) + 4 ) - 4 | ] + 4 =

-1 [ | 8 - 4 | ] + 4 =

-1 [ 4 ] + 4 =


Answer = 0

Is this answer correct?

Wat2014-06-07T20:28:53Z

Favorite Answer

Yes that's correct!

(g o f o g) (0) means g(f(g(0)))
which is the exact expression that you've written ( -1 [ | 2 ( -1(0) + 4 ) - 4 | ] + 4 )
you did all the computation correct too. It should be right.