document.write( "Question 865946: find the composition of functions (fog)(x).
\n" );
document.write( " g(x) = 3x, f(x) = x + 1 \n" );
document.write( "
Algebra.Com's Answer #521978 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (fog)(x) = 3x + 1 |substituting 3x for x in f(x) \n" ); document.write( " |