CSAT Solved Papers/ 2023/Q46
2023 CSAT — Q46
Let , and be -digit numbers where . If , where is a -digit number whose last digit is zero, then consider the following statements:
-
has possible values.
-
has possible values.
Which of the above statements is/are correct?
Worked rationale
The repdigit , , , and (digits ). So
With digits in –, the sum ranges , so — i.e. or .
Sum : increasing triples .
Sum : increasing triples .
Eight triples in all. Read off the values:
- -values — distinct. Statement 1 ✓
- -values — distinct. Statement 2 ✓
Answer: (c) Both 1 and 2.
Why the other options miss
- A missed a case: misses a triple in the sum- family (e.g. drops ), losing a -value and rejecting Statement 2.
- B missed a case: misses a sum- triple (e.g. ), shrinking the -set below .
- D wrong formula: mis-reduces (e.g. treats it as , not ), getting a wrong sum constraint and discarding both.
Specialist insight
Two structural reads do all the work: and , which collapse the equation to . The bound then forces exactly two target sums ( and ). The only real labour is exhaustively listing the increasing triples for each sum — a missed triple is the whole trap, since it silently drops a - or -value. Counting distinct values (not triples) is the final discipline.
; the increasing triples give distinct and distinct (c).