document.write( "Question 1029690: Compose the given functions as directed
\n" );
document.write( "f(x)=2x-3; g(x)=3x
\n" );
document.write( "find f*g(x)= and g*f(x)= \n" );
document.write( "
Algebra.Com's Answer #644656 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you mean composition of functions, I believe you mean \n" ); document.write( "f o g(x) = f(g(x)) = f(3x) = 2(3x) - 3 = 6x - 3 \n" ); document.write( "g o f(x) = g(f(x)) = g(2x-3) = 3(2x - 3) = 6x - 9 \n" ); document.write( " |