Permutations are all about arranging things in different orders. They help us count how many ways we can line up objects or pick items in a specific sequence. This concept is super useful for solving real-world problems and understanding probabilities.
We use factorial notation and special formulas to calculate permutations. These tools let us figure out things like how many ways to arrange letters in a word or pick winners in a contest. It's a key part of discrete math and probability theory.
Permutations
Factorial formula for permutations
- Calculates the number of ways to arrange distinct objects in a specific order
- Multiplies all positive integers from 1 up to (5 objects: arrangements)
- Accounts for repeated objects by dividing by the factorial of each repeated object's count
- Arranging "MISSISSIPPI" ( I's, S's, P's, M): unique permutations
- Eliminates duplicate arrangements caused by identical objects (e.g., swapping positions of two I's)
- Utilizes set theory principles to define the elements being arranged

Permutation notation for subsets
- Denotes the number of ways to select and arrange objects from a set of distinct objects
- Notated as or , calculated as
- Choosing people from a group of to stand in a line: possible arrangements
- Applies when order matters and repetition is not allowed
- Arranging books on a shelf, selecting contest winners (first, second, third place)
- Contrasts with combinations, where order doesn't matter

Permutations in probability problems
- Determine the total number of possible outcomes () and desired outcomes ()
- Calculate the number of ways the desired outcome can occur using the appropriate permutation formula
- Divide the number of desired outcomes by the total outcomes to find the probability
- Winning a lottery by matching numbers drawn from in the correct order:
- Total outcomes:
- Desired outcome: (only one way to match all numbers in the correct order)
- Probability: (about in billion)
- Permutations help calculate probabilities for ordered outcomes (e.g., horse race results, card hands)
Related Concepts in Discrete Mathematics
- Counting techniques: Permutations are a fundamental counting method in discrete mathematics
- Probability: Permutations are essential for calculating probabilities of ordered events
- Combinations: Another counting technique used when order doesn't matter, complementing permutations