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:
- You are throwing a coin 100 times. How many times will you encounter the Heads-Heads-Tails in this sequence?
- 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:
where is a random variable, such that if the i-th event is successful otherwise.
- The first equation follows from the definition of .
- 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 which is equal to if and only if coin tosses are Tails-Tails-Heads respectively. We have:
It is easy to see that for each . Therefore, the answer to the problem is .
To solve the second problem, we define a random variable which is equal to if and only a husband and his wife are sitting on spots and around the table. For each the probability of this happening is equal to . Indeed, no matter who sits on spot , the chance that their spouse sits on spot is 1:9. Therefore, the average number of spouses sitting next to each other is:
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: