Eric C. answered 06/01/16
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Brooke.
When you want to find inverse functions, simply swap out every y with every x, and then solve for y.
y = 3/(x-5) - 2
To find this function's inverse, replace x with y and y with x.
x = 3/(y-5) - 2
Now solve for y.
x + 2 = 3/(y-5)
1/(x+2) = (y-5)/3
3/(x+2) = y-5
y = 3/(x+2) + 5
This is your inverse function.
f^-1(x) = 3/(x+2) + 5
Hope this helps.