CSAT Solved Papers/ 2022/Q54
2022 CSAT — Q54
Let and represent distinct non-zero digits. Suppose is the sum of all possible -digit numbers formed by and without repetition.
Consider the following statements:
-
The -digit least value of is .
-
The -digit greatest value of is .
Which of the above statements is/are correct?
Worked rationale
There are numbers; each digit lands in each place exactly times. So
Let . With distinct non-zero digits, the smallest sum is , so the smallest possible is
Statement 1: the least value of is , which is indeed -digit. Since for every admissible triple, is both the least value and a -digit number. Correct.
Statement 2: a -digit would need , i.e. . But always, so is never -digit — no -digit value of exists, let alone (, which needs the impossible ). Incorrect.
Answer: (a) 1 only.
Why the other options miss
- B missed a case: computes and forgets is impossible for three distinct non-zero digits.
- C missed a case: accepts both numeric coincidences without checking the feasible range of .
- D wrong formula: derives a wrong place-value coefficient (not ), rejecting the true Statement 1.
Specialist insight
The engine is the identity . Everything then turns on the range of : distinct non-zero digits give , so — always -digit. Statement 2 is a trap built on a value () that would require , which the constraints forbid. Always pin the attainable range before judging an extremum claim.
with always; no -digit exists, so only (1) holds (a).