document.write( "Question 1020076: a function is given: f(x) = 3x + 12
\n" );
document.write( "a. determine the inverse of this function and name it g(x)
\n" );
document.write( "b. use composite functions to show that these functions are inverses
\n" );
document.write( "c. evaluate f(g(-2)) explain what is the domain\r
\n" );
document.write( "\n" );
document.write( "I think that I got A
\n" );
document.write( "y = 3x + 12
\n" );
document.write( "x = 3y + 12
\n" );
document.write( "x-12 = 3y
\n" );
document.write( "y= g(x) = (x-12) / 3 \n" );
document.write( "
Algebra.Com's Answer #636019 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a function is given: f(x) = 3x + 12 \n" ); document.write( "a. determine the inverse of this function and name it g(x) \n" ); document.write( "1st:: Interchange x and y to get x = 3y+12 \n" ); document.write( "2nd: Solve for \"y\":: f^-1(x) = (x-12)/3 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "b. use composite functions to show that these functions are inverses \n" ); document.write( "--- \n" ); document.write( "fof^-1(x) = f[(x-12)/3] = 3[(x-12)/3)]+ 12 = (x-12)=12 = x \n" ); document.write( "---- \n" ); document.write( "f^-1of(x) = f^[f(x)] = f^-1[3x+12] = [(3x+12-12)/3] = (3x)/3 = x \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "c. evaluate f(g(-2)) explain what is the domain \n" ); document.write( "f(g(-2)) = f((-2-12)/3) = f(-14/3) = 3(-14/3)+12 = -2 \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |