[Math] Expected Value with Cards

probability

The cards of a standard 52-card deck are dealt out in a circle. What is the expected number of pairs of adjacent cards which are both black? Express your answer as a common fraction.

I really have no idea how to start. Any help would be great.

Best Answer

Hint to get you started:

  • Use indicator variable.

  • Focus on a pair of card, what is the probability that both are black.

Edit:

Let's introduce the indicator variable $X_i$ such that it is equal to $1$ when it is black and the very next card (counter clockwise) is black as well and it is equal to $0$ otherwise.

Then the number of pairs of adjacent cards which are both black is $\sum_{i=1}^{52} X_i$ and its expected value is $$\mathbb{E} \left[\sum_{i=1}^{52} X_i\right] =\sum_{i=1}^{52} \mathbb{E} \left[X_i\right] =\sum_{i=1}^{52} \frac12 \cdot \frac{25}{51} =\frac{26\cdot 25}{51}=\frac{650}{51}$$

Related Question