Permutations and combinations
Permutations and Combinations
Permutations and combinations are fundamental concepts in combinatorics that deal with arranging and selecting objects.
1. Permutations (Order Matters)
A permutation is an arrangement of objects in a specific order.
Formula for Permutations
The number of ways to arrange objects from a set of distinct objects:
Example of Permutation
How many ways can 3 people (A, B, and C) be arranged in 2 seats?
Arrangements: (AB, BA, AC, CA, BC, CB)
2. Combinations (Order Doesn’t Matter)
A combination is a selection of objects where order does not matter.
Formula for Combinations
The number of ways to choose objects from distinct objects:
Example of Combination
How many ways can you choose 2 people from a group of 3 (A, B, and C), ignoring order?
Selections: (AB, AC, BC)
Key Differences Between Permutations and Combinations
Feature | Permutations | Combinations |
---|---|---|
Order | Matters | Doesn't matter |
Formula | ||
Example | Arranging books on a shelf | Selecting a committee from a group |
Comments
Post a Comment