How Many Times on Average?

A common type of questions which appears on Quant Interviews is:

“You have a sequence of random variables. How many times on average does a certain outcome appear in this sequence?”

Here are a few examples:

  1. You are throwing a coin 100 times. How many times will you encounter the Heads-Heads-Tails in this sequence?
  2. Five husbands and five wives have sat around a circle table in random order. What is the average number of spouses which are sitting next to each other?

While such problems can be solved using induction, there is another, more elegant approach. It is based on the following observation:

The average number of successful events is equal to the sum of the probabilities that each of these events is successful. The events do NOT need to be independent.

Written mathematically, this translates to:

E({Xi=1,1in})=E(i=1nXi)=i=1nE(Xi)=i=1nP(Xi=1),\mathbb{E}(\|\{X_i = 1, 1 \leq i \leq n \}\|) = \mathbb{E}(\sum_{i=1}^{n} X_i) = \sum_{i=1}^{n} \mathbb{E}(X_i) = \sum_{i=1}^{n}\mathbb{P}(X_i =1),

where XiX_i is a random variable, such that Xi=1X_i=1 if the i-th event is successful Xi=0X_i = 0 otherwise.

  • The first equation follows from the definition of XiX_i.
  • The second equation follows from linearity of expectation.
  • The third equality is a basic property of expectation.

Let us see how to apply this technique to solve the coin question posed above.

We define a random variable XiX_i which is equal to 11 if and only if coin tosses i,i+1,i+2i, i+1, i+2 are Tails-Tails-Heads respectively. We have:

E({Xi=1,1i100})=i=1100P(Xi=1)\mathbb{E}(\|\{X_i=1, 1\leq i \leq 100\}\|) = \sum_{i=1}^{100}\mathbb{P}(X_i=1)

It is easy to see that for each 1in,Xi=12×12×12=181\leq i \leq n, X_i = \frac{1}{2}\times\frac{1}{2}\times\frac{1}{2}=\frac{1}{8}. Therefore, the answer to the problem is 100×18=12.5100\times \frac{1}{8}=12.5.


To solve the second problem, we define a random variable XiX_i which is equal to 11 if and only a husband and his wife are sitting on spots ii and i+1i+1 around the table. For each ii the probability of this happening is equal to 19\frac{1}{9}. Indeed, no matter who sits on spot ii, the chance that their spouse sits on spot i+1i+1 is 1:9. Therefore, the average number of spouses sitting next to each other is:

E({Xi=1,1i10})=i=110P(Xi=1)=10×19=119\mathbb{E}(\|\{X_i=1, 1\leq i \leq 10\}\|) = \sum_{i=1}^{10}\mathbb{P}(X_i=1)=10\times\frac{1}{9}=1\frac{1}{9}

As we can see, the presented technique is a simple, but very powerful tool. For extra practice, try to solve this fun puzzle from our blog on your own:

Fish Eat Fish

A hundred fish are swimming along a stream at different velocities. If one fish catches up to another fish, it eats it and continues swimming. What is the expected number of fish that will survive?

The Die Game

You pick a number between 1 and 6 and keep throwing a die until you get it. Does it matter which number you pick for maximizing the total sum of the numbers in the resulting sequence?

In the example below, the picked number is 6 and the total sum of the numbers in the resulting sequence is 35.

FEATURED

Population

In certain society all parents stop having children right after they get their first boy. After 1000 years, approximately what will be the percentage of the women in the society?

FEATURED

The Monty Hall Show

You are in Monty Hall’s TV show where in the final round the host gives you the option to open one of three boxes and to receive the reward inside. Two of the boxes contain just a penny, while the third box contains $1.000.000. In order to make the game more exciting, after you pick your choice, the rules require the host to open one of the two remaining boxes, such that it contains a penny inside. After that he asks you whether you want to keep your chosen box or to switch it with the third remaining one. What should you do?

FEATURED

Gun Duel

Mick, Nick, and Rick arrange a three-person gun duel. Mick hits his target 1 out of every 3 times, Nick hits his target 2 out of every 3 times, and Rick hits his target every time. If the three are taking turns shooting at each other, with Mick starting first and Nick second, what should be Mick’s strategy?

Envelopes with Numbers

You are given 2 sealed envelopes with numbers inside. You are told that one of the numbers is twice as much as the other one. You grab one of the envelopes and right before you open it, you make the following calculation:

“If this envelope contains X inside, then the other envelope contains either X/2 or 2X inside. Since the chance that the other envelope contains a larger number is exactly 50%, the expected money I will get after switching is X/4 + X = 1.25X > X. Therefore, I should switch!”

Clearly, this reasoning is wrong, since you can’t possibly deduce which envelope of the two contains a larger number. Where is the mistake?

Fish in a Pond

There are 5 fish in a pond. What is the probability that you can split the pond into 2 halves using a diameter, so that all fish end up in one half?

Moms’ Talk

Two moms, Sarah and Courtney, are talking to each other.

Sarah: I have two children.
What is the probability that both of Sarah’s children are boys?

Courtney: Me too! Do you have any boys?
What is the probability that both of Courtney’s children are boys?

Sarah: Yes, I do! What is your younger child?
What is the probability that both of Sarah’s children are boys?

Courtney: It is a boy. He is so mischievous!
What is the probability that both of Courtney’s children are boys?

Sarah: Is he Sagittarius? Sagittarius boys are known to drive their mothers crazy. I can testify from personal experience.
What is the probability that both of Sarah’s children are boys?

Courtney: No, but actually I have the opposite personal experience to yours.
What is the probability that both of Courtney’s children are boys?

Sarah: Well, I guess astrology does not always get it right.

Courtney: I assume it does about half of the time.

Royal Wedding

A prince decides to get married to the prettiest girl in his kingdom. All 100 available ladies go to the palace and show themselves to the prince one by one. He can either decide to marry the girl in front of him or ask her to leave forever and call the next one in line. Can you find a strategy which will give the prince a chance of 25% to get married to the prettiest girl? Can you find the best strategy?

Remark: Assume that the prince can objectively compare every two girls he has seen.