Maths Olympiad Prep

Library / /63 of 97

Combinatorics Difficulty 8.2 Shortlist Find the answer

Let XX be a set of 100100 elements. Find the smallest possible nn satisfying the following condition: Given a sequence of nn subsets of XX, A1,A2,,AnA_1,A_2,\ldots,A_n, there exists 1i<j<kn1 \leq i < j < k \leq n such that
AiAjAk or AiAjAk.A_i \subseteq A_j \subseteq A_k \text{ or } A_i \supseteq A_j \supseteq A_k.

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

Solution

Let X X be a set of 100 100 elements. We aim to find the smallest possible n n such that given a sequence of n n subsets of X X , A1,A2,,An A_1, A_2, \ldots, A_n , there exists 1i<j<kn 1 \leq i < j < k \leq n such that
AiAjAk or AiAjAk. A_i \subseteq A_j \subseteq A_k \text{ or } A_i \supseteq A_j \supseteq A_k.

The smallest possible n n satisfying this condition is given by:
2(10050)+2(10049)+1. 2 \binom{100}{50} + 2 \binom{100}{49} + 1.

The answer is: 2(10050)\boxed{2 \binom{100}{50}} + 2 (10049)\binom{100}{49} + 1}.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.