Data Sufficiency

intermediate data sufficiency logical reasoning elimination analysis

Data Sufficiency (DS) is a completely different beast from regular math. We’re NOT asked to solve the problem — we’re asked whether the given information is enough to solve it. This subtle difference catches people off guard. Many waste time actually calculating the answer when all they needed to do was check if an answer is determinable. Let’s master the framework.

The Standard DS Framework

Every DS question has:

  • A question asking for some value or a yes/no answer
  • Two statements providing additional information

We need to determine:

The Five Answer Choices
(A) Statement 1 ALONE is sufficient, but Statement 2 alone is not
(B) Statement 2 ALONE is sufficient, but Statement 1 alone is not
(C) BOTH statements TOGETHER are sufficient, but neither alone
(D) EACH statement ALONE is sufficient (either one works)
(E) NEITHER statement, even together, is sufficient

Memory trick for the order: The options spell out “A B C D E” naturally, but think of it as: Alone 1, Balone 2, Combined, Dual (either), Either insufficient.

The Systematic Approach

Here’s a step-by-step process that works every time:

Step 1: Understand the Question

Read the question carefully. What exactly do we need to find? Is it a specific value, or is it a yes/no question?

Critical: Don’t start looking at the statements yet. First, understand what would constitute a sufficient answer.

Step 2: Test Statement 1 Alone

Forget Statement 2 exists. Using ONLY Statement 1 plus any information given in the question stem:

  • Can we determine a unique answer?
  • If we get a single definite value → Statement 1 is sufficient
  • If we get multiple possible values → Statement 1 is insufficient

Step 3: Test Statement 2 Alone

Now forget Statement 1. Using ONLY Statement 2 plus the question stem:

  • Can we determine a unique answer?

Step 4: Combine if Needed

If neither statement alone was sufficient, combine both. Together, can we find a unique answer?

The Elimination Flowchart

Test Statement 1 alone
S1 Sufficient ✓
Test S2 alone →
S2 also sufficient → (D)
S2 not sufficient → (A)
S1 Not Sufficient ✗
Test S2 alone →
S2 sufficient → (B)
S2 not sufficient → Combine →
Combined sufficient → (C)
Combined not sufficient → (E)

”Sufficient” Doesn’t Mean “Calculate”

This is the biggest mindset shift. We don’t need to find the actual answer. We just need to determine IF we COULD find it. Often, we can tell that the information is sufficient without doing any heavy math.

Example: “What is x? Statement 1: x² = 25”

We don’t need to say x = 5 or x = −5. We just need to notice: x has TWO possible values, so this statement is NOT sufficient (unless the question restricts x to positive integers or something).

Common Traps

Trap 1: Assuming Additional Information

DS statements are all we get. Don’t assume x is positive, x is an integer, or any other constraint unless explicitly stated in the question or statements.

Example: “What is x? Statement 1: x² = 4”

  • x could be 2 or −2 → NOT sufficient
  • BUT if the question says “x is a positive integer,” then x = 2 → Sufficient

Trap 2: Not Testing Edge Cases

Always ask: “Is there another value that also satisfies this condition?”

Example: “Is x > 5? Statement 1: x > 3”

  • x could be 4 (answer: NO) or x could be 10 (answer: YES)
  • Since we get different answers, the statement is NOT sufficient

Trap 3: Confusing “Sufficient for a Unique Value” with “Sufficient to Answer Yes/No”

For yes/no questions, a statement is sufficient if it ALWAYS gives YES or ALWAYS gives NO. A consistent “NO” is still sufficient!

Example: “Is x even? Statement 1: x is divisible by 3”

  • x = 3 → No, x = 6 → Yes → NOT sufficient (inconsistent)

Example: “Is x > 0? Statement 1: x² + 1 > 0”

  • This is always true for any x → Always YES → Sufficient (but the answer to the question is trivially yes)

Wait — actually x² + 1 > 0 tells us nothing special about x (it’s true for all real numbers). We still don’t know if x > 0. Let’s reconsider: we need to know if x > 0, and knowing x² + 1 > 0 doesn’t help because that’s always true. So it’s NOT sufficient — it gives us no new information about the sign of x.

This illustrates why we need to think carefully rather than rush!

Trap 4: Using Both Statements When Only One is Needed

Test each statement independently first. A common mistake is jumping to “Combined” without checking if one alone works.

Trap 5: Forgetting Information from the Question Stem

The question stem often contains hidden constraints (like “x is a positive integer” or “the triangle is equilateral”). These apply to ALL evaluations.

Shortcut Strategies

Strategy 1: Number Plugging For each statement, try 2-3 different values that satisfy it. If they all give the same answer to the question, the statement is likely sufficient. If they give different answers, it’s definitely not sufficient.

Strategy 2: Count the Unknowns If a question has 2 unknowns and a statement gives 1 equation, we usually can’t solve it (not sufficient). Two independent equations for 2 unknowns → sufficient. But be careful — this is a guideline, not a rule. Sometimes 1 equation is enough (e.g., x² = 0 gives x = 0 uniquely).

Strategy 3: For Yes/No Questions Find one case where the answer is YES and one where it’s NO. If we can find both, the statement is NOT sufficient. If we can only get one type of answer, it IS sufficient.

Worked Examples

Example 1: Value Question

What is the value of x?

  • Statement 1: 2x + 3 = 11
  • Statement 2: x is a prime number less than 6

S1 alone: 2x + 3 = 11 → 2x = 8 → x = 4. Unique value. Sufficient.

S2 alone: Primes less than 6 are {2, 3, 5}. Three possible values. Not sufficient.

Answer: (A) — Statement 1 alone is sufficient.

Example 2: Yes/No Question

Is x positive?

  • Statement 1: x² − x > 0
  • Statement 2: x > −2

S1 alone: x² − x > 0 → x(x − 1) > 0. This is true when x < 0 OR x > 1.

  • If x = −1 → x is negative (NO)
  • If x = 2 → x is positive (YES) Both cases satisfy S1 but give different answers. Not sufficient.

S2 alone: x > −2 allows x = −1 (NO) and x = 5 (YES). Not sufficient.

Combined: x(x − 1) > 0 AND x > −2. From S1, x < 0 or x > 1. From S2, x > −2. Combined: −2 < x < 0 or x > 1.

  • If x = −1 (which satisfies both) → NO
  • If x = 2 (which satisfies both) → YES Still inconsistent. Not sufficient.

Answer: (E) — Neither statement, even combined, is sufficient.

Example 3: Geometric Question

What is the area of rectangle ABCD?

  • Statement 1: The perimeter is 24 cm
  • Statement 2: The length is twice the breadth

S1 alone: 2(l + b) = 24 → l + b = 12. Infinite possibilities (11×1, 10×2, etc.). Not sufficient.

S2 alone: l = 2b. We know the ratio but not the actual dimensions. Not sufficient.

Combined: l + b = 12 and l = 2b → 2b + b = 12 → b = 4, l = 8. Area = 32 cm². Unique value. Sufficient.

Answer: (C) — Both statements together are sufficient.

Example 4: Each Alone Sufficient

What is the value of |x|?

  • Statement 1: x = −5
  • Statement 2: x² = 25

S1 alone: x = −5, so |x| = 5. Unique value. Sufficient.

S2 alone: x² = 25, so x = 5 or x = −5. But |x| = 5 in BOTH cases. Unique value for |x|. Sufficient.

Answer: (D) — Each statement alone is sufficient.

This is a great example of why we test what the question actually asks. The question asks for |x|, not x. Even though S2 gives two values of x, it gives only one value of |x|.

Common Question Types in DS

  1. Number properties — Is x odd/even/prime/positive? What is the value of x?
  2. Geometry — Area, perimeter, angle of a shape given partial information
  3. Ratio/Proportion — Finding actual values when ratios are given
  4. Inequalities — Is x > y? Is x positive?
  5. Averages and sets — Finding mean, median, or range with partial data

Practice Problems

Q1: What is the value of y?

  • Statement 1: 3y − 7 = 8
  • Statement 2: y² = 25

Q2: Is n divisible by 6?

  • Statement 1: n is divisible by 3
  • Statement 2: n is divisible by 2

Q3: What is the area of triangle ABC?

  • Statement 1: AB = 10 cm, BC = 8 cm
  • Statement 2: Angle B = 90°

Answers

A1: S1: 3y = 15, y = 5. Sufficient. S2: y = 5 or y = −5. Two values. Not sufficient. Answer: (A).

A2: S1: n divisible by 3. Could be 3 (not div by 6) or 6 (div by 6). Not sufficient. S2: n divisible by 2. Could be 2 (not div by 6) or 6 (div by 6). Not sufficient. Combined: n is divisible by both 2 and 3, which means n IS divisible by 6 (since 2 and 3 are coprime). Always YES. Answer: (C).

A3: S1: Two sides known, but without the included angle or the third side, we can’t find the area (the triangle could have different shapes). Not sufficient. S2: Angle B = 90° alone tells us nothing about size. Not sufficient. Combined: Right triangle with legs AB = 10 and BC = 8 (since B is the right angle). Area = ½ × 10 × 8 = 40 cm². Answer: (C).