🏆 Bravo to Future Winners — A Cryptarithm Challenge

Math Circle Lecture  |  Ages 11–14  |  Duration: 90 minutes  |  Topics: Cryptarithms, place-value algebra, carry analysis, modular arithmetic
Source: FSJM 38th competition, Challenge 13  |  Date: 2026-02-08


Part 0 — Warm-Up: Secret Codes in Arithmetic (10 min)

The Big Idea

"What if every digit in a maths problem were replaced by a letter — and your job was to crack the code?"

🗣️ "Has anyone ever seen a coded addition before? Maybe in a puzzle book or a spy movie?"

A cryptarithm (or alphametic) is a puzzle where digits are replaced by letters:

The most famous cryptarithm was published in 1924:

  S E N D
+ M O R E
---------
M O N E Y

We won't solve that one today — we have a different challenge. But first, let's make sure we understand how these puzzles work.

Quick Practice (hands up — shout it out!) ✋

PuzzleHintAnswer
$AB + BA = CCC$ where $A, B, C$ distinct$CCC = 111 \times C$. What values of $C$ work?$C = 1$: $11(A{+}B)=111$… not integer!
What is $111 \div 11$?$10.09\ldots$ — not an integer
What about $C = 2$? $AB + BA = 222$?$11(A{+}B) = 222$$A{+}B = 222/11$… not integer either!

✍️ "Work with your neighbour for 2 minutes. Which value of $C$ makes $AB + BA = CCC$?"

Answer

Since $AB + BA = 11(A + B)$ and $CCC = 111C$, we need $11(A+B) = 111C$, i.e. $A + B = \frac{111C}{11}$. But $111/11$ is not an integer!

So no value of $C$ works — the puzzle $AB + BA = CCC$ is impossible. This teaches us: not every cryptarithm has a solution. We have to check carefully.

Key Rule

Every column in an addition produces an equation connecting the letter-digits, plus a possible carry of 0 or 1 from the column to its right. Analysing these column equations — and their carries — is how we crack cryptarithms.

Part 1 — The Simplified Version (≈ 15–20 min)

Setting the Scene

Before tackling a 5-digit puzzle, let's try a smaller one.

Mini-Puzzle: Find distinct digits $P, Q, R, S$ (no leading zeros) such that $$PQ + RQ = SSS$$ and maximise $PQ$.

Wait — $PQ$ is a 2-digit number and $RQ$ is a 2-digit number, but $SSS$ is a 3-digit number. Can two 2-digit numbers even sum to a 3-digit number?

The maximum of two 2-digit numbers is $99 + 99 = 198$. And $SSS$ ranges from $111$ to $999$. So $SSS$ can only be $111$ (since $198 < 222$).

Therefore $S = 1$ and $PQ + RQ = 111$.

Worked Example

Write the column equations:

ColumnEquationCarry
Ones$Q + Q = 1 + 10c_1$$c_1 \in \{0, 1\}$
Tens$P + R + c_1 = 1 + 10c_2$$c_2 \in \{0, 1\}$
Hundreds$c_2 = 1$(the leading 1 in $SSS$)

From the hundreds column: $c_2 = 1$, so $P + R + c_1 = 11$.

From the ones column: $2Q = 1 + 10c_1$.

🧩 "Wait — neither works? What happened?"

The Key Insight

Lesson: The ones column of $Q + Q$ always gives an even number. But we need a digit of $1$ (odd). No carry choice fixes this! So this mini-puzzle is impossible — just like the warm-up.

This is a feature, not a bug. It shows us that the parity (even/odd) of the repeated letter is a powerful constraint.

Now let's try a solvable version!

Mini-Puzzle 2: Find distinct digits $A, B, C$ (no leading zeros) with $$AA + BB = CCC$$

Column equations:

From hundreds: $c_2 = C$. Since $c_2 \in \{0, 1\}$, we need $C = 0$ or $C = 1$. $C = 0$ gives $CCC = 000$ (not valid). So $C = 1$ and $c_2 = 1$.

From tens: $A + B + c_1 = 11$. From ones: $A + B = 1 + 10c_1$.

So $A + B = 11$ with $A, B$ distinct, non-zero, and $\ne 1$. Pairs: $(2, 9), (3, 8), (4, 7), (5, 6)$.

The largest $AA$ comes from the largest $A$: $A = 9$, $B = 2$, giving $99 + 22 = 111$. ✓

Part 2 — The Real Challenge ⭐ (≈ 20–25 min)

The Problem

FSJM Challenge 13 — "Bravo to Future Winners" $$\begin{array}{r} G\;R\;A\;N\;D \\ +\; B\;R\;A\;V\;O \\ \hline X\;X\;X\;X\;X \end{array}$$ Each letter represents a unique digit (0–9). No number begins with 0.

