By the end of this chapter you'll be able to…

  • 1Extract a caselet's numbers into variables or a small table before computing anything
  • 2Identify which branch of a conditional caselet scenario actually applies
  • 3Apply the five-way data sufficiency answer framework correctly
  • 4Evaluate each DS statement completely independently before considering the other
  • 5Distinguish genuine sufficiency from mere relevance or partial narrowing
  • 6Recognise when two DS statements carry the same underlying information ('even together, not sufficient')
💡
Why this chapter matters in CAT
A caselet hides ordinary DI-style data inside prose rather than a table, so the extraction step (converting sentences into variables or a small table) is the entire difficulty. Data sufficiency, by contrast, rewards NOT solving the question — only judging whether a statement or combination of statements determines a unique answer — which is a genuinely different discipline from every other QA/DILR sub-topic in this course.

Before you start — revise these

🔗
Arithmetic
Caselets are almost always percentage, ratio or averages questions restated in prose.
🔗
Algebra
Converting a caselet's sentences into variables and equations is the same translation skill used there.

Caselets & Data Sufficiency — CAT DILR

A caselet is Data Interpretation dressed as a short paragraph rather than a table — the same percentages, ratios and comparisons are present, but buried in sentences instead of laid out in rows and columns. Data sufficiency questions test a genuinely different skill: judging whether a question COULD be answered from the given statements, without actually answering it.

1. Converting a caselet into a table

The first and only mandatory step for any caselet is extracting its numbers into a small table or list, exactly as if it had been given as one. A paragraph describing "Amit spends twice as much as Bina, and together they spend ₹900" contains the same information as a two-row table with a ratio column and a total column — writing it that way removes the need to re-read the prose for every one of the set's 4-6 questions.

A caselet's sentences are often given in an order that is not the order needed for computation, and the extraction step is what reorders the information usefully. A detail mentioned in the caselet's second sentence might only become usable once combined with a fact from the fourth sentence — the table makes this combination visible; re-reading the prose repeatedly does not.

Some caselets describe conditional or branching scenarios ("if the discount exceeds 20%, an additional loyalty benefit applies") rather than a single fixed set of numbers. These are solved by first checking which branch of the condition actually holds for the given data, then applying only that branch's rule — attempting to apply every stated rule simultaneously, rather than selecting the one branch that is actually triggered, is the standard error on this caselet sub-type.

2. The data sufficiency framework

A data sufficiency (DS) question gives a question and two statements, and asks not for the answer but for which statement(s) would let you compute it. The five standard answer choices are:

ChoiceMeaning
Statement I alone is sufficient, II alone is notI works without II
Statement II alone is sufficient, I alone is notII works without I
Either statement alone is sufficientBoth I and II independently work
Both together are needed, neither alone sufficesOnly the combination works
Even both together are not sufficientThe question remains unanswerable

The discipline that makes DS fast is stopping the instant sufficiency is established, without computing the actual numeric answer. If Statement I pins down a unique value for what's being asked, the question is answered as "Statement I is sufficient" — actually calculating that value is unnecessary work that DS questions do not reward.

3. Testing each statement independently first

Always evaluate Statement I completely alone, forgetting Statement II exists, before looking at Statement II at all — and vice versa. The most common DS error is letting information from one statement "leak" into the evaluation of the other, silently treating a statement as sufficient because of a fact that only the other statement actually supplies.

Once both statements have been tested alone: if neither alone is sufficient, test them together as a last step, not before.

Sufficiency is a stronger requirement than mere relevance. A statement can be entirely true and directly related to the question's subject while still failing to pin down a single answer — "sufficient" specifically means the statement (or combination) determines exactly one value or a definite yes/no, not merely that it narrows the possibilities somewhat.

A statement narrowing a question from infinitely many possible values down to, say, three remaining candidates is still not sufficient, since more than one answer remains genuinely possible.

4. Common data-sufficiency traps

Trap. A statement can look irrelevant to the question and still be exactly sufficient, or look directly relevant and still fail. "Is an even integer?" with Statement I " is an integer" is sufficient alone (if is an integer, must be even) — despite not mentioning "even" at all. Judge sufficiency by what a statement logically implies, never by how closely its wording matches the question.

Two statements can independently give the same underlying fact through different wording, in which case having both together adds nothing beyond having either one — a genuine "even together, not sufficient" case arises when both statements, however phrased, pin down the same incomplete information rather than complementary pieces of it.

