[Math] Given that $6$ men and $6$ women are divided into pairs, what is the probability that none of the women will sit with a man

combinatoricsprobability

I've generalized the question I was given here for simplicity: $6$ men and $6$ women are to be paired for a bus trip. If the pairings are done randomly, what's the probability that no women will end up sitting next to a man? Here's my first attempt, but I'm really not sure whether this is the right way to find the desired probability.

We want to group $12$ people into $6$ single-sex groups of $2$, so I began by calculating the number of ways we can make $6$ pairs.
By the multinomial function: $12!/(2!)^6=7484400$ ways to make $6$ pairs.

Then, we want to figure out the number of ways we can make single-sex pairs. Again, by the multinomial function, we have $6!/(2!)^3=90$ ways to make $3$ female-female pairs. Since we also have to consider male pairs, I squared this to get $8100$ ways to make $6$ single-sex pairs.

I found that the likelihood of all pairs being single-sex is $8100/7484400=0.00108$, but this doesn't seem like a completely reasonable probability.

Could you help me find the errors in my method for solving this problem?

Best Answer

We want to group $12$ people into $6$ single-sex groups of $2$, so I began by calculating the number of ways we can make $6$ pairs.

By the multinomial function: $12!/(2!)^6=7484400$ ways to make $6$ pairs.

No, order doesn't matter within the groups of $2$ nor of the $6$ groups.

$$\frac{12!}{2!^6 6!} = 10395$$

Then, we want to figure out the number of ways we can make single-sex pairs. Again, by the multinomial function, we have $6!/(2!)^3=90$ ways to make $3$ female-female pairs. Since we also have to consider male pairs, I squared this to get $8100$ ways to make $6$ single-sex pairs.

$$\left(\frac{6!}{2!^3 3!}\right)^2 = 225$$

I found that the likelihood of all pairs being single-sex is $8100/7484400=0.00108$, but this doesn't seem like a completely reasonable probability.

$$\frac{6!^3}{12!3!^2}= \frac{5}{231}$$


This is also equal to $\frac{5}{11}\frac{3}{9}\frac{1}{7}$, the probability that a girl is paired with a girl, another girl is paired with a girl, and that the last two girls are paired.

Related Question