In short
You need as many independent equations as you have unknowns. Two unknowns (x, y) → two equations. Three unknowns (x, y, z) → three equations. The unknowns come from what the problem is asking. The equations come from the constraints — every "is", "equals", "sum", "ratio", "more than", "twice as much" sentence is one equation in disguise. Translating a word problem is a three-step pipeline: name the unknowns, list the constraints, write each constraint as an equation. Then solve.
You read a word problem in your CBSE Class 10 textbook. It says something about two trains, or a boat in a river, or a shopkeeper selling pens and pencils. You stare at it. You know it's a "system of linear equations" question because it's in that chapter. But how do you go from English sentences to x and y? And how many equations are you supposed to write — two? three? as many as there are sentences?
This article gives you a clean rule.
The rule: n unknowns need n independent equations
Suppose your problem has n unknown quantities. To pin each one down to a single value, you need exactly n independent equations. Why: each equation cuts down the freedom of your unknowns by one dimension. With one unknown x, one equation like x + 3 = 7 fixes x = 4. With two unknowns, one equation gives a whole line of (x, y) pairs — you need a second equation to pick the one point that lies on both. With three unknowns, you need three planes to meet at a single point.
What happens if you have fewer equations than unknowns? You get infinitely many solutions — the problem is underdetermined. With one equation in two unknowns, the answer is a line, not a point.
What if you have more equations than unknowns? Two cases:
- The extra equation says the same thing as the others (it's redundant) — the system still has one solution.
- The extra equation contradicts the others — no solution exists.
The word independent is the key. Two equations are independent only if neither is just a rearrangement or multiple of the other. x + y = 10 and 2x + 2y = 20 are not independent — the second is the first multiplied by 2. They count as one equation, not two.
For most CBSE Class 9 and Class 10 word problems, you'll see exactly two unknowns and two equations. That's the bread and butter. Class 11 and JEE problems sometimes go to three.
Step 1: Identify the unknowns
Read the problem and ask: what is it asking me to find? Those quantities are your unknowns. Give each one a letter.
If the problem asks for the price of an apple and the price of an orange, your unknowns are x = price of apple and y = price of orange. If it asks for the speed of a boat and the speed of the current, those are u and v. If it asks for three friends' money, you need three letters: a, b, c.
A useful trick: write a one-line "let" sentence at the top of your work. Let x be the number of two-rupee coins and y be the number of five-rupee coins. This forces you to be precise about what each letter means, and you'll thank yourself when checking the answer.
Step 2: Identify the equations
Now go through the problem sentence by sentence. Every constraint — anything that says two quantities are related — is an equation.
Look for these signal words:
- "sum", "total", "together", "altogether" → addition equation.
- "difference", "more than", "less than" → subtraction equation.
- "twice", "half", "three times" → multiplication equation.
- "ratio", "proportion" → division/fraction equation.
- "is", "equals", "costs" → equality.
- "perimeter", "area", "percentage" → formula-based equation.
Count your constraint sentences. If you have n unknowns and you find fewer than n constraints, re-read — you've missed one. If you find more than n, one of them is probably a check, not a new constraint.
Two numbers add to 10. Their difference is 4. Find them.
Unknowns: the problem asks you to find two numbers. Let them be x and y. Two unknowns.
Constraints:
- "Two numbers add to 10" → x + y = 10.
- "Their difference is 4" → x - y = 4.
Two constraints, two equations — matches the count of unknowns. Good.
Solve by adding the two equations: 2x = 14 \implies x = 7. Then y = 10 - 7 = 3.
Answer: x = 7, y = 3. Check: 7 + 3 = 10 ✓ and 7 - 3 = 4 ✓.
A rectangle has length 5 cm more than its width. Its perimeter is 30 cm. Find the length and width.
Unknowns: length l and width w. Two unknowns.
Constraints:
- "Length is 5 more than width" → l = w + 5.
- "Perimeter is 30" → 2l + 2w = 30, i.e. l + w = 15.
Two constraints for two unknowns.
Solve by substitution. From equation 1, l = w + 5. Plug into equation 2: (w + 5) + w = 15 \implies 2w = 10 \implies w = 5. Then l = 5 + 5 = 10.
Answer: width = 5 cm, length = 10 cm. Check: 10 - 5 = 5 ✓ and perimeter = 2(10) + 2(5) = 30 ✓.
Three friends — Aman, Bhavna, Chetan — together have ₹120. Aman has twice as much as Bhavna. Chetan has ₹20 more than Aman. How much does each have?
Unknowns: a, b, c for the three friends' amounts. Three unknowns.
Constraints:
- "Together they have ₹120" → a + b + c = 120.
- "Aman has twice Bhavna" → a = 2b.
- "Chetan has ₹20 more than Aman" → c = a + 20.
Three constraints for three unknowns. ✓
Solve by substitution. From (2), a = 2b. From (3), c = a + 20 = 2b + 20. Plug both into (1):
So a = 2(20) = 40 and c = 40 + 20 = 60.
Answer: Aman ₹40, Bhavna ₹20, Chetan ₹60. Check: 40 + 20 + 60 = 120 ✓; 40 = 2 \times 20 ✓; 60 = 40 + 20 ✓.
What if a constraint looks "missing"?
Sometimes a problem hides a constraint inside a unit or a definition. "A two-digit number" hides 10t + u for tens digit t and units digit u. "Speed in still water" hides the relation between upstream speed = boat - current and downstream speed = boat + current. The constraint count is right; you just have to translate carefully.
If you genuinely cannot find n constraints for your n unknowns, the problem may be solvable by reducing the number of unknowns. For example, "the digits of a two-digit number sum to 9 and the number is 27 more than the number with digits reversed" looks like it has many quantities, but really only two unknowns (t and u), and you'll find exactly two constraints.
Going-deeper: when does "independence" actually fail?
For sharper students
You'll meet dependent systems in JEE-level problems. Two equations are dependent when one is a linear combination of the others — algebraically equivalent, even if they look different. The system \{2x + 3y = 6,\ 4x + 6y = 12\} is dependent: the second equation is twice the first. Geometrically the two lines are identical, so any point on the line solves both. There are infinitely many solutions, not one.
The test for independence in two variables: compare the ratios of coefficients. For a_1 x + b_1 y = c_1 and a_2 x + b_2 y = c_2:
- If \frac{a_1}{a_2} \neq \frac{b_1}{b_2} → independent → unique solution (lines cross).
- If \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} → dependent → infinitely many solutions (same line).
- If \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} → inconsistent → no solution (parallel lines).
For three or more variables you use the rank of the coefficient matrix — a topic you'll meet in matrices and determinants.
So when you translate a word problem, also check that the constraints you wrote are genuinely different statements. If two of your constraints rearrange to the same equation, you don't have enough information yet — go back to the problem and find the missing fact.
References
- NCERT Class 10 Mathematics, Chapter 3: Pair of Linear Equations in Two Variables — the standard CBSE source for word-problem techniques.
- Khan Academy: Systems of equations word problems — many translation examples.
- Polya, How to Solve It (Princeton, 1945) — the classic on translating problems into mathematics.