document.write( "Question 797007: f(x)=6x^2-4x
\n" );
document.write( "g(x)=2x
\n" );
document.write( "Find (fog)(x) \n" );
document.write( "
Algebra.Com's Answer #485886 by tommyt3rd(5050) You can put this solution on YOUR website! (fog)(x)= \n" ); document.write( "f(2x)= \n" ); document.write( "6(2x)^2-4(2x)= \n" ); document.write( "24x^2-8x \n" ); document.write( " |