How to Solve Math Word Problems: A 5-Step Framework
Word problems aren’t a math problem — they’re a reading problem with a math problem hiding inside. Once you have a system, most word problems become almost easy. Here’s the 5-step framework I teach every student.
Step 1 — Read it twice
The first read is for the story. The second is for the math. Underline numbers, circle the question being asked, and ignore filler words.
Step 2 — Translate words to math
Some words map directly to operations:
- “of” → multiply
- “per”, “each”, “every” → divide or rate
- “more than”, “increased by”, “sum” → add
- “less than”, “decreased by”, “difference” → subtract
- “is”, “equals”, “results in” → equals sign
Define a variable for what you don’t know. (“Let $x$ = the number of tickets.”)
Step 3 — Plan before you solve
Write the equation in plain language first, then convert to symbols. “Total cost = price per ticket × number of tickets + fee” becomes $C = 12n + 5$.
Step 4 — Solve, then sanity-check
Solve the equation. Then stop and ask: does this number make sense?
If the problem asks how many cars are parked, and your answer is $-3.7$, something went wrong.
Step 5 — Answer the actual question
Word problems often have a trap: you solve for $x$, but the question asks for $2x + 1$ or “how much more”. Re-read the final sentence and answer in full units (dollars, miles, tickets, etc.).
Worked example
A car rental costs $25 per day plus a one-time fee of $40. If Maya spent $190, how many days did she rent the car?
- Variable: $d$ = days.
- Equation: $25d + 40 = 190$.
- Solve: $25d = 150 \to d = 6$.
- Sanity check: 6 days × $25 = $150, plus $40 fee = $190. ✓
- Answer: Maya rented the car for 6 days.
Common mistakes
- Plugging numbers in without defining what they mean.
- Skipping the “does this make sense?” check.
- Forgetting units in the final answer.
FAQ
Why are word problems so hard?
They require translating English into math — a skill most curricula don’t teach explicitly.
What’s the most important step?
Step 1 — read the problem twice. Most errors come from misreading.
How do I know which operation to use?
Look for keyword clues (“of” = multiply, “per” = divide, “more than” = add).
What if I get a weird-looking answer?
Sanity-check. A negative count, a fractional person, or a billion-dollar tip means something went wrong.
Will word problems be on the SAT and GED?
Heavily. Some sections are 50%+ word problems.
Do I need to memorize “keyword to operation” mappings?
The basics, yes. But context wins over keywords. The word “and” can mean add (“the sum of 7 and 5”) or multiply (“the probability of A and B” for independent events). Always double-check the situation, not just the word.
What if I get stuck mid-problem?
Don’t stare at the problem hoping it’ll click. Try one of these unsticking moves: (1) draw a picture; (2) rephrase the question in your own words; (3) try smaller numbers; (4) work backward from the answer choices; (5) check whether you’ve defined your variables clearly.
Should I always use algebra for word problems?
Not always. Sometimes arithmetic is faster. A problem like “Sarah has 5 apples and Tom has 3 more than Sarah” doesn’t need $x$ — just $5 + 3 = 8$. Use algebra when the unknown appears in multiple parts of the problem.
The 4 most common word-problem types
Most word problems on standardized tests fall into one of these buckets. Recognize the type, and the equation almost writes itself.
1. Rate / distance / time. Use $d = rt$. Setup: “A train leaves station A at 60 mph…” Almost always becomes a $d = rt$ problem (or a system of them).
2. Mixture. Two ingredients combine to form a third. “How many gallons of 30% solution do I add to 5 gallons of 60% solution to get a 50% solution?” Use the formula: amount₁ × concentration₁ + amount₂ × concentration₂ = final amount × final concentration.
3. Work rate. “Pipe A fills a tank in 4 hours; pipe B in 6 hours. How long together?” Use the rate formula: $\tfrac{1}{t_A} + \tfrac{1}{t_B} = \tfrac{1}{t_\text{together}}$.
4. Age. “Alice is 4 times as old as Bob. In 6 years, she’ll be twice as old.” Define each person’s age now, write the future ages, and set up the equation from the relationship.
Worked example: a classic rate problem
Two cars leave the same town in opposite directions. One travels at 50 mph, the other at 65 mph. After how many hours will they be 230 miles apart?
Let $t$ = hours. Their combined distance grows at $50 + 65 = 115$ mph. So $115t = 230 \to t = 2$ hours. Sanity check: in 2 hours, the slow car travels 100 miles and the fast car 130 miles; together that’s 230. ✓
Worked example: a classic work problem
Lisa can paint a room in 6 hours. With Megan’s help, the same room takes 4 hours. How long would it take Megan alone?
Rates: Lisa = $\tfrac{1}{6}$ room/hour. Combined = $\tfrac{1}{4}$ room/hour. Megan’s rate = $\tfrac{1}{4} – \tfrac{1}{6} = \tfrac{1}{12}$ room/hour. So Megan alone takes 12 hours.
When the answer is “none of these”
On rare tests, the correct answer might genuinely be “there is no solution.” Examples:
- A system of two parallel lines.
- A constraint that contradicts itself (“x is positive AND x < -3").
- A negative answer when the problem asks for a count.
Don’t fight the math — if it gives an impossible result, the answer might be “impossible.”
Translation cheat sheet
A quick reference for translating English to math:
| English phrase | Math symbol |
|---|---|
| more than, increased by, sum | $+$ |
| less than, decreased by, difference | $-$ |
| of, product, times | $\times$ |
| per, quotient, ratio | $\div$ |
| is, was, equals | $=$ |
| at most, no more than | $\le$ |
| at least, no less than | $\ge$ |
| twice | $\times 2$ |
| half of | $\div 2$ |
| consecutive integers | $n, n+1, n+2$ |
| consecutive even/odd integers | $n, n+2, n+4$ |
Watch out: “less than” reverses order. “5 less than $x$” is $x – 5$, NOT $5 – x$. This is one of the most common translation errors on standardized tests.
A practice problem to do right now
Try this one before you keep reading. Spend 3 minutes:
A rectangle’s length is 3 cm more than twice its width. Its perimeter is 36 cm. Find the dimensions.
Set $w$ = width. Length = $2w + 3$. Perimeter formula: $P = 2(\ell + w)$, so $36 = 2(2w + 3 + w) = 6w + 6$. Solve: $30 = 6w \to w = 5$ cm. Length = $2(5) + 3 = 13$ cm.
Check: $2(13 + 5) = 36$. ✓
A 5-step universal method
When everything else fails, use this:
- Read the problem twice.
- Identify what you’re solving for. Define it as a variable.
- Translate every other quantity in terms of that variable.
- Write the equation from the relationship.
- Solve, then plug back to verify.
If you can’t do step 2, you haven’t understood the problem. Stop and re-read.
Extra study tips that move the needle
Most students don’t fail because the math is too hard — they fail because their practice habits are inefficient. Here are the habits that separate the students who improve fast from those who stall.
Practice with a timer. Untimed practice teaches you to eventually get the right answer; timed practice teaches you to get it in test conditions. Set a stopwatch every time you sit down. Aim for 90 seconds per question on most standardized tests.
Keep an error log. A simple spreadsheet with three columns — Problem, My answer, Correct answer, Why I missed it — is the single most powerful study tool ever invented. Review your error log weekly. The same mistakes show up again and again until you name them.
Mix topics every session. Doing 20 problems on the same topic feels productive, but spaced and interleaved practice — mixing topics — builds retrieval skills, which is what the test actually measures. Spend 70% of your time on mixed sets and only 30% on isolated drills.
Sleep on it. Memory consolidation happens during sleep. A 30-minute session the night before a quiz, followed by 7+ hours of sleep, beats a 3-hour cram session that ends at midnight. This is settled cognitive science.
Teach the topic out loud. If you can’t explain it, you don’t fully know it. Either record yourself, write a one-paragraph “how I’d teach this” explanation, or grab a friend to listen. Teaching exposes the gaps your problem sets hid.
When to ask for help
Spinning your wheels for more than 15 minutes on a single problem is a signal — not of failure, but of a missing piece of background. Stop, mark the problem, and either ask a teacher, post in our community, or watch a video on the relevant subtopic. Resuming after gaining the missing piece is much more efficient than guessing your way forward.
A quick self-assessment
Before you close this tab, answer these three questions honestly:
- What’s the one topic in this article you understood best?
- What’s the one topic that still feels fuzzy?
- What concrete next step (a worksheet, a practice test, a video) will you take in the next 48 hours?
Writing those answers down — even just in a notes app — has been shown to roughly double the chance you actually follow through. Treat the next 48 hours as a small, doable experiment, not a marathon. Your future test-day self will thank you.
For tons of practice, see our GED Math books or SAT Math Tests.
Related to This Article
More math articles
- Citing Text Evidence in Grade 8: How to Move from Vague Answers to Strong Analysis
- Top 10 3rd Grade MCAS Math Practice Questions
- How to Graph Quadratic Functions? (+FREE Worksheet!)
- How to Measure Angles with a Protractor
- 7th Grade Common Core Math Worksheets: FREE & Printable
- How to Overcome GED Math Anxiety?
- How to Solve Linear Equations in Two Variables?
- Best Office Chairs For Online Teachers
- 3rd Grade Ohio’s State Tests Math Worksheets: FREE & Printable
- What Kind of Math Is Taught in 10th Grade?




































What people say about "How to Solve Math Word Problems: A 5-Step Framework - Effortless Math: We Help Students Learn to LOVE Mathematics"?
No one replied yet.