Difference between revisions of "1996 OIM Problems/Problem 3"
(Created page with "== Problem == We have a board of <math>k^2-k+1</math> rows and <math>k^2-k+1</math> columns, where <math>k=p+1</math> and <math>p</math> is a prime number. For each prime <mat...") |
(No difference)
|
Latest revision as of 15:04, 13 December 2023
Problem
We have a board of rows and
columns, where
and
is a prime number. For each prime
, provide a method for distributing numbers 0 and 1, a number in each square of the board, so that in each row there are exactly
numbers 0 and also there are no rectangles with parallel sides on the sides of the board with numbers 0 in its four vertices.
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
This problem needs a solution. If you have a solution for it, please help us out by adding it.