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 be a positive integer. Initially, a grid has black cells and the rest white cells. The following two operations are allowed :
(1) If a square has exactly three black cells, the fourth is changed to a black cell;
(2) If there are exactly two black cells in a square, the black cells are changed to white and white to black.
Find the smallest positive integer such that for any configuration of the grid with 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
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
initial import