Using an indicator variable, how many people do you need in a room so that you expect that there is going to be a shared birthday on a Monday of the year (assume 52 Mondays in a year and 365 days in a year)?
How do you approach this question?
I am thinking trying to use an indicator variable and modifying the original birthday paradox. I got 73 as an answer but I am not sure if I'm correct.
Edit: I was doing $\binom{k}{2}\frac{1}{365}\frac{52}{365} = \frac{k(k-1)}{2*365}\frac{52}{365}$ or basically multiplying the original birthday paradox's probability by 52/365.
If there are $n$ people in the room, the expected number of pairs of people sharing a Monday birthday is $\lambda = \binom n 2 52/365^2$, and the number of such pairs is approximately Poisson distributed. So I would (in a rule of thumb, back-of-the-envelope kind of of way) solve the equation $\binom n 2 = 365^2/52$ or the equation $1/2 = \exp(-\binom n 2 52/365^2).$