Each of 10 employees brings one (distinct) present to an office party. Each present is given to a randomly selected employee by Santa (an employee can get more than one present). What is the probability that at least two employees receive no presents?
I was thinking about tackling this as a, "find the inverse" type problem, where the inverse is: what is the probability that at least 9 employees receive at least 1 present. So I do stars and bars w/ 9 fixed stars... which is C(1 + 10 - 1, 1) which is nonsense. Help!
Note: the answer, which I don't understand, is 1−(10!−10×9×10!/2!)/10^(10).