Another Birthday Probability Problem

  • Thread starter Thread starter e(ho0n3
  • Start date Start date
  • Tags Tags
    Probability
e(ho0n3
Messages
1,349
Reaction score
0
[SOLVED] Another Birthday Probability Problem

Homework Statement


Given 20 people, what is the probability that among the 12 months in the year there are 4 months containing exactly 2 birthdays and 4 containing exactly three birthdays.


Homework Equations


Axioms and basic theorems of probability.


The Attempt at a Solution


The sample space of this problem is a set of 20-tuples (n_1, ..., n_20) where n_i is an integer from 1 to 12 representing the month person i was born in. The sample space has u = 12^20 elements.

Divide the people into 8 distinct groups, 4 of 2 and 4 of 3. This can be done in

v = \frac{20!}{2!^4 3!^4}

ways. Now each of these 8 groups needs to be assigned to a distinct month. Pick any ordering of the groups. The first group has 12 months to choose from, the second has 11 months to choose from, etc. There are thus w = 12 * 11 * ... * 5 = 12!/4! assignments.

The probability sought is vw/u. Unfortunately, when I calculate this I get a different answer than the book's 1.0604 x 10^-3. Where could I have gone wrong?
 
Physics news on Phys.org
Your counting of the ways to assign the groups to months is not correct. Four months get assigned 4 people each (call these months "red"), four get assigned 2 people each ("blue"), and four get assigned 0 people each ("green"). How many distinct ways are there to "color" the 12 months?

When I use this count for w, I get your book's answer.
 
OK. I know what the problem with my counting is: In v, I'm counting permutations of possible groups. For example, if A, B, C, D are four 3-person groups, v is counting all possible 4-permutations of those groups as being distinct. v should actually be

\frac{20!}{2!^4 3!^4 4!^2}

and that will produce the correct answer.

If I leave v unchanged however and consider the orderings of the groups, then I would have to ignore certain group-month assignments. For example, if groups A, B, C, D are assigned to months 1, 2, 3, 4, then I would have to ignore the assignment of D, C, B, A to months 4, 3, 2, 1 which I'm incorrectly counting in w. To ignore these, w needs to equal C(12,4) * C(8,4). That will produce the correct answer.

Thanks for the pointer Avodyne. I will mark this thread as solved now.
 


Sorry, I am new to these...But I have a quick question..
If two people from the same group (same month) is picked and switched.
That would be considered as another situation in u isnt? because u have order
But that would not count on v? because v is combination?
Then how can this be true?

THanks for any advice
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top