I had a birthday problem question that I'm really interested in knowing the answer for:
In a group of 2,000 people, what is the probability of one day during the year that no one has that particular day of birth? What about the probability of having 10 days not having a birthday within them?
For the real life story, I work for a company which we have just discovered that there are 10 particular days which no one has a birthday on. We thought it strange, but we were wondering if this was actually an expected outcome. I didn't know where else to turn. Thanks in advance for your input!
If everyone's birthdays are independent and uniformly distributed across the year, each employee has a chance of $\frac{364}{365}$ of avoiding that day. (I'm ignoring leap years for simplicity).
The chance that all 2000 people avoid the chosen day is $(\frac{364}{365})^{2000}\approx 0.00414 $.
How unlikely is it that there are ten days that everyone avoids? If ten particular days are fixed, the answer is obviously $(\frac{355}{365})^{2000}\approx 10^{-24}$.
However, this calculation is not straightforward to generalize to "any set of ten days", because we then have to leave the assumption of independence behind -- "nobody has a birthday on January 1 through 10" is not independent of "nobody has a birthday on January 11 throuh 21".
If we cheat and ignore that problem, we can multiply our $10^{-24}$ with the number of possible 10-day subsets $\binom{365}{10}\approx 10^{19}$ to get an upper bound of about 1/132,000 for the probability of having at least 10 non-birthdays in a year.