Analyzing the Setup
To form a committee of 12 members from a group of 9 women and 8 men with the constraint of having at least 5 women, we must partition the problem into mutually exclusive scenarios. This approach transforms a complex constraint into a series of manageable, additive cases.
The combination formula used throughout this process is defined as:
Case-by-Case Analysis
We identify five distinct scenarios based on the number of women (W) and men (M) selected to reach a total of 12 members:
Case 1: 5 Women and 7 Men
Case 2: 6 Women and 6 Men
Case 3: 7 Women and 5 Men
Case 4: 8 Women and 4 Men
Case 5:* 9 Women and 3 Men
The Calculation Engine
We calculate the number of ways for each case by multiplying the combinations of women and men:
Case 1 (5W, 7M):
9C5×8C7=126×8=1008
Case 2 (6W, 6M):
9C6×8C6=84×28=2352
Case 3 (7W, 5M):
9C7×8C5=36×56=2016
Case 4 (8W, 4M):
9C8×8C4=9×70=630
Case 5 (9W, 3M):
9C9×8C3=1×56=56
The Grand Total
By applying the Addition Principle to these mutually exclusive cases, we find the total number of ways to form the committee:
1008+2352+2016+630+56=6062
Majority Analysis
Part (a): Women in the majority.
This requires more than 6 women (i.e., 7, 8, or 9 women). Summing the results from Case 3, Case 4, and Case 5:
Part (b): Men in the majority.
This requires more than 6 men (i.e., 7 men). Only Case 1 satisfies this condition: