Benchmark AI / Public workspace
OlympiadBench / 1723 / On some planet, there are 2^(N) countries (N≥4). Each country has a…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Expression
is multiple answer
false
language
English
question
On some planet, there are countries . Each country has a flag units wide and one unit high composed of fields of size , each field being either yellow or blue. No two countries have the same flag.
We say that a set of flags is diverse if these flags can be arranged into an square so that all fields on its main diagonal will have the same color. Determine the smallest positive integer such that among any distinct flags, there exist flags forming a diverse set.
Plain-text mathematical notation (without MathML)
On some planet, there are 2^(N) countries (N≥4). Each country has a flag N units wide and one unit high composed of N fields of size 1×1, each field being either yellow or blue. No two countries have the same flag. We say that a set of N flags is diverse if these flags can be arranged into an N×N square so that all N fields on its main diagonal will have the same color. Determine the smallest positive integer M such that among any M distinct flags, there exist N flags forming a diverse set.
Original LaTeX notation
On some planet, there are $2^{N}$ countries $(N \geq 4)$. Each country has a flag $N$ units wide and one unit high composed of $N$ fields of size $1 \times 1$, each field being either yellow or blue. No two countries have the same flag.
We say that a set of $N$ flags is diverse if these flags can be arranged into an $N \times N$ square so that all $N$ fields on its main diagonal will have the same color. Determine the smallest positive integer $M$ such that among any $M$ distinct flags, there exist $N$ flags forming a diverse set.question type
Open-ended
subject
Math
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import