document.write( "Question 905484: The rule of the function f is \"add one\" and the rule of the function g is \"multiply by 5.\" \r
\n" );
document.write( "\n" );
document.write( "How can I express these functions algebraically? \r
\n" );
document.write( "\n" );
document.write( "f(x) =
\n" );
document.write( "g(x) =
\n" );
document.write( "(f º g)(x) =
\n" );
document.write( "(g º f)(x) = \r
\n" );
document.write( "\n" );
document.write( "please explain how these are done, I must understand. \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #549241 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! f(x) = x +1 \"add one\" \n" ); document.write( "g(x) = 5x \"multiply by 5.\" \n" ); document.write( " (f º g)(x) = (5x)+1 Substitute 5x for x in f(x) \n" ); document.write( " (g º f)(x) = 5(x+1) Substitute (x+1) for x in g(x) \n" ); document.write( " |