
William W. answered 09/23/22
Math and science made easy - learn from a retired engineer
Exponential growth can be modeled as:
B(t) = B0(1 + r)t where t, in this case is time in hours, B0 is the number of bacteria at time t = 0, B(t) is the number of bacteria at any time t, and "r" is the growth rate.
Using the data point (2 hours, 50 bacteria) we can say:
50 = B0(1 + r)2 or B0 = 50/(1 + r)2
Using the data point (5 hours, 400 bacteria) we can say:
400 = B0(1 + r)5
Plugging in 50/(1 + r)2 for B0 (from the first equation) we get:
400 = (50/(1 + r)2)(1 + r)5
8 = (1 + r)3 then taking the cube root of both sides:
2 = 1 + r
r = 1
Since we know that B0 = 50/(1 + r)2 we can solve for B0 by plugging in r = 1:
B0 = 50/(1 + 1)2
B0 = 50/4
B0 = 12.5 (which really doesn't make sense because there could not be 12 and 1/2 bacteria at time zero but we'll just go with the math.
So our modeling equation is
B(t) = 12.5(1 + 1)t or
B(t) = 12.5(2)t
After 6 hours:, B(6) = 12.5(2)6 = 800 bacteria