benchmarks.wiki / Public workspace
OlympiadBench / 2082 / Find the largest possible integer k, such that the following statement is…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
Find the largest possible integer , such that the following statement is true:
Let 2009 arbitrary non-degenerated triangles be given. In every triangle the three sides are colored, such that one is blue, one is red and one is white. Now, for every color separately, let us sort the lengths of the sides. We obtain
$$
\begin{aligned}
b_{1} \leq b_{2} \leq \ldots \leq b_{2009} & \text { the lengths of the blue sides } \\
r_{1} \leq r_{2} \leq \ldots \leq r_{2009} & \text { the lengths of the red sides, } \\
\text { and } \quad & w_{1} \leq w_{2} \leq \ldots \leq w_{2009} \quad \text { the lengths of the white sides. }
\end{aligned}
$$
Then there exist indices such that we can form a non-degenerated triangle with side lengths .Plain-text mathematical notation (without MathML)
Find the largest possible integer k, such that the following statement is true:
Let 2009 arbitrary non-degenerated triangles be given. In every triangle the three sides are colored, such that one is blue, one is red and one is white. Now, for every color separately, let us sort the lengths of the sides. We obtain
$$
\begin{aligned}
b_{1} \leq b_{2} \leq \ldots \leq b_{2009} & \text { the lengths of the blue sides } \\
r_{1} \leq r_{2} \leq \ldots \leq r_{2009} & \text { the lengths of the red sides, } \\
\text { and } \quad & w_{1} \leq w_{2} \leq \ldots \leq w_{2009} \quad \text { the lengths of the white sides. }
\end{aligned}
$$
Then there exist k indices j such that we can form a non-degenerated triangle with side lengths b_(j),r_(j),w_(j).Original LaTeX notation
Find the largest possible integer $k$, such that the following statement is true:
Let 2009 arbitrary non-degenerated triangles be given. In every triangle the three sides are colored, such that one is blue, one is red and one is white. Now, for every color separately, let us sort the lengths of the sides. We obtain
$$
\begin{aligned}
b_{1} \leq b_{2} \leq \ldots \leq b_{2009} & \text { the lengths of the blue sides } \\
r_{1} \leq r_{2} \leq \ldots \leq r_{2009} & \text { the lengths of the red sides, } \\
\text { and } \quad & w_{1} \leq w_{2} \leq \ldots \leq w_{2009} \quad \text { the lengths of the white sides. }
\end{aligned}
$$
Then there exist $k$ indices $j$ such that we can form a non-degenerated triangle with side lengths $b_{j}, r_{j}, w_{j}$.answer type
Numerical
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