Solution;
One possible way ;
If you let;
f(x)=x
g(x)=x2+x
h(x)=x1
First,obtain g of f(x);
gof=g(f(x))=(f(x))2+f(x)=(x)2+x=x+x
Now we plug g(f(x)) into h(x);
F(x)=h(gof)=h(g(f(x)))
F(x)=g(f(x))1 =x+x1
Hence the expression of the function is three functions could be expressed as;
f(x)=x ,g(x)=x2+x , h(x)=x1 ,F(x)=h o g o f
Comments