Data Sufficiency and Number Properties for UPSC CSAT Prelims

advanced 18 min read

Concept

Data sufficiency is not a calculation exercise — it is a logical deduction exercise. UPSC CSAT uses a specific format: a question is posed, two statements (I and II) are given, and you must decide which combination of statements is sufficient to answer the question uniquely.

Here's the distinction that most aspirants miss: the goal is not to find the answer to the original question. The goal is to determine whether a unique answer can be determined. A statement is sufficient even if the answer it yields is "No" or "impossible" — as long as the answer is definitive and singular.

The four standard options you will see:

Think of it like a courtroom analogy. A verdict is possible only when evidence is conclusive. One weak witness is not enough. Two weak witnesses who corroborate each other might be. And sometimes the evidence is irrelevant because the accused's alibi is already airtight from public record — that maps to option (d) in the "no statement needed" variant.

Number properties questions are the most common vehicle for data sufficiency in UPSC CSAT because they have clean logical structures: a number is either prime or it isn't; a ratio is either an odd integer or it isn't; a sum is either an integer or it isn't. The boundary conditions are crisp, which makes them ideal for constructing precisely-calibrated trap questions.

The key mindset shift: approach each statement independently first, then in combination. Never contaminate your Statement I analysis with information from Statement II, and vice versa.


Deep Dive

The Four-Option Framework

Before touching any numbers, classify which of the four answer patterns applies. Work through this checklist every single time:

Step 1 — Pre-check: Can the question be answered without any statement? (This catches option-d "no statement needed" cases, which UPSC has used repeatedly.) If yes, stop. Answer is (d).

Step 2 — Statement I alone: Assume only Statement I is given. Try to construct a counterexample — two different values that both satisfy Statement I but give different answers to the question. If you can find one, Statement I is insufficient. If you cannot (after genuine effort + proof), it is sufficient.

Step 3 — Statement II alone: Same process independently.

Step 4 — Both together: If neither was individually sufficient, check whether combining them forces a unique answer. If they still allow counterexamples, option (d) (cannot answer even together).

Number Properties You Must Have Ready

Factor Counting (Divisor Function)

If n = p₁^a₁ × p₂^a₂ × ... × pₖ^aₖ, the number of distinct factors is (a₁+1)(a₂+1)...(aₖ+1).

For 4 factors, the product must equal 4, so either:

This is the structural fact that makes PYQ 6a2059edccfcbabc57a3a527 solvable without any statement.

Odd/Even Parity of Ratios

x/y is an odd integer requires three simultaneous conditions:

  1. y divides x (integer quotient)
  2. The quotient x/y is odd (not just any integer)

This is stricter than it looks. If x = 6, y = 2, then x/y = 3 (odd integer, valid). If x = 12, y = 2, then x/y = 6 (even integer, invalid). If x = 9, y = 3, then x/y = 3 (odd, valid). The divisibility condition and the parity condition together are a powerful filter.

Integer Sums from Algebraic Combinations

Look — this is the most common trap. Given that 2x + y is an integer, you cannot conclude x + y is an integer. Here's a concrete counterexample: let x = 1/3, y = 1/3. Then 2x + y = 2/3 + 1/3 = 1 (integer), but x + y = 2/3 (not integer).

The algebraic key: if both (2x + y) and (x + 2y) are integers, their sum is 3x + 3y = 3(x+y), an integer. But an integer divided by 3 is not necessarily an integer — it could be k/3 for non-divisible k. So even the combined information is insufficient to conclude x + y is an integer.

This is exactly why PYQ 6a205bf5ccfcbabc57a3a5d3 has answer (d), not (c). Many aspirants who correctly identify that "together gives 3(x+y) is an integer" then incorrectly jump to "therefore x+y is an integer." That jump is invalid.

Constructing Counterexamples

The fastest way to prove insufficiency is a counterexample showing ambiguity — two scenarios consistent with the statement but giving different answers to the question.

For the integer question above:

Both scenarios satisfy both statements, yet produce opposite answers. Therefore neither statement alone, nor both together, suffice. Answer: (d).

The "No Statement Needed" Trap

UPSC has started inserting questions where the answer can be determined purely from the question itself — no statement needed. In these cases, the statements are red herrings, sometimes even contradictory with each other. The answer is always option (d) (worded as "can be answered without any statement").

Training yourself to catch this: always spend 10-15 seconds doing a direct solve of the question before reading the statements.


Memory Tricks & Shortcuts

patternSCAN-BEFORE-STATEMENTS Protocol

Before reading Statement I or II, spend 15 seconds attacking the question directly. List all candidates satisfying the question's constraints. If the list has exactly one element, the answer is option (d) — no statement needed. This saves the full analysis time (~90 seconds) for roughly 20-25% of UPSC data sufficiency questions. Standard process: read both statements → analyse each → combine (180 seconds total). SCAN protocol when applicable: direct solve in 15 seconds.

substitutionCounterexample Hunting for Insufficiency

To prove a statement is insufficient, you need exactly two valid examples that give opposite answers to the question. Use a systematic substitution: first try the "cleanest" values (integers, simple fractions like 1/2 or 1/3), then try the boundary case (like x = 0 or x = 1). If your two examples yield YES and NO to the original question, insufficiency is proven in under 30 seconds. Standard logical analysis: 60-90 seconds. Counterexample hunting: 20-30 seconds.

patternFactor-Form Decoding

For any question about number of factors, immediately convert to prime factorisation form. Number of factors = 4 means the number is either or p×q. List all such numbers in the relevant range. For single-digit: gives 8 (since 2³=8); p×q gives 6 (2×3), 10 is outside range. So the candidates are 6 and 8. You have the full picture in 20 seconds, without needing any statement. Without this pattern, aspirants waste time checking factors of every number individually: 7 checks at ~10 seconds each = 70 seconds.

pattern3(x+y) Is NOT (x+y): The Integer-Factor Trap

When two algebraic expressions involving x and y are both integers, their linear combinations are also integers. But if the coefficient of (x+y) in that combination is k > 1, you cannot divide through to conclude (x+y) is an integer. Memorise: k(x+y) ∈ ℤ does NOT imply (x+y) ∈ ℤ unless k = ±1. This single pattern eliminates the most common wrong answer in algebraic data sufficiency. Check-step count saved: 3-4 false verification steps per question.

eliminationOdd-Integer Ratio Filter

When x/y must be an odd integer, apply a two-stage filter on factor pairs: Stage 1 — does y divide x exactly? Stage 2 — is the quotient odd? Elimination proceeds fast: if xy = 12, list factor pairs (1,12),(2,6),(3,4),(4,3),(6,2),(12,1). Apply Stage 1: all pairs qualify (both are natural numbers and division may or may not be whole). Filter to integer quotients: (12,1)→12, (6,2)→3, (4,3)→not integer, etc. Apply Stage 2: 12 is even (rejected), 3 is odd (accepted). One pair survives. From 6 pairs to 1 in under 25 seconds, versus checking algebraic conditions one-by-one (~70 seconds).


Fast-Solving Framework

In the exam hall, use this decision tree:

1. Read the question. Can you solve it directly in under 20 seconds?

2. Read Statement I only. Try a counterexample with two simple substitutions.

3. Wipe Statement I from your mind. Read Statement II only. Same process.

4. Combine results:

Spend no more than 3 minutes per question. If you cannot prove sufficiency or find a counterexample within that time, the question likely has a subtle trap — mark your best guess and move on.


Solved PYQs

Why this question (PYQ 2025): Tests whether aspirants waste time analysing statements instead of recognising the question is self-contained. A pre-check catches this instantly.

Previous Year Questionपिछले वर्ष का प्रश्न2025
A question is given followed by two Statements I and II. Consider the Question and the Statements and mark the correct option. Question: What is the smallest 1-digit number having exactly 4 distinct factors? Statement I: 2 is one of the factors. Statement II: 3 is one of the factors. Which one of the following is correct in respect of the above Question and the Statements?
  1. The Question can be answered by using one of the Statements alone, but cannot be answered using the other statement alone.
  2. The Question can be answered by using either Statement alone.
  3. The Question can be answered by using both the Statements together, but cannot be answered using either Statement alone.
  4. The Question can be answered even without using any of the Statements.
Solutionसमाधान
Single-digit numbers (1-9) with exactly 4 distinct factors: 6 has factors {1,2,3,6} = 4 factors. 8 has factors {1,2,4,8} = 4 factors. The smallest is 6. This can be determined directly without either statement. So option (d) is correct — the question can be answered without using any statement.

Solving path: Apply the SCAN-BEFORE-STATEMENTS protocol. List single-digit numbers (1–9) with exactly 4 factors. Use the factor-form: 4 factors means (gives 8) or p×q (gives 6, since 2×3=6 is the smallest). Between 6 and 8, the smallest is 6. Determined directly — no statement needed. Both statements (Statement I: 2 is a factor; Statement II: 3 is a factor) are irrelevant. Answer: (d).


Why this question (PYQ 2024): Tests whether aspirants can apply two independent filters simultaneously — product constraint and parity constraint — and correctly eliminate all but one candidate.

Previous Year Questionपिछले वर्ष का प्रश्न2024
A Question is given followed by two Statements I and II. Consider the Question and the Statements. Question: What are the unique values of x and y, where x, y are distinct natural numbers? Statement-I: x / y is odd. Statement-II: xy = 12. Which one of the following is correct in respect of the above Question and the Statements?
  1. The Question can be answered by using one of the Statements alone, but cannot be answered using the other Statement alone
  2. The Question can be answered by using either Statement alone
  3. The Question can be answered by using both the Statements together, but cannot be answered using either Statement alone
  4. The Question cannot be answered even by using both the Statements together
Solutionसमाधान
Statement I alone (x/y is odd, with x, y distinct natural numbers) has infinitely many solutions like (3,1), (5,1), (9,3), etc., so not unique. Statement II alone gives factor pairs of 12: (1,12), (2,6), (3,4), (4,3), (6,2), (12,1) — multiple distinct pairs, so not unique. Combining both: xy = 12 and x/y is an odd integer. Checking pairs where x/y is an integer and odd: (12,1) gives 12 (even), (6,2) gives 3 (odd) ✓, (4,3) gives 4/3 (not integer), (3,4), (2,6), (1,12) give fractions. So only (x, y) = (6, 2) works, giving unique values. Thus both statements together are required. The answer is (c).

Solving path:


Why this question (PYQ 2024): The most sophisticated of the three. Tests whether aspirants correctly handle the k(x+y) integer trap. Most aspirants who know algebra well get this wrong because they rush past the final logical step.

Previous Year Questionपिछले वर्ष का प्रश्न2024
A Question is given followed by two Statements I and II. Consider the Question and the Statements. Question: Is (x + y) an integer? Statement-I: (2x + y) is an integer. Statement-II: (x + 2y) is an integer. Which one of the following is correct in respect of the above Question and the Statements?
  1. The Question can be answered by using one of the Statements alone, but cannot be answered using the other Statement alone
  2. The Question can be answered by using either Statement alone
  3. The Question can be answered by using both the Statements together, but cannot be answered using either Statement alone
  4. The Question cannot be answered even by using both the Statements together
Solutionसमाधान
Statement I alone: 2x + y is an integer. This doesn't tell whether x + y is integer (e.g., x = 0.5, y = 0.5 gives 2x+y = 1.5 not integer; try x = 0.5, y = 0 gives 2x+y = 1 integer but x+y = 0.5 not integer). So Statement I alone insufficient. Statement II alone: x + 2y is an integer. Similarly insufficient (x = 0, y = 0.5 gives x+2y = 1 integer, x+y = 0.5 not integer). Combining: adding the two integers gives (2x+y) + (x+2y) = 3x + 3y = 3(x+y), which is an integer. So 3(x+y) is an integer, meaning x+y could be of the form k/3 (rational with denominator dividing 3). For example x = 1/3, y = 1/3 gives 2x+y = 1 integer ✓, x+2y = 1 integer ✓, but x+y = 2/3 not integer. So even both together do not guarantee x+y is integer. Hence the answer is (d), the question cannot be answered even using both statements together.

Solving path:


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →