AMC 10 · 2021 · #1

Grade 4 arithmetic
place-valuedigit-decompositionmulti-digit-arithmeticpattern-recognition pattern-recognitionidentify-subproblems ↑ Prerequisites: place-value
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Add four four-digit numbers and match the total to one of the five listed choices. The four numbers are built from the same four digits in rotated order.

Pick an answer.

(A)
$10{,}000$
(B)
$10{,}010$
(C)
$10{,}110$
(D)
$11{,}000$
(E)
$11{,}110$
How to solve
Strategy Look for a Pattern

Straight column addition works, but the four addends are cyclic shifts of the same four digits, and Tool #5 (Look for a Pattern) turns that observation into the whole solution. Tool #15 (Organize Information in More Ways) is what makes the pattern visible: stack the numbers and read down each place-value column instead of reading across each number. Tool #7 (Identify Subproblems) then splits the total into four independent column sums, each of which is the same easy sum 1 + 2 + 3 + 4.

1STEP 1

Stack the numbers and read down

Stack them and read down the columns.

1 2 3 4 ; 2 3 4 1 ; 3 4 1 2 ; 4 1 2 3
2STEP 2

Every column holds 1, 2, 3, 4

Every column holds each digit exactly once.

1 + 2 + 3 + 4 = 10 in each of the four columns
3STEP 3

Rebuild the total from the columns

Rebuilding from the columns gives 11,110.

10 × 1000 + 10 × 100 + 10 × 10 + 10 × 1 = 10 × 1111 = 11,110
Answer
11,110
Add the numbers directly as a check: 1234 + 2341 = 3575 and 3412 + 4123 = 7535, and 3575 + 7535 = 11110. That confirms 11,110. A size estimate agrees too: each addend is a bit under 2500 on average, and four of them land near 10,000, so a total just past 11,000 is the right magnitude. The competing choices are all too small to hold four numbers averaging roughly 2778.
💡Key takeaway

When numbers are made of the same digits shuffled around, add down the columns instead of across the rows: every column carries the same digit sum, and the total falls out at once.

  • Stack the numbers and read down
  • Every column holds 1, 2, 3, 4
  • Rebuild the total from the columns