Removing squares from a chessboard

The squares of a 2 × 500 2 \times 500 chessboard are coloured black and white in the standard alternating pattern. k k of the black squares are removed from the board at random. What is the minimum value of k k such that the expected number of pieces the chessboard is divided into by this process is at least 20 20 ?

Details and assumptions

The squares removed from the chessboard are not counted as pieces.

A piece of the chessboard is a set of squares joined together along edges. Being connected at corners of squares is not sufficient for two squares to be in the same piece.


The answer is 98.

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.

1 solution

Calvin Lin Staff
May 13, 2014

Each piece of the chessboard must contain at least one white square. We will count the expected number of white squares sharing a corner of the chessboard that become separated by the deletion of the black squares. The expected number of pieces of the chessboard will be one more than this number.

We will solve the problem more generally, for a 2 × n 2 \times n board and m m pieces. We assign values of 1 , 2 , , n 1, 2, \ldots, n the columns of the board. Let X i X_i be an indicator variable which has value 1 1 if the white square in column i i becomes separated from the white square in column i + 1 i + 1 . Then by linearity of expectation, the expected number of pieces the board is divided into is 1 + i = 1 n 1 E [ X i ] 1 + \sum\limits_{i=1}^{n-1} E[X_i] . It is easy to see that E [ X i ] E[X_i] is k ( k 1 ) n ( n 1 ) \frac{k(k-1)}{n(n-1)} for each value of i i , since we require two specific black squares to be deleted. Thus, the expected number of pieces is 1 + ( n 1 ) k ( k 1 ) n ( n 1 ) = 1 + k ( k 1 ) n . 1 + (n-1) \frac{k(k-1)}{n(n-1)} = 1 + \frac{k(k-1)}{n}. Since we want at least m m pieces, we have 1 + k ( k 1 ) n m , 1 + \frac{k(k-1)}{n} \geq m, which we can simplify to k 2 k n ( m 1 ) 0. k^2 - k - n(m-1) \geq 0. We can solve this using the quadratic formula to get k 1 2 + 1 4 + n ( m 1 ) . k \geq \frac{1}{2} + \sqrt{\frac{1}{4} + n(m-1)}.

Substituting in n = 500 , m = 20 n = 500, m = 20 gives k = 98 k = 98 as the minimum possible value.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...