find the equation of the inverse of f(x)= 2^x-7 + 5

I did x=2^y-7+ 5
-5 -5
x-5=(2^y)(2^-7)
128*x-5=2^y
answer y=log of 2 (128(x-5))
I switched x and y and solved for y
Is this correct? Thanks for checking my work.

looks good to me. I think

log_2(128(x-5)) is better that "log of 2", since most people would read that as just "log 2" which is not what you meant.

Actually, I kind of like 7+log_2(x-5) but either is fine.
You also need to specify that the domain is
(x-5) > 0 or x > 5

Yes , I wasn't sure the proper way of writing the log with the number under it. Thanks for explaining how to do it, so I will know in the future. Thank you for checking my work.

Yes, your work is correct. To find the equation of the inverse of a given function, you need to follow the steps you mentioned.

1. Start with the given function f(x) = 2^(x-7) + 5
2. Replace f(x) with y: y = 2^(x-7) + 5
3. Swap x and y: x = 2^(y-7) + 5
4. Solve for y: x - 5 = 2^(y - 7)
5. Multiply both sides by 2^7 to isolate the exponent: 128(x - 5) = 2^(y - 7)
6. Take the logarithm base 2 of both sides to eliminate the exponent: log₂(128(x - 5)) = y - 7
7. Rewrite as the inverse equation: y = log₂(128(x - 5)) + 7

So, your final answer is y = log₂(128(x - 5)) + 7, which is the equation of the inverse of f(x). Well done!