What is the largest possible value of GRAND?

🗣️ "Take 30 seconds to count the letters. How many distinct digits do we need?"

The nine distinct letters are: $G, R, A, N, D, B, V, O, X$. Since there are only 10 digits (0–9), exactly one digit is unused.

Step-by-Step Guided Discovery

Step 1: What is $XXXXX$?

"If all five digits of the sum are the same letter $X$, what kind of number is $XXXXX$?"

$$XXXXX = X \times 11{,}111$$

So the sum is a repdigit multiple of $11{,}111$, and $X \in \{1, 2, \ldots, 9\}$.

Step 2: Column Equations

Label the carries $c_1, c_2, c_3, c_4$ from right to left (each is 0 or 1):

ColumnPositionEquation
Ones$D + O$$= X + 10c_1$
Tens$N + V + c_1$$= X + 10c_2$
Hundreds$A + A + c_2$$= X + 10c_3$
Thousands$R + R + c_3$$= X + 10c_4$
Ten-thousands$G + B + c_4$$= X$

Notice something special: the hundreds and thousands columns both involve a letter added to itself (because $A$ and $R$ appear in the same position in both GRAND and BRAVO).

Step 3: Parity Locks Everything Down

🧩 "Challenge: look at the hundreds column $2A + c_2 = X + 10c_3$ and the thousands column $2R + c_3 = X + 10c_4$. What does parity tell us?"

From hundreds: $X = 2A + c_2 - 10c_3$. Since $2A$ and $10c_3$ are even, $X$ has the same parity as $c_2$.

From thousands: $X = 2R + c_3 - 10c_4$. Similarly, $X$ has the same parity as $c_3$.

Therefore $c_2$ and $c_3$ must have the same parity: both 0 or both 1.

✍️ "Work in pairs: try both cases and see what values of $A$, $R$, and $X$ emerge."

Dead-End: Why Odd $X$ Fails

Case $c_2 = c_3 = 1$ (X odd):

So $c_4 = 0$ is forced, giving $R = \frac{X-1}{2}$ and $A = R + 5$.

Then the ten-thousands column: $G + B = X$.

The tens column gives $N + V + c_1 = X + 10$, so $N + V = X + 10 - c_1$.

Even with $c_1 = 1$, $N + V = X + 9$. For every odd $X$ from 3 to 7, the required sum exceeds what the remaining available digits can provide. All odd values of $X$ are impossible.
Conclusion: $X$ must be even. ✓

☕ Break (5 min)


Part 3 — Theory & Formalisation (≈ 10–15 min)

The Technique: Column-Equation Analysis with Carries

Cryptarithm Column Principle. In any addition of two $n$-digit numbers, each column (from right to left) gives: $$(\text{top digit}) + (\text{bottom digit}) + c_{\text{in}} = (\text{sum digit}) + 10 \cdot c_{\text{out}}$$ where $c_{\text{in}}, c_{\text{out}} \in \{0, 1\}$ are the incoming and outgoing carries.

Key deductions:

  1. Parity propagation. If the same letter appears in the same column of both addends, the column equation becomes $2L + c_{\text{in}} = X + 10c_{\text{out}}$, which forces $X \equiv c_{\text{in}} \pmod{2}$.
  2. Carry bounding. Since each digit $\le 9$, the maximum column sum is $9 + 9 + 1 = 19$, so carries are always 0 or 1.
  3. Leading-digit constraint. The leftmost column has no outgoing carry (otherwise the sum would have more digits), so $G + B + c_4 = X$ exactly.

Even-$X$ Analysis (our puzzle)

With $c_2 = c_3 = 0$:

$$A = \frac{X}{2}, \qquad R = \frac{X}{2} + 5c_4$$
$X$$A = X/2$$R = X/2 + 5$$G + B = X - 1$Viable?
2161❌ $G + B \ge 2$
4273❌ Only pair $(1,2)$, $B = A$ clash
6385✅ $(G,B) = (4,1)$
8497❌ No valid $N,V,D,O$

Mini-Exercise (pair work) ✍️

  1. For $X = 8$, $A = 4$, $R = 9$, $G = 6$, $B = 1$: list the available digits for $N, D, V, O$ and show that $D + O = 8$ and $N + V = 8$ cannot both be satisfied.
  2. For $X = 6$, $A = 3$, $R = 8$, $G = 4$, $B = 1$: find all valid $(N, D, V, O)$ from $\{0, 2, 5, 7, 9\}$.
Answers

