AMC 10 · 2013 · #10

Grade 6 logicnumber-theory
invariant-monovariantsystems-of-equationsmultiples invariant-monovariantwork-backwards ↑ Prerequisites: systems-of-equations
📏 Long solution 💡 3 insights
Problem
Two trades swap tokens back and forth until neither can be used again. Find the final count of the new kind.

Pick an answer.

(A)
62
(B)
82
(C)
83
(D)
102
(E)
103
How to solve
Strategy Organize Information in More Ways

Following every trade one by one would take dozens of steps. Instead, re-describe the tokens by giving each color a point value chosen so that every trade keeps the total number of points the same. Then the total is fixed from start to finish, and the only thing left to pin down is how the leftover points split among the few tokens that remain at the end.

1STEP 1

Find each trade's net effect

Each trade has a simple net effect.

Red booth: -2 red, +1 blue, +1 silver; Blue booth: +1 red, -3 blue, +1 silver
2STEP 2

Give each token a point value

Point values make both trades value-neutral.

red=4, blue=3, silver=5: 2 · 4 = 5 + 3, 3 · 3 = 5 + 4
3STEP 3

Compute the fixed total

The fixed total comes to 525.

75 · 4 + 75 · 3 = 300 + 225 = 525
4STEP 4

Describe the end state

The end state leaves very few leftovers.

red ∈ {0, 1}, blue ∈ {0, 1, 2}
5STEP 5

Split the 525 points at the end

Splitting the total leaves only two options.

5·(silver) = 525 - (4·red + 3·blue), 4·red+3·blue∈{0, 10}
6STEP 6

Rule out zero-zero and finish

One is impossible, so the answer is 103.

5·(silver) = 525 - 10 = 515 → silver = 103
Answer
103
Check the leftover directly: 1 red is 4 points and 2 blue is 6 points, so leftover points are 10 and silver points are 515, giving 515 / 5 = 103 silvers. Also 41 + 32 = 10 is indeed a multiple of 5, matching the whole-number requirement, and the total 4 + 6 + 515 = 525 equals the starting value. Everything lines up, so 103, choice (E), is correct.
💡Key takeaway

Give each token a point value so every trade is an even swap, then the unchanging total tells you the answer no matter how the trades happen.

  • Find each trade's net effect
  • Give each token a point value
  • Compute the fixed total
  • Describe the end state
  • Split the 525 points at the end
  • Rule out zero-zero and finish