Viktor and Natalia bought $2020$ buckets of ice-cream and want to organize a degustation schedule with $2020$ rounds such that: - In every round, both of them try $1$ ice-cream, and those $2$ ice-creams tried in a single round are different from each other. - At the end of the $2020$ rounds, both of them have tried each ice-cream exactly once. We will call a degustation schedule fair if the number of ice-creams that were tried by Viktor before Natalia is equal to the number of ice creams tried by Natalia before Viktor. Prove that the number of fair schedules is strictly larger than $2020!(2^{1010} + (1010!)^2)$. Proposed by Viktor Simjanoski, Macedonia
Problem
Source: JBMO Shortlist 2020
Tags: Junior, Balkan, shortlist, 2020, combinatorics
04.07.2021 18:17
This problem was proposed by Macedonia
02.08.2021 16:35
Firstly note that there are $2020!$ different orders in which Viktor can try the ice creams. Let Victor's $k$th ice cream try be labelled $a_k$ and let Natalia's $k$th ice cream try be labelled $b_k$. We will provide two different arrangements for Natalia's ice creams. Arrangement 1: $(b_1, b_2, b_3,...,b_{1010}) = (a_{1011}, a_{1012}, a_{1013},...,a_{2020})$ (not necessarily in that order) and $(b_{1011}, b_{1012}, b_{1013},...,b_{2020}) = (a_1, a_2, a_3,...,a_{1010})$ There are $(1010!)^2$ ways to arrange $b_i$ this way. Arrangement 2: This is very similar to Arrangement 1 but instead we have divided the set into $4$ categories. So we can have for each $1 \leq i \leq 505, b_i = a_j$ and some $j$ satisfying $506 \leq j \leq 1010$ and for each $506 \leq i \leq 1010, b_i = a_j$ and some $j$ satisfying $1515 \leq j \leq 2020$ and for each $1011 \leq i \leq 1515, b_i = a_j$ and some $j$ satisfying $1 \leq j \leq 505$ and for each $1516 \leq i \leq 2020, b_i = a_j$ and some $j$ satisfying $1011 \leq j \leq 1515$ There are $(505!)^4$ ways to arrange $b_i$ this way. With these $2$ combined, we have counted $2020!((505!)^4 + (1010!)^2)$ so it would suffice to show $(505!)^4 \geq 2^{1010}$ which is true as $505! \geq 2^{253}$ clearly holds.
27.12.2021 05:37
Solved with zhao_andrew.