How do you find the inverse of f(x)= (100)/(1+2^-x)?

1 Answer
Dec 17, 2015

y=-log_2((100-x)/x)

Explanation:

Rewrite as

y=100/(1+2^-x)

Flip the x and y and solve for y.

x=100/(1+2^-y)

x(1+2^-y)=100

1+2^-y=100/x

2^-y=100/x-1

2^-y=(100-x)/x

-y=log_2((100-x)/x)

y=-log_2((100-x)/x)

The graphs should be reflections of themselves over the line y=x.