document.write( "Question 674089: Given f(x)=x2-5x+2 and g(x)=x2+9, find the following:
\n" );
document.write( "f °g(x)
\n" );
document.write( "g° f(x)
\n" );
document.write( "g° f(3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #419016 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given f(x)=x2-5x+2 and g(x)=x2+9, find the following: \n" ); document.write( "f °g(x) = f[x^2+9) = (x^2+9)^2-5(x^2+9)+2 \n" ); document.write( "-------- \n" ); document.write( "g° f(x) = g[x^2-5x+2) = (x^2-5x+2)^2 +9 \n" ); document.write( "----------------------------------------- \n" ); document.write( "g° f(3) = g[3^2-5*3+2) = g(-4) = ((-4)^2+9) = 25 \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |