Some points on (integer, rectangular) grid in a plane are colored white, some black and some are not colored.
In each step, one vertical or horizontal line can be selected, and all colored points on that line would toggle their color.
Prove there is a finite sequence of steps after which on every vertical or horizontal line number of black and number of white points differs by 1 at most.
Asked
Active
Viewed 319 times
2

n0vakovic
- 909
1 Answers
6
What sequence of horizontal or vertical steps would lead
B W
W W
to have the number of black and white points almost even?
-
2+1. It is a very nice counterexample! Any row or column toggle will preserve the 1-to-3 ratio, and so there can be no solution in this case. – JDH Aug 12 '10 at 04:08
vertical line' means all points (x,y) for some x and $1 \le y \le n$,
horizontal line' means all points (x,y) for some y and $1 \le x \le m$. – rgrig Aug 12 '10 at 08:40The monochromatic grids of size m-by-n satisfy this bound.
– Joshua Shane Liberman Aug 12 '10 at 11:53