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