CAT 2022 Slot 2 — QA Question 2
The number of integers greater than 2000 that can be formed with the digits 0, 1, 2, 3, 4, 5, using each digit at most once, is
Answer & solution
- A
1200
- B
1420
1440
- D
1480
Easy
Digits available: , each used at most once. "Greater than " means the number has , or digits (any -digit number qualifies, every - and -digit number automatically exceeds ). Count each length by filling positions, never letting the leading digit be .
4-digit numbers . The leading digit must be , so it is one of — choices. The remaining three places are filled from the leftover digits:
5-digit numbers. Leading digit just must be non-zero: choices (–); fill the rest from the remaining digits:
6-digit numbers. Use all six digits; leading digit non-zero gives choices, then arrange the remaining five:
— option (c).