A statement giving an equation with two valid solutions (like ) is not automatically insufficient — if a second statement or an implicit constraint (such as " is positive") eliminates one of the two solutions, sufficiency can still be reached; the check is always "does exactly one value survive," not "does the statement look like a full equation."

Worked Examples

Example 1 (caselet extraction — medium). A caselet states: "Amit spends twice as much as Bina every month. Together, they spend ₹900. Chitra spends ₹150 more than Bina." Find each person's monthly spending.

Extract into variables: let Bina . Amit . Chitra . From "Amit and Bina together spend ₹900": . So Bina , Amit , Chitra .

Example 2 (DS, either alone sufficient — medium). Is an even integer? Statement I: is an integer. Statement II: is even.

Statement I alone: if is an integer, is exactly twice that integer, so is even. Sufficient alone.

Statement II alone: if is even, cannot be odd (an odd number squared is always odd), so must be even. Sufficient alone.

Since each statement alone answers the question, the answer is: either statement alone is sufficient.

Example 3 (DS, both needed — easy). Find the value of . Statement I: . Statement II: .

Statement I alone: or — two possible values, not sufficient. Statement II alone: only says is positive, with no specific value — not sufficient. Both together: and together give exactly . Sufficient only when combined.

Example 4 (DS, even together not sufficient — hard). Find the two-digit number . Statement I: the sum of 's digits is 9. Statement II: is divisible by 9.

Statement I alone: many two-digit numbers have digit sum 9 (18, 27, 36, ..., 90) — not sufficient. Statement II alone: many two-digit numbers are divisible by 9 (18, 27, ..., 99) — not sufficient.

Both together: every two-digit number whose digits sum to 9 is automatically divisible by 9 (the standard divisibility rule), so Statement II adds no new information beyond Statement I — the same list of candidates (18, 27, 36, 45, 54, 63, 72, 81, 90) remains. Even together, not sufficient.

Example 5 (caselet with a derived total — hard). A caselet states: "In a class, the number of girls is 20 more than the number of boys. If there are 100 students in total, find the number of boys and girls."

Let boys , girls . Total: . Boys , girls .

Example 6 (caselet, conditional branching — hard). A store's policy: if a customer's bill exceeds ₹2,000, a flat 15% discount applies; otherwise, a flat 5% discount applies. Priya's bill before discount is ₹2,400. Find her final bill.

Check which branch applies: ₹2,400 exceeds ₹2,000, so the 15% branch applies (not the 5% one). Final bill . Applying the 5% rule instead — the branch that does not actually hold — would give the wrong final amount of ₹2,280.

Summary

Extract a caselet's numbers into a table or a small set of variables immediately — this single step, done once, replaces re-reading the prose for every question in the set.

Data sufficiency rewards judging whether a statement determines a unique answer, not computing that answer — stop the moment sufficiency is established.

Evaluate each statement completely alone before considering the other, and only test them together as a genuinely last step if neither alone suffices.

Sufficiency is a logical property, not a wording match — a statement that never mentions the question's exact term can still be sufficient, and two differently worded statements can still carry the same underlying information, making "even both together, not sufficient" a real and recurring answer choice.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Caselet extraction
Done once, before answering any question in the set.
Data sufficiency answer framework
Five mutually exclusive outcomes; identify which one applies without computing the actual answer.
Sufficiency test
Narrowing to a few candidates is NOT the same as sufficiency.
Conditional branch selection
Never apply multiple stated rules simultaneously.
⚠️

Traps CAT sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Letting information from one DS statement influence the evaluation of the other
Evaluate Statement I completely alone, forgetting Statement II exists, and vice versa, before testing them together.
Why it happens: Sufficiency 'leaking' between statements gives a false sufficient verdict for a statement that is not actually sufficient on its own.
WATCH OUT
Computing the actual numeric answer in a DS question after establishing sufficiency
Stop as soon as sufficiency is established; the actual value is never required by the question.
Why it happens: DS questions ask only whether the value CAN be determined, and computing it anyway wastes time without earning any additional credit.
WATCH OUT
Treating a statement that narrows the answer to a few candidates as sufficient
Confirm exactly one value (or one definite yes/no) survives before calling a statement or combination sufficient.
Why it happens: More than one surviving candidate means the question is still not answerable, however few candidates remain.
WATCH OUT
Judging a statement's sufficiency by whether its wording matches the question's terms
Judge sufficiency by logical implication — a statement can be sufficient without ever using the question's exact words.
Why it happens: A statement like 'x/2 is an integer' is sufficient for 'is x even' despite never using the word 'even'.
WATCH OUT
Applying every rule stated in a conditional caselet simultaneously
First determine which condition the given data actually satisfies, then apply only that branch's rule.
Why it happens: A caselet's conditional rules are mutually exclusive branches, not a set of rules all applying at once.
WATCH OUT
Re-reading the caselet's prose repeatedly for each question in the set
Extract all stated relationships into variables or a table once, then answer every question from that extraction.
Why it happens: The information needed for later questions is often scattered non-sequentially through the prose, making repeated re-reading slow and error-prone.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Caselets & Data Sufficiency?

10 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

10 questions~7 min worth ~66 marks in CAT exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Extract a caselet's numbers into variables or a small table before computing anything.
  • For conditional caselets, check which branch the given data actually satisfies before applying a rule.
  • Data sufficiency has five possible answers: I alone, II alone, either alone, both together, or even both not sufficient.
  • Evaluate each DS statement completely independently before considering the other.
  • Stop the moment sufficiency is established — never compute the actual value.
  • Sufficiency means exactly one value or a definite yes/no survives, not merely 'narrowed down.'
  • A statement can be sufficient without ever using the question's exact wording.
  • Two DS statements can carry the same underlying information, making 'even both together, not sufficient' a real answer choice.
  • Test statements together only as a last step, after both have failed independently.

CAT question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: Caselets & Data Sufficiency contributes an estimated 9-12 of DILR's 66 marks (about 4 of 22 questions)

Question styleMarks eachTypical countWhat it tests
Caselet extraction3~1-2Converting prose relationships into variables and equations
Caselet, conditional branching3~0-1Selecting the correct rule branch for the given data
Data sufficiency — either alone sufficient3~0-1Recognising when two statements independently determine the answer
Data sufficiency — both together needed3~0-1Combining two individually-insufficient statements correctly
Data sufficiency — even together not sufficient3~0-1Recognising overlapping or restating statements that never pin down a unique value
Caselet, sequential dependency3~0-1Multi-step caselet computations depending on an earlier result
Prep strategy
  • Day 1: caselet extraction into variables and equations, including conditional-branching caselets.
  • Day 2: the data sufficiency framework and evaluating statements independently.
  • Day 3: the three DS outcome traps — either-alone, both-needed, and even-together-insufficient — with worked contrasts, then a timed mixed set.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Extract every caselet's numbers into variables or a table before answering any question in the set.
  2. For a conditional caselet, identify which branch applies to the given data before applying any rule.
  3. Evaluate each DS statement completely independently before testing them together.
  4. Stop as soon as sufficiency is established — never compute the actual numeric answer.
  5. Double-check a 'sufficient' verdict by confirming exactly one value (or definite yes/no) survives, not just a narrowed set.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Requirements analysis

Data sufficiency's discipline of testing whether given information is enough directly mirrors checking if a specification has enough detail to build against.

Financial and business case extraction

Converting a prose business scenario into variables and equations is exactly the caselet-extraction skill applied to real financial modelling.

Where else this topic is tested

Prepare once, score in every exam that asks it.

XAT Decision Making & QA-DIModerate — caselet-style extraction overlaps; XAT does not test formal data sufficiency
IBPS PO / SBI PO Data Sufficiency & CaseletsVery high — data sufficiency is tested far more heavily in banking exams than in CAT
GATE / engineering entranceLow — data sufficiency as a distinct format is largely absent

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Roughly 4 of DILR's 22 questions — usually one caselet-based set (numeric extraction from prose) and a handful of standalone data-sufficiency questions, which CAT tests somewhat less heavily than banking exams but still includes most years.

Extract every stated relationship into variables or a small table before attempting to answer any question. This single step, done once, avoids re-reading the prose repeatedly and reveals which pieces of information from different sentences actually need to be combined.

No — DS questions ask only whether the answer COULD be determined from the given statement(s), not what the answer actually is. Establishing that exactly one value survives is sufficient to answer the question; computing that value is unnecessary extra work.

Because two statements can restrict the possible answers without narrowing them to a single unique value, or because both statements may carry the same underlying information despite different wording, leaving multiple candidates even when combined.

Physically or mentally 'forget' Statement II exists while evaluating Statement I alone, and vice versa. Only after both have been judged completely independently should they be considered together, and only if neither alone was sufficient.
Header Logo