
Tommy L. answered 11/19/20
Math and Science Instructor
Bacteria grow at an exponential rate (1 bacterium doubles into 2, 2 double into 4, 4 double into 8, and so on). So we will need an exponential function to represent this model.
One way we can model this is using the equation:
P(t) = P0*2t/40
--
After 6 hours (360 minutes) we get P(360) = 3200*2360/40 = 1638400
After 9 hours (540 minutes) we get P(540) = 3200*2540/40 = 37072760
--
To reach a population of 10,000 bacteria:
10000 = 3200*2t/40
Solving for t:
10000/3200 = 2t/40
3.125 = 2t/40 * Since t is in the exponent, to solve for t we will need to take the logarithm of both sides
log(3.125) = log(2t/40) * Using properties of logarithms, the exponent can be moved to a coefficient
log(3.125) = t/40*log(2)
t = 40*log(3.125)/log(2)
t = 65.75 minutes
Tommy L.
Hi Mark, I believe your equation is incorrect. The bacteria doubles every 40 minutes, so the exponent should be 2t/3 if you want this in terms of hours.11/19/20