CSAT Solved Papers/ 2021/Q66
2021 CSAT — Q66
Using as digits, how many distinct numbers greater than can be formed?
Worked rationale
A number exceeds exactly when its leading (ten-thousands) digit is — i.e. the first digit is (the digits available are only and ). Fix a in front; the remaining four digits are , arranged in
distinct ways. Each such number starts with , so it is at least — all qualify.
(Numbers starting with are at most , so none of those count.)
Answer: (b) 6.
Why the other options miss
- A under-counted the arrangements: of , e.g. forgets the repeated-digit division gives , not .
- C miscounted a repeated factor: mishandles the repeated digits (treats one pair as distinct), inflating the count.
- D miscounted a repeated factor: divides by only one factorial (), forgetting the second pair of repeats.
Specialist insight
The threshold "" is purely a leading-digit condition: only a in front works, after which the count is the multiset permutation of the rest, . The trap is the repeated digits — both the two s and the remaining two s must be divided out, or the count balloons to or . Fix the constrained position first, then permute the remainder with the correct repetition divisor.
Lead with (else ); arrange in ways (b).