How to Approach Word Problems — A Thinking Framework

Learn how to approach word problems with clear explanations, worked examples, and practice problems.

CBSE JEE-MAIN NEET 12 min read

Word problems don’t test your arithmetic — they test your ability to translate real situations into mathematical language. Students who struggle with them are usually fine with pure equations; the difficulty is in setting up the equation, not solving it.

The good news is that word problems follow predictable patterns. Once you recognize the pattern, the translation becomes almost mechanical. This guide teaches you the framework that experienced teachers use — not a list of tricks, but a way of thinking.

Key Terms and Definitions

Variable assignment: Choosing a symbol (usually xx) to represent the unknown quantity. The choice should make the equation as simple as possible.

Constraint: A condition or relationship stated in the problem that allows you to write an equation.

System of equations: When a problem has two unknowns, you need two constraints to write two equations. One equation with two unknowns has infinitely many solutions.

Unit consistency: All quantities in an equation must be in the same units. Mixing hours with minutes, or kilometres with metres, is one of the most common sources of error.

Verbal cue translation: Specific English phrases map to specific mathematical operations.

Verbal Cue → Mathematics Dictionary

The following translations are used across 90% of word problems:

English phraseMathematics
”Is”, “equals”, “is equal to”, “was”, “gives"==
"More than”, “added to”, “increased by"++
"Less than”, “decreased by”, “reduced by"-
"Times”, “product of”, “multiplied by"×\times
"Per”, “ratio”, “quotient”, “divided by"÷\div
"At least”, “minimum”, “no less than"\geq
"At most”, “maximum”, “no more than"\leq
"Exceeds by"ab=ca - b = c
"Sum of A and B"A+BA + B
"A is nn times B"A=nBA = nB
"Half of A"A/2A/2
"Two years hence”Current age + 2
”A years ago”Current age − A

The Five-Step Framework

Step 1: Read the entire problem (twice)

First read: understand what’s happening (the story). Second read: identify the unknown, the given information, and the constraint(s). Trying to translate on the first read wastes time and leads to errors.

Step 2: Define your variable carefully

Write down: “Let x=x = [exactly what it represents, with units].”

Good: “Let xx = present age of Ram (in years).” Bad: “Let xx = Ram” — what about Ram? Be specific.

Assign variables to the smallest unit — often one entity or one dimension — and express everything else in terms of it.

Step 3: Write the equation

Use the verbal cue dictionary. The constraint usually contains the word “is” or “equals” — that’s where your == sign goes.

For two-variable problems: identify two separate constraints and write two equations.

Step 4: Solve the equation

This is usually the simplest step — the algebra is rarely harder than what you know.

Step 5: Verify and answer the question

Substitute your answer back into the original statement (not just the equation). The question may ask for something other than xx — read what’s actually being asked.

Solved Examples by Type

Age Problems (CBSE Class 7–9)

Q: Ram is 4 years older than Shyam. Three years from now, the sum of their ages will be 40. Find their present ages.

Step 1: Two people, two ages, one future condition.

Step 2: Let Shyam’s present age = xx years. Then Ram’s present age = x+4x + 4 years.

Step 3: Three years from now: Shyam = x+3x + 3, Ram = x+7x + 7. Sum = 40: (x+3)+(x+7)=40    2x+10=40    x=15(x+3) + (x+7) = 40 \implies 2x + 10 = 40 \implies x = 15.

Step 5: Shyam = 15 years, Ram = 19 years. Check: In 3 years, 18 + 22 = 40. ✓

Number Problems (CBSE Class 8–10)

Q: The sum of three consecutive even integers is 78. Find them.

Step 2: Let the integers be nn, n+2n+2, n+4n+4 (consecutive even numbers differ by 2).

Step 3: n+(n+2)+(n+4)=78    3n+6=78    n=24n + (n+2) + (n+4) = 78 \implies 3n + 6 = 78 \implies n = 24.

Answer: 24, 26, 28. Check: 24+26+28=7824 + 26 + 28 = 78. ✓

Speed-Distance-Time (CBSE Class 9–10, JEE)

Q: A train covers a distance in 5 hours at 60 km/h. How long will it take at 75 km/h?

Step 2: Let time at 75 km/h = tt hours. Distance is fixed = 5×60=3005 \times 60 = 300 km.

Step 3: Distance = Speed × Time: 75t=300    t=475t = 300 \implies t = 4 hours.

