document.write( "Question 198608: Im Working On An Online assignment on webassign.net. The Question is:
\n" );
document.write( "Use the functions given below to answer the following question.
\n" );
document.write( "f(x)=x^3, g(x)= x-3\r
\n" );
document.write( "\n" );
document.write( "Find' (f o f)(x) \n" );
document.write( "
Algebra.Com's Answer #149161 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "(fof)(x)=f[f(x)] \n" ); document.write( " =f[x^3] (in our problem f(x)=x^3 substitute this value in the place of f(x)) \n" ); document.write( "again substitute x^3 in place of x in x^3 \n" ); document.write( " f(x^3)=(x^3)^3 \n" ); document.write( "substitute x^3 in x \n" ); document.write( "(fof)(x)=x^9 (i.e;(a^m)^n=a^mn) \n" ); document.write( " |