Probability of birthdays shared in a group

  • Thread starter Thread starter IniquiTrance
  • Start date Start date
  • Tags Tags
    Group Probability
AI Thread Summary
In a group of 23 people, the probability that at least two share a birthday is calculated using the formula 1 - (365! / (342! * 365^23)). The discussion highlights that simply using combinations and a basic probability approach fails to account for the overlapping relationships between pairs, making the events dependent rather than independent. Participants express confusion over the definition of independence in probability, emphasizing that the events of different pairs sharing a birthday are interconnected. The conversation suggests that a more intuitive understanding of these overlaps is crucial for grasping the birthday problem. Overall, the complexity of calculating shared birthdays in a group stems from the interdependence of events.
IniquiTrance
Messages
185
Reaction score
0
In a group of 23 people, the probability that any 2 people share a birthday is:

1 - \frac{365!}{342!365^{23}}

Why can't I just do the following?

(23\mathbf{C}2)(\frac{1}{365})

Thanks!
 
Last edited:
Physics news on Phys.org
Hi IniquiTrance! :smile:

Do you mean 1 - 23C2/365 ?

because there are "overlaps" that you aren't subtracting …

the individual events (of one particular pair not sharing the same birthday) are not independent … eg the pairs Tom and Dick, Tom and Harry, and Dick and Harry, are not independent. :wink:
 
Hmm, I kind of see what you're saying...

But why is say P(Tom and Harry|Dick and Harry) different than P(Tom and Harry)?
 
Yes, the probabilities are the same, but the events are different. :wink:
 
Thanks for your response. I'm on the verge of uynderstanding it, can you think of any other way to explain it?

I thought the definition of independence is that E_{i} and E_{j} are independent events so long as P(E_{i}|E_{j}) = E_{i}

and P(E_{j}|E_{i})= E_{j}

A bit confused...
 
IniquiTrance said:
I thought the definition of independence is that E_{i} and E_{j} are independent events so long as P(E_{i}|E_{j}) = E_{i}

and P(E_{j}|E_{i})= E_{j}

I prefer to write it P(Ei and Ej) = P(Ei)P(Ej).

(because, that way, you can string more than two together)

But it's much easier just to use common-sense, and to say that the three events of Tom and Dick, Tom and Harry, and Dick and Harry, sharing (or not sharing) a birthday are obviously not independent. :smile:
 
I wrote something about this a while ago in my http://yabm.wordpress.com/2010/02/16/a-bunch-of-people-in-a-room/"
 
Last edited by a moderator:
Back
Top