Credit for this problem goes to Pascal. Thanks!

Reverse Birthday Problem

This is not your classic birthday problem. This one is a bit tricker:

Birthday calender

Suppose you have a group of n random people. What’s the smallest n such that the probability that you can celebrate someone’s birthday on every day of the year is greater than 50%?

Solution