IMC 2021 · Problem 2

Day 128th IMC · Online

Statement

Let nn and kk be fixed positive integers, and let aa be an arbitrary non-negative integer. Choose a random kk-element subset XX of {1,2,,k+a}\{1, 2, \ldots, k + a\} uniformly (i.e., all kk-element subsets are chosen with the same probability) and, independently of XX, choose a random nn-element subset YY of {1,,k+n+a}\{1, \ldots, k + n + a\} uniformly.

Prove that the probability

P(min(Y)>max(X))\mathsf{P}\Big(\min(Y) > \max(X)\Big)

does not depend on aa.

Official solution

Hidden so you can work on the problem first.

Proposed by Fedor Petrov, St. Petersburg State University.