Question 1008364
How do I get the inverse y=f(x)
y= 5x-9/3x-7 
--------
1st: Interchange x and y to get:
x = (5y-9)/(3y-7)
-----
2nd:: Solve for "y"::
Cross-multiply to get:
3xy-x = 5y-9
---
3xy-5y = x-9
----
y(3x-5) = x-9
-----
y = (x-9)/(3x-5)
----
That is the inverse.
Cheers,
Stan H.
-----------