Word problems don't test new math — they test whether you can turn a sentence into an equation. This guide gives you a repeatable translation framework, walks through a one-variable and a two-variable example in full, and covers how the numeric-entry format on the digital SAT changes the way you should approach these questions.
Why word problems feel harder than they are
The algebra inside an SAT word problem is almost always simpler than the standalone equations on the same test. What makes these questions feel harder is the translation step — turning phrases like "5 more than twice a number" or "a flat fee plus an hourly rate" into symbols. Once that translation is done correctly, solving is routine, usually no harder than anything covered in Linear Equations in One Variable. The mistake most students make is trying to solve and translate at the same time — separating the two steps completely is what makes the process reliable under time pressure.
A translation framework that works every time
- Identify what the question is actually asking for, and assign it a variable.
- Underline or note every number and relationship given in the problem.
- Translate each phrase into a mathematical operation, one piece at a time (don't try to write the whole equation at once).
- Assemble the pieces into one equation (or two, if it's a system).
- Solve using the standard method for that equation type.
- Check your answer against the context of the problem — does the number make sense given what was asked?
Step 6 matters more than it sounds. If a problem asks for a number of tickets sold and your answer is negative or a fraction, you've made a setup error, even if your algebra was flawless. This context check is the fastest error-catcher on the entire test, because it doesn't require redoing any algebra — it just requires asking whether the number in front of you could plausibly be the answer to the question asked.
Common phrase-to-symbol translations
| Phrase | Symbol |
|---|---|
| "more than," "increased by" | \(+\) |
| "less than," "decreased by" | \(-\) (note: order often reverses — "5 less than x" is \(x - 5\), not \(5 - x\)) |
| "twice," "double" | \(2 \times\) |
| "per," "for every," "at a rate of" | coefficient on a variable |
| "is," "was," "gives," "results in" | \(=\) |
| "at least" | \(\ge\) |
| "at most," "no more than" | \(\le\) |
The "less than" reversal trips up more students than any other entry in this table — it's the one place where the English word order and the algebraic order don't match, so it's worth double-checking any phrase built around "less than" before moving on.
Worked example: one-variable word problem
A parking garage charges a flat entry fee of \(\$4\), plus \(\$2.50\) for every hour parked. If a customer paid \(\$16.50\) total, how many hours did they park?
- Let \(h\) represent the number of hours parked.
- The flat fee is a constant: \(4\). The hourly charge is \(2.50\) per hour: \(2.5h\).
- Total cost equation: \(4 + 2.5h = 16.50\)
- Subtract \(4\) from both sides: \(2.5h = 12.50\)
- Divide both sides by \(2.5\): \(h = 5\)
This is the same solving process as any Linear Equations in One Variable problem — the only new work was the translation in steps 1-3.
A trickier variant: time-shifted word problems
Not every word problem gives you the two pieces of information in the same time frame, and that's where translation gets genuinely harder. Consider: "In 6 years, Marcus will be three times as old as he was 2 years ago. How old is Marcus now?"
- Let \(m\) represent Marcus's current age.
- "In 6 years" translates to \(m + 6\). "2 years ago" translates to \(m - 2\).
- "Three times as old as" means the first expression equals 3 times the second: \(m + 6 = 3(m - 2)\)
- Distribute the \(3\): \(m + 6 = 3m - 6\)
- Subtract \(m\) from both sides: \(6 = 2m - 6\)
- Add \(6\) to both sides: \(12 = 2m\)
- Solve: \(m = 6\)
Check it against the context: in 6 years Marcus is \(12\); two years ago he was \(4\); and \(12\) is indeed three times \(4\). What makes this version harder isn't the algebra — it's keeping track of two different points in time referring to the same unknown, and remembering to distribute the \(3\) across the entire parenthetical expression rather than just the first term.
Worked example: two-variable word problem (a system)
A movie theater sells adult tickets for \(\$12\) and child tickets for \(\$8\). One showing sold \(150\) tickets total for \(\$1,560\). How many adult tickets were sold?
- Let \(a\) = number of adult tickets and \(c\) = number of child tickets.
- Total tickets: \(a + c = 150\)
- Total revenue: \(12a + 8c = 1560\)
- Solve the first equation for \(c\): \(c = 150 - a\)
- Substitute into the second equation: \(12a + 8(150 - a) = 1560\)
- Distribute: \(12a + 1200 - 8a = 1560\)
- Combine like terms: \(4a + 1200 = 1560\)
- Subtract \(1200\): \(4a = 360\)
- Solve: \(a = 90\)
This is a full system of two linear equations in disguise — two unknowns, two relationships, solved with substitution exactly as covered in that guide.
Tip: when a word problem gives you two unknowns and two independent facts, that's your signal to set up a system rather than forcing everything into one variable.
How the grid-in format changes your approach
Student-produced response (grid-in) questions remove the safety net of answer choices, and that changes how you should handle word problems specifically. With multiple-choice, you can sometimes work backward from the answer options if your setup goes sideways; with grid-in, you have to trust your translation and your algebra all the way through. A few adjustments matter:
- Re-read the exact quantity the question asks for before you enter anything — a system word problem often solves for two variables, and grid-in questions frequently ask for only one of them, or for a combination like \(a - c\) rather than \(a\) or \(c\) alone.
- Decimal and fraction answers are both acceptable in most cases, but mixed numbers are not — an answer of \(5\dfrac{1}{2}\) needs to be entered as \(5.5\) or \(11/2\).
- Because there's no answer choice to sanity-check against, the context check from step 6 of the framework above becomes your only defense against a setup error, so don't skip it.
Common traps specific to word-problem translation
- Extra numerical information that isn't needed for the equation — the SAT sometimes includes a real but irrelevant number specifically to see if you'll use it unnecessarily.
- Reversing the order in a "less than" phrase, as noted in the table above.
- Confusing which unknown belongs to which variable when the problem never explicitly says "let \(x\) equal…" — write your own variable definitions down before translating anything else.
- Mixing units between two parts of the same problem, such as combining a rate given per minute with a total time given in hours.
Frequently asked questions
How do I know whether to use one variable or two?
If the problem describes one unknown quantity, use one variable. If it describes two related unknown quantities with two separate pieces of given information, set up a system with two variables — trying to force a two-unknown problem into a single variable usually makes it harder, not easier.
What if the word problem involves an inequality instead of an equation?
The translation framework is identical — you're just watching for phrases like "at least," "at most," or "no more than" instead of "equals," then solving as a linear inequality instead of an equation.
What if the problem seems to give more information than I need?
That's intentional on some questions. Translate every piece of given information into the framework first, then check which of it actually appears in the equation you need to solve — an unused number isn't a sign you've made an error, as long as every phrase you did use was translated correctly.
Where can I practice word problems specifically?
Word problems are woven throughout every Algebra topic set rather than isolated into their own category, so the most effective practice is working full topic sets on SAT Math practice sets and reviewing the worked explanation for every problem, paying close attention to how the explanation sets up the equation. See Algebra Practice Questions: Free SAT Math Sets by Difficulty for a full practice plan.