AMC 10 · 2017 · #1
Grade 5 arithmeticPick an answer.
AMC 10 2017 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The expression is one big calculation built from many identical small ones: every layer is just "double the inside, then add 1." Tool #7 (Identify Subproblems) lets us peel the parentheses one at a time, innermost first, turning a scary tower into six easy steps. Tool #5 (Look for a Pattern) reveals that each running total is one less than a power of 2, and Tool #3 (Eliminate Possibilities) uses that pattern to lock onto the one choice that fits.
Read the nesting inside-out
The parentheses nest inside one another, so start at the center (2+1) and work outward, each shell doubling the inside then adding 1.
Nested parentheses are like nested boxes — you can only open the next one after you finish the one inside it.
5.OA.A.1Identify SubproblemsDouble-and-add, first three layers
Start at the center: 2+1=3. Then double-and-add outward: 2 × 3 + 1 = 7, then 2 × 7 + 1 = 15.
Each layer only needs the single number the layer below already produced, so you never juggle the whole tower at once.
3.NBT.A.2Identify SubproblemsFinish the remaining layers
Same rule for the last three shells: 2 × 15 + 1 = 31, 2 × 31 + 1 = 63, 2 × 63 + 1 = 127 — the whole expression.
Doubling a number is the easiest multiplication there is — just add the number to itself — so each outward step stays quick even as the numbers grow.
4.NBT.B.5Identify SubproblemsPattern check picks the answer
The totals 3, 7, 15, 31, 63, 127 are each one less than a power of 2, so the value is 2⁷ - 1 = 127 — only (C) fits.
Doubling and adding 1 each time keeps every total just short of the next power of 2, so the pattern names the answer instantly.
4.OA.C.5Look For A PatternWhen parentheses are stacked inside each other, open them from the inside out — one easy "double and add one" step at a time.
- Read the nesting inside-out
- Double-and-add, first three layers
- Finish the remaining layers
- Pattern check picks the answer