Benchmark AI / Public workspace
OlympiadBench / 2230 / Let k be a positive integer. Lexi has a dictionary D consisting of…
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
Let be a positive integer. Lexi has a dictionary consisting of some -letter strings containing only the letters and . Lexi would like to write either the letter or the letter in each cell of a grid so that each column contains a string from when read from top-to-bottom and each row contains a string from when read from left-to-right.
What is the smallest integer such that if contains at least different strings, then Lexi can fill her grid in this manner, no matter what strings are in ?
Plain-text mathematical notation (without MathML)
Let k be a positive integer. Lexi has a dictionary D consisting of some k-letter strings containing only the letters A and B. Lexi would like to write either the letter A or the letter B in each cell of a k×k grid so that each column contains a string from D when read from top-to-bottom and each row contains a string from D when read from left-to-right. What is the smallest integer m such that if D contains at least m different strings, then Lexi can fill her grid in this manner, no matter what strings are in D ?
Original LaTeX notation
Let $k$ be a positive integer. Lexi has a dictionary $\mathcal{D}$ consisting of some $k$-letter strings containing only the letters $A$ and $B$. Lexi would like to write either the letter $A$ or the letter $B$ in each cell of a $k \times k$ grid so that each column contains a string from $\mathcal{D}$ when read from top-to-bottom and each row contains a string from $\mathcal{D}$ when read from left-to-right.
What is the smallest integer $m$ such that if $\mathcal{D}$ contains at least $m$ different strings, then Lexi can fill her grid in this manner, no matter what strings are in $\mathcal{D}$ ?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