Benchmark AI / Public workspace

OlympiadBench / 2035 / Find the maximal value of

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

Find the maximal value of S=ab+73+bc+73+cd+73+da+73 S=\sqrt[3]{\frac{a}{b+7}}+\sqrt[3]{\frac{b}{c+7}}+\sqrt[3]{\frac{c}{d+7}}+\sqrt[3]{\frac{d}{a+7}} where a,b,c,da, b, c, d are nonnegative real numbers which satisfy a+b+c+d=100a+b+c+d=100.
Plain-text mathematical notation (without MathML)
Find the maximal value of

S=root[3]((a)/(b+7))+root[3]((b)/(c+7))+root[3]((c)/(d+7))+root[3]((d)/(a+7))

where a,b,c,d are nonnegative real numbers which satisfy a+b+c+d=100.
Original LaTeX notation
Find the maximal value of

$$
S=\sqrt[3]{\frac{a}{b+7}}+\sqrt[3]{\frac{b}{c+7}}+\sqrt[3]{\frac{c}{d+7}}+\sqrt[3]{\frac{d}{a+7}}
$$

where $a, b, c, d$ are nonnegative real numbers which satisfy $a+b+c+d=100$.

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