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