CSAT Solved Papers/ 2025/Q29
2025 CSAT — Q29
Let be a -digit number, be a -digit number and be a -digit number, where are distinct non-zero digits. Further, . If and , then what is the number of possible values of ?
Worked rationale
Write each numeral by place value. With :
The equation becomes
Since are single digits, lies in . So must too: gives (in range); gives (impossible, exceeds ). Hence and
Constraints: all of distinct and non-zero; so (excluding ); .
- : — rejected. (no valid pair)
- : . ✗; , digits distinct ✓; ✗. → .
- : . ✗; , ✓; ✗; , ✓. → .
Valid : — three pairs. Verify each by subtraction: ✓, ✓, ✓.
Answer: (b) 3.
Why the other options miss
- A missed a case: solves only partially or misses the branch, ending with two pairs.
- C missed a case: counts a clashing pair (e.g. keeps where , or where ) without enforcing distinctness.
- D solved the wrong question: ignores the distinct-and-non-zero constraint entirely, treating as freely solvable.
Specialist insight
The decisive structural cut is the place-value identity reducing four unknowns to , which pins in one line (the only value keeping the right side inside the digit-range ). After that the work is a tight, distinctness-checked enumeration over . The trap is forgetting that must differ from the already-used and — three of the would-be solutions die exactly on that clash. CSAT rewards the candidate who carries the distinctness constraint through every branch rather than counting raw arithmetic solutions.
Place value forces and ; enforcing distinct non-zero digits kills the clashing branches, leaving exactly — three pairs.