Work Problems (CBSE Class 10, JEE)

Q: A can finish a work in 12 days, B in 15 days. How long together?

Step 2: In 1 day, A does 1/121/12 of the work, B does 1/151/15.

Step 3: Together per day: 112+115=5+460=960=320\frac{1}{12} + \frac{1}{15} = \frac{5+4}{60} = \frac{9}{60} = \frac{3}{20}. Time = 20/36.6720/3 \approx 6.67 days.

Mixture Problems (JEE Main)

Q: In what ratio should water be mixed with milk to gain 20% profit on selling at cost price?

Let 1 litre of milk cost ₹1. Cost of 1 litre mixture = ₹1 (at CP). Selling 1 litre of mixture at CP means revenue = ₹1. For 20% profit: cost price of mixture must be ₹1/1.2 = ₹5/6 per litre.

Let water be added in ratio x:1x : 1 (water : milk). Cost = 1×1x+1=1x+1=56\frac{1 \times 1}{x+1} = \frac{1}{x+1} = \frac{5}{6}.

x+1=6/5    x=1/5x + 1 = 6/5 \implies x = 1/5. Ratio = 1/5:1=1:51/5 : 1 = 1 : 5.

Exam-Specific Tips

CBSE Class 10 boards: Word problems appear in Linear Equations (Chapter 3) and Arithmetic Progressions (Chapter 5). The most common types are age problems and number problems. Always set up the variable for the younger/smaller/simpler quantity — it reduces arithmetic errors.

JEE Main: Speed-time-distance, work-pipe, and mixture problems appear regularly. JEE problems often have a twist — like one of the workers leaving midway, or the speed changing after a certain point. Identify the “event” that changes the conditions.

NEET: Numerical problems in physics and chemistry often read like word problems. Apply the same framework: identify unknowns, write the relevant formula as your “equation,” and substitute carefully with consistent units.

Common Mistakes to Avoid

Mistake 1: Defining the variable as something you can’t directly write equations about. “Let xx = the answer” is useless. Define xx as a specific measurable quantity.

Mistake 2: Writing one equation for two unknowns. If two quantities are unknown, you need two independent equations. Look for the second constraint — it’s always there; students just miss it.

Mistake 3: Mixing units. Speed in km/h, time in minutes: distance = km/h × minutes = nonsense. Convert everything to the same unit before writing the equation.

Mistake 4: Answering xx when the problem asks for something else. After finding xx, re-read the question. “Find the ages” — you may need xx AND x+4x + 4. “Find their sum” is yet another answer.

Mistake 5: Not verifying. The check step catches: wrong setup, arithmetic errors, and extraneous solutions (especially in quadratic word problems where a negative age or length is invalid).

Practice Questions

Q1: The present age of a father is 3 times the age of his son. In 5 years, the father will be twice as old as the son. Find their present ages.

Let son’s age = xx. Father = 3x3x. In 5 years: 3x+5=2(x+5)    3x+5=2x+10    x=53x + 5 = 2(x + 5) \implies 3x + 5 = 2x + 10 \implies x = 5. Son = 5 years, Father = 15 years. Check: in 5 years, 20 = 2 × 10. ✓

Q2: A number when increased by 25% and then decreased by 20% — what is the net change in percent?

Let number = 100. After 25% increase: 125. After 20% decrease: 125×0.8=100125 \times 0.8 = 100. Net change = 0%. No net change.

Q3: Two taps fill a tank in 6 hours and 8 hours respectively. A drain empties it in 12 hours. How long to fill when all are open?

Rates: 1/6+1/81/12=4/24+3/242/24=5/241/6 + 1/8 - 1/12 = 4/24 + 3/24 - 2/24 = 5/24 per hour. Time = 24/5=4.824/5 = 4.8 hours.

Q4: A boat goes 30 km upstream in 6 hours and 30 km downstream in 4 hours. Find the speed of the stream.

Upstream speed = 5 km/h, downstream = 7.5 km/h. If boat speed = bb, stream speed = ss: bs=5b - s = 5, b+s=7.5b + s = 7.5. Adding: 2b=12.52b = 12.5, b=6.25b = 6.25 km/h. Stream speed = 6.255=1.256.25 - 5 = 1.25 km/h.

Q5: If 3 more is added to 3 times a number, the result is 18. Find the number.

3x+3=18    x=53x + 3 = 18 \implies x = 5.

