document.write( "Question 1020944: For each pair of functions, obtain a formula for:
\n" );
document.write( "f(g(x)) and also find a formula for g(f(x))\r
\n" );
document.write( "\n" );
document.write( "1. f(x)=x+3
\n" );
document.write( " g(x)=x+2 \n" );
document.write( "
Algebra.Com's Answer #636737 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(g(x)) = (x + 2) + 3 \n" ); document.write( "f(g(x)) = x + 5 \n" ); document.write( "g(f(x)) = (x + 3) + 2 \n" ); document.write( "g(f(x)) = x + 5 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |