document.write( "Question 4521: Let f(x)=x^2+x and g(x)=2x+1. Find and simplify the following:
\n" );
document.write( ".
\n" );
document.write( "a) (g o f)(x)
\n" );
document.write( ".
\n" );
document.write( "b) (f * g)(x) -- the o is colored in.
\n" );
document.write( ".
\n" );
document.write( "c) (f+g)(2)
\n" );
document.write( ".
\n" );
document.write( "d) (f-g)(3) \n" );
document.write( "
Algebra.Com's Answer #2117 by glitzgirl_14(11)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=x^2 g(x)=2x+1\r \n" ); document.write( "\n" ); document.write( "A.) g(f(x))= 2(x^2)+1 (g o f)(x)=2x^2+1\r \n" ); document.write( "\n" ); document.write( "B.) x^2(2x+1) 2x^3+x^2\r \n" ); document.write( "\n" ); document.write( "C.) x^2+2x+1\r \n" ); document.write( "\n" ); document.write( "D.) x^2-2x+1 \n" ); document.write( " |