You can put this solution on YOUR website! f(x) = {3x - 7}/{x + 1}.
Find the inverse f^{-1}(x)
-------
1st:: Interchange x and y to get:
x = (3y-7)/(y+1)
----
2nd: Solve for "y"::
xy + x = 3y-7
------
y(x-3) = -x-7
------
y = -(x+7)/(x-3)
-----------------
Cheers,
Stan H.
-----------------------