Benchmark AI / Public workspace
OlympiadBench / 1968 / For a sequence x₁,x₂,…,x_(n) of real numbers, we define its…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Numerical
is multiple answer
false
language
English
question
For a sequence of real numbers, we define its price as
Given real numbers, Dave and George want to arrange them into a sequence with a low price. Diligent Dave checks all possible ways and finds the minimum possible price . Greedy George, on the other hand, chooses such that is as small as possible; among the remaining numbers, he chooses such that is as small as possible, and so on. Thus, in the step he chooses among the remaining numbers so as to minimise the value of . In each step, if several numbers provide the same value, George chooses one at random. Finally he gets a sequence with price .
Find the least possible constant such that for every positive integer , for every collection of real numbers, and for every possible sequence that George might obtain, the resulting values satisfy the inequality .
Plain-text mathematical notation (without MathML)
For a sequence x₁,x₂,…,x_(n) of real numbers, we define its price as max_(1≤i≤n)|x₁+⋯+x_(i)| Given n real numbers, Dave and George want to arrange them into a sequence with a low price. Diligent Dave checks all possible ways and finds the minimum possible price D. Greedy George, on the other hand, chooses x₁ such that |x₁| is as small as possible; among the remaining numbers, he chooses x₂ such that |x₁+x₂| is as small as possible, and so on. Thus, in the i^(th ) step he chooses x_(i) among the remaining numbers so as to minimise the value of |x₁+x₂+⋯+x_(i)|. In each step, if several numbers provide the same value, George chooses one at random. Finally he gets a sequence with price G. Find the least possible constant c such that for every positive integer n, for every collection of n real numbers, and for every possible sequence that George might obtain, the resulting values satisfy the inequality G≤cD.
Original LaTeX notation
For a sequence $x_{1}, x_{2}, \ldots, x_{n}$ of real numbers, we define its price as
$$
\max _{1 \leqslant i \leqslant n}\left|x_{1}+\cdots+x_{i}\right|
$$
Given $n$ real numbers, Dave and George want to arrange them into a sequence with a low price. Diligent Dave checks all possible ways and finds the minimum possible price $D$. Greedy George, on the other hand, chooses $x_{1}$ such that $\left|x_{1}\right|$ is as small as possible; among the remaining numbers, he chooses $x_{2}$ such that $\left|x_{1}+x_{2}\right|$ is as small as possible, and so on. Thus, in the $i^{\text {th }}$ step he chooses $x_{i}$ among the remaining numbers so as to minimise the value of $\left|x_{1}+x_{2}+\cdots+x_{i}\right|$. In each step, if several numbers provide the same value, George chooses one at random. Finally he gets a sequence with price $G$.
Find the least possible constant $c$ such that for every positive integer $n$, for every collection of $n$ real numbers, and for every possible sequence that George might obtain, the resulting values satisfy the inequality $G \leqslant c D$.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