AMC 10 · 2006 · #23
Grade 9 algebrapatternPick an answer.
Nobody can carry out 100 rounds of averaging by hand, so do one round instead (Tool #9) and look at what comes back. Because S is geometric, neighbouring terms differ by exactly one factor of x, so their average keeps the factor x^i-1 and picks up the constant (1+x)/2. One round therefore returns a shorter copy of the same kind of list. That self-similarity is the hinge: it means round 2 faces the same situation as round 1, so the single one-line computation covers all 100 rounds. Turning that observation into a formula for every m is where the argument has to be tight (Tool #5) — reading the pattern off m=1 and m=2 and writing 'in general' is not a proof, and the fix costs one extra sentence. Split the work first (Tool #7): count how many terms survive, then find what the survivor equals. With the closed form in hand, the given output value lets you run the machine in reverse to get an equation for x (Tool #11). Solving that equation is the second place to be careful: regroup the exponent (Tool #15) so the equation becomes a square, use x > 0 to throw out the root that does not qualify (Tool #3), and then substitute the candidate back through the whole machine (Tool #6) so the answer is verified, not merely forced.
Count the terms and the rounds
Each round shortens the list, so a hundred rounds leave one number.
Averaging neighbours turns n numbers into n-1, so 100 rounds eat exactly 100 of the 101 starting terms.
9.F-IF.A.3Identify SubproblemsDo one round and watch the shape survive
One round factors out a constant and keeps the same shape.
Neighbours in a geometric list differ by one factor of x, so their average keeps the ratio and only picks up the constant (1+x)/2.
Averaging neighbours in a geometric list keeps the ratio and only pulls out a constant factor.
▸ Why?
Neighbours differ by one copy of the ratio, so that ratio can be lifted out of both terms at once.
▸ Why?
An average of two numbers is their total halved, so the shared factor survives the averaging untouched.
Repeat the same one-line move
So the move simply repeats, giving a clean closed form.
Every round meets the same kind of list the round before did, so one proof covers all 100 rounds.
9.F-BF.A.1Look For A PatternWork backwards from the final number
Working backwards turns the final value into one power equation.
Knowing the finish line lets you run the machine in reverse and read off an equation for the start.
8.EE.A.1Work BackwardsRegroup the exponent, then compare sizes
Regrouping the exponent lets the powers be compared.
Two positive numbers with equal 50th powers have to be equal, because powering positives never doubles back to a value it already hit.
9.F-IF.B.4Organize Information In More WaysKeep only the root that positivity allows
Positivity kills one root, leaving √(2)-1.
A squared equation always offers two roots, and the condition x > 0 is what selects one of them.
8.EE.A.2Eliminate PossibilitiesCheck the candidate end to end
Checking it end to end confirms √(2)-1, choice (B).
Feeding the candidate back through the machine upgrades 'it must be this' to 'it is this'.
9.A-REI.B.3Guess And CheckAveraging neighbours in 1,x,x²,… gives back the same kind of list, one term shorter and multiplied by (1+x)/2, so after 100 rounds the only number left is ((1+x)/2)¹⁰⁰ — setting that equal to 1/2⁵⁰ forces 1+x=√(2).
- Count the terms and the rounds
- Do one round and watch the shape survive
- Repeat the same one-line move
- Work backwards from the final number
- Regroup the exponent, then compare sizes
- Keep only the root that positivity allows
- Check the candidate end to end