AMC 8 · 2022 · #11

Grade 4 arithmeticlogic
pattern-recognitionmulti-digit-arithmeticlogical-deduction pattern-recognitionidentify-subproblems ↑ Prerequisites: multi-digit-arithmeticlogical-deduction
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Henry starts with one long piece of pasta. Each time he bites 3 inches out of the middle of some piece, that piece splits into two shorter pieces. After several bites, he is left with 10 pieces whose lengths add up to 17 inches. How long, in inches, was the original single piece?

Pick an answer.

(A)
34
(B)
38
(C)
41
(D)
44
(E)
47

AMC 8 2022 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Work Backwards

The end state (how many pieces and how much pasta is left) is given, and we want the start state (original length). That is the textbook trigger for Tool #11 (Work Backwards): replay each bite in reverse to put back what was eaten. Before we can do that, we need Tool #5 (Look for a Pattern) to notice a clean rule about how the piece count changes with each bite — every bite turns one piece into two, so the number of pieces grows by exactly 1 per bite. That single pattern tells us how many bites happened, which is what unlocks the work-backwards calculation.

1STEP 1

Each bite removes a middle and leaves two ends, turning 1 piece into 2 — so after n bites there are 1 + n pieces.

pieces after n bites = 1 + n
2STEP 2

The final pile has 10 pieces, so 1 + n = 10, meaning 9 bites.

1 + n = 10 → n = 9 bites
3STEP 3

Each of the 9 bites ate 3 inches, so the total eaten is 9 × 3 = 27 inches.

9 × 3 = 27 inches eaten
4STEP 4

Work backwards — add the eaten pasta back to the 17 inches still on the table: 17 + 27 = 44 inches.

original length = 17 + 27 = 44 inches → (D)
Answer
44
Sanity-check the size: 44 inches is almost 4 feet, which is plausible for "a very long piece of pasta" and is the only answer choice that satisfies 17 + 3n = (original) with n = 9. The other choices fail this test: 34 - 17 = 17, 38 - 17 = 21, 41 - 17 = 24, 47 - 17 = 30 — none of these is a multiple of 3, so they could not be "3 inches per bite, exactly 9 bites." Only 44 - 17 = 27 = 9 × 3 works. Answer (D) is confirmed.
💡Key takeaway

This AMC 8 problem only needs the Grade 4 idea of "find the pattern, then work backwards" you already know!