There are distinct coupon types, and each cereal box holds one type, equally likely and independent of the others. After opening boxes, how many distinct types does the collector expect to hold?
Reveal solutionHide solution
#An indicator for each type
Let count the distinct types among the boxes, and let when type shows up at least once. A single box misses type with probability , and the boxes are independent, so all miss it with probability and
#Sum the indicators
Every type carries the same expected indicator, so summing over the of them,
Coverage races up while types are still plentiful and then crawls, the same scarcity of the final few types that makes a complete set so slow to finish.