๐ข Counting Principles: Permutations & Combinations
1. Fundamental Counting Principle
The Fundamental Counting Principle states that if one event can occur in m ways and a second event can occur in n ways, then the number of ways both events can occur together is m ร n.
This principle extends to multiple events: if there are multiple independent choices to make, multiply the number of options for each choice.
Solution: 4 ร 6 ร 3 = 72 different meals
๐ Practice Question
2. Permutations
A permutation is an arrangement of objects in a specific order. The order matters in permutations.
The number of permutations of n distinct objects taken r at a time is denoted as P(n, r) or โPแตฃ.
Special case: P(n, n) = n! (all objects arranged)
Example: 5! = 5 ร 4 ร 3 ร 2 ร 1 = 120
Solution: P(5, 5) = 5! = 120 ways
Solution: P(5, 3) = 5!/(5-3)! = 5!/2! = 120/2 = 60 words
๐ Practice Question
3. Combinations
A combination is a selection of objects where order does NOT matter. Combinations are used when we're choosing or selecting items.
The number of combinations of n objects taken r at a time is denoted as C(n, r), โCแตฃ, or "n choose r" (โฟCแตฃ).
โข Use permutations when order matters (arranging, ranking, ordering)
โข Use combinations when order doesn't matter (selecting, choosing, forming a group)
Solution: C(10, 3) = 10!/(3! ร 7!) = (10 ร 9 ร 8)/(3 ร 2 ร 1) = 120 ways
Solution: C(52, 5) = 52!/(5! ร 47!) = 2,598,960 hands