← Mavensecurities Interview Insights
This is the coupon collector's problem dressed up in a cereal box costume.
Recognize this as a coupon collector problem where each toy is equally likely. The expected number of boxes to collect all 5 toys is 5 * H_5, where H_5 is the 5th harmonic number. Multiply by the cost per box (£4) to get the expected total spend.
Pro tip: Mention that the coupon collector expectation is a classic result and that you can derive it by summing the expected waiting times for each new toy. This shows you understand the underlying probability, not just memorized formulas.
Recognize that this is the coupon collector problem: collecting all distinct items when each trial yields a uniformly random item.
When you have k distinct toys, the probability of getting a new one is (5-k)/5, so the expected boxes to get the next new toy is 5/(5-k). Sum these for k=0 to 4.
The sum is 5/5 + 5/4 + 5/3 + 5/2 + 5/1 = 5 * (1 + 1/2 + 1/3 + 1/4 + 1/5) = 5 * H_5, where H_5 = 137/60 ≈ 2.2833.
Total expected cost = (expected boxes) * £4 = 5 * H_5 * 4 = 20 * H_5 = 20 * 137/60 = 137/3 ≈ £45.67.
State the exact fraction and decimal: £45.67 (or 137/3 pounds). Optionally mention that this is the expected value, not a guaranteed amount.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.