Maths Olympiad Prep

Library / /43 of 68

, 2017

Combinatorics Difficulty 5.5 AIME, harder Find the answer United States

Problem:

A baseball league has 6 teams. To decide the schedule for the league, for each pair of teams, a coin is flipped. If it lands head, they will play a game this season, in which one team wins and one team loses. If it lands tails, they don't play a game this season. Define the imbalance of this schedule to be the minimum number of teams that will end up undefeated, i.e. lose 0 games. Find the expected value of the imbalance in this league.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:

Let nn denote the number of teams.

Lemma: Given a connected graph GG, the imbalance of GG is 1 iff GG is a tree. Let's just talk in terms of directed graphs and indegree/outdegree.

Proof. If there is a cycle, direct the cycle such that it is a directed cycle. Then from this cycle, point all remaining edges outwards. If GG is a tree, induct on the size. Take any leaf. If it wins its game, it is undefeated. Otherwise, it must lose to its neighbor. Then induct on the tree resulting after deleting the leaf.

Now the finish is a simple counting argument using expected values. Using Cayley's formula, for each subset of vertices, we compute the probability that it is a maximal connected component and is a tree. This ends up being
2(n2)i=1n(ni)ii22(ni2). 2^{-\binom{n}{2}} \sum_{i=1}^{n}\binom{n}{i} \cdot i^{i-2} \cdot 2^{\binom{n-i}{2}} .
This evaluates to 5055215\frac{5055}{2^{15}} for n=6n=6.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.