Question 34·Easy·Two-Variable Data: Models and Scatterplots
A biology student measured the number of bacteria in a petri dish at 5-minute intervals.
| Time (minutes) | Bacteria count |
|---|---|
| 0 | 50 |
| 5 | 100 |
| 10 | 200 |
| 15 | 400 |
| 20 | 800 |
Which type of function best models the relationship between time and bacteria count?
For questions asking which type of function best models a table or scatterplot, first check if the data move generally up or down to decide between increasing, decreasing, or no association. Then quickly test for linear vs exponential: compute a few differences (subtractions) between -values; if they are roughly constant, the pattern is linear. If the differences grow or shrink but the ratios (divisions) between consecutive -values are roughly constant, the pattern is exponential. Use this difference-vs-ratio check to choose the correct model efficiently without doing heavy algebra.
Hints
Look at how the bacteria count changes
Compare the bacteria count at each 5-minute step. Is it going up or down as time increases?
Compare the differences between counts
Subtract consecutive counts (for example, , then ). Are you adding the same amount each time?
Compare the ratios between counts
Now divide consecutive counts (for example, , then ). Are you multiplying by about the same number each time?
Match the pattern to the type of model
Decide whether the pattern looks like a straight-line change (constant addition), a repeated multiplication pattern, or no clear pattern at all.
Desmos Guide
Enter the data as a table
In Desmos, create a table (using something like x1 for time and y1 for bacteria). Enter the points: , , , , and .
Look at the shape of the plotted points
Check whether the plotted points lie roughly on a straight line or if they curve upward more and more steeply as increases. A straight-line pattern would suggest a linear model; a rapidly curving pattern suggests a different type of model.
Compare with linear and exponential fits
In Desmos, you can try typing a linear regression like y1 ~ m x1 + b and an exponential regression like y1 ~ a b^{x1}. Compare how well each type of equation fits the plotted points to decide which model type from the choices best matches the data.
Step-by-step Explanation
Read the table carefully
List the data pairs as :
We want to see what kind of relationship connects time to bacteria count.
Check for a constant increase (linear pattern)
Find how much the bacteria count changes every 5 minutes:
- From 50 to 100:
- From 100 to 200:
- From 200 to 400:
- From 400 to 800:
These differences are not constant, so the relationship is not linear (neither increasing linear nor decreasing linear).
Check for a constant multiplication factor
Now look at how each count compares to the previous one:
Each time, the bacteria count is multiplied by over the same time interval (5 minutes). This is the key sign of exponential behavior.
Decide which model matches this pattern
Because the bacteria count is increasing and does so by a constant factor (doubling every 5 minutes), the best model is an increasing exponential function. So the correct answer is C) Increasing exponential.