document.write( "Question 606209: If f(x) = 4x – 1 and g(x) = x2 + 2x + 2, what is f(g(x)) ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #381946 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If f(x) = 4x – 1 and g(x) = x2 + 2x + 2, what is f(g(x)) ? \n" ); document.write( "---- \n" ); document.write( "f(g(x)) \n" ); document.write( "= f(x^2+2x+2) \n" ); document.write( "= 4(x^2+2x+2) - 1 \n" ); document.write( "= 4x^2+8x+7 \n" ); document.write( "===== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |