Question 49·Easy·Two-Variable Data: Models and Scatterplots
A certain medication breaks down in the bloodstream so that 15% of the amount present is lost every hour. What type of function best models the relationship between the amount of medication remaining and time?
For questions asking what type of function models a situation, first decide whether the quantity should go up or down over time to eliminate all increasing or all decreasing choices. Next, check the wording: phrases like "by 10 units every hour" signal a linear model (constant added/subtracted amount), while phrases like "by 15% every hour" signal an exponential model (constant percentage, so you multiply by the same factor each time). Once you recognize "percent lost each hour" as repeated multiplication by a factor less than 1, you can quickly choose the decreasing exponential option without writing detailed equations.
Hints
Check direction of change
Focus on the phrase "15% of the amount present is lost every hour". Does that mean the amount of medication is going up or going down as time passes?
Look at what stays the same each hour
Ask yourself: Is the same number of units of medication lost every hour, or is the same percentage of whatever is currently there lost every hour?
Connect constant percentage to a function type
Think about a situation where, each hour, you multiply the current amount by the same number (like ) again and again. What general kind of function has the variable (time) in the exponent like that?
Desmos Guide
Graph a percent-loss model
Pick a simple starting amount, such as 100 units. In Desmos, enter
y1 = 100*(0.85^x)
This represents losing 15% each hour (multiplying by every hour). Look at how the graph behaves as (time) increases: the curve goes downward and gradually flattens out.
Compare with a decreasing straight-line model
Now enter a model that loses a fixed amount each hour, for example:
y2 = 100 - 15x
This graph is a straight line slanting down. Notice that here you lose exactly 15 units every hour, not 15% of the current amount. Compare this straight line to the curved graph from step 1 and observe which better matches a repeated percent loss.
Compare with increasing models
For contrast, enter two increasing models:
y3 = 100 + 15x(increasing linear)y4 = 100*(1.15^x)(percent increase each hour)
Both of these graphs rise as increases, while the situation in the problem clearly describes the amount going down. On the SAT, choose the option that names the type of function whose graph matches the downward curve created by repeatedly multiplying by each hour.
Step-by-step Explanation
Determine whether the amount increases or decreases
The problem says 15% of the amount present is lost every hour.
If part of the medication is being lost, the total amount in the bloodstream is going down as time goes on, not up. So the relationship between amount and time must be decreasing, not increasing.
Translate the 15% loss into a multiplier
Losing 15% of the current amount each hour means you keep 85% of the current amount each hour, because .
- If the amount at some hour is , then after 1 more hour the amount is .
- After another hour, you again keep 85% of what you have then, so you multiply by again.
So each hour you are multiplying by the same factor, .
Write a general formula for the amount
Let be the initial amount of medication (at time hours).
- After 1 hour: .
- After 2 hours: .
- After hours: .
Notice that time is in the exponent, and the base is less than 1, so the function curves downward (the amount drops quickly at first, then more slowly), not in a straight line.
Match the behavior to the correct function type
Now compare with the answer choices:
- A linear function would change by the same amount (like "10 mg every hour"), giving a straight-line graph. Our model changes by the same percentage, not the same amount, and uses a power , so it is not linear.
- The relationship is clearly decreasing, so any increasing option is wrong.
That means the function type that fits a repeated 15% loss each hour is a decreasing exponential function.
Correct answer: Decreasing exponential.