CSAT Solved Papers/ 2024/Q49
2024 CSAT — Q49
Three numbers , , are selected from the set of the first seven natural numbers such that . How many such distinct triplets are possible?
Worked rationale
The universe is and the chain is . Anchor on the smallest, , since grows fastest.
: need , and with .
- : , so — 3 triplets.
- : , so — 1 triplet.
- : , no .
: need , so — no valid . 0.
: need , so — impossible. 0.
Total .
Answer: (d) Four triplets.
Why the other options miss
- A stops too early: finds only the tightest and stops, missing the three solutions.
- B missed a case: counts and but overlooks and .
- C off by one: gets the family right () but forgets the lone solution .
Specialist insight
Chained strict inequalities over a tiny set are best handled by anchoring on the variable with the largest coefficient (, weighted ) and working outward, because that variable is pinned almost immediately ( is forced — already needs , leaving no room for ). Then for each simply count the admissible . The two traps are stopping after the obvious extreme triplet, and forgetting that can take more than one value when . Bound first, then enumerate the small residual.
is forced to (any pushes past ); then yields and — exactly triplets, not just the single tight one.