Problems from Function composition

Given f(x)=x1 and g(x)=x21x, find (fg)(x).

See development and solution

Development:

(fg)(x)=f(g(x))=g(x)1=x21x1=x21+x1x=x2+x11x

Solution:

(fg)(x)=x2+x11x

Hide solution and development
View theory