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:
Which is the most probable?
Part of a collection on Matching Cards
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.
Let X i be the indicator random variable for the i th round being a 4-way match. That is, X i = 1 if the i th round is a 4-way match and X i = 0 otherwise.
Since the decks are shuffled, the 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 ( 4 1 ) 4 = 6 4 1
Let X be the total number of 4-way matches in the game. Then X = ∑ i = 1 6 4 X i . Also Y = ∑ i = 1 3 2 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 ∑ 6 4 E [ X i ] = i = 1 ∑ 6 4 6 4 1 = 1
By Markov's Inequality (see this wiki )
P r o b ( X ≥ 2 ) ≤ 2 E [ X ] = 2 1
Moreover, since clearly there is a positive probability of 3 or more 4-way matches, we must have
P r o b ( X ≥ 2 ) < 2 1
Note that this is the probability of event E3.
Similarly,
E [ Y ] = i = 1 ∑ 3 2 E [ X i ] = i = 1 ∑ 3 2 6 4 1 = 2 1
and
P r o b ( Y ≥ 1 ) < 2 1
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 E 2 .
Note: The random variables 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.