Multi-Step Word Problems
A repeatable method for multi-step word problems
Multi-step problems are not harder arithmetic — they are harder reading. The numbers are usually easy. What trips strong students is that the question asks for a quantity the problem never names out loud. There is always a hidden middle value you must compute before you can touch the final answer.
So work backwards from what is asked. If a question wants a difference, you need two things to subtract — find both first. If it wants a final price, ask what the price was one step earlier. Naming that hidden quantity is the whole game. Once you have it, the last step is almost trivial.
One warning that runs through every example below: when changes happen one after another, each change acts on the previous result, not on the original number. A second discount comes off the already-discounted price. Tax is charged on the reduced total. Get the order wrong and you compute a real number — just not the one that was asked for.
- Read the question line last: circle the exact quantity being asked for, and note whether it is a total, a difference, a final value, or a count.
- Name the hidden intermediate step. Write it as its own labelled number before doing anything else.
- Decide the order of operations from the story, not from left to right. Ask: what happens first, and does each step act on the original amount or the running total?
- Compute the intermediate value, label it with units, and only then do the final step.
- Sanity-check the size and sign of the answer against the story before you write it down.
The four patterns behind almost every multi-step trap Why it works
$80, 25% off then 8% tax = 80 × 0.75 × 1.08 = $64.80. Never 80 × (1 − 0.25 + 0.08).
$50 item, '20% off' and '$10 off'. Percent first: 40 − 10 = $30. Dollar first: 40 × 0.8 = $32. Order is worth $2.
60 km at 40 km/h then 60 km at 60 km/h: 120 ÷ (1.5 + 1) = 120 ÷ 2.5 = 48 km/h, not 50.
Flashes every 12 s and 18 s: together every LCM = 36 s. In 180 s that is 180 ÷ 36 = 5 times.
Notice the through-line: in every pattern the trap is a plausible one-step shortcut — add the percentages, average the speeds, divide by the smaller period. The shortcut always produces a clean number, which is exactly why it is dangerous. Treat these four as the core, not the whole list: the worked examples and mistakes below extend them with two close cousins — stopping at an intermediate value when a difference was asked for, and flipping the sign of a step. Slow down for the hidden step and the traps disappear.
Worked examples
- The hidden quantities are the two times, not a single average speed. Find each time first.
- Time out = 60 ÷ 40 = 1.5 hours.
- Time back = 60 ÷ 60 = 1 hour.
- Total distance = 120 km; total time = 1.5 + 1 = 2.5 hours.
- Average speed = 120 ÷ 2.5 = 48 km/h.
- This is a percent-versus-fixed mix, so order matters. Compute both orders.
- Percentage first: 50 × 0.80 = 40, then 40 − 10 = 30.
- Dollar-off first: 50 − 10 = 40, then 40 × 0.80 = 32.
- Lowest price is $30, taking the 20% off first.
- Saving from choosing well = 32 − 30 = $2.
- This is a difference (a partial-computation trap): you need both interest amounts first — do not stop at one.
- Compound: 2000 × 1.10² = 2000 × 1.21 = 2420, so interest = 2420 − 2000 = $420.
- Simple: 2000 × 0.10 × 2 = $400.
- Difference = 420 − 400 = $20.
- They coincide every LCM(12, 18) seconds. Find the LCM first.
- 12 = 2² × 3 and 18 = 2 × 3², so LCM = 2² × 3² = 36 seconds.
- The window is 3 minutes = 180 seconds; count the 3-minute mark itself (t = 180 s) but not noon (t = 0).
- Count of coincidences = 180 ÷ 36 = 5 (at 36, 72, 108, 144, and 180 s).
Four ways these problems go wrong
Stopping at the intermediate value
✗ $420
On the interest problem, a student computes the compound interest, $420, and writes it as the answer. But the question asked how much more compound earns than simple — a difference, which needs two numbers, not one.
Fix: Re-read the final line before you commit. If it says 'difference,' 'how much more,' or 'left over,' you are not done until you have subtracted. Circle the target quantity in step 1 so you cannot forget it.
partial_computationApplying steps in the wrong order
✗ $32
With the '20% off' and '$10 off' coupons, taking the $10 off first (50 − 10 = 40) and then 20% (40 × 0.8 = 32) gives $32. Reading the coupons left to right is not the same as the cheapest order.
Fix: Let the story, not the page order, set the sequence. When a percentage and a fixed amount mix, apply the percentage to the larger amount first to pay the least — and always check whether swapping the order changes the number.
order_of_ops_lrAveraging rates instead of dividing totals
✗ 50 km/h
On the round trip, (40 + 60) ÷ 2 = 50 km/h feels right, but it uses the wrong operation. Speed is total distance over total time, and Sam spends 1.5 hours slow versus 1 hour fast, so the honest average is 48.
Fix: Never average two speeds directly. Rebuild the fraction: add the distances, add the times, then divide. The same rule covers price-per-unit, workers-per-job, and any 'per' quantity.
wrong_operationFlipping a sign mid-calculation
✗ −$5 (a $5 credit)
Suppose you owe $75, pay back $50, then borrow $30 more. The correct debt is 75 − 50 + 30 = $55. Writing the new borrowing as another subtraction, 75 − 50 − 30 = −5, turns a $55 debt into a phantom $5 credit.
Fix: Decide the sign of each amount from the story before you chain them: paying back reduces debt (−), borrowing increases it (+). Say the direction out loud for each step and check the final sign makes sense.
sign_errorPractice
Try these multi-step problems. For each one, name the hidden intermediate value first, then decide the order of operations from the story before you compute. If a distractor tempts you, check which single-step shortcut it came from.
Frequently asked questions
When I have a percentage discount and a fixed dollar coupon, which should I apply first?
To pay the least, apply the percentage discount first, while the price is still large, then subtract the fixed amount. On a $50 item, '20% off' then '$10 off' gives $30, but reversing the order gives $32. The order genuinely changes the price whenever you mix a percentage with a fixed amount.
Why isn't the average speed just the average of the two speeds?
Because you spend different amounts of time at each speed. Over equal distances, you spend longer at the slower speed, so the true average is pulled toward it. Always rebuild it as total distance divided by total time: 60 km at 40 km/h and 60 km at 60 km/h gives 120 ÷ 2.5 = 48 km/h, not 50.
How do I spot the hidden step that these problems always seem to have?
Read the final question first and identify exactly what it asks for — a total, a difference, a final value, or a count. Then ask what number you would need to have in hand to answer it. That needed number is the hidden step. Compute and label it before touching the final calculation.
What's a quick way to compare compound and simple interest?
Simple interest is principal × rate × years. Compound interest is principal × (1 + rate)years, minus the principal. Over 2 years at 10% on $2,000, that is $400 versus $420 — a $20 gap. The gap comes entirely from earning interest on the first year's interest, and it grows with time.
For events that repeat on different cycles, how do I find when they line up?
Two events with periods a and b coincide every LCM(a, b). To count coincidences within a time window, divide the window by the LCM — never by a or b alone. Flashes every 12 s and 18 s line up every 36 s, so in 180 s (counting the 180 s mark itself) they coincide 180 ÷ 36 = 5 times.