How should I begin solving this? I know that for months, there are 12, and 3 people from a small group suppose to have birthdays in the same month.
Do I just multiply $12\times 3 = 36$ people?
Or do I use "$\lceil x \rceil$"?
How should I begin solving this? I know that for months, there are 12, and 3 people from a small group suppose to have birthdays in the same month.
Do I just multiply $12\times 3 = 36$ people?
Or do I use "$\lceil x \rceil$"?
On
A group of twenty-four people can fail to satisfy the request (how?). What if you ask another person to join the group?
Your question is a straightforward application of the pigeonhole principle. In its simplest form, applied to the context of your question, the pigeonhole principle states that for $m = 12$ months, if there are $n \ge 13$ people in a group, then there is guaranteed to be a month in which at least two people's birthdays occur.
This makes intuitive sense: if we had $n = 12$ people, then each person could be assigned a different birth month. But if we add in one more person, this thirteenth person would necessarily have a birth month in common with one of the other twelve.
The generalization of this idea is given in the Wikipedia article we linked to:
As this applies to your original question, then, we see that $m = 12$ (the number of months), $n$ is the number of people in the group, and $k = 2$ is the maximum number of people allowed to share a birth month before satisfying the criterion of the problem.