document.write( "Question 1144605: (x)=x^(2)-18 and G(x)=2-x
\n" );
document.write( "find (f.G)(n) \n" );
document.write( "
Algebra.Com's Answer #765773 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "G(x) = 2-x --> G(n) = 2-n \n" ); document.write( "(f.G)(n) = f(2-n) = (2-n)^2-18 \n" ); document.write( "Expand and simplify \n" ); document.write( " |