This is a
Data Sufficiency question.
Let:
- Number of women = WW
- Number of men = MM
Given:
M=W+1M=W+1
We need the
total number of people:
M+W=2W+1M+W=2W+1
Statement (1)
Quote:
No two women sit beside one another.
This tells us about the
arrangement, but doesn't tell us how many men and women there are.
For example:
- W=2, M=3W=2,\ M=3 → 5 people, possible.
- W=3, M=4W=3,\ M=4 → 7 people, possible.
- W=4, M=5W=4,\ M=5 → 9 people, possible.
So there are multiple possibilities.
❌
Statement (1) alone is insufficient.
Statement (2)
Quote:
Number of ways of arranging the seating positions of men and women is
3(5!)(7!)3(5!)(7!)
This is the key.
Because men and women are distinct people, for a given M,WM,W, the number of arrangements satisfying the condition that
no two women sit together is:
(M+1)!?(M+1)! \text{?}
Let's carefully derive it.
First arrange the MM men:
M!M!
This creates M+1M+1 gaps:
_M_M_M_⋯_M_\_ M \_ M \_ M \_ \cdots \_ M \_
To ensure no two women sit together, put the WW women into WW different gaps:
(M+1W)\binom{M+1}{W}
Then arrange the WW women:
W!W!
Therefore:
Number of arrangements=M!(M+1W)W!\text{Number of arrangements} =M!\binom{M+1}{W}W!
Since M=W+1M=W+1:
=M!(W+2W)W!=M!\binom{W+2}{W}W!
Now test the possible values.
If W=5, M=6W=5,\ M=6:
6!(75)5!6!\binom{7}{5}5! =6!×21×5!=6!\times21\times5!
Not equal to 3(5!)(7!)3(5!)(7!).
If W=6, M=7W=6,\ M=7:
7!(86)6!7!\binom{8}{6}6! =7!×28×6!=7!\times28\times6!
Again, not immediately matching.
But notice:
3(5!)(7!)3(5!)(7!)
can be rewritten as:
3(5!)(7!)=3(5!)(7)(6)(5!)3(5!)(7!) =3(5!)(7)(6)(5!)
The intended arrangement formula may instead be counting
seating positions of men and women, rather than assigning individual people. Let's interpret the wording carefully.
If the question says
"number of ways of arranging the seating positions of the men and women", it may mean arrangements of the genders only.
With M=W+1M=W+1, and no two women adjacent, the number of gender arrangements is:
(M+1W)\binom{M+1}{W}
Statement (2) as written, however, gives factorials, so it is clearly counting distinct people.
For W=5,M=6W=5,M=6, the number is:
6!(75)5!=21(6!)(5!)6!\binom{7}{5}5! =21(6!)(5!)
For W=6,M=7W=6,M=7:
7!(86)6!=28(7!)(6!)7!\binom{8}{6}6! =28(7!)(6!)
Neither equals 3(5!)(7!)3(5!)(7!).
So
there appears to be a typo/missing condition in statement (2) as you've typed it.
If the official answer is known, send me the
screenshot of the question/options, because the expression 3(5!)(7!)3(5!)(7!) likely has a specific intended interpretation.
shariq41
Answer = C
Explanation :-
Let the number of women be x. Therefore, the number of men is x+1.
1) We cannot find the total number of people just by using Statement 1.
For example :-
i) There are 3 men and 2 women such that : MWMMW.
ii) There are 4 men and 3 women such that : MWMWMWM
Therefore Statement 1 is not sufficient to answer the question.
2) Just by using Statement 2, there could be multiple scenarios where we could arrange in the x+1 men and x women in 3(5!)(7!).
Hence we cannot obtain unique value of the total number of people (that is sum of number of men and women).
However, using Statement 1 and Statement 2, the number of ways of arranging x women and x+1 men such that no two women are together are:-
(x+2)C(x) . x! . (x+1)! = 3.(5!).(7!)
By solving the above equation, we get x=5, which is the number of women.
Number of men = x+1 = 6.
Hence, total number of people = 11.
Therefore, answer is C.