Maths Olympiad Prep

Library / /536 of 1394

, 2018

Combinatorics Difficulty 5.2 AIME, harder Find the answer United States

Problem:

Fran writes the numbers 1,2,3,,201,2,3, \ldots, 20 on a chalkboard. Then she erases all the numbers by making a series of moves; in each move, she chooses a number nn uniformly at random from the set of all numbers still on the chalkboard, and then erases all of the divisors of nn that are still on the chalkboard (including nn itself). What is the expected number of moves that Fran must make to erase all the numbers?

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

Solution

Solution:

For each n,1n20n, 1 \leq n \leq 20, consider the first time that Fran chooses one of the multiples of nn. It is in this move that nn is erased, and all the multiples of nn at most 2020 are equally likely to be chosen for this move. Hence this is the only move in which Fran could possibly choose nn; since there are 20/n\lfloor 20 / n\rfloor multiples of nn at most 2020, this means that the probability that nn is ever chosen is 1/20/n1 / \lfloor 20 / n\rfloor. Therefore the expected number of moves is
E=n=120120/n=120+110+16+15+14+13+4(12)+10(1)=13110. \begin{aligned} E & = \sum_{n=1}^{20} \frac{1}{\lfloor 20 / n\rfloor} \\ & = \frac{1}{20} + \frac{1}{10} + \frac{1}{6} + \frac{1}{5} + \frac{1}{4} + \frac{1}{3} + 4\left(\frac{1}{2}\right) + 10(1) = \frac{131}{10} . \end{aligned}
(This sum is easier to compute than it may seem, if one notes that 1/20+1/5+1/4=1/21 / 20 + 1 / 5 + 1 / 4 = 1 / 2 and 1/6+1/3=1/21 / 6 + 1 / 3 = 1 / 2.)

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.