AMC 10 · 2003 · #20
Grade 11 countingPick an answer.
Each restriction is a ban, so first flip it into what is allowed (Tool #16): every block draws from only two letters. That makes each block a simple choose-the-positions job. The whole problem then hinges on one number — how many B's sit in block 1 — so name it k (Tool #4) and chase the consequences. Every other block count is forced by the requirement that each letter is used exactly five times overall, which turns the counting into three independent subproblems (Tool #7) whose answers multiply. Different values of k give different strings, so the six values k=0,1,…,5 can be listed and added (Tool #2). The final numeric comparison against the other four expressions (Tool #3) is a check on the derived formula, not the reason for it.
Turn each ban into a two-letter menu
Each ban leaves a two-letter menu, so every block is built from just two letters.
With three letters in play, forbidding one leaves exactly two, so each block is a two-symbol pattern rather than a three-symbol one.
10.S-CP.A.1Change Focus Count The ComplementOne number controls the whole string
Naming one count k forces every other count, and the totals check out.
The five-of-each requirement chains the blocks together, so fixing one count forces every other count around the ring.
6.EE.B.6Introduce A VariableCount the arrangements for a fixed k
Each block is then a choice of positions, so a fixed k contributes C(5,k) cubed.
Once you know how many of each letter a block holds, only the placement is left, and placement is a plain choose.
11.S-CP.B.9Identify SubproblemsAdd the six cases
The six values of k never overlap, so the total is their sum.
Cases split by a count are automatically disjoint and complete, so their sizes simply add.
Cases split by a fixed count are automatically separate and complete, so their sizes simply add.
▸ Why?
Each arrangement has one definite count, so it falls into exactly one case and never into two.
▸ Why?
Inside one case the blocks are filled independently, so the placements multiply into a plain product of choose-counts.
Confirm against the other expressions
Evaluating gives 2252, matching none of the others, so the answer is the sum of cubes, choice (A).
A formula you derived should still be checked as a number, because a number can be compared with every rival at once.
9.A-SSE.A.1Eliminate PossibilitiesWhen every block is missing a different letter, one count controls all the others, so pick that count, multiply the three block choices, and add over its possible values.
- Turn each ban into a two-letter menu
- One number controls the whole string
- Count the arrangements for a fixed k
- Add the six cases
- Confirm against the other expressions