document.write( "Question 256448: inverse functions\r
\n" );
document.write( "\n" );
document.write( "find f(g(x)) and g(f(x)) and determine whether the functions f and g are inverse of each other.\r
\n" );
document.write( "\n" );
document.write( "f(x)= 6x-3 and g(x)= x+6/3 \n" );
document.write( "
Algebra.Com's Answer #188564 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! F(g(x)) means put the g(x) function into the f(x) function. We get: \n" ); document.write( "f(g(x)) = 6(x+6/3) - 3 = 6x +12 - 3 = 6x + 9 \n" ); document.write( "g(f(x)) = 6x-3 + 6/3 = 6x - 1 \n" ); document.write( "The functions are not inverses \n" ); document.write( " |