Maths Olympiad Prep

Library / /626 of 740

, 2014

Algebra Difficulty 5.4 AIME, harder Prove it United States

Problem:
Find the smallest positive integer nn such that, if there are initially 2n2n townspeople and 11 goon, then the probability the townspeople win is greater than 50%50\%.

Solution

Solution:
Answer: 33

We instead consider the probability the goon wins. The game clearly must last nn days. The probability the goon is not sent to jail on any of these nn days is then
2n2n+12n22n123 \frac{2n}{2n+1} \cdot \frac{2n-2}{2n-1} \cdots \frac{2}{3}
If n=2n=2 then the probability the goon wins is 4523=815>12\frac{4}{5} \cdot \frac{2}{3} = \frac{8}{15} > \frac{1}{2}, but when n=3n=3 we have 67815=1635<12\frac{6}{7} \cdot \frac{8}{15} = \frac{16}{35} < \frac{1}{2}, so the answer is n=3n=3.

Alternatively, let pnp_n be the probability that 2n2n townspeople triumph against 11 goon. There is a 12n+1\frac{1}{2n+1} chance that the goon is jailed during the first morning and the townspeople win. Otherwise, the goon eliminates one townsperson during the night. We thus have 2n22n-2 townspeople and 11 goon left, so the probability that the town wins is pn1p_{n-1}. We obtain the recursion
pn=12n+1+2n2n+1pn1. p_n = \frac{1}{2n+1} + \frac{2n}{2n+1} p_{n-1}.
By the previous question, we have the initial condition p1=13p_1 = \frac{1}{3}. We find that p2=715<12p_2 = \frac{7}{15} < \frac{1}{2} and p3=1935>12p_3 = \frac{19}{35} > \frac{1}{2}, yielding n=3n=3 as above.

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.