I am very new to probability and combinatorics. I am trying to solve Coupon Collection Problem using Inclusion-Exclusion formula.
I found a lot of references her a some:
http://en.wikipedia.org/wiki/Coupon_collector%27s_problem
Using Recursion to Solve Coupon Collector
but they all seem concern with expected time to collect all N coupons form what my problem is asking the following:
Suppose there are N coupons after buying n boxes what is the probability that at least one each type has been collected.
Thanks