Question 1
From a group of 11 people, a committee of 5 is to be formed. If 2 specific people must be in the committee, in how many ways can the committee be formed?
Step-by-Step Solution:
Concept: Combination with mandatory inclusion constraint.
Given:
- Total people: 11
- Committee size: 5
- Must include: 2 specific people
Strategy: Fix the mandatory selections first, then choose remaining from available pool.
Analysis:
We need to select 5 people total, with 2 already fixed.
- Fixed positions: 2 (these specific people are already in)
- Remaining positions to fill: 5 - 2 = 3
- People available for remaining positions: 11 - 2 = 9
Step 1 - Fix Mandatory Members:
2 specific people must be included: C(2,2) = 1 way
(This is automatic - we have no choice here)
Step 2 - Select Remaining Members:
Choose 3 people from remaining 9 people:
C(9,3) = 84
Calculation:
C(9,3) = (9)! / [3! × (6)!]
= 362880 / [6 × 720]
= 84
Alternative Approach - Verification:
Think of it as: "We've used 2 spots, now choose 3 more from 9 remaining"
Related Problem Types:
1. Must EXCLUDE specific people:
Select all 5 from remaining 11 - (people to exclude)
2. At least one specific person:
Total ways - Ways without that person
= C(11,5) - C(11-1,5)
3. Exactly k from group A, rest from group B:
C(|A|,k) × C(|B|,5-k)
Common Error: Don't forget to reduce both the total pool and the selection size by the number of mandatory inclusions.
Answer: 84 ways
Concept: Combination with mandatory inclusion constraint.
Given:
- Total people: 11
- Committee size: 5
- Must include: 2 specific people
Strategy: Fix the mandatory selections first, then choose remaining from available pool.
Analysis:
We need to select 5 people total, with 2 already fixed.
- Fixed positions: 2 (these specific people are already in)
- Remaining positions to fill: 5 - 2 = 3
- People available for remaining positions: 11 - 2 = 9
Step 1 - Fix Mandatory Members:
2 specific people must be included: C(2,2) = 1 way
(This is automatic - we have no choice here)
Step 2 - Select Remaining Members:
Choose 3 people from remaining 9 people:
C(9,3) = 84
Calculation:
C(9,3) = (9)! / [3! × (6)!]
= 362880 / [6 × 720]
= 84
Alternative Approach - Verification:
Think of it as: "We've used 2 spots, now choose 3 more from 9 remaining"
Related Problem Types:
1. Must EXCLUDE specific people:
Select all 5 from remaining 11 - (people to exclude)
2. At least one specific person:
Total ways - Ways without that person
= C(11,5) - C(11-1,5)
3. Exactly k from group A, rest from group B:
C(|A|,k) × C(|B|,5-k)
Common Error: Don't forget to reduce both the total pool and the selection size by the number of mandatory inclusions.
Answer: 84 ways