More on multi-way matches -2

Alice, Bob, Claire and David each have a deck of 64 cards (16 red, 16 blue, 16 green, 16 yellow), which they proceed to shuffle (so that the cards are in a random order.)

There are 64 rounds in which they all reveal the color of the top card in their respective decks. (i.e. In round 1 they reveal the first card, in round 2 the second card etc. )

A four-way match is a round in which all four turn up the same color card.

Consider the following events:

  • E1: There is at least one four-way match within the first 32 rounds
  • E2: There is at most one four-way match in the game (all 64 rounds)
  • E3: There are at least two four-way matches in the game (all 64 rounds)

Which is the most probable?


Inspiration

Part of a collection on Matching Cards

E1 and E3 are equally likely and E2 is less likely E1 E3 E2 E2 and E3 are equally likely and E1 is less likely All are equally likely E1 and E2 are equally likely and E3 is less likely

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

Varsha Dani
Oct 28, 2018

Let X i X_i be the indicator random variable for the i i th round being a 4-way match. That is, X i = 1 X_i = 1 if the i i th round is a 4-way match and X i = 0 X_i = 0 otherwise.

Since the decks are shuffled, the i i th card in each deck is random. Also, the probability of any card from any of the three decks being a particular color is 1/4.

Therefore E [ X i ] = P r o b ( X i = 1 ) = color c P r o b ( 4-way match of color $c$ on round i ) = 4 ( 1 4 ) 4 = 1 64 \begin{aligned} \mathbb{E}[X_i] = \mathrm{Prob}(X_i =1) &= \sum_{\mbox{color } c} \mathrm{Prob}(\mbox{4-way match of color \$c\$ on round } i) \\ &= 4 \left(\frac{1}{4} \right)^{4} \\ &=\frac{1}{64} \end{aligned}

Let X X be the total number of 4-way matches in the game. Then X = i = 1 64 X i X = \sum_{i=1}^{64} X_i . Also Y = i = 1 32 X i Y = \sum_{i=1}^{32} X_i is the number of 4-way matches in the first half of the game.

By Linearity of Expectation we have E [ X ] = i = 1 64 E [ X i ] = i = 1 64 1 64 = 1 \mathbb{E}[X] = \sum_{i=1}^{64} \mathbb{E}[ X_i] = \sum_{i=1}^{64} \frac{1}{64} = 1

By Markov's Inequality (see this wiki )

P r o b ( X 2 ) E [ X ] 2 = 1 2 \mathrm{Prob}( X \ge 2) \le \frac{\mathbb{E}[X] }{2} = \frac{1}{2}

Moreover, since clearly there is a positive probability of 3 or more 4-way matches, we must have

P r o b ( X 2 ) < 1 2 \mathrm{Prob}( X \ge 2) < \frac{1}{2}

Note that this is the probability of event E3.

Similarly,

E [ Y ] = i = 1 32 E [ X i ] = i = 1 32 1 64 = 1 2 \mathbb{E}[Y] = \sum_{i=1}^{32} \mathbb{E}[ X_i] = \sum_{i=1}^{32} \frac{1}{64} = \frac{1}{2}

and

P r o b ( Y 1 ) < 1 2 \mathrm{Prob}( Y \ge 1) < \frac{1}{2}

the strict inequality coming from the positive probability of two or more 4-way matches in the first half.

Note that this is the probability of event E1.

Finally, event E2 is the complement of event E3, so its probability is at least 1/2

Thus the most probable event is E2 \fbox{ E2} .

Note: The random variables X i X_i are not independent, so it is fortunate that they do not need to be. Linearity of Expectation applies to any linear combination of random variables.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...