If there's n different coupons. Instead of ordering coupons one-by-one until you collect all n coupons as in the traditional 'Coupon Collector Problem', what if the coupons came in packs of m coupons. (given that the coupons are placed in the pack at random from the n coupons and are independent of each other). If random variable X is the total number of distinct coupons that one receives.
What is the expected value $E(X)$? (by using indicator random variables)
So given that one has already collected i coupons I was able to calculate the expected value of orders required to receive a new distinct coupon is $E(X_i)=\frac{n}{n-i}$ (according to the traditional 'Coupon Collector's Problem'). So now since the coupons are coming in packs of m, its pretty much the same as having m individual orders. And so I was thinking that the expected value of distinct coupons now is:
$E(X)=\frac{m}{E(X_i)}$ ?