If n squares are randomly removed from a $p \ \cdot \ q$ chessboard, what will be the expected number of pieces the chessboard is divided into?
Can anybody please provide how can I approach the problem? There are numerous cases and when I go through case consideration it becomes extremely complex.
2 = = 2 piece 3 = (3+1)/2 = 2 piece 4 = = 2 piece 5 = (5+1)/2 = 3 piece 6 = 3 piece 7 = (7+1)/2 = 4 piece 8 = = 4 piece
Series = (n+1)/2 pieces
Regards, Yuvaraj