Exercise 1: Used digits: $\{8, 4, 9, 6, 1\}$. Available: $\{0, 2, 3, 5, 7\}$. Need two disjoint pairs summing to 8. The only pair summing to 8 from this set is $\{3, 5\}$. That leaves $\{0, 2, 7\}$ for the second pair, and no two of those sum to 8. So $X = 8$ is impossible.

Exercise 2: We need $c_1 = 1$ (only possibility): $D + O = 16$, $N + V = 5$. From $\{0, 2, 5, 7, 9\}$:


Solution 1 — Carry-Chain Deduction 🥉 Bronze

Prerequisites: place-value notation, addition with carries.

Setup

We work column by column, right to left, tracking each carry.

Computation

Fact: $XXXXX = 11{,}111 \times X$ where $X \in \{1, \ldots, 9\}$.

Parity argument (from Part 3): $X$ must be even, $c_2 = c_3 = 0$, $c_4 = 1$.

This gives $A = X/2$, $R = X/2 + 5$, $G + B = X - 1$.

Checking each even $X$:

$X$$A$$R$$G{+}B$Available digits$D{+}O$ / $N{+}V$ neededResult
2161❌ $G,B \ge 1$
4273❌ $B=A$ clash
6385$\{0,2,5,7,9\}$$D{+}O=16, N{+}V=5$
8497$\{0,2,3,5,7\}$No disjoint pairs

Only $X = 6$ survives. With $(G,B) = (4,1)$ for maximum $G$:

The available digits $\{0, 2, 5, 7, 9\}$ must fill $N, D, V, O$ with:

To maximise $GRAND = 48{,}3ND$, choose $N = 5$ (not 0) and $D = 9$ (not 7):

Result

$$\boxed{GRAND = 48{,}359}$$

Verification

$$48{,}359 + 18{,}307 = 66{,}666 = 6 \times 11{,}111 \;\checkmark$$

Digit check:

LetterGRANDBVOX
Digit483591076

Nine distinct digits, unused digit is 2. No leading zeros ($G = 4$, $B = 1$). ✓


Solution 2 — Algebraic Shortcut 🥈 Silver

Prerequisites: basic algebra, divisibility.

Key Observation

Since $R$ and $A$ appear in matching positions of both addends:

$$GRAND + BRAVO = (G + B) \cdot 10^4 + 2R \cdot 10^3 + 2A \cdot 10^2 + (N + V) \cdot 10 + (D + O)$$ $$= 11{,}111 \cdot X$$

Derivation

Let $s = G + B$, $t = N + V$, $u = D + O$. Substituting $A = X/2$ and $R = X/2 + 5$:

$$2{,}000R + 200A = 2{,}000(X/2 + 5) + 200(X/2) = 1{,}100X + 10{,}000$$

Then:

$$10{,}000s + 1{,}100X + 10{,}000 + 10t + u = 11{,}111X$$ $$10{,}000(s + 1) + 10t + u = 10{,}011X$$

With $s = X - 1$ (from the leading column with carry):

$$10{,}000X + 10t + u = 10{,}011X$$
$$10t + u = 11X$$

A beautiful simple equation! The remaining digits must satisfy: 10 times the sum of the tens-position letters plus the sum of the ones-position letters equals $11X$.

For $X = 6$: $10t + u = 66$.

Need $u \equiv 6 \pmod{10}$, so $u = 6$ or $u = 16$.

Result

$$\boxed{GRAND = 48{,}359}$$

The equation $10t + u = 66$ uniquely forces $\{D,O\} = \{7,9\}$ and $\{N,V\} = \{0,5\}$.


Solution 3 — Modular Arithmetic Approach 🥇 Gold

Prerequisites: modular arithmetic (mod 9, mod 11).

Setup

We use two classical divisibility tests:

Digit-sum rule (mod 9): A number is congruent to its digit sum modulo 9.

Alternating-sum rule (mod 11): A number is congruent to its alternating digit sum modulo 11.

Derivation

Mod 9 analysis:

The digit sum of $XXXXX$ is $5X$. The digit sum of $GRAND$ is $G + R + A + N + D$, and of $BRAVO$ is $B + R + A + V + O$.

If the unused digit is $m$, the total of all 9 assigned digits is $45 - m$. Since $R$ and $A$ are counted twice:

$$(45 - m) + R + A \equiv 5X \pmod{9}$$

With $X = 6$, $A = 3$, $R = 8$: $56 - m \equiv 30 \equiv 3 \pmod{9}$.

Verification: $m = 2$, and $56 - 2 = 54 \equiv 0 \pmod{9}$. Hmm — let's recompute more carefully. Digit sum of GRAND: $4 + 8 + 3 + 5 + 9 = 29$. Digit sum of BRAVO: $1 + 8 + 3 + 0 + 7 = 19$. Sum: $48 \equiv 3 \pmod{9}$. Digit sum of $66{,}666$: $30 \equiv 3 \pmod 9$. ✓

