Sum of specific 4-digit permutations
Question
What is the sum of all 4-digit numbers less than 2000 formed by the digits 1, 2, 3 and 4, where none of the digits is repeated?
Options
7998
8028
8878
9238
Explanation
We need to form 4-digit numbers using \{1, 2, 3, 4\} without repetition, such that the values are less than 2000. This constraint forces the thousands digit to be exactly 1.
The remaining slots (hundreds, tens, units) must be a permutation of the numbers \{2, 3, 4\}. There are 3! = 6 such numbers in total. In these 6 numbers, each remaining digit \{2, 3, 4\} appears exactly 6 \div 3 = 2 times in the hundreds, tens, and units positions.
Sum of digits for each trailing column = 2 × (2 + 3 + 4) = 2 × 9 = 18. Apply column place-values to calculate the final sum:
Total Grand Sum = 6000 + 1800 + 180 + 18 = 7998.
Answer: (a).
Question details
Year
2023
Paper
CSAT
Question
Q47
Section
Numerical Ability
Sub-topic
Permutations & Combinations
Type
Number theory
Difficulty
Hard
Source hint
Number theory
Same sub-topic — other years
Permutations & Combinations has appeared in multiple CSAT papers:
Q44
2024
Calculating combinations under specific inclusion/exclusion constraints
Q18
2022
Permutation of odd digits for a 3-digit number divisible by 5
Q27
2022
Fundamental principle of counting for path combinations
Q55
2022
Counting valid PIN combinations based on numerical constraints
See all questions on Permutations & Combinations
Browse every tagged question across all years