document.write( "Question 51251: f(x)=1/x-2
\n" );
document.write( "g(x)= 4/x\r
\n" );
document.write( "\n" );
document.write( "(fog)(x)
\n" );
document.write( "(gof)(x)\r
\n" );
document.write( "\n" );
document.write( "please can you show me how to do this problem? \n" );
document.write( "
Algebra.Com's Answer #34190 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! f(x)=1/x-2=y say \n" ); document.write( "g(x)= 4/x =z say \n" ); document.write( "(fog)(x)=f(g(x))=f(z)=1/(z-2)=1/{(4/x)-2}=2/(4-2x)=1/(2-x) \n" ); document.write( "(gof)(x) =g(f(x))=g(y)= 4/y=4/{1/(x-2)}=4(x-2) \n" ); document.write( "please can you show me how to do this problem? \n" ); document.write( " \n" ); document.write( " |