Lecture 6.1 Permutations - and - Combinations
Lecture 6.1 Permutations - and - Combinations
Key Concepts
1. Permutation Definition:
- An ordered arrangement of all or some of \( n \) objects.
- Three critical aspects: ordered, arrangement, and distinct objects.
4. Applications:
- Arranging People/Objects:
- Example: Arranging n = 4 objects, r = 4: nPn = 24 ways.
- Choosing and Arranging Positions:
- Example: From 8 people, selecting a chairman and vice-chairman (r = 2): 8P2 = 56.
- Forming Numbers:
- Example: Forming 4-digit numbers from 5 digits without repetition (n = 5, r = 4): 5P4 =
120.
- For even numbers, fix the last digit as even and calculate arrangements.
Example Problems
3. Advanced Applications:
- Cinema seating: Arranging 6 people in 10 seats (10P6), with constraints like empty seats
forming a block (7P6).