AMC 10 · 2007 · #9
Grade 4 rate-ratioPick an answer.
AMC 10 2007 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The rule builds a clean pattern: the n-th s is pushed 1+2+...+n places right, a triangular number. And because the alphabet loops every 26 letters, only the shift's remainder after dividing by 26 matters. So the plan is to count the s's, find the running shift for the last one from the triangular pattern, then wrap it around the 26-letter cycle.
Only the s's matter
A shift counts only that same letter's earlier appearances, so strip the message down to its s's and ignore every other letter.
Each letter runs its own private counter, so the s's never care about the other letters.
4.OA.A.3Change Focus Count The ComplementCount the s's
Tally the s's word by word: 1 + 2 + 1 + 4 + 2 + 2 = 12, so the last s is the 12th appearance.
Sweep left to right keeping a single running count so no s is missed or double-counted.
2.OA.B.2Make A Systematic ListFind the 12th s's shift
The 12th appearance moves 1+2+3+...+12 places, a triangular number: 12 times 13 divided by 2 gives a shift of 78 places right.
Pairing the first and last terms (1+12, 2+11, ...) makes the growing sum easy to total.
Pairing the first term with the last makes the growing sum easy to total.
▸ Why?
Moving inward raises one partner exactly as much as it lowers the other, so every pair is the same size.
▸ Why?
The shifts grow by the same fixed step each time, which is what makes the list evenly spaced.
Wrap around the 26-letter alphabet
The alphabet loops every 26 letters and 78 = 3 × 26, so the remainder is 0: the last s stays put, giving (D).
Every full lap of 26 letters brings you right back home, so only the leftover part changes the letter.
4.NBT.B.6Look For A PatternEach letter counts only its own appearances, and since the alphabet loops every 26 steps, a shift that is a multiple of 26 leaves the letter unchanged.
- Only the s's matter
- Count the s's
- Find the 12th s's shift
- Wrap around the 26-letter alphabet