Example 1 — Bacteria growth
EasyProblem
A culture starts at cells and doubles every hour. Model the count and predict the population after hours.
Solution
-
Doubling each fixed time interval is constant-percent growth, so the structure is exponential.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I being asked to invent the relationship between real-world quantities, not just compute with one already given?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Write with in hours, because the base captures the doubling.
The rule is chosen only after the structure matches, so the steps mean something.
-
Evaluate at : .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — build a math machine that predicts reality. If it does not, revisit the recognition step before changing the arithmetic.
Answer
cells
Takeaway: Match the real growth pattern to the function family, then compute.