🇺🇸 AMC 8 ⇄ switch contest
2012 AMC 8

Problem 14

Problem 14 · 2012 AMC 8 Medium
Counting & Probability handshake-counting

In the BIG N, a middle school football conference, each team plays every other team exactly once. If a total of 21 conference games were played during the 2012 season, how many teams were members of the BIG N conference?

Show answer
Answer: B — 7 teams.
Show hints
Hint 1 of 2
Each team plays every other one, so a team plays N − 1 games. Multiply by the N teams — but careful, that counts each game from both sides, so you've double-counted.
Still stuck? Show hint 2 →
Hint 2 of 2
This is the handshake count: games (or handshakes) = N(N − 1)/2. The ÷2 fixes the double-count. Set it equal to 21 and find N.
Show solution
Approach: handshake count, then solve for N
  1. Each of the N teams faces the other N − 1 teams. Counting N × (N − 1) tallies every game twice (once for each team in it), so the real total is N(N − 1)/2.
  2. Set that to 21: N(N − 1)/2 = 21, so N(N − 1) = 42.
  3. Find two consecutive numbers multiplying to 42 — that's 7 × 6, so N = 7. (Faster than a formula: just scan products of neighbors.)
  4. Same pattern everywhere: handshakes in a room, diagonals plus sides of a polygon, pairs from a group — all are N(N − 1)/2 because every pair is counted from both ends.
Mark: · log in to save