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?
- A7998Correct
- B8028
- C8878
- D9238
Explanation
Here's a brief explanation:
-
Identify the numbers: The numbers must be 4-digit, less than 2000, and formed by digits 1, 2, 3, 4 without repetition. This means the thousands digit must be 1. The remaining digits (2, 3, 4) can be arranged in the hundreds, tens, and units places. There are 3! = 6 such numbers.
-
List the numbers: 1234, 1243, 1324, 1342, 1423, 1432.
-
Calculate the sum by place value:
- Thousands place: All 6 numbers have 1 in the thousands place. Sum = 6 * 1000 = 6000.
- Hundreds place: The digits 2, 3, 4 each appear 2 times (3! / 3 = 2 times) in the hundreds place. Sum = (2+3+4) * 2 * 100 = 9 * 2 * 100 = 1800.
- Tens place: The digits 2, 3, 4 each appear 2 times in the tens place. Sum = (2+3+4) * 2 * 10 = 9 * 2 * 10 = 180.
- Units place: The digits 2, 3, 4 each appear 2 times in the units place. Sum = (2+3+4) * 2 * 1 = 9 * 2 * 1 = 18.
-
Total Sum: Add the sums from each place value: 6000 + 1800 + 180 + 18 = 7998.
Therefore, option A is correct.

Related questions
More UPSC Prelims practice from the same subject and topic.
- Prelims 2023CSATQuantitative Aptitude
What is the remainder when 85 × 87 × 89 × 91 × 95 × 96 is divided by 100?
- Prelims 2023CSATQuantitative Aptitude
What is the unit digit in the expansion of (57242)^(9×7×5×3×1)?
- Prelims 2023CSATQuantitative Aptitude
If ABC and DEF are both 3-digit numbers such that A, B, C, D, E and F are distinct non-zero digits such that ABC + DEF = 1111 , then what is the value of A + B + C + D + E + F ?
- Prelims 2023CSATQuantitative Aptitude
D is a 3-digit number such that the ratio of the number to the sum of its digits is least. What is the difference between the digit at the hundred's place and the digit at the unit's place of D?
- Prelims 2023CSATQuantitative Aptitude
Three of the five positive integers p, q, r, s, t are even and two of them are odd (not necessarily in order). Consider the following: 1. p + q + r - s - t is definitely even. 2. 2p + q + 2r - 2s + t …
- Prelims 2023CSATQuantitative Aptitude
Consider the following in respect of prime number p and composite number c. 1. p + c{p - c} can be even. 2. 2p + c can be odd. 3. pc can be odd. Which of the statements given above are correct?