Permutation Calculator
Calculate the number of permutations possible from a set of objects with this easy-to-use permutation calculator.
Calculate Your Permutation Calculator
What is a Permutation?
In mathematics, a permutation refers to an arrangement of objects in a specific order. Unlike combinations where the order doesn't matter, in permutations the order is important. Permutations are used to calculate the number of ways to arrange a set of objects when the order matters.
Types of Permutations
1. Permutations without Repetition
This is the arrangement of r objects selected from a set of n distinct objects, where each object can be used only once.
P(n,r) = n! / (n-r)!
Where n! (n factorial) is the product of all positive integers less than or equal to n.
2. Permutations with Repetition
This is the arrangement of n objects where there are repetitions (some objects are identical).
P = n! / (n₁! × n₂! × ... × nₖ!)
Where n is the total number of objects and n₁, n₂, ..., nₖ are the numbers of each type of object.
Examples of Permutations
Example 1: Arranging People in a Line
If you have 8 people and want to arrange 3 of them in a line, the number of possible arrangements is:
P(8,3) = 8! / (8-3)! = 8! / 5! = 8 × 7 × 6 = 336
Example 2: Arranging Letters with Repetition
How many different ways can the letters in the word "MISSISSIPPI" be arranged?
The word has 11 letters: 1 M, 4 I's, 4 S's, and 2 P's.
P = 11! / (1! × 4! × 4! × 2!) = 11! / (4! × 4! × 2!) = 34,650
Permutations vs. Combinations
Permutations
- Order matters
- Used when arranging objects in sequence
- Formula: P(n,r) = n! / (n-r)!
- Example: Different lock combinations
Combinations
- Order doesn't matter
- Used when selecting a group without regard to order
- Formula: C(n,r) = n! / (r! × (n-r)!)
- Example: Selecting team members
Applications of Permutations
- Cryptography and password security
- Genetic sequencing
- Scheduling and optimization problems
- Game theory and probability
- Statistical analysis
- Computer science algorithms
Related Calculators
Frequently Asked Questions
For selecting r items from n distinct items, the formula is:
P(n,r) = n! / (n-r)!
For permutations with repetition (when some items are identical):
P = n! / (n₁! × n₂! × ... × nₖ!)
where n is the total number of items and n₁, n₂, ..., nₖ are the counts of each type of item.
Share This Calculator
Found this calculator helpful? Share it with your friends and colleagues!