Q6: The perimeter of a rectangle is 52 cm. If its length is 4 more than its width, find both dimensions.

Let width = ww, length = w+4w + 4. 2(w+w+4)=52    2(2w+4)=52    4w=44    w=112(w + w + 4) = 52 \implies 2(2w + 4) = 52 \implies 4w = 44 \implies w = 11 cm, length = 15 cm.

Additional Problem Types

Profit and Loss (Class 8–10)

Q: A shopkeeper marks a shirt at 40% above cost price, then offers a 20% discount. Find the profit percentage.

Marked price = 100+40% of 100=140100 + 40\% \text{ of } 100 = 140.

Selling price = 14020% of 140=14028=112140 - 20\% \text{ of } 140 = 140 - 28 = 112.

Profit = 112100=12112 - 100 = 12. Profit % = 12%. The shopkeeper makes a 12% profit despite offering a “20% discount.”

Quadratic Word Problems (CBSE Class 10)

Q: The product of two consecutive positive integers is 182. Find them.

Let the integers be nn and n+1n+1. Then n(n+1)=182    n2+n182=0n(n+1) = 182 \implies n^2 + n - 182 = 0.

Using the quadratic formula: n=1+1+7282=1+7292=1+272=13n = \frac{-1 + \sqrt{1 + 728}}{2} = \frac{-1 + \sqrt{729}}{2} = \frac{-1 + 27}{2} = 13.

The integers are 13 and 14. Check: 13×14=18213 \times 14 = 182. Done.

For quadratic word problems, always check both roots. If n=1272=14n = \frac{-1 - 27}{2} = -14, this gives 14-14 and 13-13. The problem says “positive integers,” so we reject this solution. Many students lose marks by not checking physical validity of mathematical solutions.

Compound Interest as a Word Problem (Class 8–10)

Q: A sum of ₹8000 is invested at 10% per annum compounded annually. After how many years will the amount exceed ₹10,000?

A=P(1+r)n=8000(1.1)nA = P(1 + r)^n = 8000(1.1)^n. We need 8000(1.1)n>10000    (1.1)n>1.258000(1.1)^n > 10000 \implies (1.1)^n > 1.25.

(1.1)1=1.1(1.1)^1 = 1.1, (1.1)2=1.21(1.1)^2 = 1.21, (1.1)3=1.331>1.25(1.1)^3 = 1.331 > 1.25.

So n=3n = 3 years. After 3 years, the amount exceeds ₹10,000.

TypeFormula
Speed-Distance-TimeD=S×TD = S \times T
Work-TimeRate =1/T= 1/T; combined rate = sum of individual rates
Mixture (alligation)C1CavgCavgC2=q2q1\frac{C_1 - C_{avg}}{C_{avg} - C_2} = \frac{q_2}{q_1}
Simple InterestSI=PRT100SI = \frac{PRT}{100}
Compound InterestA=P(1+R/100)TA = P(1 + R/100)^T
Successive discountsNet price =P(1d1)(1d2)= P(1 - d_1)(1 - d_2)

Q7. Two trains start from cities A and B (300 km apart) towards each other. Train from A travels at 60 km/h, train from B at 40 km/h. When and where do they meet?

Relative speed = 60+40=10060 + 40 = 100 km/h (approaching each other). Time to meet = 300/100=3300/100 = 3 hours.

Distance from A = 60×3=18060 \times 3 = 180 km. They meet 180 km from A (or 120 km from B). Check: 40×3=12040 \times 3 = 120 km from B. Total: 180+120=300180 + 120 = 300 km. Correct.

FAQs

Q: How do I know which quantity to let be xx? Let xx be the quantity that appears in the most constraints — usually the one that everything else is expressed in terms of. In age problems, pick the younger person. In number problems, pick the smaller or first number. In mixture problems, pick the quantity being added.

Q: What if I can’t figure out the equation? Restate the constraint as a sentence: “Three years from now, their combined age will be 40.” Underline “will be 40” — that’s your right-hand side. The left-hand side is “their combined age three years from now” — translate each person’s age algebraically and add them.

Q: How do I handle “less than” problems? “A is 3 less than B” means A=B3A = B - 3. Students often write A=B+3A = B + 3 by mistake. Read “A is…less than B” as “start from B and subtract.”

Q: Are there any word problem types that are especially tricky? Pipe and cistern problems where water flows in and out simultaneously. Always define rates (per hour), not times, and combine rates (add for filling, subtract for emptying).