Tim, Jim and Slim play another card game. This time they each have a deck of 15 colored cards. Each deck has five red, five blue and five green cards. The boys all shuffle their decks so that the cards are randomly ordered.
There are 15 rounds, in which they all reveal the color of the top card in their respective decks. (i.e. In round 1 the reveal the first card, in round 2 the second card etc. )
A three-way match is (as you might expect) a round in which all three turn up the same color card.
Let be the expected number of three-way matches. Which of the following is true?
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 having a 3-way match. That is, X i = 1 if the i th round has a 3-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/3.
E [ X i ] = P r o b ( X i = 1 ) = P r o b ( red match on round i ) + P r o b ( blue match on round i ) + P r o b ( green match on round i ) = 3 × 3 1 × 3 1 × 3 1 = 9 1
Let X be the total number of 3-way matches. Then X = ∑ i = 1 1 5 X i .
By Linearity of Expectation we have E = E [ X ] = i = 1 ∑ 1 5 E [ X i ] = i = 1 ∑ 1 5 9 1 = 9 1 5 ≈ 1 . 6 6 7
Thus $ 1 . 5 < E \le 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.