The squares of a chessboard are coloured black and white in the standard alternating pattern. of the black squares are removed from the board at random. What is the minimum value of such that the expected number of pieces the chessboard is divided into by this process is at least ?
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.
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.
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 board and m pieces. We assign values of 1 , 2 , … , n the columns of the board. Let X i be an indicator variable which has value 1 if the white square in column i becomes separated from the white square in column 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 ] . It is easy to see that E [ X i ] is n ( n − 1 ) k ( k − 1 ) for each value of i , since we require two specific black squares to be deleted. Thus, the expected number of pieces is 1 + ( n − 1 ) n ( n − 1 ) k ( k − 1 ) = 1 + n k ( k − 1 ) . Since we want at least m pieces, we have 1 + n k ( k − 1 ) ≥ m , which we can simplify to k 2 − k − n ( m − 1 ) ≥ 0 . We can solve this using the quadratic formula to get k ≥ 2 1 + 4 1 + n ( m − 1 ) .
Substituting in n = 5 0 0 , m = 2 0 gives k = 9 8 as the minimum possible value.