You can put this solution on YOUR website! Change the subject of the formula to y:
x= (y+3)/(y-1)
------
Cross-multiply to get:
xy - x = y+3
----
Get the y-terms together::
xy - y = x+3
----
Factor out the "y"::
y(x-1) = x + 3
----
Solve for "y"::
y = (x+3)/(x-1)
-----
Cheers,
Stan H.
------------