AMC 10 · 2025 · #11

Grade 7 probability
probability-basiccombinations-basicpermutations-basic identify-subproblems ↑ Prerequisites: probability-basic
📏 Medium solution 💡 3 insights
Problem
Nine athletes of all different heights each draw a colored wristband at random from a bag holding 3 blue, 3 red, and 3 green bands, splitting them into three groups of three. The tallest person in each group is that group's captain. Find the probability that the three group captains turn out to be the three tallest athletes overall.

Pick an answer.

(A)
$\dfrac{2}{9}$
(B)
$\dfrac{2}{7}$
(C)
$\dfrac{9}{28}$
(D)
$\dfrac{1}{3}$
(E)
$\dfrac{3}{8}$
How to solve
Strategy Change Focus / Count the Complement

Chasing captains directly is messy. Tool #16 (Change Focus) rewrites the event into something equivalent but simple: the three tallest are captains exactly when no two of them share a group. Once the event is about only the top three athletes, Tool #9 (Solve an Easier Related Problem) throws away the other six people entirely — they never affect who captains whom. Tool #7 (Identify Subproblems) then handles the top three one draw at a time: the tallest lands anywhere, then ask whether the second and third each grab a fresh color.

1STEP 1

Rewrite the winning condition

The event is the top three in different groups.

captains = {top 3} ⇔ top 3 all in different groups
2STEP 2

Track only the three tallest

The tallest is always a captain.

P(tallest gets a captaincy) = 1
3STEP 3

Second tallest needs a new color

The second needs a fresh color: six eighths.

P(second differs) = 6/8
4STEP 4

Third tallest needs the last color

The third needs the last color: three sevenths.

P(third differs) = 3/7
5STEP 5

Multiply the three chances

Multiplying gives nine over 28.

1 × 6/8 × 3/7 = 18/56 = 9/28 → (C)
Answer
9/28
Cross-check by whole-line counting: lay all nine athletes in a row where the first three positions are one color, the next three another, the last three the third. There are 9! orderings. For a favorable one, place the three tallest in three different color-blocks: 3! ways to pick which block each takes, 3×3×3 ways to choose their exact seat inside their block, and 6! ways to seat the rest. That gives (3! · 27 · 6!)/9! = (6 · 27)/(9 · 8 · 7) = 162/504 = 9/28, matching (C). The value is a little under 1/3, which is sensible: it is fairly but not overwhelmingly likely the three tallest scatter.
💡Key takeaway

The three tallest are captains only when they land in three different colors, so just track those three and multiply the chances of each grabbing a fresh color.

  • Rewrite the winning condition
  • Track only the three tallest
  • Second tallest needs a new color
  • Third tallest needs the last color
  • Multiply the three chances