Jason L. answered 03/31/17
Tutor
4.8
(6)
Graduate Student Who Loves to Do Math
There's 4 elements we need to solve:
[Number of days in a year] *
[Combinations of 2 people from a group of 6] *
[Probability of having a birthday on a day]^[number of people having a birthday that day] *
[Probability of not having a birthday on that day]^[number of people not having a birthday that day]
365C1 * 6C2 * (1/365)^2 * (364/365)^4
= .0407
This is a binomial distribution of the number of ways two people can have a birthday on the same day, but since there are 365 days in a year, you need to multiply that distribution by 365.