Maths Olympiad Prep

Library / /1340 of 1394

, 2019

Combinatorics Difficulty 6.1 National Olympiad Prove it United States

Problem:

In an election for the Peer Pressure High School student council president, there are 20192019 voters and two candidates Alice and Celia (who are voters themselves). At the beginning, Alice and Celia both vote for themselves, and Alice's boyfriend Bob votes for Alice as well. Then one by one, each of the remaining 20162016 voters votes for a candidate randomly, with probabilities proportional to the current number of the respective candidate's votes. For example, the first undecided voter David has a 23\frac{2}{3} probability of voting for Alice and a 13\frac{1}{3} probability of voting for Celia.
What is the probability that Alice wins the election (by having more votes than Celia)?

Solution

Solution:

Let Pn(m)P_{n}(m) be the probability that after nn voters have voted, Alice gets mm votes. We show by induction that for n3n \geq 3, the ratio Pn(2):Pn(3)::Pn(n1)P_{n}(2): P_{n}(3): \cdots: P_{n}(n-1) is equal to 1:2::(n2)1: 2: \cdots:(n-2). We take a base case of n=3n=3, for which the claim is obvious. Then suppose the claim holds for n=kn=k. Then Pk(m)=2m2(k1)(k2)P_{k}(m)=\frac{2 m-2}{(k-1)(k-2)}. Then
Pk+1(i)=kikPk(i)+i1kPk(i1)=(ki)(2i2)+(i1)(2i4)k(k1)(k2)=2i2k(k1). P_{k+1}(i)=\frac{k-i}{k} P_{k}(i)+\frac{i-1}{k} P_{k}(i-1)=\frac{(k-i)(2 i-2)+(i-1)(2 i-4)}{k(k-1)(k-2)}=\frac{2 i-2}{k(k-1)} .
Also, we can check Pk+1(2)=2k(k1)P_{k+1}(2)=\frac{2}{k(k-1)} and Pk+1(k)=2kP_{k+1}(k)=\frac{2}{k}, so indeed the claim holds for n=k+1n=k+1, and thus by induction our claim holds for all n3n \geq 3. The probability that Ceila wins the election is then
m=21009P2019(m)m=22018P2019(m)=1008(1+1008)/22017(1+2017)/2=5042017 \frac{\sum_{m=2}^{1009} P_{2019}(m)}{\sum_{m=2}^{2018} P_{2019}(m)}=\frac{1008 \cdot(1+1008) / 2}{2017 \cdot(1+2017) / 2}=\frac{504}{2017}
and thus the probability that Alice wins is 15132017\frac{1513}{2017}.

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.