AMC 10 · 2014 · #8

Grade 6 number-theorylogic
digit-constraintsplace-valuemulti-digit-arithmeticlogical-deduction logical-deduction ↑ Prerequisites: place-value
📏 Medium solution 💡 3 insights
Problem
Letters stand for distinct digits in a column addition. Count the possible values of one letter.

Pick an answer.

(A)
2
(B)
4
(C)
7
(D)
8
(E)
9
How to solve
Strategy Introduce a Variable

A cryptarithm is solved by naming the hidden quantities and letting the columns speak. Tool #4 (Introduce a Variable) adds one carry digit c₁,…,c₄ between the columns, turning the picture into five exact equations. Tool #7 (Identify Subproblems) treats each column as its own tiny equation, and comparing two of them collapses the carries to zero and pins C=0. Once the puzzle reduces to A+B=D, Tool #14 (Extreme Principle) finds the smallest and largest D can be, and everything between is reachable — so counting the values is just measuring that range.

1STEP 1

Name a carry for each column

Each column gets its own carry.

units: A+B=D+10c₁, tens: C+D+c₁=D+10c₂→ C+c₁=10c₂, ; hundreds: A+B+c₂=D+10c₃, thousands: B+C+c₃=B+10c₄→ C+c₃=10c₄, ten-thousands: A+B+c₄=D
2STEP 2

Compare units and hundreds

Two lookalike columns compare directly.

(A+B+c₂)-(A+B)=(D+10c₃)-(D+10c₁) → c₂=10(c₃-c₁) → c₂=0, c₃=c₁
3STEP 3

Force every carry to zero and C to zero

Every carry is forced to zero.

C+c₁=0→ C=0, c₁=0; c₃=c₁=0; C+c₃=10c₄→ c₄=0
4STEP 4

Reduce the whole puzzle to A + B = D

The puzzle reduces to one plain sum.

A+B=D, A,B ≥ 1, A ≠ B, C=0, D=A+B ≤ 9
5STEP 5

Sweep D from smallest to largest

Sweeping the range gives 7, choice (C).

D_min=1+2=3, D_max=9, D∈{3,4,5,6,7,8,9} → 7 values → (C)
Answer
7
Test one case fully. Take A=1, B=2, so C=0 and D=A+B=3. Then ABBCB=12202 and BCADA=20131, and 12202+20131=32333, which is exactly DBDDD=32333 with D=3, B=2. The pattern holds, and the four digits 1,2,0,3 are distinct. Since the same A+B=D rule works for every valid pair, and D runs over the seven integers 3 through 9, the count of 7 is consistent with answer (C).
💡Key takeaway

Give each hidden carry a name; the columns then force C=0 and A+B=D, so D can be any digit from 3 to 9 — seven values in all.

  • Name a carry for each column
  • Compare units and hundreds
  • Force every carry to zero and C to zero
  • Reduce the whole puzzle to A + B = D
  • Sweep D from smallest to largest