There are people standing equally spaced around a circle. Each person knows exactly of the other people: the people standing next to him or her, as well as the person directly across the circle. How many ways are there for the people to split up into pairs so that the members of each pair know each other?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Split by how many pairs are 'across' pairs; the leftover people must pair with neighbors along the circle, which forces even-length arcs.
Solution
Number the people through around the circle. The allowed pairs are neighbor pairs and the five "diameters" . Classify pairings by how many diameters they use.
Once the diameters are chosen, the remaining people sit in arcs of consecutive positions and must be paired with neighbors within those arcs. An arc with an even number of people can be paired in exactly one way; an odd arc is impossible.
- : pair everyone with neighbors around the full circle. Either or : ways.
- : removing one diameter leaves two arcs of people. Each pairs uniquely: choices of diameter, ways.
- : two diameters remove people at positions . Whether are adjacent or two apart, some leftover arc has or people: ways.
- : the two unused diameters must leave arcs of even size, which requires their endpoints to be adjacent, e.g. unused diameters leave arcs and . There are adjacent pairs of diameters: ways.
- : two leftover people sit directly across, not adjacent: ways.
- : all diameters, way.
Total: .
The answer is .
Why this works
This is counting perfect matchings in a graph (a cycle plus its diameters). Casework on the "special" edges turns the problem into a simple one about paths: a path of even length has a unique matching and an odd path has none. Checking the parity of every leftover arc is what eliminates the and cases that most students overcount.
The trap
Assuming any two across pairs can coexist with neighbor pairs; using exactly 2 or 4 across pairs leaves odd arcs and gives zero ways.
Common mistakes
- Assuming any two across pairs can coexist with neighbor pairs; using exactly 2 or 4 across pairs leaves odd arcs and gives zero ways.
- Counting the case as instead of recognizing only the choices with adjacent unused diameters work.
Techniques
Organized listing / direct enumeration · Split into exhaustive cases and handle each