I am trying to figure out the probability of having $3$ or more birthdays (out of $23$ people) within the span of $7$ days. I was thinking of going with the number of weeks in a year ($52$), but I know that this won't work because it could be any consecutive 7 days. Can anyone help me approach this problem please?
Thanks all!
You are right there is not only 52, 7 consecutive days in a year. But how many are there? If you have an ordered set {1,2,3,4,.........,365} and you take any 7 numbers out of it while preserving order, you would have {1,2,3...7}, {2,3,....8}, {3,4,....9} etc. So you would have 365 - 7 + 1 = 359 different possibilities. Edit: But as Alain Remillard pointed out in the comment there could be 6 more sets [365,1,2,3,4,5,6],[364.....5],[363,.....4],[362,.....,3],[361,......,2],[360,......1]. So, the answer will be 365 total possibilities.