7
$\begingroup$

There are $30$ students in a class. The lecturer has noted the birthday (month and day) of each student in the class. Assume that all the students in the class have birthdays that are independent, that there are $365$ days in a year, and that any day is equally likely to be the birthday of a particular student. What is the probability that at least one male and one female student shared the same birthday if:
(i) There are $15$ male students and $15$ female students.
(ii) There are $10$ male students and $20$ female students.
(Note: Shared birthdays between, say, two male students do not count)

For (i), since the number of male and female students are equal, we can form $15$ pairs, each consists of $1$ male and $1$ female student. Therefore the number of distinct birthday for a pair is $365^2$ and the required probability is:
$P = 1-\frac{{{{365}^2} \times ({{365}^2} - 1) \times ... \times ({{365}^2} - 14)}}{{{{365}^2}}}$
As for part (ii), I haven't figured out how to do it. Any help is appreciated, thanks!

  • 1
    It is quite convenient to look at both questions as $P(S)=1-P(\textit{ no female and male have birthday on the same day})$ where $S$ is the desired event2012-11-25
  • 0
    @Alex: Can you elaborate a little more on this?2012-11-25
  • 2
    Start with finding all ways of putting $k$ identical while balls into $n=365$ bins (each bin may contain up to $k$ balls). Then find the number of ways of putting $m$ identical black balls in the remaining bins $n-j, 1 \leq j \leq k$ bins. Then find $P(S^c)$, probability of these events. $1-P(S^c)$ is what you want2012-11-25
  • 0
    I don't understand your reasoning for the first part.2013-08-21
  • 0
    drawar, could you perhaps streamline this question, so remove any irrelevant information, you could probably get rid of the attempt for (i) since it seems to be incorrect...2014-03-12

1 Answers 1