A city planning board needs to form a -member advisory task force selected from a pool of architects and civil engineers. The task force must include at least architects and at least civil engineers. However, two specific architects, Architect X and Architect Y, cannot both serve on the task force together. How many different -member task forces can be formed satisfying these conditions?
Answer: 135
Answer
The total number of different valid 6-member task forces that can be formed is 135.
To solve this problem, we apply the addition principle over mutually exclusive cases of committee composition, followed by complementary counting to enforce the exclusion restriction. First, we identify the valid breakdown of architects and engineers for a 6-member team requiring at least 2 of each profession: (4 architects, 2 engineers), (3 architects, 3 engineers), and (2 architects, 4 engineers). Calculating the combinations for each breakdown yields 50, 100, and 50 ways respectively, totaling 200 unconstrained team options. Next, we determine how many of these teams include both Architect X and Architect Y. Pre-assigning both architects reduces the remaining available architects to 3. The invalid cases for each breakdown are 30, 30, and 5 respectively, totaling 65 invalid configurations. Subtracting the 65 invalid teams from the 200 total unconstrained teams yields 135 valid task forces.
Step-by-Step Solution
Key Concept
Combinations with multiple category constraints and complementary counting for exclusion rules.