Mark O. answered 05/27/16
Tutor
5.0
(167)
Learn Physics, Math, and Comp Sci from Professional Scientist
Hi Tammy,
To find an inverse, you can always follow a certain process each time, and it goes like this.
Write y = 5x - 1/3
Now solve for x as a function of y.
5x = y + 1/3
x = y/5 + 1/15
Now, switch variables. What you call x, call y and vice versa. So,
y = x/5 + 1/15
Now, call y f-1(x).
f-1(x) = x/5 + 1/15
You can always check yourself to see if you are correct. You should be able to write f(f-1(x)) = x.
f(f-1(x)) = 5f-1(x) - 1/3 = 5(x/5 + 1/15) - 1/3 = x + 1/3 - 1/3 = x Check