It is required to seat 5 men and 4 women in a row so that the women occupy the even places. How many such arrangements are possible?
2880 arrangements
Explanation
This question is similar to Example 24 from the textbook context, which demonstrates the approach of first arranging one group and then placing the other group in specific positions. Here, we identify even and odd positions in a row of 9 seats, then arrange women and men separately in their designated positions using the multiplication principle.
Solution Steps
Step 1: Total number of persons = 5 men + 4 women = 9 persons. In a row of 9 positions, even places are positions 2, 4, 6, 8 (4 places) and odd places are positions 1, 3, 5, 7, 9 (5 places).
Step 2: Since 4 women must occupy the 4 even places, the number of ways to arrange 4 women in 4 even places = 4! = 24 ways.
Step 3: The 5 men must occupy the remaining 5 odd places. The number of ways to arrange 5 men in 5 odd places = 5! = 120 ways.
Step 4: By multiplication principle, total number of arrangements = 4! × 5! = = 2880 arrangements.