IMC 2025 · Problem 9

Day 232nd IMC · Blagoevgrad, Bulgaria

Statement

Let nn be a positive integer. Consider the following random process which produces a sequence of nn distinct positive integers X1,X2,,XnX_1, X_2, \ldots, X_n.

First, X1X_1 is chosen randomly with P(X1=i)=2i\mathbb{P}(X_1 = i) = 2^{-i} for every positive integer ii. For 1jn11 \le j \le n-1, having chosen X1,,XjX_1, \ldots, X_j, arrange the remaining positive integers in increasing order as n1<n2<n_1 < n_2 < \cdots, and choose Xj+1X_{j+1} randomly with P(Xj+1=ni)=2i\mathbb{P}(X_{j+1} = n_i) = 2^{-i} for every positive integer ii.

Let Yn=max{X1,,Xn}Y_n = \max\{X_1, \ldots, X_n\}. Show that

E[Yn]=i=1n2i2i1\mathbb{E}[Y_n] = \sum_{i=1}^{n} \frac{2^i}{2^i - 1}

where E[Yn]\mathbb{E}[Y_n] is the expected value of YnY_n.

Official solution

Hidden so you can work on the problem first.

Proposed by Jan Ku´s and Jun Yan, University of Warwick.