Mod 11 analysis:

$11{,}111 = 11 \times 1{,}010 + 1$, so $XXXXX \equiv X \pmod{11}$.

Alternating sums: $(G + B) - 2R + 2A + (D + O) - (N + V) \equiv X \pmod{11}$.

Substituting: $5 - 16 + 6 + 16 - 5 = 6 \equiv 6 \pmod{11}$. ✓

Equivalently: $(D + O) - (N + V) = 16 - 5 = 11 \equiv 0 \pmod{11}$, which is consistent.

Result

$$\boxed{GRAND = 48{,}359}$$

Both mod-9 and mod-11 checks confirm the solution independently.


Summary — The Answer

QuantityValue
Largest $GRAND$$\boxed{48{,}359}$
Corresponding $BRAVO$$18{,}307$
Sum $XXXXX$$66{,}666$ ($X = 6$)
Unused digit$2$
Total valid solutions8 (4 essentially distinct)

All Solutions

$GRAND$$BRAVO$$XXXXX$
48,35918,30766,666
48,35718,30966,666
48,30918,35766,666
48,30718,35966,666
18,35948,30766,666
18,35748,30966,666
18,30948,35766,666
18,30748,35966,666

All 8 solutions share $X = 6$, $A = 3$, $R = 8$, unused digit $= 2$.

Why Multiple Solutions?

MethodKey IdeaPrerequisites
Solution 1 🥉Column-by-column carry chain; parity eliminates odd $X$Place value, carries
Solution 2 🥈Combine into $10t + u = 11X$; Diophantine equationAlgebra
Solution 3 🥇Mod 9 and mod 11 divisibility checksModular arithmetic

Extensions & Challenge Problems 🧩

🥉 Bronze

  1. Find all solutions to the cryptarithm $AB + BA = CDC$ where $A, B, C, D$ are distinct digits. (Hint: $AB + BA = 11(A+B)$.)
  2. In the GRAND + BRAVO puzzle, what is the smallest possible value of GRAND?

🥈 Silver

  1. Prove that in any cryptarithm $PQRST + PQRST = XXXXX$, the value $X$ must be even and $PQRST$ determines $X$ uniquely.
  2. How many essentially distinct solutions does the puzzle have if we only count assignments where $GRAND > BRAVO$?

🥇 Gold

  1. Replace $XXXXX$ with $YYYYY$ and allow the sum to be a 6-digit repdigit: $GRAND + BRAVO = YYYYYY$. Is this possible? If so, find all solutions.
  2. Create your own 5-letter + 5-letter = 5-digit cryptarithm where the two words share no letters (unlike GRAND/BRAVO which share $R$ and $A$). How does the difficulty change?

🎓 Diamond (optional)

  1. Write a general solver: given any cryptarithm $W_1 + W_2 = W_3$ (arbitrary-length words), enumerate all solutions. What is the time complexity in terms of the number of distinct letters?
  2. Prove that for any repdigit target $\underbrace{XX\cdots X}_{n}$, the number of cryptarithm solutions with two $n$-digit addends sharing $k$ letter positions is maximised when $k \approx n/2$.

Answer Key (for instructors)

Bronze 1

$AB + BA = 11(A + B) = CDC = 101C + 10D$.

$11(A+B) = 101C + 10D$. Since $11 \mid \text{LHS}$, need $101C + 10D \equiv 0 \pmod{11}$. We get $2C - D \equiv 0 \pmod{11}$, i.e. $D = 2C \pmod{11}$.

Key solution: $C = 1, D = 2$: $CDC = 121$, $A + B = 11$. Pairs: $(2,9), (3,8), (4,7), (5,6)$. So $92 + 29 = 121$, $83 + 38 = 121$, etc.

Bronze 2

Smallest GRAND from the 8 solutions: $GRAND = 18{,}307$ (with $BRAVO = 48{,}359$).

Silver 3

$2 \times PQRST = XXXXX = 11{,}111X$. So $PQRST = 11{,}111X/2$. Since $PQRST$ is an integer, $X$ must be even. Each even $X$ gives a unique $PQRST$.

Silver 4

There are 4 solutions with $GRAND > BRAVO$ (those where $G = 4$, $B = 1$).

Gold 5

$GRAND + BRAVO = YYYYYY = 111{,}111Y$. Max sum of two 5-digit numbers: $199{,}998$. Only $Y = 1$ fits ($111{,}111$). The ten-thousands column gives $G + B + c_4 = 11$. Analysis proceeds similarly; the student should determine whether valid digit assignments exist.