CSAT Solved Papers/ 2025/Q27
2025 CSAT — Q27
Let both and be prime numbers such that is also a prime number less than . What is the number of possible values of ?
Worked rationale
A prime is odd, so (which must be a prime , hence odd unless it equals ) forces a parity condition. Split on .
Case odd (so is odd): for to be odd-prime, must be even, i.e. . Check prime:
- : — prime ✓ (gives ).
- : — not prime.
- : — out.
So the odd- branch yields .
Case (so ): need prime, prime:
- ✓, ✓, ✓, ✓.
- , , , — all composite.
So the branch yields .
Distinct values of : — five values.
Answer: (b) 5.
Why the other options miss
- A missed a case: solves only the branch () and forgets the odd- branch that contributes .
- C missed a case: includes a spurious (e.g. giving , or giving ) without checking primality.
- D skipped the primality check and answered the sub-step, not the question: counts pairs loosely or admits values like that make composite, over-counting the list to .
Specialist insight
The parity gate is the whole solve: must be an odd prime , so exactly one of must be even. Since is the only even prime, this splits cleanly into ” odd ” and ” odd.” Forgetting the small odd- branch (it contributes the lone ) is the most common under-count to (a) ; admitting composites is the over-count to (c)/(d). The discipline is: fix the parity, bound by , then verify each candidate is genuinely prime — never assume. Five distinct survive.
Parity forces one of even (so ); miss the odd- branch and you under-count to — the full distinct set has five values.