Women and men around the table probability question

Click For Summary

Homework Help Overview

The problem involves determining the probability that no two persons of the same sex sit next to each other when 2n individuals, consisting of n men and n women, are seated randomly around a table with 2n chairs.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods to calculate the probability, including modeling the situation with strings of 'W' and 'M' and considering arrangements of these strings. Some question the counting of arrangements and the need to limit to valid configurations with equal numbers of men and women.

Discussion Status

There is an ongoing exploration of different perspectives on the problem, with participants suggesting various approaches and questioning assumptions. Some have proposed specific calculations and interpretations, while others are seeking clarification on how to relate different counts to find the probability.

Contextual Notes

Participants note the challenge of ensuring that the arrangements considered do not include invalid configurations, and there is discussion about the implications of starting arrangements with either gender. The conversation reflects a mix of attempts to clarify the problem setup and the mathematical reasoning involved.

twoflower
Messages
363
Reaction score
0

Homework Statement



Let's have 2n persons, n men and n women. Suppose they sit randomly around a table with 2n chairs. What is the probability that no two persons of the same sex will sit next to each other?

The Attempt at a Solution



Here's my idea:

I will model this situation with classic probability. The set of all possible events (ie. the ways the people will sit around the table) is set of all strings consisting of 'W' and 'M' of length 2n. The only strings which satisfy our condition is

WMWMWM...WM
and
MWMWMW...MW

Number of all possibilities is [itex]2^{2n}[/itex], ie. the probability will be

[tex] \frac{1}{2^{2n-1}}[/tex]

Is this solution correct?
 
Physics news on Phys.org
First, there are several different possible arrangements corresponding to a given string of M's and W's, so you should also show that every string corresponds to the same number of arrangements.

Assuming you've done this, you have still overcounted these strings, since you've included any string consisting of M's and W's, eg, MM...MM, WW...WW, etc. You need to limit to those with the same number of M's and W's.
 
StatusX said:
First, there are several different possible arrangements corresponding to a given string of M's and W's, so you should also show that every string corresponds to the same number of arrangements.

Yes, I understand. I don't know how to prove it rigorously, but I guess every string really correspond to the same number of arrangements..

StatusX said:
Assuming you've done this, you have still overcounted these strings, since you've included any string consisting of M's and W's, eg, MM...MM, WW...WW, etc. You need to limit to those with the same number of M's and W's.

You're right, I didn't notice that. But what will be the total amount of strings then?

As I think about it, could it be

[tex] \left( \begin{array}{cc} 2n \\<br /> n\end{array} \right)[/tex]

? I mean, I have 2n positions and I draw n positions out of them for let's say men and these positions will uniquely determine the rest of the stiring.

Is it now correct?
 
twoflower said:
Let's have 2n persons, n men and n women. Suppose they sit randomly around a table with 2n chairs. What is the probability that no two persons of the same sex will sit next to each other?[tex] \frac{1}{2^{2n-1}}[/tex]

Is this solution correct?

Designate the women [itex]\lbrace W_1, W_2, \cdots, W_n \}[/itex], the men [itex]\{ M_1, M_2, \cdots, M_n\}[/itex], and the chairs [itex]\{ C_1, C_2, \cdots, C_{2n} \}[/itex]. A seating arrangement is a mapping of the union of the two gender sets to the set of chairs.

Consider the simplest possible case, one man and one woman. There are only two possible seating arrangements: [itex]\{ M_1,W_1 \} \to \{ C_1,C_2 \}[/itex] and [itex]\{ W_1,M_1 \} \to \{ C_1,C_2 \}[/itex]. So in the case [itex]n=1[/itex], the probability that no two persons of the same sex will sit next to each other is zero.
 
Another way to look at this problem is to forget half of the problem (i.e., forget the men or forget the women). If two men are sitting next to one another then so are two women. The problem is equivalent to asking, "what is the probability that n integers drawn without replacement from the set of integers from 1 to 2n are all odd or all even?"
 
D H said:
Another way to look at this problem is to forget half of the problem (i.e., forget the men or forget the women). If two men are sitting next to one another then so are two women. The problem is equivalent to asking, "what is the probability that n integers drawn without replacement from the set of integers from 1 to 2n are all odd or all even?"

Is the probability

[tex] \frac{2}{\left( \begin{array}{cc} 2n \\n\end{array} \right)}[/tex]

?
 
Think of it this way. Pick a starting chair and seat people around the table. Compute two numbers i) the number of ways to pick people without restriction from a pool of 2*n people and ii) the number of ways to pick people alternately from two groups of n. It's actually pretty easy. Now it's your turn. Tell me what to do with those two numbers?
 
Dick said:
Think of it this way. Pick a starting chair and seat people around the table. Compute two numbers i) the number of ways to pick people without restriction from a pool of 2*n people and ii) the number of ways to pick people alternately from two groups of n. It's actually pretty easy. Now it's your turn. Tell me what to do with those two numbers?

Ok Dick, for (i) I think it's [itex](2n)![/itex] and for (ii) I'd say it will be [itex]n!.n![/itex]. Is it ok?

But I don't know how to use or relate these two numbers, could you tell me a hint?
 
Almost! Just remember in the case of ii) you also have the choice of whether to start with men or women. Now think. i) is all possible seatings. ii) is all alternate seatings. How do I turn this is into a probability?
 
  • #10
Dick said:
Almost! Just remember in the case of ii) you also have the choice of whether to start with men or women. Now think. i) is all possible seatings. ii) is all alternate seatings. How do I turn this is into a probability?

So the final probability will be

[tex] \frac{2n!n!}{(2n)!} = \frac{2}{\left( \begin{array}{cc} 2n \\n\end{array} \right)}[/tex]

?
 
  • #11
That's my guess. I see you posted that before. I didn't recognize the correct answer in that form. Sorry!
 
  • #12
Dick said:
That's my guess. I see you posted that before. I didn't recognize the correct answer in that form. Sorry!

No problem, it's always better for me to see there are more ways how to look at the problem (in case it's the correct answer, of course :smile: )

Thank you very much for your help!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 15 ·
Replies
15
Views
7K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
21K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K