You can put this solution on YOUR website! find the inverse of f(x)= 3+log2 (x-5)
----------
1st: interchange x and y to get:
x = 3 + log2(y-5)
---
2nd: Solve for "y':
log2(y-5) = x-3
---
y-5 = 2^(x-3)
---
y = 2^(x-3) + 5
======================
cheers,
Stan H.