There are a total of 64 squares on a chessboard of which 32 are black and the remaining 32 are white.
If three squares are to be chosen at random, the total number of ways to do this task = \(64_C_3\) = \(\frac{64 * 63 * 62 }{ 3*2*1}\). This can be simplified one step further and written as 64 * 21*31. Do not try to evaluate the exact value of the above product.
We are trying to find the probability that, of the 3 squares we selected, 2 are of one color and the remaining of the other color. This means, there can be two cases.
Case 1: Select 2 black squares and 1 white square.
This can be done in \(32_C_2\) * \(32_C_1\) ways.
\(32_C_2 * 32_C_1\) = \(\frac{32 * 31 }{ 2}\) * 32 = 32*31* 16.
Case 2: Select 2 white squares and 1 black square.
This can be done in 32_C_2 * 32_C_1 ways too which means, 32*31*16 ways.
Therefore, total number of favourable outcomes = 32*31*16 + 32*31*16 = 32*31*16*2 = 64*31*16.
Probability = \(\frac{Number of favourable outcomes }{ Total possible outcomes}\) = \(\frac{64*31*16 }{ 64*31*21}\), which simplifies to give us \(\frac{16}{21}\).
The correct answer option is E.
Hope that helps!