benchmarks.wiki / Public workspace

Omni-MATH / Let n be a positive integer. Initially, a 2n×2n grid has k black cells and the rest white cells. The following two operations are allowed : (1) If a 2×2 square has exactly three bl…

Problem

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

problem

Let nn be a positive integer. Initially, a 2n×2n2n \times 2n grid has kk black cells and the rest white cells. The following two operations are allowed : (1) If a 2×22\times 2 square has exactly three black cells, the fourth is changed to a black cell; (2) If there are exactly two black cells in a 2×22 \times 2 square, the black cells are changed to white and white to black. Find the smallest positive integer kk such that for any configuration of the 2n×2n2n \times 2n grid with kk black cells, all cells can be black after a finite number of operations.
Plain-text mathematical notation (without MathML)
Let n be a positive integer. Initially, a 2n×2n grid has k black cells and the rest white cells. The following two operations are allowed :
(1) If a 2×2 square has exactly three black cells, the fourth is changed to a black cell; 
(2) If there are exactly two black cells in a 2×2 square, the black cells are changed to white and white to black.
 Find the smallest positive integer k such that for any configuration of the 2n×2n grid with k black cells, all cells can be black after a finite number of operations.
Original LaTeX notation
Let $n$ be a positive integer. Initially, a $2n \times 2n$ grid has $k$ black cells and the rest white cells. The following two operations are allowed :
(1) If a $2\times 2$ square has exactly three black cells, the fourth is changed to a black cell; 
(2) If there are exactly two black cells in a $2 \times 2$ square, the black cells are changed to white and white to black.
 Find the smallest positive integer $k$ such that for any configuration of the $2n \times 2n$ grid with $k$ black cells, all cells can be black after a finite number of operations.

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.

See answer Answer published by the source

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