Question 1
A committee of 6 members is to be formed from 6 men and 5 women. In how many ways can this be done if the committee must have exactly 3 men and 3 women?
Step-by-Step Solution:
Concept: Combination with constraints - selection from multiple groups with specific requirements.
Given:
- Men available: 6
- Women available: 5
- Committee size: 6
- Required: 3 men and 3 women
Strategy: Select from each group independently, then multiply (Multiplication Principle).
Step 1 - Select Men:
Choose 3 men from 6 men = C(6,3)
C(6,3) = 6! / [3! × 3!] = 20
Step 2 - Select Women:
Choose 3 women from 5 women = C(5,3)
C(5,3) = 5! / [3! × 2!] = 10
Step 3 - Apply Multiplication Principle:
Total ways = C(6,3) × C(5,3)
= 20 × 10
= 200
Key Principle: When selecting from different independent groups with specific requirements from each:
- Calculate selections from each group separately
- Multiply the results
Common Error: Don't add the combinations - multiply them! Each selection from one group can be paired with each selection from the other.
Concept: Combination with constraints - selection from multiple groups with specific requirements.
Given:
- Men available: 6
- Women available: 5
- Committee size: 6
- Required: 3 men and 3 women
Strategy: Select from each group independently, then multiply (Multiplication Principle).
Step 1 - Select Men:
Choose 3 men from 6 men = C(6,3)
C(6,3) = 6! / [3! × 3!] = 20
Step 2 - Select Women:
Choose 3 women from 5 women = C(5,3)
C(5,3) = 5! / [3! × 2!] = 10
Step 3 - Apply Multiplication Principle:
Total ways = C(6,3) × C(5,3)
= 20 × 10
= 200
Key Principle: When selecting from different independent groups with specific requirements from each:
- Calculate selections from each group separately
- Multiply the results
Common Error: Don't add the combinations - multiply them! Each selection from one group can be paired with each selection from the other.