Benchmark AI / Public workspace
OlympiadBench / 1789 / Determine the largest N for which there exists a table T of integers with…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Expression
is multiple answer
false
language
English
question
Determine the largest for which there exists a table of integers with rows and 100 columns that has the following properties:
(i) Every row contains the numbers 1,2, ., 100 in some order.
(ii) For any two distinct rows and , there is a column such that .
Here means the number at the intersection of the row and the column .
Plain-text mathematical notation (without MathML)
Determine the largest N for which there exists a table T of integers with N rows and 100 columns that has the following properties: (i) Every row contains the numbers 1,2, ., 100 in some order. (ii) For any two distinct rows r and s, there is a column c such that |T(r,c)−T(s,c)|≥2. Here T(r,c) means the number at the intersection of the row r and the column c.
Original LaTeX notation
Determine the largest $N$ for which there exists a table $T$ of integers with $N$ rows and 100 columns that has the following properties: (i) Every row contains the numbers 1,2, ., 100 in some order. (ii) For any two distinct rows $r$ and $s$, there is a column $c$ such that $|T(r, c)-T(s, c)| \geqslant 2$. Here $T(r, c)$ means the number at the intersection of the row $r$ and the column $c$.
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