document.write( "Question 855676: If f(x)=2x-1 and g(x)=x^2 find :
\n" );
document.write( "1. g(g(x))
\n" );
document.write( "2. g(f(x))
\n" );
document.write( "3. f(g(x))
\n" );
document.write( "4. f(f(x)) \n" );
document.write( "
Algebra.Com's Answer #515519 by fcabanski(1391)![]() ![]() ![]() You can put this solution on YOUR website! a(b(x)) means replace x in a(x) with the function b(x).
|