Question 1
In how many ways can 11 distinct people be divided into 3 groups of sizes 6, 4, 1 (groups are unlabeled but have different sizes)?
Step-by-Step Solution:
Concept: Partitioning into groups of specified sizes. When group sizes are different, groups are automatically distinguishable by size.
Given:
- Total people: 11
- Group sizes: 6, 4, 1
- Groups are unlabeled (no names like Team A, Team B)
Formula:
$$\frac{n!}{n_1! \cdot n_2! \cdot ... \cdot n_k!}$$
Step 1 - Choose first group:
Choose 6 people from 11: C(11, 6) = 462
Step 2 - Choose second group:
From remaining 5 people, choose 4: C(5, 4) = 5
Continue for all groups:
C(11,6) = 462
C(5,4) = 5
C(1,1) = 1 (last group)
Step 3 - Multiply:
Total ways = 462 × 5 × 1 (last group)
= 2310
Simplified formula:
= 11! / (6! × 4! × 1!)
= 39916800 / (720 × 24 × 1)
= 2310
Key Insight: Since groups have different sizes, we don't divide by k! (they're naturally distinguishable by their sizes).
Contrast with equal groups:
- If groups were same size: would divide by k!
- Here, sizes differ: no division needed
Verification: Sum of group sizes = 11 = 11 ✓
Concept: Partitioning into groups of specified sizes. When group sizes are different, groups are automatically distinguishable by size.
Given:
- Total people: 11
- Group sizes: 6, 4, 1
- Groups are unlabeled (no names like Team A, Team B)
Formula:
$$\frac{n!}{n_1! \cdot n_2! \cdot ... \cdot n_k!}$$
Step 1 - Choose first group:
Choose 6 people from 11: C(11, 6) = 462
Step 2 - Choose second group:
From remaining 5 people, choose 4: C(5, 4) = 5
Continue for all groups:
C(11,6) = 462
C(5,4) = 5
C(1,1) = 1 (last group)
Step 3 - Multiply:
Total ways = 462 × 5 × 1 (last group)
= 2310
Simplified formula:
= 11! / (6! × 4! × 1!)
= 39916800 / (720 × 24 × 1)
= 2310
Key Insight: Since groups have different sizes, we don't divide by k! (they're naturally distinguishable by their sizes).
Contrast with equal groups:
- If groups were same size: would divide by k!
- Here, sizes differ: no division needed
Verification: Sum of group sizes = 11 = 11 ✓