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 x1,x2,,xnx_{1}, x_{2}, \ldots, x_{n} of real numbers, we define its price as max1in|x1++xi| \max _{1 \leqslant i \leqslant n}\left|x_{1}+\cdots+x_{i}\right| Given nn 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 DD. Greedy George, on the other hand, chooses x1x_{1} such that |x1|\left|x_{1}\right| is as small as possible; among the remaining numbers, he chooses x2x_{2} such that |x1+x2|\left|x_{1}+x_{2}\right| is as small as possible, and so on. Thus, in the ith i^{\text {th }} step he chooses xix_{i} among the remaining numbers so as to minimise the value of |x1+x2++xi|\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 GG. Find the least possible constant cc such that for every positive integer nn, for every collection of nn real numbers, and for every possible sequence that George might obtain, the resulting values satisfy the inequality GcDG \leqslant c D.
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

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

Official source

initial import