AMC 10 · 2021 · #23
Grade 12 probabilitycountingPick an answer.
Sorting all 142506 subsets by how many consecutive pairs they contain is a nightmare of cases. So I stop looking at subsets and look at the 29 neighbor slots 1-2, 2-3, ..., 29-30 instead. Each slot contributes either 0 or 1 to a subset's count, so the total count is a sum of 29 tiny counts, and an average of a sum is the sum of the averages. That turns one huge case analysis into 29 copies of a single easy question: what fraction of subsets grab both halves of one fixed neighbor slot? Answer that one question, multiply by 29, done.
Name the thing being averaged
Name the thing being averaged.
Giving the messy quantity a single name lets me rewrite it as something easier before I ever compute it.
12.S-MD.A.1Introduce A VariableSplit X into 29 yes-or-no counts
Split it into twenty-nine yes-or-no counts.
One hard count breaks into 29 easy yes-or-no counts, and averages of pieces simply add back up.
One hard count breaks into many easy yes-or-no counts, and averages of the pieces add back up.
▸ Why?
The total is exactly its pieces added together, so nothing is created or lost by splitting it.
▸ Why?
An average is a total shared over a count, so averaging a sum is summing the averages.
Average of one slot is its probability
One slot's average is its probability.
A quantity that is only 0 or 1 averages out to exactly the chance it is 1, so the counting question and the probability question are the same question.
11.S-CP.B.9Make A Systematic ListAdd the 29 equal averages
Adding twenty-nine equal averages gives two thirds.
Twenty-nine identical slots each worth 2/87 add to 2/3 because the 29 in the count cancels the 29 hiding inside 87.
12.S-MD.A.2Identify SubproblemsWhen an average is hard to compute all at once, break the thing you are counting into small yes-or-no pieces, average one piece, and add up the pieces.
- Name the thing being averaged
- Split X into 29 yes-or-no counts
- Average of one slot is its probability
- Add the 29 equal averages