
Jerry W.
asked 04/06/21Solving Equations
There are lots of ants in a kitchen. Each day half are exterminated. After x days, there are 1/32 of the original number of ants left. What equation leads to solving for the number of days(x) that have passed?
1 Expert Answer

Michael D. answered 03/10/23
PhD in Math with 20+ Years Teaching Experience at the University Level
If P(t) is the population of ants on day t, the rate at which this decreases is proportional to the current ant population. This is exponential decay, so you have an equation of the form:
P(x) = C * exp(-kt)
where C is the initial number of ants (at day t=0) and k is a constant. Since you know P(x) = (1/32)*C, you can substitute to get:
(1/32)*C = C * exp(-kx)
Now C is nonzero [there are "lots of ants" ;) ], so you can cancel it from both sides, giving:
1/32 = exp(-kx)
There's not enough information in the problem to determine the value of k, but this seems to answer the question as worded. You could solve this for x using logarithms: x = 5*ln(2)/k.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Aime F.
Say there are N(x) ants at day x. "Each day half are exterminated" means N(x+1)=N(x)/2. Therefore N(1)=N(0)/2, N(2)=N(0)/4, N(3)=N(0)/8, N(4)=N(0)/16 etc. From these examples, can you now see and verify the formula for N(x) in terms of N(0) and x?04/28/21