Answer:
20 minutes
Explanation:
If a population of 500 bacteria decays to 100 in 14 minutes, you want to know how long it takes for the population to decline to 50.
Exponential equation
The equation modeling the population can be written ...
p(t) = (initial population) · (growth factor)^(t/(growth period))
where "growth period" is the period associated with the "growth factor".
Application
In this problem, we have ...
- initial population = 500
- growth factor = 100/500 = 1/5
- growth period = 14 minutes
So, the population equation can be written ...
p(t) = 500(1/5)^(t/14)
We want to find the value of t that brings the population to 50:
50 = 500(1/5)^(t/14)
50/500 = (1/5)^(t/14) . . . . divide by 500
log(1/10) = (t/14)·log(1/5) . . . . take logarithms
t = 14·log(1/10)/log(1/5) . . . . divide by the coefficient of t
t ≈ 20
After 20 minutes there will be 50 bacteria remaining.
__
Additional comment
You might be expected to work this using the exponential equation ...
p(t) = 500e^(-kt)
The value of k will be -ln(1/5)/14 ≈ 1.60944/14 ≈ 0.1150 (rounded to 4 dp)
Then you're solving ...
ln(50/500) = -0.1150t
t = ln(0.1)/-0.1150 ≈ 20.029 ≈ 20
We like the exponential form show above, because it does not involve rounding of any of the values in the equation. They all come directly from numbers in the problem.