2021Team #10
Source:
June 27, 2021
Chessboardcombinatorics
Problem Statement
Let be a positive integer. Each unit square in an grid of squares is colored either black or white,
such that the following conditions hold: Any two black squares can be connected by a sequence of black squares where every two consecutive squares in the sequence share an edge;
Any two white squares can be connected by a sequence of white squares where every two consecutive squares in the sequence share an edge;
Any subgrid contains at least one square of each color.Determine, with proof, the maximum possible difference between the number of black squares and white squares in this grid (in terms of ).