benchmarks.wiki / Public workspace
OlympiadBench / 2198 / The n contestants of an EGMO are named C₁,…,C_(n). After the…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
The contestants of an EGMO are named . After the competition they queue in front of the restaurant according to the following rules.
- The Jury chooses the initial order of the contestants in the queue.
- Every minute, the Jury chooses an integer with .
- If contestant has at least other contestants in front of her, she pays one euro to the Jury and moves forward in the queue by exactly positions.
- If contestant has fewer than other contestants in front of her, the restaurant opens and the process ends.
Determine for every the maximum number of euros that the Jury can collect by cunningly choosing the initial order and the sequence of moves.
Plain-text mathematical notation (without MathML)
The n contestants of an EGMO are named C₁,…,C_(n). After the competition they queue in front of the restaurant according to the following rules.
- The Jury chooses the initial order of the contestants in the queue.
- Every minute, the Jury chooses an integer i with 1≤i≤n.
- If contestant C_(i) has at least i other contestants in front of her, she pays one euro to the Jury and moves forward in the queue by exactly i positions.
- If contestant C_(i) has fewer than i other contestants in front of her, the restaurant opens and the process ends.
Determine for every n the maximum number of euros that the Jury can collect by cunningly choosing the initial order and the sequence of moves.Original LaTeX notation
The $n$ contestants of an EGMO are named $C_{1}, \ldots, C_{n}$. After the competition they queue in front of the restaurant according to the following rules.
- The Jury chooses the initial order of the contestants in the queue.
- Every minute, the Jury chooses an integer $i$ with $1 \leq i \leq n$.
- If contestant $C_{i}$ has at least $i$ other contestants in front of her, she pays one euro to the Jury and moves forward in the queue by exactly $i$ positions.
- If contestant $C_{i}$ has fewer than $i$ other contestants in front of her, the restaurant opens and the process ends.
Determine for every $n$ the maximum number of euros that the Jury can collect by cunningly choosing the initial order and the sequence of moves.answer type
Expression
is multiple answer
false
language
English
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.
See answer Answer published by the source
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