document.write( "Question 1048069: What makes this statement false? \r
\n" );
document.write( "\n" );
document.write( "if and
then (f ○ g)(x) = (g ○ f)
\n" );
document.write( "
Algebra.Com's Answer #663640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What makes this statement false? \r \n" ); document.write( "\n" ); document.write( "if f(x) = x + 1 and g(x) = 6x then (fog)(x) = (gof)(x) \n" ); document.write( "------------------- \n" ); document.write( "fog(x) = f[g(x)] = f(6x) = 6x+1 \n" ); document.write( "----------------- \n" ); document.write( "gof(x) = g[f(x)] = g(x+1) = 6(x+1) = 6x+6 \n" ); document.write( "-------------------- \n" ); document.write( "Ans: 6x+1 is not equal to 6x+6 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |