document.write( "Question 32423: Given f(x)=4x+1 and g(x)=x^2+1\r
\n" );
document.write( "\n" );
document.write( "Find: (f o g)(x)=\r
\n" );
document.write( "\n" );
document.write( "my answer was 4x^2+4 was I correct? \n" );
document.write( "
Algebra.Com's Answer #18898 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! (f o g)(x)= \n" ); document.write( "f (x^2+1) = 4(x^2+1) + 1 = 4x^2 + 5 \n" ); document.write( "Your answer was very close (off by 1) \n" ); document.write( " |