benchmarks.wiki / Public workspace
OlympiadBench / 1882 / Let n be an integer with n≥2. On a slope of a mountain, n²…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
Let be an integer with . On a slope of a mountain, checkpoints are marked, numbered from 1 to from the bottom to the top. Each of two cable car companies, and , operates cable cars numbered from 1 to ; each cable car provides a transfer from some checkpoint to a higher one. For each company, and for any and with , the starting point of car is higher than the starting point of car ; similarly, the finishing point of car is higher than the finishing point of car . Say that two checkpoints are linked by some company if one can start from the lower checkpoint and reach the higher one by using one or more cars of that company (no movement on foot is allowed).
Determine the smallest for which one can guarantee that there are two checkpoints that are linked by each of the two companies.
Plain-text mathematical notation (without MathML)
Let n be an integer with n≥2. On a slope of a mountain, n² checkpoints are marked, numbered from 1 to n² from the bottom to the top. Each of two cable car companies, A and B, operates k cable cars numbered from 1 to k; each cable car provides a transfer from some checkpoint to a higher one. For each company, and for any i and j with 1≤i<j≤k, the starting point of car j is higher than the starting point of car i; similarly, the finishing point of car j is higher than the finishing point of car i. Say that two checkpoints are linked by some company if one can start from the lower checkpoint and reach the higher one by using one or more cars of that company (no movement on foot is allowed). Determine the smallest k for which one can guarantee that there are two checkpoints that are linked by each of the two companies.
Original LaTeX notation
Let $n$ be an integer with $n \geqslant 2$. On a slope of a mountain, $n^{2}$ checkpoints are marked, numbered from 1 to $n^{2}$ from the bottom to the top. Each of two cable car companies, $A$ and $B$, operates $k$ cable cars numbered from 1 to $k$; each cable car provides a transfer from some checkpoint to a higher one. For each company, and for any $i$ and $j$ with $1 \leqslant i<j \leqslant k$, the starting point of car $j$ is higher than the starting point of car $i$; similarly, the finishing point of car $j$ is higher than the finishing point of car $i$. Say that two checkpoints are linked by some company if one can start from the lower checkpoint and reach the higher one by using one or more cars of that company (no movement on foot is allowed).
Determine the smallest $k$ for which one can guarantee that there are two checkpoints that are linked by each of the two companies.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