AMC 10 · 2012 · #4

Grade 4 arithmetic
modular-arithmetic convert-to-algebra ↑ Prerequisites: modular-arithmetic
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Ringo packs his marbles into bags of 6 and has 4 marbles left over. Paul packs his marbles into bags of 6 and has 3 marbles left over. The two boys pool all their marbles and make as many full bags of 6 as possible; how many marbles are left over then?

Pick an answer.

(A)
1
(B)
2
(C)
3
(D)
4
(E)
5

AMC 10 2012 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

We do not know how many marbles each boy has, only the leftovers. Naming each count with a variable lets us write the 'bags of 6' fact as an equation, add the two counts, and read off the new leftover without ever needing the exact totals.

1STEP 1

Write each count with its leftover

Give Ringo a full bags plus 4 loose and Paul b full bags plus 3 loose: Ringo has 6a + 4 marbles, Paul has 6b + 3.

R = 6a + 4, P = 6b + 3
2STEP 2

Add both piles together

Adding, (6a + 4) + (6b + 3) = 6a + 6b + 7, and since 6a and 6b are whole bags, only 7 loose marbles remain.

R + P = 6a + 6b + 7
3STEP 3

Repack the 7 loose marbles

Since 7 = 6 + 1, that fills one more bag: 6a + 6b + 7 = 6(a + b + 1) + 1, leaving 1 marble over, choice (A).

6a + 6b + 7 = 6(a + b + 1) + 1
Answer
1
Test with the smallest counts: Ringo could have 4 marbles (0 bags, 4 left) and Paul could have 3 marbles (0 bags, 3 left). Together that is 7 marbles, which makes one bag of 6 with 1 left over. That matches answer (A).
💡Key takeaway

To find the leftover of a sum, just add the leftovers and, if they reach a full bag, take that bag out too.

  • Write each count with its leftover
  • Add both piles together
  • Repack the 7 loose marbles