A colony if bacteria in a petri dish grows exponentially. At noon, there 1000 bacteria cells in the dish. At 8 pm, there 3000 cells in the dish. How long does it take the bacteria to double its population ?
from the above we know that it triples every 8 hours, based on that triple rate I don't know how to get the double.
if the population function is $P(t)$ $$P(t)=P_0e^{kt}$$ $P_0=1000$,let $t=0$ start at noon . then,$$ P(t)=1000e^{kt} $$ find $k$ with the second condition. $$3000=1000e^{8k}$$ $$k=\frac{1}{8}\ln 3$$ Then find $t$ for $P(t)=2P_0$