TL;DR
Coupon Collector Problem: Expected draws to complete a set of n types: n * H_n ≈ n ln(n). This concept is essential for quantitative trading interviews and is frequently tested at top firms.
By Valenke Exam Prep Team·Last updated 2026-06-01
Probability
Coupon Collector Problem
Expected draws to complete a set of n types: n * H_n ≈ n ln(n).
Prerequisites
The coupon collector problem: Given equally likely coupon types, how many draws (with replacement) until you have at least one of each?
Derivation via linearity of expectation: After collecting distinct types, the probability of getting a new type on the next draw is . The expected number of draws to get the next new type is (geometric distribution). Summing:
When to use: "How long until all states are visited?" / "Expected time to complete a collection." Also appears in hashing (expected time until first collision ≈ by birthday paradox — different problem but related flavor).
Ready to practice for the Valenke Finance Exam?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →