This is an old example and since I've free time, I am working on it.
$$B(t)= \frac{12}{1+e^{-0.6(t-6)}} $$
If we set $$10= \frac{12}{1+e^{-0.6(t-6)}}$$ $$ \ln 10 = \ln \frac{12}{1+e^{-0.6(t-6)}} $$ We know that:$ \ln 1 = 0 $ $$ \ ln (e^r)= r $$
So $$ \ln 10 = \frac{\ln 12}{( -0.6(t -6) )}$$
$$t=\frac{ \ln (\frac{10}{12-10})}{ (0.6) } +6 $$ $$t= 8.682 $$
What's wrong?
A good example of this problem might be:
$P = \frac{k}{ 1+ e^{-rt} } $ for $ t$
Thank you in advance.
The following two steps are not legal operations involving the logarithm function.
1) From $\ln\frac{12}{1+e^r}$ to $\frac{\ln12}{\ln{1+e^r}}$
2) From $\ln{1+e^r}$ to $\ln1+\ln e^r$
You can only use the logarithm rules you have learnt in class:
A) $\ln (a\times b)=\ln a+\ln b$
B) $\ln \frac{a}{b} = \ln a - \ln b$
C) $\ln a^n = n\ln a$
D) $\log_x a=\frac{\log_y a}{\log_y x}$ (You may not have learnt this one yet.)
The correct way to solve your original problem is as follows:
$$10=\frac{12}{1+e^{-0.6(t-6)}}$$
Divide by 10 and multiple by $1+e^{-0.6(t-6)}$
$$1+e^{-0.6(t-6)}=\frac{6}{5}$$
Subtract $1$
$$e^{-0.6(t-6)}=\frac{1}{5}$$
Now convert to a logarithm
$$-0.6(t-6)=\ln\frac{1}{5}$$
Rearrange to get $t$
$$t-6 = -\frac{5}{3}\ln5^{-1}$$
$$t=6+\frac{5}{3}\ln5$$
Note in the last step the negative power was moved to the front using the rule I listed as C.