document.write( "Question 34185: Let f (x)=x/x-2, and g (x)=1/x-1
\n" );
document.write( "Find the composition (f*g)(x)= \n" );
document.write( "
Algebra.Com's Answer #20495 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Let f (x)=x/x-2, \n" ); document.write( " and \n" ); document.write( "LET g (x)=1/x-1=Y \n" ); document.write( "Find the composition (f*g)(x)=F(G(X))=F(Y)=Y/(Y-2) \n" ); document.write( "BUT Y=G(X)=1/(X-1)...SUBSTITUTING... \n" ); document.write( "F(G(X))=F(Y)=Y/(Y-2)={1/(X-1)}/{1/(X-1) - 2}...MULTIPLYING THROUGH OUT WITH (X-1) \n" ); document.write( "=1/{1-2(X-1)}=1/(1-2X+2)=1/(3-2X) \n" ); document.write( " |