AMC 10 · 2021 · #17

Grade 2 arithmetic
logical-deductionset-partitionsystematic-enumerationif-then-reasoning caseworksystematic-enumeration ↑ Prerequisites: logical-deduction
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
Five players (Ravon, Oscar, Aditi, Tyrone, Kim) are each dealt 2 distinct cards from a deck numbered 1 through 10, using every card exactly once. Each player's score is the sum of their two cards. Given the scores 11, 4, 7, 16, 17, figure out which one of the five listed statements about who got which card is true.

Pick an answer.

(A)
Ravon was given card 3.
(B)
Aditi was given card 3.
(C)
Ravon was given card 4.
(D)
Aditi was given card 4.
(E)
Tyrone was given card 7.

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

How to solve
Strategy Eliminate Possibilities

Tool #3 (Eliminate) is the natural fit: each player's score has only a small number of two-card decompositions, and the most restrictive scores (the lowest, 4, and the highest, 17) have only one decomposition each. Start with the unique forced cards, eliminate those from the pool, then watch the next player's options collapse. Tool #2 (Systematic List) supports each step by enumerating all {a, b} with a + b = score from the remaining pool. Once every player's pair is determined, just read off which of the five statements is true.

1STEP 1

Oscar's 4 is the lowest score and splits only as 1 + 3, so Oscar holds cards 1 and 3; drop them from the pool.

Oscar = {1, 3}; pool = {2, 4, 5, 6, 7, 8, 9, 10}
2STEP 2

Kim's 17 and Tyrone's 16 each split two ways still, so defer them and attack a more forced score first.

Kim: {7,10} or {8,9}; Tyrone: {6,10} or {7,9}
3STEP 3

Aditi's 7 could be 1+6, 2+5, or 3+4, but 1 and 3 are gone, leaving only 2 and 5 for Aditi.

Aditi = {2, 5}; pool = {4, 6, 7, 8, 9, 10}
4STEP 4

Ravon's 11 has five pairs, but 1, 2, 3, 5 are taken, so only 4 and 7 survive for Ravon.

Ravon = {4, 7}; pool = {6, 8, 9, 10}
5STEP 5

From leftover 6, 8, 9, 10: Tyrone's 16 is 6 and 10, Kim's 17 is 8 and 9 — everyone is assigned.

Tyrone ={6,10}, Kim ={8,9}
6STEP 6

Final deal — Oscar 1,3; Aditi 2,5; Ravon 4,7; Tyrone 6,10; Kim 8,9 — so the one true statement is (C).

(C) Ravon got card 4
Answer
Ravon was given card 4.
Verify each player's pair sums to the right score: 1+3=4✓, 2+5=7✓, 4+7=11✓, 6+10=16✓, 8+9=17✓. Every card from 1 to 10 appears exactly once. Total 4+7+11+16+17 = 55 = 1+2+…+10. Everything balances, and statement (C) is the unique truth.
💡Key takeaway

This AMC 10 problem only needs Grade 2 addition facts you already know! Start with the easiest score — Oscar's 4 only comes from 1+3. Then knock out those cards from everyone else's options; the puzzle collapses one player at a time. Ravon ends up with 4 and 7, so statement (C) is the true one.