If f(x) =1x, g(x) = x2 and h(x) =x3 find f[g(hf(x))].
f[g(hf(x))] is of the form f(y) where y = g(h(f(x))). To find this we should know what is h(f(x)). For that we will need f(x). when we get a function which is composite like this, we first evaluate the inner most function and feed it to the next function f(x) =1x This is the input for h(x).
h(f(x)) = h(1x)= (1x)3=1x3
g(h(f(x))) = g(1x3)= (1x3)2=1x6
f(g(h(f(x))))=f( 1x6) = 1(1x6)= x6