Age, ratio, and average questions all share one thing in common: they're solvable far faster with a good setup than with algebra. Most exam-goers waste time writing out equations for problems that have a one-line mental shortcut. Here are the fastest approaches for each.
Age problems: use the "difference stays constant" trick
The single most useful fact in age problems: the difference between two people's ages never changes, no matter how many years pass. Most age problems become one-step once you anchor on this.
Worked example: A is 6 years older than B. In 4 years, A will be twice as old as B. Find their current ages.
- Let B's current age = x, so A's current age = x + 6.
- In 4 years: A = x + 10, B = x + 4.
- Condition: x + 10 = 2(x + 4) → x + 10 = 2x + 8 → x = 2.
The shortcut here isn't skipping algebra entirely — it's setting up with a single variable instead of two, using the fixed age-difference as the link between them.
Ratio-based age shortcut
When ages are given as a ratio (like 3:5) and a future or past ratio is given, use one common multiplier instead of two separate unknowns.
Worked example: ages are in ratio 3:5. After 8 years, the ratio becomes 4:5. Find current ages.
- Let current ages be 3x and 5x.
- After 8 years: (3x + 8) / (5x + 8) = 4/5
- Cross-multiply: 5(3x + 8) = 4(5x + 8) → 15x + 40 = 20x + 32 → 5x = 8 → x = 1.6
Ratio and proportion: think in "parts," not fractions
The fastest way to handle ratios is to treat them as literal parts of a whole rather than converting to decimals. If a quantity is split 3:4:5, that's 12 total parts — find the value of one part first, then scale.
Worked example: ₹2,400 is split in the ratio 3:4:5. Find each share.
- Total parts = 3 + 4 + 5 = 12
- One part = 2,400 / 12 = 200
Combining ratios (when two ratios share a common term)
When you're given A:B and B:C separately, scale both so the B term matches, then combine directly — no need for algebra.
Worked example: A:B = 2:3 and B:C = 4:5. Find A:B:C.
- B is 3 in the first ratio and 4 in the second. LCM of 3 and 4 is 12.
- Scale A:B = 2:3 by 4 → 8:12
- Scale B:C = 4:5 by 3 → 12:15
Averages: shift to deviations instead of adding everything
Instead of summing a long list of numbers and dividing, pick a convenient "assumed average" near the middle of the data, then average the small deviations from it. This turns big numbers into small ones.
Worked example: average of 42, 47, 39, 51, 46
- Assume average = 45. Deviations: 42−45=−3, 47−45=+2, 39−45=−6, 51−45=+6, 46−45=+1
- Sum of deviations: −3+2−6+6+1 = 0
- Average = assumed average + (sum of deviations / count) = 45 + 0/5 = 45
Even when deviations don't cancel to zero, they're small numbers that are much faster to sum mentally than the original values.
Average shortcut: combining two group averages
When two groups with different sizes and averages are combined, use a weighted average rather than a simple average of the two averages:
Worked example: 20 students average 60 marks, 30 students average 70 marks. Combined average?
Note the combined average (66) is closer to 70 than to 60 — that's expected, since the larger group pulls the average toward itself.
Where this actually helps
Age, ratio, and average questions appear constantly in bank exam quant sections, often layered with percentage or comparison elements. The time saved isn't from faster arithmetic — it's from setting the problem up in a way that avoids unnecessary algebra in the first place.
Put it into practice
Build calculation speed in the quiz, then apply these setups directly to word problems on paper.
Practice mental math →Related articles
How to calculate percentages quickly without a calculator
Ratio and average problems often combine with percentage changes — the same building-block habit applies across all three.
Time, Speed & DistanceTime, speed, and distance shortcuts for competitive exams
Speed and time ratios, plus the weighted average-speed formula, use the exact same setups covered here.