Introduction
In Caselet / Paragraph-Based Data Interpretation, all data appears inside a short paragraph (a caselet) rather than in neat tables or charts. You must carefully extract numbers, relationships and constraints from sentences, convert them into small equations or a mini-table, and then compute the required result.
This pattern tests both reading comprehension and numerical accuracy - misreading a phrase or missing a unit is a common cause of error.
Pattern: Caselet / Paragraph-Based DI
Pattern
Key concept: Convert sentences into structured data (variables/table/equations) before calculating.
Reliable approach: (1) Extract numeric facts and units, (2) write relationships as equations, (3) build a tiny table or variable list, (4) compute step-by-step and perform a final arithmetic check.
Step-by-Step Example
Question
Last month a large bookstore in the city recorded total sales of ₹5,00,000. The manager reported that fiction sales accounted for 40% of total sales. Non-fiction sales were ₹1,20,000 and the manager also stated that non-fiction was exactly ₹30,000 more than the combined sales of children's and academic books. Further, the manager clarified that children’s sales formed exactly one-third of the combined children’s + academic sales (i.e., children’s sales = one third of that combined amount). Using only the information given above, find the amount (in rupees) obtained from children’s books last month.
Solution
-
Step 1: Extract numbers and units:
Total sales = ₹5,00,000.
Fiction = 40% of total.
Non-fiction = ₹1,20,000.
Non-fiction - (children + academic) = ₹30,000 → so (children + academic) = Non-fiction - 30,000.
Children’s sales = 1/3 of (children + academic). -
Step 2: Compute known category values:
Fiction = 40% of 5,00,000 = 0.40 × 5,00,000 = ₹2,00,000.
Given Non-fiction = ₹1,20,000 (already provided). -
Step 3: Find combined children + academic:
children + academic = Non-fiction - 30,000 = 1,20,000 - 30,000 = ₹90,000.
-
Step 4: Use the children’s fraction:
Children’s sales = (1/3) × (children + academic) = (1/3) × 90,000 = ₹30,000.
-
Step 5: Final consistency check:
Verify category sums: Fiction (2,00,000) + Non-fiction (1,20,000) + (children + academic) (90,000) = 2,00,000 + 1,20,000 + 90,000 = ₹4,10,000. Total sales reported were ₹5,00,000, so the remaining ₹90,000 corresponds to other categories not described in the caselet - this does not affect the children’s value calculated from given relationships.
-
Final Answer:
₹30,000 (children’s books).
-
Quick Check:
children + academic = 90,000 → children = 1/3 of 90,000 = 30,000. Non-fiction is 1,20,000 which is 30,000 more than 90,000 → condition satisfied ✅.
Quick Variations
1. A caselet giving percentages for multiple categories plus one absolute value - convert % to rupees and subtract.
2. A paragraph with pairwise relations (A is 20% more than B; B is 10% less than C) - set variables and solve sequentially.
3. Monthly figures embedded in prose - extract month-wise numbers into a mini-table before computing annual totals.
Trick to Always Use
- Step 1 → Read the paragraph twice: first for context, second to extract all numbers and relationships.
- Step 2 → Immediately write a tiny table or list of variables (e.g., Total = …, Fiction = …, C + A = …).
- Step 3 → Do algebra / arithmetic step-by-step and run a final sum/unit check to verify consistency.
Summary
Summary
In the Caselet / Paragraph-Based DI pattern:
- Carefully extract every numeric fact and its unit from the paragraph.
- Translate relational sentences into equations or a tiny table (e.g., A = 40% of Total, B + C = ...).
- Avoid making unstated assumptions; only use information explicitly given.
- Compute step-by-step and include a final arithmetic/sum check to verify consistency.
- When a remainder appears, recognise it as an implied 'other' category unless the caselet specifies otherwise.
