The International Mathematical Olympiad is being organized in Japan, where a folklore belief is that the number $4$ brings bad luck. The opening ceremony takes place at the Grand Theatre where each row has the capacity of $55$ seats. What is the maximum number of contestants that can be seated in a single row with the restriction that no two of them are $4$ seats apart (so that bad luck during the competition is avoided)?
Problem
Source: Balkan BMO Shortlist 2014 C1
Tags: combinatorics
06.08.2019 07:31
Four seats means four are in between the contestants, right?
06.08.2019 07:38
I'm getting a different answer
06.08.2019 07:40
@above I think you're correct, I thought 4 seats apart meant $4$ seats in between
15.08.2021 00:00
Actually, the interpretation of the problem by @chocolatelover111 is the correct one according to the official solution. Although, I have to admit that the problem statement is ambiguous (for example, I understood the same thing with @GoodMorning).
08.10.2021 07:37
05.02.2023 09:27
07.07.2023 01:36
Let there be \(n\) seats, and the unlucky number be \(k\). We see that the seats "affect each other" only if they give the same residue modulo \(k\). Now we have \(k\) groups, \(\{\frac{n}{k}\}.k\) of which have \(\lceil \frac{n}{k} \rceil\) seats, and the rest having \(\lfloor \frac{n}{k} \rfloor\) seats. Double colouring gives us that we can at most pick \(k \cdot \left(\lceil \frac{\left\lceil \frac{n}{k} \rceil\right)}{2} \rceil \cdot \{\frac{n}{k}\}+\lceil \frac{\lfloor \frac{n}{k} \rfloor}{2} \rceil \cdot \left(1-\{\frac{n}{k}\}\right)\right)\). Depending on how we interpreted the problem that means that the answer is either 28 or 30.