Permutation and Combination
Definition
Permutation is an arrangement of objects in a specific order. If the order of the selected objects matters, the counting is done using permutations.
For distinct objects taken at a time, the number of permutations is:
Combination is a selection of objects without regard to order. If the order of the selected objects does not matter, the counting is done using combinations.
For distinct objects taken at a time, the number of combinations is:
Where:
- means factorial of
Main Content
1. Permutation
Order matters
- In permutation, changing the order creates a different arrangement.
Examples
- Arranging books on a shelf, seating people in chairs, forming PIN codes, selecting president/secretary roles from a group.
If we choose objects from distinct objects and arrange them, the number of ways is:
Example 1: Arranging 3 people from 5
Suppose 5 people are available and we need to arrange 3 of them in a row.
So, there are 60 different arrangements.
Example 2: Using all objects
If 4 different letters are arranged, then:
The arrangements include:
Key idea
Permutation counts different orderings of the same set of selected objects.
For example:
- and are different permutations.
- and are the same combination.
2. Combination
Order does not matter
- In combination, only the chosen objects matter, not the sequence in which they are selected.
Examples
- Forming a team, choosing a group of students, selecting lottery numbers, deciding ingredients for a recipe.
If we choose objects from distinct objects, the number of combinations is:
Example 1: Choosing 3 students from 5
Suppose 5 students are available and we want to choose a group of 3.
So, there are 10 possible groups.
Example 2: Choosing 2 items from 4
If the items are , the combinations of 2 are:
Notice:
- and are not counted separately.
- This is because the group is the same regardless of order.
Key idea
Combination counts selections, not arrangements.
3. Relationship Between Permutation and Combination
Permutation is based on combination
- A permutation can be formed by first selecting objects and then arranging them.
Formula relationship
This means:
- First choose objects from
- Then arrange those chosen objects in all possible orders
Why this works
Once a group of objects is selected, they can be arranged in ways.
So:
Example
For 5 objects taken 3 at a time:
And:
This confirms:
Visual idea for order vs no order
Selected objects: A, B, C
Permutation:
ABC, ACB, BAC, BCA, CAB, CBA
Combination:
{A, B, C}
The permutation list has 6 arrangements, while the combination has only 1 selection.
Working / Process
1. Read the problem carefully and identify whether order matters
- If rearrangement, ranking, seating, or assigning positions is involved, use permutation.
- If only choosing a group or subset is involved, use combination.
2. Determine the values of and
- = total available objects
- = number of objects selected or arranged
3. Apply the correct formula and simplify
-
Use permutation formula when order matters:
-
Use combination formula when order does not matter:
-
Compute factorials carefully and reduce fractions to avoid errors.
Advantages / Applications
Solves counting problems efficiently
- Permutation and combination provide systematic methods to count possibilities without listing them all.
Useful in real-life decision-making
- They are applied in forming committees, scheduling, ranking candidates, designing codes, and selecting teams.
Foundation for probability and discrete mathematics
- These concepts are essential for calculating probabilities, analyzing algorithms, and studying combinatorial structures.
Summary
- Permutation is used for arrangement, while combination is used for selection.
- Order matters in permutation and does not matter in combination.
- The two are connected by the relation .
- Important terms to remember: factorial, arrangement, selection, order matters, order does not matter.