SOLUTION: find the inverse of y = exp2 (x-7) + 1

Algebra ->  Inverses -> SOLUTION: find the inverse of y = exp2 (x-7) + 1      Log On


   



Question 436182: find the inverse of
y = exp2 (x-7) + 1

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find the inverse of
y = exp2 (x-7) + 1
====
1st: Interchange x and y:
x = e^[2y-14] +1
---
e^(2y-14) = x-1
---
Take the ln of both sides:
(2y-14) = ln(x-1)
---
2y = ln(x-1)+14
y = (1/2)[ln(x+1)+14]
=========================
Cheers,
Stan H.
===========