What is the value of
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Each of the digits 1, 2, 3, 4 appears exactly once in every place value, so the total is (1+2+3+4) times 1111.
Solution
Look at the four numbers as a block of digits. In the thousands place the digits are ; in the hundreds place they are ; in the tens place ; in the units place . Every place value receives each of the digits exactly once, so every column sums to .
Therefore the total is
The answer is .
Why this works
The four summands are cyclic shifts of the same digit string, so the sum is symmetric across place values. Whenever a sum has this rotational structure, factor it as (digit sum) times a repunit like instead of adding column by column; it is faster and avoids carrying errors.
Alternative approach
Plain column addition: units , write carry ; tens , write carry ; hundreds , write carry ; thousands . Result .
The trap
Adding the four numbers column by column and slipping on a carry, landing on 10,110 or 11,000.
Common mistakes
- Adding the four numbers column by column and slipping on a carry, landing on 10,110 or 11,000.
- Multiplying and writing instead of .
Techniques
Set up the equation/formula and compute; no special trick needed · Exploit symmetry to reduce work or pair up objects