document.write( "Question 1100950: For the problem f(x)=x-3 and g(x)=x^2 +1
\n" );
document.write( "A) what is (f∘g)(-1)?
\n" );
document.write( "B) what is (g∘f)(x)? \n" );
document.write( "
Algebra.Com's Answer #715513 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For the problem f(x)=x-3 and g(x)=x^2 +1 \n" ); document.write( "A) what is (f∘g)(-1)? \n" ); document.write( "fog(x) = f[g(x)] = f[x^2+1] = x^2+1-3 = x^2-2 \n" ); document.write( "---------------------------------------- \n" ); document.write( "B) what is (g∘f)(x)? \n" ); document.write( "gof(x) = g[f(x] = g[x-3] = (x-3)^2+1 = x^2-6x+9+1 = x^2-6x+10 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |