document.write( "Question 35505This question is from textbook
\n" );
document.write( ": Let f(x) = 2x + 1 and g(x) = x^2 - 4 and find the following:\r
\n" );
document.write( "\n" );
document.write( "(fg)(x)\r
\n" );
document.write( "\n" );
document.write( "(g of f)(x) \n" );
document.write( "
Algebra.Com's Answer #21652 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = 2x + 1 \n" ); document.write( "g(x) = x^2 - 4 \n" ); document.write( "........................................................................ \n" ); document.write( "(fg)(x)=(2x+1)(x^2-4)=2x^3+x^2-8x-4 \n" ); document.write( "................................... \n" ); document.write( "(g of f)(x) = (2x+1)^2 - 4 \n" ); document.write( "= (2x+1)(2x+1) - 4 = 4x^2 + 4x + 1 - 4 = 4x^2 + 4x - 3 \n" ); document.write( " |