AMC 10 · 2013 · #20
Grade 7 countingnumber-theoryPick an answer.
The definition of succ looks like two unrelated rules glued together, and that is what makes the problem hard. The single most useful move is to rewrite those two clauses as one rule. The magic number is 19: the second clause is exactly what the first clause becomes after adding 19. So I bend the list 1..19 into a circle of 19 points and read a succ b as one short forward hop. Then I name the three hop lengths, show that three hops around a circle must close up after exactly one lap, and count the hop lengths that do it. I check the count both forwards (every loop gives such hops) and backwards (every such choice of hops rebuilds a real loop), because only then is the count exact and not just an upper bound.
Fuse the two clauses into one
The two clauses fuse into one remainder rule.
The strange second clause is just the first clause after a trip of 19, so counting remainders mod 19 says both at once.
7.NS.A.1Organize Information In More WaysBend the list into a 19-circle
That bends the list into a circle.
On a 19-point circle the weird rule becomes one plain sentence: you are ahead by a short hop.
Bending the list into a circle of nineteen turns the strange rule into one plain sentence about a short hop.
▸ Why?
After nineteen steps everything returns to where it started, so the line closes into a loop.
▸ Why?
Only the remainder after dividing by nineteen decides a position on that loop, so nothing else matters.
Name the three hop lengths
Three hops describe the whole loop.
Three hops that return to the start must cover a whole number of laps.
6.EE.B.6Introduce A VariableSqueeze the total to exactly one lap
Their total must be exactly one lap.
Three hops of at most 9 cannot reach two laps, so the loop closes after exactly one.
7.EE.B.4Extreme PrincipleRebuild the loop to prove nothing is lost
Rebuilding shows nothing is lost.
A count is only exact when you can rebuild the original object from the data you counted.
6.EE.A.2Work BackwardsList the hop pairs that work
There are 45 workable hop pairs.
For each first hop m, the second hop just has to make up the rest of the lap, which leaves exactly m choices.
4.OA.C.5Make A Systematic ListMultiply by the 19 starting points
Times the starting points gives 855.
Where you start and how far you hop are two separate decisions, so their counts multiply.
3.OA.A.1Identify SubproblemsBend 1 through 19 into a circle and the odd two-part rule becomes one sentence: you are ahead by a hop of 1 to 9 — and three such hops that return home must add up to exactly one lap of 19.
- Fuse the two clauses into one
- Bend the list into a 19-circle
- Name the three hop lengths
- Squeeze the total to exactly one lap
- Rebuild the loop to prove nothing is lost
- List the hop pairs that work
- Multiply by the 19 starting points