The trigger
The instant a word problem gives you two related quantities plus two distinct facts about them — a sum and a difference, a count and a value, a downstream and an upstream speed — stop trying to compress everything into one equation. The problem is a 2x2 system in disguise. Name the two unknowns (x, y). Translate fact one into equation one. Translate fact two into equation two. Solve. Trying to fold both facts into a single equation is the single biggest reason students get stuck on coin, speed, and currency problems in CBSE Class 9 and Class 10.
You read this problem in your NCERT textbook:
"A purse has 10 coins, some of ₹2 and some of ₹5, totalling ₹38. How many of each?"
You stare at it. You write x = number of ₹2 coins. You write 2x + 5(\dots) = 38 and freeze, because you don't know what to put in the second slot. So you erase, try again with x + 5x = 38 — wrong. Try 7x = 38 — also wrong. Five minutes gone, no progress.
The trap is that you're trying to solve a two-fact problem with a one-equation tool. The problem hands you two distinct facts: a count (10 coins total) and a value (₹38 total). Each fact deserves its own equation. The instant you see count and value, or sum and difference, or downstream and upstream, your brain should shout: two equations, two unknowns. Not one.
This article is a sibling of Two unknowns, two facts: the 2x2 pattern that solves most word problems. That sibling teaches the general recognition rule (count unknowns, count facts). This article zooms into one specific trigger family — sum-and-difference style problems — that students most often try (and fail) to squeeze into a single equation.
The trigger card
Train your eye to spot three phrasings that always demand a system, never a single equation.
The card is a mnemonic. Burn the three left-column phrasings into your head. The instant you see one in a question, your hand should automatically reach for two slots — one for each equation — instead of one.
Why one equation is never enough
Suppose you have two unknown quantities x and y. A single linear equation in two variables — say x + y = 10 — has infinitely many solutions. (0, 10), (1, 9), (2, 8), \dots, (4.7, 5.3), \dots all satisfy it. Geometrically, the equation is a whole line in the xy-plane; every point on the line is a solution. Why: one equation imposes one constraint. Two unknowns have two degrees of freedom. One constraint kills one degree of freedom and leaves one free — hence the infinite solutions.
To pin the answer down to a single point, you need a second independent constraint. A second equation. That is what the second fact in the problem is for. Why this is the load-bearing insight: students try to "absorb" the second fact into the first equation by algebraic substitution before they have two equations to substitute between. They confuse "the answer is forced" with "the answer is in one equation". The forcing comes from having two equations whose solution sets intersect at one point.
Three worked examples
Each example below first identifies the trigger, then writes two equations mechanically, then solves. Notice how the second equation never requires creativity — it is the second fact, written down.
Coins: "10 coins of ₹2 and ₹5 totalling ₹38. How many of each?"
Trigger spotted: count AND value. (10 coins is the count, ₹38 is the value.)
Two unknowns. Let t = number of ₹2 coins, f = number of ₹5 coins.
Two facts → two equations.
Why the second equation is 2t + 5f and not just t + f again: each ₹2 coin contributes ₹2 to the total, so t coins contribute 2t rupees. Similarly, f ₹5 coins contribute 5f rupees. The value equation must weight each coin by its denomination — that's what makes it a different fact from the count equation.
Solve by substitution. From (1): f = 10 - t. Plug into (2):
So t = 4 and f = 10 - 4 = 6.
Answer: four ₹2 coins and six ₹5 coins. Check: 4 + 6 = 10 ✓ and 2(4) + 5(6) = 8 + 30 = 38 ✓.
If you had tried to write a single equation 7t = 38 (treating each coin as worth ₹2 + ₹5 = ₹7), you would have gotten t = 38/7, a non-integer. That should have been the alarm bell — coin counts are integers, and a fractional answer means the model is wrong. The right fix is not better arithmetic but a second equation.
Speeds: "A boat goes 12 km/h downstream and 4 km/h upstream. Find boat speed and current."
Trigger spotted: downstream AND upstream. (Both are sum-and-difference in disguise: downstream = boat + current, upstream = boat − current.)
Two unknowns. Let b = boat speed in still water (km/h), c = current speed (km/h).
Two facts → two equations.
Why the second equation has a minus sign: when the boat goes upstream, the river's current pushes against it, reducing its effective speed by c. Downstream, the current pushes with the boat, adding c. Same boat, same current — but two different effective speeds, hence two equations. This is the textbook "sum-and-difference" pair.
Solve by elimination. Add (1) and (2):
Plug back: 8 + c = 12 \implies c = 4.
Answer: boat speed = 8 km/h, current = 4 km/h. Check: 8 + 4 = 12 ✓ and 8 - 4 = 4 ✓.
Notice how cleanly the equations added to eliminate c. That's the gift of pure sum-and-difference systems — addition kills one variable, subtraction kills the other. No multiplication step needed.
Currency: "A wallet has ₹100 notes and ₹500 notes — 7 notes totalling ₹2300. How many of each?"
Trigger spotted: count AND value. (7 notes is the count, ₹2300 is the value.)
Two unknowns. Let h = number of ₹100 notes, f = number of ₹500 notes.
Two facts → two equations.
Why each note's value sits as a coefficient: h counts how many ₹100 notes there are, so the rupees from ₹100 notes is 100 \times h. Same for f ₹500 notes contributing 500f. The value equation is a weighted sum of counts — each weight is the denomination.
Solve by substitution. From (1): h = 7 - f. Plug into (2):
So f = 4 and h = 7 - 4 = 3.
Answer: three ₹100 notes and four ₹500 notes. Check: 3 + 4 = 7 ✓ and 100(3) + 500(4) = 300 + 2000 = 2300 ✓.
A trick to verify quickly in your head: 4 \times 500 = 2000, and you need ₹300 more from 3 notes — that's exactly three ₹100 notes. The arithmetic checks out without rewriting the equations.
How CBSE textbooks dress up the same trigger
The NCERT Class 9 and Class 10 syllabus revisits this trigger constantly under different costumes. Watch out for all of these — they are the same problem in three disguises:
- Coin and note problems. "₹2 and ₹5 coins", "₹10 and ₹20 notes". Count + value.
- Boat and stream / aeroplane and wind problems. "Downstream / upstream", "with the wind / against the wind". Sum + difference of two speeds.
- Two-digit number problems. "The sum of digits is S, the digits differ by D." Pure sum + difference.
- Age problems. "The sum of their ages now is A. In 10 years, the father will be twice as old as the son." Two facts (one current, one future) — still a 2x2.
- Fraction problems. "A fraction becomes \frac{1}{2} when 1 is added to its numerator, and \frac{1}{3} when 1 is subtracted from its denominator." Two facts about numerator and denominator — 2x2.
- Mixture problems. "Two acids of strengths 20% and 50% mixed to make 30 mL of 30% acid." Count (volume) + value (acid content). 2x2.
Every one of these is a "two related quantities, two facts" puzzle. None of them is solvable as a single equation. All of them yield in 30 seconds once you write two equations side by side.
Common mistakes (and the fix)
- "I can fold the second fact into the first." No, you can't. Two facts are two constraints. Folding loses information. Always write both equations explicitly, then eliminate.
- "I'll let x be one quantity and write the other in terms of x before I read the second fact." That works only if the first fact already pins down both quantities — which it doesn't in any of the trigger cases above. You'll get stuck halfway. Better: read both facts, write both equations, then choose substitution or elimination.
- "Sum and difference always means add the equations to solve." Often, yes. But not always — for count and value problems, the two equations have unequal coefficients, so you'll need elimination with a multiplier (or substitution). The trigger tells you "set up two equations". The method of solving is a separate decision (see the parent article on systems of linear equations).
- "If I get a fractional answer for a count, I should round." Never. A fractional count means your equations are wrong (or the problem itself is). Re-check the setup. Coin counts and note counts are integers — the correct equations always give integer solutions for these problems.
- "Age problems aren't sum-and-difference." They are, just disguised. "Father is now 4 times the son" is a sum equation in disguise (a ratio constraint). "In 10 years, father is twice the son" is a second constraint about future ages. Two facts → 2x2 system.
The bottom line
If a word problem gives you two related quantities and tells you two things about them — a sum and a difference, a count and a value, a downstream and an upstream speed — write TWO equations, not one.
Don't try to be clever and squeeze both facts into one expression. The whole reason CBSE designs these problems is to drill the 2x2 setup. Trust the pattern: name the two unknowns, write down each fact as its own equation, then solve. The setup takes 20 seconds, the solve takes another 30, and the answer is always exact.
When you spot any of the three trigger phrasings, your hand should reach for two slots — automatically — before your brain even finishes reading the question.
References
- NCERT Class 10 Mathematics, Chapter 3: Pair of Linear Equations in Two Variables — Section 3.4 has dozens of coin, speed, and digit word problems built on this trigger.
- NCERT Class 9 Mathematics, Chapter 4: Linear Equations in Two Variables — establishes why a single linear equation has infinitely many solutions, motivating the need for a second equation.
- Khan Academy: Systems of equations word problems — extra translation drills with the same trigger families.
- Polya, How to Solve It (Princeton, 1945) — the canonical reference on recognising problem patterns before attempting a solution.