document.write( "Question 1012961: 3.15\r
\n" );
document.write( "\n" );
document.write( "For f(x)=6x and g(x)=x+1, find the following functions:\r
\n" );
document.write( "\n" );
document.write( "a. (fog)(x)=\r
\n" );
document.write( "\n" );
document.write( "b. (gof)(x)=\r
\n" );
document.write( "\n" );
document.write( "c. (fog)(2)=\r
\n" );
document.write( "\n" );
document.write( "d. (gof)(2)= \n" );
document.write( "
Algebra.Com's Answer #629112 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x) = 6x g(x) = x + 1 \n" ); document.write( "(fog)(x) = 6(x + 1) = 6x + 6 \n" ); document.write( "(gof)(x) = (6x) + 1 = 6x + 1 \n" ); document.write( "(fog)(2) = 6x + 6 = 6(2) + 6 = 18 \n" ); document.write( "(gof) (2)= 6x + 1 = 6(2) + 1 = 13 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |