To solve this circular arrangement problem, we must apply the principles of circular permutations and the "gap method" while accounting for specific constraints between individuals.
1. Arrange the Men in a CircleFirst, we place the 5 men in a circle. In circular permutations, if there are n items, they can be arranged in (n−1)! ways to account for rotational symmetry.
Ways to arrange 5 men: (5−1)! = 4! = 24 ways.
2. Identify the Gaps for WomenTo ensure that "men are separate," each woman must be placed in the gaps between the men. There are exactly 5 gaps created by 5 men in a circular arrangement.
Total gaps available: 5.
3. Handle the Constraint (Particular Women and Man)Let the particular man be M1 and the two particular women be W1 and W2. The condition states that W1 and W2 must not be next to M1.
M1 has two gaps adjacent to him (one to his left, one to his right).
W1 and W2 cannot take these 2 specific gaps.
To solve this, we calculate the total ways to arrange the women and subtract the "bad" cases where the constraint is violated.
Step 3a: Total ways to arrange 5 women in 5 gapsOnce the men are fixed, the gaps are distinct positions.
Total arrangements: 5! = 120 ways.
Step 3b: Subtract cases where W1 or W2 (or both) are next to M1We use the Principle of Inclusion-Exclusion or direct counting for the forbidden positions:
Cases where W1 is next to M1:W1 can be in 2 gaps (left or right of M1).
The remaining 4 women can be arranged in the remaining 4 gaps in 4! ways.
2 × 24 = 48 ways.
Cases where W2 is next to M1:W2 can be in 2 gaps.
The remaining 4 women can be arranged in 4! ways.
2 × 24 = 48 ways.
Cases where BOTH W1 and W2 are next to M1:W1 and W2 must occupy the 2 gaps around M1. They can do this in 2! ways (W1-M1-W2 or W2-M1-W1).
The remaining 3 women can be arranged in the remaining 3 gaps in 3! ways.
2 × 6 = 12 ways.
Total "Bad" arrangements of women: 48+48−12=84 ways.Step 3c: Valid arrangements for womenValid arrangements: 120(Total) − 84(Bad) = 36 ways.
4. Final CalculationTo find the total number of ways, multiply the arrangements of the men by the valid arrangements of the women:
Total Ways = (Arrangements of Men) × (Valid Arrangements of Women)
Total Ways = 24 × 36 = 864
Correct Answer: B. 864