Jon P. answered 06/30/15
Tutor
New to Wyzant
Finding the inverse of a function is pretty straightforward, always using a standard procedure.
f(x)=2x / 3 - 17
1. Change "f(x)" to "y" to make it easier to do the math:
y = 2x / 3 - 17
2. Switch x and y:
x = 2y / 3 - 17
3. Solve for y in the new equation:
x = 2y / 3 - 17
x + 17 = 2y / 3
3 (x + 17) = 2y
3 (x + 17) / 2 = y
4. Change "y" to "f-1(x)"
3 (x + 17) / 2 = f-1(x)
f-1(x) = 3 (x + 17) / 2
So the answer is d.