AMC 10 · 2025 · #8

Grade 6 number-theory
divisibility-rulesdigit-sumdigit-constraints casework ↑ Prerequisites: divisibility-rules
📏 Long solution 💡 3 insights
Problem
The single total paid for 36 identical sweatshirts is ABB.BA dollars — its five digits in order are A, B, B, B, A, with A and B digits and A not 0. Every shirt costs the same whole number of cents. Find A + B.

Pick an answer.

(A)
7
(B)
8
(C)
11
(D)
14
(E)
15

AMC 10 2025 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Eliminate Possibilities

The digits A and B can only take a handful of values, so the smart move is to turn each fact into a divisibility test and cross off every pair that fails. First read the price as a whole number of cents so 'divisible by 36' means something exact, then use the rules for 9 and 4 to squeeze the candidates down to a single pair.

1STEP 1

Read the price as whole cents

In cents the total is the five-digit number ABBBA, and 36 shirts splitting it evenly means 36 divides that number.

cents = underline A underline B underline B underline B underline A, 36 ∣ cents
2STEP 2

Split 36 into 4 and 9

Since 36 = 4 × 9 and 4 and 9 share no factor, ABBBA must pass the rule for 4 and the rule for 9 at once.

36 = 4 × 9
3STEP 3

Apply the rule for 9

The digit sum is 2A + 3B; 3B is already a multiple of 3, so A must be one too, leaving A = 3, 6, or 9.

2A + 3B ≡ 0 (mod 9) → 3 ∣ A → A ∈ {3,6,9}
4STEP 4

Use divisibility by 4 to pin A

Divisible by 4 means even, and the last digit is A, so of 3, 6, 9 only A = 6 survives.

A even and A ∈ {3,6,9} → A = 6
5STEP 5

Narrow B with the rule for 9

With A = 6 the digit sum 12 + 3B is a multiple of 9 only when B leaves remainder 2 mod 3: B = 2, 5, or 8.

12 + 3B ≡ 0 (mod 9) → B ≡ 2 (mod 3) → B ∈ {2,5,8}
6STEP 6

Finish with the rule for 4

The last two digits make 10B + 6, and of 26, 56, 86 only 56 is a multiple of 4, so B = 5 and A + B = 11 — choice (C).

10B + 6 ≡ 0 (mod 4) → B = 5; A + B = 6 + 5 = 11
Answer
11
Check the found number directly: with A = 6, B = 5 the cents total is 65,556. Divide by 36: 65556 ÷ 36 = 1821, a whole number, so each shirt costs 18.21 and the split is exact. The digit sum 6+5+5+5+6 = 27 is a multiple of 9, and the last two digits 56 are a multiple of 4, confirming divisibility by 36. So A + B = 11, matching choice (C).
💡Key takeaway

To check divisibility by 36, split it into 4 and 9 and use the two easy digit rules to cross off every impossible pair until one survives.

  • Read the price as whole cents
  • Split 36 into 4 and 9
  • Apply the rule for 9
  • Use divisibility by 4 to pin A
  • Narrow B with the rule for 9
  • Finish with the rule for 4