Respuesta :

If you have 2 functions, f(x) and g(x), you would find f(g(x)) and g(f(x)). If, after you simplify both and you end up with just "x" as the answer, they are inverses of each other.  For example, f(x) = 3x - 2 and g(x) = (x+2)/3
f(g(x)) takes the g function and plugs it into the x in the f function, like this:
[tex]f(g(x))=3[ \frac{(x+2)}{3} ]-2 [/tex]
cancel out the 3's to get
f(g(x))=(x+2)-2 which is just x.  Now do it the other way: g(f(x))
[tex]g(f(x))= \frac{[(3x-2)+2]}{3} [/tex]
3x-2+2 is 3x, so we have
[tex]g(f(x))= \frac{3x}{3} =x[/tex]
See?