There are smileys in the infinite square grid. The operation is to remove any smiley by replacing one smiley at its top and one smiley at its right (provided that originally there is no smiley at its top and its right).
Here shows an example of 2 iterations of .
The following diagram shows an initial stage, where 6 smileys occupied 6 shaded squares. ?
Question: Is it possible that all the 6 shaded squares be eventually unoccupied by iterations of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Numberphile did a video on this problem: youtube.com
The solution in the video relied on numbering the grid. The bottom left square is 1, the ones adjacent to it are 1/2 each, the next diagonal is 1/4, and so on. Because of this numbering, performing Q leaves the total sum of the smileys’ values unchanged.
The total value of the bottom row is the sum n = 0 ∑ ∞ 2 n 1 = 2 The same can be done for any other row, with the total sum dividing by two each row, so the sum of all the rows is n = 0 ∑ ∞ 2 ∗ 2 n 1 = 4
The starting sum is 11/4, which is greater than the 5/4 outside these six spaces, so you cannot vacate the spaces without reducing the total, which Q cannot do.