When students tell me they're bad at word problems, they're almost always describing a setup problem rather than an algebra problem. The algebra, once written down, they can do. What goes wrong happens in the first fifteen seconds — and the most common failure isn't mistranslating a phrase. It's solving perfectly for a quantity nobody asked about.
The rule that prevents most of these
Define your variable as the thing the question asks for.
Not the first quantity mentioned. Not the one that makes the algebra tidiest. The one in the final sentence.
Here's why it matters so much. If a question asks how many student tickets were sold and you define x as adult tickets, you'll do everything right, arrive at a correct value of x, and select it — because it's there in the answer choices. The SAT puts it there deliberately. Your working was flawless and you lost the point in the first fifteen seconds.
This is the single most productive habit in SAT Math word problems, and it costs nothing.
The translation table
| English | Algebra | Note |
|---|---|---|
| is, was, will be, gives, results in | = | Find this word first — it splits the equation. |
| of (with a fraction or percent) | × | "30% of x" → 0.3x |
| 5 more than x | x + 5 | Order preserved. |
| 5 less than x | x − 5 | Order reversed. Not 5 − x. |
| x exceeds y by 5 | x = y + 5 | |
| twice / three times x | 2x / 3x | |
| the sum of a and b | a + b | |
| the difference of a and b | a − b | Order as written. |
| the quotient of a and b | a ÷ b | Order as written. |
| per | ÷, or a rate | "miles per hour" → miles ÷ hours |
| at least / no fewer than | ≥ | |
| at most / no more than | ≤ | |
| increased by 20% | × 1.2 | Not + 0.2 |
| decreased by 20% | × 0.8 | Not − 0.2 |
The bolded row is the one worth memorising. "Less than" reverses the order; "more than" doesn't. That asymmetry is unreasonable and it's tested constantly.
The four-step setup
- Read the last sentence first. That's what you're solving for.
- Define variables in words. Write "s = number of student tickets" on your scratch paper. In words, not just a letter — this is what stops you forgetting which is which halfway through.
- One equation per fact. Two unknowns need two facts. If you can't find a second fact, re-read; the SAT gives you exactly what you need.
- Solve, then re-read the question before selecting.
Step 4 takes two seconds and is the last line of defence against the trap in the section above.
Worked example 1 — the wrong-variable trap
A theatre sells adult tickets for $12 and student tickets for $8. It sells 150 tickets in total and collects $1,480. How many student tickets were sold?
Last sentence: student tickets. So s = student tickets, a = adult tickets.
Two facts, two equations:
a + s = 150
12a + 8s = 1480
Substitute a = 150 − s:
12(150 − s) + 8s = 1480
1800 − 12s + 8s = 1480
1800 − 4s = 1480
4s = 320 → s = 80
Adult tickets would be 70 — and 70 will be one of the answer choices. A student who defined x as adult tickets does identical algebra, gets 70, and picks it. Same competence, no point.
Worked example 2 — "less than," plus the trap again
The length of a rectangle is 3 inches less than twice its width. The perimeter is 42 inches. What is the width?
Last sentence: width. So w = width.
"3 less than twice the width" → 2w − 3. Not 3 − 2w.
2w + 2(2w − 3) = 42
2w + 4w − 6 = 42
6w = 48 → w = 8
Check against the sentence, not the equation. Width 8, so length is 2(8) − 3 = 13. Is 13 three less than twice 8? Twice 8 is 16, and 16 − 3 = 13. Yes. Perimeter: 2(8) + 2(13) = 42. Yes.
The length, 13, is also an answer choice. So is 5.5, which is what you get from writing 3 − 2w.
Worked example 3 — reversing a percentage
After a 20% discount, a jacket costs $68. What was the original price?
The instinct is 68 × 1.20 = $81.60. That's wrong, and it's on the screen.
A 20% discount means you pay 80% of the original. So:
0.80p = 68 → p = 68 ÷ 0.80 = $85
Check: 85 × 0.80 = 68. ✓
Why 81.60 fails: adding 20% back adds it to the discounted price, a smaller base. Same structural error as the percent-change trap — the base is always the original.
Plugging an answer into the equation you wrote only confirms your arithmetic. If the setup was wrong, your equation will cheerfully validate the wrong answer. Check against the original sentence — that's the thing your equation was supposed to represent, and it's the only check that catches a translation error.
The five structures
Nearly every SAT word problem is one of these wearing a costume.
| Structure | Setup | Looks like |
|---|---|---|
| Parts and total | a + b = total, plus a value equation | Tickets, coins, two item types |
| Rate × time | distance = rate × time | Travel, filling a tank, work rates |
| Before and after | new = old × (1 ± r) | Discounts, growth, depreciation |
| Comparison | One quantity written in terms of the other | "3 less than twice…" |
| Linear model | y = mx + b | Fixed fee plus per-unit charge |
For the linear-model type, questions frequently ask what the slope or intercept means rather than for a number. The slope is the per-unit rate; the intercept is the value at zero, usually a fixed cost. Answering those needs no calculation at all.
When to abandon algebra
Two shortcuts that are often faster than setting up.
Work backwards from the choices. On a multiple-choice question with numerical answers, try one. Start with the middle value — if it's too big you've eliminated two more. This is often quicker than a two-variable system, and it can't go wrong in setup because there is no setup.
Let Desmos do it. Once you have equations, typing both into Desmos and reading the intersection beats solving by hand. The setup is still yours; the solving doesn't have to be. Our Desmos guide covers the fast routes.
Both are worth practising precisely because they bypass the step where the errors happen.
Drilling it
Twenty questions, and for each one write only the setup — variable definitions and equations. Don't solve. Then check your setups against the answers.
This feels strange and it isolates the actual skill. Most students discover their setups are right 80% of the time and their variable definitions are right 60% of the time, which tells them precisely where the four weeks should go. Log the failures by cause: mistranslation, wrong variable, or missed fact. The error-log method is here.
Frequently asked questions
How do you set up SAT word problems?
Define the variable as what the question asks for, write one equation per fact, then solve. Read the last sentence first.
What does "5 less than x" mean in algebra?
x − 5, not 5 − x. "Less than" reverses the order; "more than" doesn't.
Why do I get the right answer but pick the wrong choice?
You solved for a quantity the question didn't ask about — and that value is deliberately among the choices.
How should I check a word problem answer?
Against the original sentence, not your equation. Your equation will validate its own wrong setup.