You can put this solution on YOUR website! What is the inverse of f(x)= x/(3x+1)
-----
1st: Interchange x and y to get:
x = y/(3y+1)
------
2nd:: Solve for "y"::
3xy + x = y
-----
y - 3xy = x
-----
Factor::
y(1-3x) = x
------
y = x/(1-3x)
That is the inverse.
Cheers,
Stan H.
----------------