CAT 2024 Slot 3 — QA Question 3
Numbers (P&C)Easy
The number of all positive integers up to 500 with non-repeating digits is
Answer & solution
Answer: 378
Solution
Medium
"Non-repeating digits" means no digit appears twice in the number. Count separately by number of digits: 1-digit, 2-digit, and 3-digit numbers (1 to 499), then check 500 by itself.
1
One-digit numbers (1–9). Every single-digit number trivially has non-repeating digits.
2
Two-digit numbers (10–99). Tens place: any of – ( ways). Units place: any digit except the one already used, including ( ways).
3
Three-digit numbers (100–499). Hundreds place must be ( ways). Tens place: any of the remaining digits. Units place: any of the remaining digits.
4
The number 500. Digits are — the repeats, so does not qualify. Add the counts.