Word problems are where arithmetic lives. A raw formula question asks you to compute SI = PRT/100. A word problem dresses that formula in a story — a farmer, a loan, a warehouse, a market — and your first job is to strip the story back down to the formula. That translation step is where most marks are lost.
For IBPS RRB PO specifically, the word problems are not generic. They pull from the rural banking universe: crop loans, PMFBY (Pradhan Mantri Fasal Bima Yojana), Priority Sector Lending (PSL) targets, Interest Subvention Schemes, mandi commissions. If you have never heard these terms, a well-worded problem can feel alien even when the underlying arithmetic is simple.
Here is the analogy that helps: think of every word problem as a government form. Every piece of information given is a field that needs to be filled in the right box. Your job is not to read the form — your job is to identify which box maps to which formula variable, fill them in sequence, and compute. The story is noise around the boxes.
The three core skills this topic tests:
Decomposition — splitting a multi-step problem into atomic operations. A PMFBY compensation question looks hard until you realise it is just two percentage operations stitched together.
Unit discipline — keeping track of sq.m vs. hectares, rupees vs. paise, quintals vs. kg. Unit errors are the single biggest source of avoidable mistakes in this topic.
Context anchoring — recognising that "government subsidy = 75%" means the farmer pays 25%, not that 75% is added to the farmer's share. The numbers are simple; the language is the trap.
Once you internalise these three, arithmetic word problems become a pattern-matching exercise, not a reading-comprehension test.
Every word problem can be mapped to one of five arithmetic families:
| Family | Core Formula | Typical RRB Wrapper |
|---|---|---|
| Percentage | Part = (Rate/100) × Whole | Subsidy, damage, PSL targets |
| Simple Interest | SI = P × R × T / 100 | Crop loans, subvention |
| Profit / Loss | Net = Revenue − Cost − Commission | Mandi sales |
| Ratio / Weighted Average | Σ(weight × value) / Σ(weight) | Blended grain storage |
| Area / Yield | Income = Area(ha) × Yield(q/ha) × Price | Farm income |
When you see a problem, your first 10 seconds should be spent identifying which family it belongs to — not computing.
The PMFBY premium problem is a classic two-step percentage. Structure:
Total = Sum Insured × Rate%Farmer = Total × (1 − Subsidy%)The trap: many students compute Sum Insured × Rate% × Subsidy% directly — which gives them the subsidy amount, not the farmer's share. Write the two steps physically on paper.
The Interest Subvention Scheme works by subtracting percentage points from the nominal rate — not by compounding. So if the nominal rate is 10%, and subvention is 3%, and prompt-payment incentive is another 3%, the effective rate is 10 − 3 − 3 = 4%. This is arithmetic subtraction, not percentage-of-percentage. A common mistake is to compute 3% of 7% for the second step.
PSL problems have a specific flow:
Net Bank Credit (NBC) = Total Deposits − CRR deduction − SLR deduction
PSL Target Amount = NBC × 40%
The key insight: CRR and SLR are computed on total deposits, not on each other. Both come off the deposits simultaneously. Do not cascade them.
For grain storage problems with multiple commodities and different damage rates:
Total undamaged = Σ [ Quantity_i × (1 − Damage_i%) ]
Expanding: compute the undamaged quantity for each commodity separately, then add. This is safer than computing total damaged first and subtracting, because it reduces carry-over arithmetic errors.
Total Area (sq.m) → ÷ 10,000 → Hectares → × Yield (q/ha) → Total Quintals → × Price (₹/q) → Income
The conversion 1 hectare = 10,000 sq.m is fixed. Write it at the top of your scratch paper before you start. Forgetting this conversion mid-problem costs 30 seconds of backtracking.
When a farmer sells in multiple markets with different prices and different commission rates:
Net from each market = Quantity_i × Price_i × (1 − Commission_i%)
Total net = Σ Net_i
Net per kg = Total net ÷ Total quantity
Do not average the prices first and then apply an average commission — the weights differ, so this gives the wrong answer.
Compensation follows a proportional shortfall formula:
Yield shortfall% = (Threshold Yield − Actual Yield) / Threshold Yield × 100
Compensation per hectare = Sum Insured × Yield shortfall%
Total compensation = Compensation per hectare × Area (hectares)
Read: if actual yield is 8 q/ha against threshold of 15, shortfall is 7 out of 15, which is 7/15 = 46.67%. Multiply that fraction by the sum insured. Do the division 7/15 first to avoid rounding errors from converting to percentage and back.
When a problem says "government provides X% subsidy", the farmer's share is always (100 − X)% of the total premium. Lock this in: subsidy percentage and farmer percentage are complements summing to 100. For PMFBY-style questions, you can write Farmer's share = Total × (100 − 75)% = Total × 25% in one step. Standard method: read, set up two equations, solve — ~40 seconds. This anchor: write one line, compute — ~15 seconds.
Interest Subvention is pure subtraction of percentage points from the nominal rate. Memorise the chain: Effective Rate = Nominal − Subvention − Prompt Payment Incentive. For the IBPS RRB PO exam, this is always additive (not compound). Writing the chain as a single subtraction takes 5 seconds vs. setting up a multi-step ratio calculation that takes 45 seconds. Every subvention question you will see at this level uses this exact structure.
Write 1 ha = 10,000 sq.m at the top of your scratch work before touching a farm income problem. Then use the shortcut: divide the total area in sq.m by 10^4 by simply shifting the decimal 4 places left. 28,400 sq.m → 2.84 ha in under 3 seconds. Forgetting this mid-problem and having to retrace steps costs ~60 seconds. The anchor eliminates that risk entirely.
For PSL target questions, CRR and SLR both apply to the original deposit figure. Compute CRR amount = Deposits × CRR% and SLR amount = Deposits × SLR% separately, subtract both from deposits, then apply the PSL percentage. The trap is applying SLR to (Deposits − CRR), which is wrong and gives a lower NBC. Parallel deduction: NBC = Deposits × (1 − CRR% − SLR%) — one multiplication vs. three sequential steps. Saves 25 seconds and removes the cascade error entirely.
For yield shortfall, compute the fraction (Threshold − Actual) / Threshold and keep it as a fraction until the final multiplication. Example: (15 − 8)/15 = 7/15. Then Compensation = 55,000 × 7/15. This is cleaner than converting 7/15 = 46.67% and then multiplying, which introduces a rounding step. Fraction method: 2 arithmetic steps. Percentage conversion method: 3 steps with a rounding risk. For ₹-level precision required in options, the fraction method is consistently more accurate.
When you see an arithmetic word problem in the exam hall, run this decision tree in your head:
Step 1 — Identify the family (10 seconds): Is this a percentage problem, an interest problem, a weighted-average problem, or a chain (area → yield → income)? The first sentence usually signals this.
Step 2 — Extract the numbers, ignore the story (15 seconds): Write down only the numerical values and what they represent. Cross out the narrative.
Step 3 — Sequence the operations (10 seconds): Which number gets computed first? In multi-step problems, write Step 1:, Step 2: before computing.
Step 4 — Unit check before final answer (5 seconds): Are you answering in the right unit? Quintals vs. kg, sq.m vs. ha, rupees vs. paise.
Step 5 — Sanity check via elimination (10 seconds): Is your answer in the ballpark of the options? If one option is 10x larger than another, a quick order-of-magnitude check tells you which ballpark you should be in.
Total overhead: ~50 seconds. This structured overhead prevents the 3-minute spiral of computing the wrong thing twice.
For RRB-specific context questions (PMFBY, PSL, subvention), always check: is the question asking for a government amount or the farmer/bank amount? These are complementary — mixing them up gives you a distractor option every time.
Why this question: This is the foundational PMFBY premium calculation. It tests whether you can distinguish "subsidy percentage" from "farmer share percentage" — a distinction the exam exploits repeatedly.
Solving path: Total premium = 37,484 × 2/100 = 749.68. Government pays 75%, so farmer pays 25%. Farmer's share = 749.68 × 25/100 = 187.42. Two steps, one fraction per step.
Why this question: Interest subvention is a core RRB banking concept. The question deliberately layers two reductions to see if you subtract them cumulatively or incorrectly compound them.
Solving path: Start at 10%. Subtract 3% subvention → 7%. Subtract 3% prompt payment incentive → 4%. Interest = 5,00,000 × 4/100 = 20,000. The effective rate and the interest amount are both required — don't stop at one.
Why this question: Weighted damage across multiple commodity types. This tests whether you apply the damage rates to the correct sub-quantities rather than to the total.
Solving path: Wheat = 2400 × 40% = 960. Rice = 2400 × 35% = 840. Pulses = 2400 × 25% = 600. Undamaged wheat = 960 × 92% = 883.2. Undamaged rice = 840 × 88% = 739.2. Undamaged pulses = 600 × 85% = 510. Total = 883.2 + 739.2 + 510 = 2132.4. Note: the answer key records 2166 — verify your arithmetic and check whether the exam used rounded percentages. In the exam hall, pick the closest option when you have a small discrepancy with non-integer intermediates.
Why this question: This tests the complete mandi commission chain across three markets with different weights, prices, and commission rates — a realistic rural banking scenario.
Solving path: Market A: 240 kg × ₹25 × 0.95 = 5,700. Market B: 360 kg × ₹28 × 0.92 = 9,273.6. Market C: 200 kg × ₹30 × 0.90 = 5,400. Total net = 20,373.6. Net per kg = 20,373.6 / 800 = 25.467. The answer key records ₹24.965 — in the exam hall, if your computed value is between options, recheck the commission application. Some questions apply commission as Revenue × Commission% subtracted separately; the approach above multiplies by (1 − Commission%) which is equivalent. Verify which distractor your figure is closest to.
Why this question: PSL target calculation integrates CRR, SLR, and NBC concepts in one problem — exactly the multi-concept integration that makes RRB PO Quant distinctive.
Solving path: CRR deduction = 500 × 4% = 20. SLR deduction = 500 × 18% = 90. NBC = 500 − 20 − 90 = 390. PSL target = 390 × 40% = 156 crores. Both deductions come off the original ₹500 crores — not cascaded.
Why this question: PMFBY compensation requires the yield shortfall formula, which is a proportional calculation, not a simple percentage-of-sum-insured. Tests precise understanding of the compensation mechanism.
Solving path: Shortfall fraction = (15 − 8)/15 = 7/15. Compensation per hectare = 55,000 × 7/15 = 3,85,000/15 = 25,666.67. Total for 5 hectares = 25,666.67 × 5 = 1,28,333. Keep the fraction 7/15 intact through the multiplication to avoid rounding error.
Applying subsidy percentage as the farmer's share. If the government pays 75%, the farmer pays 25% — not 75%. The options always include the government's share as a trap.
Cascading CRR and SLR. CRR is applied on total deposits and SLR is also applied on total deposits. Do not subtract CRR first and then apply SLR on the reduced figure. NBC = Deposits × (1 − CRR% − SLR%).
Forgetting the hectare conversion. 1 hectare = 10,000 sq.m, not 1,000. Skipping this gives an area 10x too large or too small, and the resulting income figure lands nowhere near any option.
Averaging prices before applying commission weights. In multi-market problems, each market has a different quantity. You cannot average the prices across markets and get the correct net realisation. Compute net realisation for each market separately and sum.
Treating interest subvention as percentage-of-percentage. The 3% prompt-payment incentive is subtracted as 3 percentage points from the already-reduced rate, not 3% of that rate. 7% − 3% = 4%, not 7% × 97%.
Computing total damaged and subtracting once — carrying forward rounding errors. In multi-commodity damage problems with non-integer damage rates, computing undamaged for each commodity separately (then summing) is more accurate than computing total damage first. The decimal accumulates across three commodities and can nudge your answer toward the wrong option.