CombinatoricsDifficulty 6.1National OlympiadProve itUnited States
Problem:
In an election for the Peer Pressure High School student council president, there are 2019 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 2016 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 32 probability of voting for Alice and a 31 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) be the probability that after n voters have voted, Alice gets m votes. We show by induction that for n≥3, the ratio Pn(2):Pn(3):⋯:Pn(n−1) is equal to 1:2:⋯:(n−2). We take a base case of n=3, for which the claim is obvious. Then suppose the claim holds for n=k. Then Pk(m)=(k−1)(k−2)2m−2. Then Pk+1(i)=kk−iPk(i)+ki−1Pk(i−1)=k(k−1)(k−2)(k−i)(2i−2)+(i−1)(2i−4)=k(k−1)2i−2. Also, we can check Pk+1(2)=k(k−1)2 and Pk+1(k)=k2, so indeed the claim holds for n=k+1, and thus by induction our claim holds for all n≥3. The probability that Ceila wins the election is then ∑m=22018P2019(m)∑m=21009P2019(m)=2017⋅(1+2017)/21008⋅(1+1008)/2=2017504 and thus the probability that Alice wins is 20171513.
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.