1989 USAMO Problems/Problem 2
Problem
The 20 members of a local tennis club have scheduled exactly 14 two-person games among themselves, with each member playing in at least one game. Prove that within this schedule there must be a set of 6 games with 12 distinct players.
Solution
Solution 1
Consider a graph with vertices and edges. The sum of the degrees of the vertices is ; by the Pigeonhole Principle at least vertices have degrees of and at most vertices have degrees greater than . If we keep deleting edges of vertices with degree greater than (a maximum of such edges), then we are left with at least edges, and all of the vertices have degree either or . These edges represent the games with distinct players.
Solution 2
Let a slot be a place we can put a member in a game, so there are two slots per game, and 28 slots total. We begin by filling exactly 20 slots each with a distinct member since each member must play at least one game. Let there be games with both slots filled and games with only one slot filled, so . Since there are only 14 games, , so there must be at least 6 games with two distinct members each, and we must have our desired set of 6 games.
Solution 3
Assume the contrary.
Consider the largest set of disjoint edges . By assumption it has less than edges, i.e. maximum vertices. Call it a vertex set .
vertices remain outside and each has to be attached to at least one edge. Now, if any two vertices outside are connected by, say, edge , we could have included in and gotten a larger disjoint set, so - a contradiction. Therefore the only option would be that all vertices outside are connected each by one edge to some vertices inside . That would take edges, but already includes - again a contradiction.
All possibilities yield a contradiction, so our assumption can not be correct.
(Cases when largest set is smaller than are equivalent and weaker)
See Also
1989 USAMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.