Linear Functions Pattern - Context and Models
Digital SAT® Math — Linear Functions
This pattern asks you to build a linear equation from a word problem or interpret what the parts of a given equation mean in context. These questions connect the abstract form $y = mx + b$ to real-world situations — slopes become rates, y-intercepts become starting values, and variables become measurable quantities.
Building an Equation from a Word Problem
The most common version gives you a scenario with a constant rate and a starting value, then asks which equation models the situation. Your job is to identify the slope and y-intercept from the context.
A video streaming service charges $15 per month and a one-time activation fee of $20. Which equation gives the total amount $A$, in dollars, a customer pays for $m$ months of service?
A) $A = 15(m + 20)$
B) $A = 20m + 15$
C) $A = 20(m + 15)$
D) $A = 15m + 20$The total cost has two parts: a recurring charge of $15 per month and a one-time fee of $20. The recurring charge depends on the number of months, so it becomes the slope: $15m$. The one-time fee is fixed regardless of how many months you subscribe, so it becomes the y-intercept: $+20$. This gives $A = 15m + 20$. The answer is D.
The key principle: whatever multiplies the variable is the rate (slope), and whatever is added as a flat amount is the y-intercept.
Interpreting the Y-Intercept
These questions give you a linear function and ask what a specific number means. When asked about the constant term (the number not attached to a variable), the answer is always about the starting value — what the quantity equals when the input is zero.
$V(m) = -15m + 500$
The volume of water $V$, in liters, remaining in a tank $m$ minutes after a valve is opened is given by the function above. What is the best interpretation of the number $500$ in this context?
A) The tank initially contained 500 liters of water.
B) The volume of water decreases by 500 liters each minute.
C) It takes 500 minutes for the tank to empty.
D) The volume of water increases to a maximum of 500 liters after the valve is opened.When $m = 0$ (the moment the valve is opened), we get $V(0) = -15(0) + 500 = 500$. So $500$ is the volume at the start — the tank initially contained 500 liters. The answer is A.
The other options confuse which number plays which role. The slope $-15$ tells us the rate of decrease (15 liters per minute). The time to empty would be found by setting $V(m) = 0$.
Interpreting the Slope
When asked what a coefficient (the number multiplied by the variable) means, the answer involves a rate of change — how much the output changes per unit increase in the input.
The function $P(h) = 96 - 8h$ models the remaining battery percentage $P$ of a smartphone $h$ hours after a user begins using it. Which of the following is the best interpretation of the number 96 in this context?
A) The battery loses 96% of its charge each hour.
B) The smartphone's battery was at 96% when the user began using it.
C) The smartphone can be used for 96 hours before the battery runs out.
D) The maximum capacity of the battery is 96% of its original design.Here 96 is the constant term (y-intercept), not the slope. When $h = 0$, $P(0) = 96$, meaning the battery was at 96% when usage began. The answer is B.
The slope is $-8$, which tells us the battery percentage drops by 8 percentage points per hour. Don't confuse which number is the rate and which is the starting value.
Quick identification rule: in $f(x) = mx + b$, the number touching the variable ($m$) is the rate; the number standing alone ($b$) is the starting value.
Translating Simple Relationships
Some questions describe a basic relationship in words and ask you to express it as an equation. These are more about careful reading than calculation.
In a basketball game, Team A's final score, $a$, was 50 points fewer than Team B's final score, $b$. Which equation shows the relationship between the two scores?
A) $a = b + 50$
B) $a = \dfrac{1}{50}b$
C) $a = b - 50$
D) $a = 50b$"50 points fewer than $b$" means we subtract 50 from $b$: $a = b - 50$. The answer is C.
Watch out for the direction of subtraction. "Fewer than" and "less than" mean subtraction from the reference quantity. A common trap is reversing the sign.
Computing from Context
Occasionally the question gives you a word problem and asks for a specific numerical answer rather than an equation. You still build the linear model, then evaluate it.
An author has a manuscript with a current word count of 12,000 words. The author's goal is to write an additional 500 words each day. At this rate, what will the total word count of the manuscript be after 10 more days of writing?
A) 7,000
B) 12,500
C) 17,000
D) 12,510The model is $W = 12{,}000 + 500d$, where $d$ is the number of days. After 10 days: $W = 12{,}000 + 500(10) = 12{,}000 + 5{,}000 = 17{,}000$. The answer is C.
Equations Not in Slope-Intercept Form
Harder questions may give the equation in a rearranged form. The trick is to rewrite it as $y = mx + b$ before interpreting.
A library member owes money for a late book, which accrues a fine of $0.25 per day. The relationship between the number of days the book is late, $d$, and the total amount the member owes, $A$, in dollars, is modeled by the equation $A - 0.25d = 3$. What is the best interpretation of the number 3 in this context?
A) The book was 3 days late.
B) The total amount the member owes is $3.
C) The member had a pre-existing balance of $3 before the late fee was added.
D) The total fine for the late book is $3.Rearrange to slope-intercept form: $A = 0.25d + 3$. Now we can see that $0.25$ is the daily rate and $3$ is the y-intercept. When $d = 0$ (no days late), $A = 3$. This means the member already owed $3 before any late fees accrued. The answer is C.
Tiered / First-Unit Pricing
Some harder problems describe a pricing structure where the first item has a different cost from additional items. The key is recognizing that the first item's price includes a setup fee, so you must separate the per-unit rate from the extra cost.
A company prints custom T-shirts. The price for an order is $45 for the first T-shirt, which includes a one-time design setup fee, and $12 for each additional T-shirt. Which equation gives the total price $P$, in dollars, to order $n$ T-shirts, where $n$ is a positive integer?
A) $P = 12n + 33$
B) $P = 12n + 45$
C) $P = 45n + 12$
D) $P = 45n - 33$If $n$ T-shirts are ordered, the first costs $45 and the remaining $n - 1$ each cost $12. So:
$$P = 45 + 12(n - 1) = 45 + 12n - 12 = 12n + 33$$
The answer is A.
Option B is the most common wrong answer — it treats $45 as a flat fee added on top of $12 per shirt, but that double-counts the first shirt.
Strategy for tiered pricing: write $\text{first-unit price} + \text{rate} \times (n - 1)$, then simplify.
Rate × Multiplier Problems
These questions describe a rate (amount per unit) and then add a twist — the process must be repeated multiple times. You set up the basic rate first, then multiply by the number of repetitions.
One bag of fertilizer is sufficient to cover 500 square meters of lawn. A rectangular park has a total lawn area of $A$ square meters. The groundskeeper must apply the fertilizer twice a year. Which equation gives the total number of bags of fertilizer, $B$, needed for one year?
A) $B = 500A$
B) $B = \dfrac{A}{250}$
C) $B = 1000A$
D) $B = \dfrac{A}{500}$For one application, the number of bags needed is $\dfrac{A}{500}$. Since the fertilizer is applied twice, the total is $B = 2 \cdot \dfrac{A}{500} = \dfrac{A}{250}$. The answer is B.
Option D forgets to account for the second application. Options A and C incorrectly multiply the area by the coverage rate instead of dividing.
Key idea: when a rate is given as "X units per item," you divide by the rate, not multiply. Then multiply by the number of repetitions.
Interpreting the Slope as a Rate of Change
Hard versions may present the function in point-slope or factored form. You still identify the slope the same way — it's the coefficient of the variable — and use it to answer "by how much does the output change" questions.
$L(m) = 0.085(m - 50) + 14.25$
The function $L$ models the length, in centimeters, of a spring when a mass of $m$ grams is attached to it. If the mass attached to the spring is increased by 20 grams, by how many centimeters does the spring's length increase?
A) 11.7
B) 1.7
C) 2.55
D) 15.95The function is in point-slope form. The slope is $0.085$, meaning the spring stretches $0.085$ cm for each additional gram. For an increase of 20 grams:
$$\text{change in length} = 0.085 \times 20 = 1.7 \text{ cm}$$
The answer is B.
A common trap is substituting $m = 20$ into the function to get $L(20) = 11.7$. That gives the total length at 20 grams, not the change from adding 20 grams.
For "change" questions: you only need the slope. Multiply it by the change in the input. Constants and intercepts don't matter.
Interpreting the X-Intercept / Break-Even Point
The hardest variation asks about the x-intercept — where the function equals zero. In context, this is often a break-even point.
A company's weekly profit, $P(n)$, in dollars, is given by the function $P(n) = 8n - 1200$, where $n$ is the number of units sold. If the function is graphed in the $nP$-plane, what is the best interpretation of the $n$-intercept?
A) The company's profit increases by $8 for each additional unit sold.
B) The weekly profit is $0 when 150 units are sold.
C) The company has a loss of $1,200 if no units are sold.
D) The company's profit increases by $1 for every 8 units sold.The $n$-intercept is where $P(n) = 0$:
$$0 = 8n - 1200 \implies n = 150$$
So the $n$-intercept is the point $(150, 0)$, meaning the profit is zero when 150 units are sold. This is the break-even point. The answer is B.
Option A describes the slope (rate of change). Option C describes the $P$-intercept (y-intercept). Option D inverts the slope.
Intercept interpretation summary: the y-intercept ($b$) tells you the output when the input is zero; the x-intercept tells you the input when the output is zero.
More Linear Functions Patterns