Writing a doubling equation given only amount of time to double.

2k Views Asked by At

Write an equation to model the generation of Ecoli if the doubling time is 20 minutes.

I can't for the life of me figure this out.

1

There are 1 best solutions below

0
On

Let $r$ be the initial population. Then the population at time $t$(measured in minutes) can be calculated $$ p(t) = r 2^{t/20} $$