AMC 10 · 2020 · #5

Grade 7 arithmetic
permutations-basiccombinations-basic identify-subproblemseasier-related-problem ↑ Prerequisites: combinations-basicfactorial
📏 Medium solution 💡 2 insights
Problem
Count the distinguishable ways to arrange in a row 1 brown, 1 purple, 2 identical green, and 3 identical yellow tiles — a total of 7 tiles.

Pick an answer.

(A)
210
(B)
420
(C)
630
(D)
840
(E)
1050

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

How to solve
Strategy Identify Subproblems

Tool #7 (Subproblems): place the colors one at a time into the 7 spots — first choose where the 3 yellows go, then where the 2 greens go, then the 2 leftover spots get brown and purple. Multiplying the three sub-counts gives the total. Tool #9 (Easier Problem): teach the count-positions step on smaller boards first, e.g. "2 yellows among 3 spots" gives 3 patterns (YYS, YSY, SYY), to make C(n, k) concrete. Tool #2 (Systematic List): for each sub-count, list every arrangement in an orderly way (smallest position first) so nothing is missed.

1STEP 1

Subproblem 1: place the 3 yellows. A smaller case (2 yellows in 3 spots gives 3 patterns) shows you pick the spots, not order the tiles.

small case: 3 patterns → count is C(n, k)
2STEP 2

List the size-3 subsets of {1,…,7} in order — {1,2,3}, …, {5,6,7} — giving 35, which is C(7, 3).

C(7, 3) = 765321\frac{7 · 6 · 5}{3 · 2 · 1} = 35
3STEP 3

Subproblem 2: 4 spots remain — choosing 2 for the greens is C(4, 2) = 6.

C(4, 2) = 4321\frac{4 · 3}{2 · 1} = 6
4STEP 4

Subproblem 3: 2 spots left — the unique brown and purple can go in either order, so 2 ways.

2! = 2 · 1 = 2
5STEP 5

Multiply the three independent counts: 35 × 6 × 2 = 420.

35 × 6 × 2 = 35 × 12 = 420 → (B)
Answer
420
Cross-check with the standard formula for distinguishable arrangements of 7 items with repeats: 7!3!2!\frac{7!}{3! · 2!} = 504012\frac{5040}{12} = 420. Same answer. Also 420 sits in the middle of the choices, consistent with "not too many, not too few" arrangements when only 2 tiles are unique.
💡Key takeaway

This AMC 10 problem only needs Grade 7 “organized lists / picking spots” you already know — pick 3 yellow spots out of 7 (35 ways), then 2 green spots out of 4 (6 ways), then 2 ways for brown/purple, giving 35 × 6 × 2 = 420.