Edwin R. answered 12/11/14
Tutor
4.9
(39)
Math and Science Tutor
Hi Hannah,
If g(x) = 2x + 2, this means it takes an input value, doubles it, and then adds 2. The inverse will do the opposite, in the opposite order.
So the inverse will first do the opposite of adding 2, so it subtracts 2, or x - 2. Then it does the opposite of multiplying, by dividing by 2, so (x-2) / 2.
So g-1(x)= (x-2) / 2.
To find (fog-1)(2), you start by putting 2 into g inverse for x . So g-1(2) = (2-2) /2 , so zero. Then, we put 0 into f, so f(0) = 3(0)2 + 1, so (fog-1)(2) = 1. Hope that helped.