Find the smallest integer $k \geq 2$ such that for every partition of the set $\{2, 3,\hdots, k\}$ into two parts, at least one of these parts contains (not necessarily distinct) numbers $a$, $b$ and $c$ with $ab = c$.
Problem
Source: 2019 Baltic Way P7
Tags: combinatorics
18.11.2019 14:10
The answer's 32. Assume to the contrary. Put 2 in, say, set A. 4 must be in set B. 16 must be in set A. If 8 is in set A, then $2 \cdot 8 =16 \implies$ Contradiction. If 8 is in set B, then $2 \cdot 16=8 \cdot 4 =32 \implies$ Contradiction. It's simple but a little tedious to find a set with $k=31$ that doesn't work- the trick's to put the primes (and 16) together. Here's one: $(2,3,5,7,11,13,16,17,23,24,29,31)$ and $(4,6,8,9,10,12,14,15,18,19,20,21,22,25,26,27,28,30)$. (Hopefully now it works, thanks to @below for pointing out the mistake in the partition)
18.11.2019 16:52
The sets you provided above work if you switch the positions of $21$ and $24$.
18.11.2019 20:35
ubermensch wrote: The answer's 32. Assume to the contrary. Put 2 in, say, set A. 4 must be in set B. 16 must be in set A. If 8 is in set A, then $2 \cdot 8 =16 \implies$ Contradiction. If 8 is in set B, then $2 \cdot 16=8 \cdot 4 =32 \implies$ Contradiction. It's simple but a little tedious to find a set with $k=31$ that doesn't work- the trick's to put the primes (and 16) together. Here's one: $(2,3,5,7,11,13,16,17,21,23,29,31)$ and $(4,6,8,9,10,12,14,15,18,19,20,22,24,25,26,27,28,30)$. You switched $19 $ and $21$. Also, your example doesn't work since $4 \cdot 6=24$. Take $A=(2,3,5,16,24,28)$ and $B=(4,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,25,26,27,29,30,31)$. To convince yourself that this is good, notice that in $B$, $6 \cdot 6>31,4 \cdot 8>31$, so only $4 \dot 4=16$, $4 \cdot 6=24 $ and $4 \cdot 7=28$ can make problems, but they are in $A$. Similar argument works for $A$. Otherwise, I think your solution is perfectly well formalised.
19.11.2019 07:50
See AIME II 2010/12.
16.03.2020 01:36
10.11.2020 07:25
25.07.2021 19:29
Similar to the solutions above - posting for storage. We claim that the minimal $k$ is $32$. Let $A$ and $B$ denote the two sets. If $2 \in A$, then $4 \in B, 16 \in B$ and $32 \in A$, wherever we add $8$, we have either have $2,8,16$ or $4,8,32$ in the same set. If $k \leq 31$ take $A = \{2,3,5,7,11,13,16,17,18,19,23,24,29,31\}$ and $B = \{4,6,8,9,10,12,14,15,20,21,22,25,26,27,28,30\}$. $\blacksquare$