Benchmark AI / Public workspace

Omni-MATH / Given positive integers n and k, n>k²>4. In a n×n grid, a k[i]-group[/i] is a set of k unit squares lying in different rows and different columns. Determine the maximal possible N,…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Given positive integers nn and kk, n>k2>4.n > k^2 >4. In a n×nn \times n grid, a kk[i]-group[/i] is a set of kk unit squares lying in different rows and different columns. Determine the maximal possible NN, such that one can choose NN unit squares in the grid and color them, with the following condition holds: in any kk[i]-group[/i] from the colored NN unit squares, there are two squares with the same color, and there are also two squares with different colors.
Plain-text mathematical notation (without MathML)
Given positive integers n and k, n>k²>4. In a n×n grid, a k[i]-group[/i] is a set of k unit squares lying in different rows and different columns.
Determine the maximal possible N, such that one can choose N unit squares in the grid and color them, with the following condition holds: in any k[i]-group[/i] from the colored N unit squares, there are two squares with the same color, and there are also two squares with different colors.
Original LaTeX notation
Given positive integers $n$ and $k$, $n > k^2 >4.$ In a $n \times n$ grid, a $k$[i]-group[/i] is a set of $k$ unit squares lying in different rows and different columns.
Determine the maximal possible $N$, such that one can choose $N$ unit squares in the grid and color them, with the following condition holds: in any $k$[i]-group[/i] from the colored $N$ unit squares, there are two squares with the same color, and there are also two squares with different colors.

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