document.write( "Question 108685: If f(x) = 11x + 7 and g(x) = x^2 - 6x, find (f o g)(x)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79250 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If f(x) = 11x + 7 and g(x) = x^2 - 6x, find (f o g)(x) \n" ); document.write( "--------- \n" ); document.write( "(fog)(x)=f[g(x)] \n" ); document.write( "= f[x^2-6x] \n" ); document.write( "= 11[x^2-6x]+7 \n" ); document.write( "= 11x^2-66x+7 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |