CSAT Solved Papers/ 2024/Q67
2024 CSAT — Q67
A Question is given followed by two Statements I and II. Consider the Question and the Statements.
There are three distinct prime numbers whose sum is a prime number.
Question: What are those three numbers?
Statement-I: Their sum is less than .
Statement-II: One of the numbers is .
Which one of the following is correct in respect of the above Question and the Statements?
Worked rationale
First a parity lock: if were one of the three primes, the sum is even and , hence not prime. So all three primes must be odd, and the sum is odd (a necessary condition for it to be prime).
Statement-I alone (sum ): enumerate triples of distinct odd primes with prime sum below : (no), (prime ✓), (no), (no); and are not . Only qualifies — unique. Sufficient.
Statement-II alone (one number is ): prime with distinct odd primes: ✓ and ✓ both work — at least two answers. Not sufficient.
So one statement alone (I) answers it, the other (II) does not.
Answer: (a) The Question can be answered by using one of the Statements alone, but cannot be answered using the other Statement alone.
Why the other options miss
- B missed a second valid set: thinks “one number is ” pins the triple, missing as a second valid set.
- C thought both were needed when one alone suffices: assumes neither statement is individually enough and only their combination () works, overlooking that Statement I alone is already unique.
- D skipped the bounded search: fails the bounded enumeration under I, so it never sees the unique .
Specialist insight
The parity observation — including forces an even, non-prime sum — restricts everything to odd primes and is the gateway move. After that, Statement I is a small bounded enumeration (sum ) that yields exactly one prime-sum triple, , so it is self-sufficient. Statement II is weaker because “contains ” leaves room for . The DS lesson: a numeric bound (sum ) can be far more constraining than a membership clue (one element ) — always test each statement for uniqueness separately before defaulting to (c).
All three primes must be odd (else even sum); under sum only survives (I alone is unique), but "one is " also allows — so , not .