AMC 10 · 2010 · #25
Grade 8 number-theoryPick an answer.
The product is astronomically large, so nobody computes it. Tool #7 (Identify Subproblems) is the whole game: since 2010=2 · 3 · 5 · 67 is squarefree, the single question "what is the largest m?" splits into four completely separate counting questions — how many 2s, 3s, 5s, and 67s does the product contain — and m is the smallest of the four answers. Tool #14 (Extreme Principle) appears twice: pow is defined by the largest prime of n, and the final answer is a minimum over primes. Tool #15 (Organize Information in More Ways) turns the intimidating product into a sorted tally: instead of walking n from 2 to 5300, group the n by which prime is their largest. Tool #2 (Make a Systematic List) and Tool #3 (Eliminate Possibilities) then count the 67-contributors exactly, layer by layer, throwing out the ones that secretly contain a bigger prime. Tool #9 (Solve an Easier Related Problem) handles the three small primes: we do not need their exact tallies, only proof that each clears the 67 tally — but the margin turns out to be thin enough that the check is mandatory, not decorative.
Split into four prime counts
The divisor splits into four separate primes.
A chain is as strong as its weakest link, and each of the four primes is one link.
A chain is as strong as its weakest link, and each of the four primes is one link.
▸ Why?
Every number has one prime recipe, so the four primes are counted entirely separately.
▸ Why?
The whole product can only reach as high as its scarcest ingredient allows, so the smallest tally decides.
Sort the terms by top prime
Each number feeds only its own largest prime.
Each n drops its whole contribution into one bucket labelled by its biggest prime, so the buckets never mix.
8.EE.A.1Organize Information In More WaysDescribe every 67-contributor
The contributors form a describable family.
Peel all the 67s off n; what is left must be built from smaller primes only, or 67 would not be the largest.
4.OA.B.4Identify SubproblemsCount the a = 1 layer
The first layer gives 75.
Below 80 there is no room for a prime above 67 to hide inside a composite, so only the big primes themselves get thrown out.
6.NS.B.2Eliminate PossibilitiesCount the a = 2 layer
The second layer adds 2 more.
4489 is not one 67 hiding in the product, it is two, because pow keeps the whole power and not just the prime.
6.EE.A.1Make A Systematic ListCheck the 2s — the tight one
The count of twos is the close rival.
Only powers of two have two as their biggest prime, so this tally is a short sum — and it lands just barely above the 67 count.
6.EE.A.1Extreme PrincipleCheck the 3s and the 5s
The other two primes are comfortably larger.
Small primes are the largest prime of many more numbers than big primes are, so their tallies run far ahead.
8.EE.A.1Solve An Easier Related ProblemTake the minimum
The smallest count is 77, choice (D).
The rarest ingredient sets how many copies of the recipe you can make.
7.EE.B.4Extreme PrincipleSince 2010=2 · 3 · 5 · 67, count each prime separately and take the smallest count: the 67s run out first at 77, and the 2s survive with exactly one to spare.
- Split into four prime counts
- Sort the terms by top prime
- Describe every 67-contributor
- Count the a = 1 layer
- Count the a = 2 layer
- Check the 2s — the tight one
- Check the 3s and the 5s
- Take the minimum