Permutations of distinct objects
A permutation is an arrangement of objects in a definite order. If you change the order, you get a different permutation. So and are different permutations of the four letters .
Definitions
The number of permutations of distinct objects taken at a time is denoted (or , or ). It is the number of distinct sequences of length whose entries come from a set of distinct items, with no repetition.
By the multiplication principle:
Special cases:
- (the empty sequence).
- (full arrangement of all ).
- .
Derivation
To form a sequence of length from distinct items:
- position: choices.
- : choices (one already used).
- : choices.
Total: .
Common applications
- Words / letters / codes. Arrange letters from .
- Numbers. Form -digit numbers from distinct digits.
- Queues / seats. Arrange people in specific seats from a pool of .
Permutations under constraint
A typical Class-XI problem adds a constraint:
- Two specific objects together. Treat them as a block (Example 4 of subtopic 1).
- Two specific objects apart. Subtract "together" cases from total.
- Specific position. Fix the constrained position first, then arrange the rest.
Worked examples
Example 1. How many -letter sequences can be formed from if (a) repetition is allowed, (b) not allowed?
(a) Multiplication principle: .
(b) .
Example 2. In how many ways can the letters of the word "PEACE" be arranged in a row? (We will revisit identical letters in the next subtopic; for now treat each letter as distinct, i.e. just count arrangements of distinct symbols.)
If treated distinct: . (If 's are identical, .)
Example 3. Find such that .
.
Divide both sides by (non-zero): So , i.e. , (rejecting ).
Example 4. How many -digit numbers without repeated digits can be formed from ?
.
Example 5 (harder). How many arrangements of the letters of "BANANA" (with repeats) have the two 's never together?
The word has letters , six letters, but three 's and two 's (and one ). Total distinct arrangements: .
Arrangements where the two 's are together: glue them as a block "". We are arranging objects: . That gives .
Hence number with 's not together: .
Try it yourself
- Compute , , .
- How many -digit numbers can be formed from with no repetition?
- Find : .
- In how many ways can people stand in a row?
- In how many of these does person stand first?
- In how many ways can the letters of "EQUATION" be arranged so that all vowels are together?
- How many -letter words start with a consonant from the letters ?
- How many -digit numbers from – without repetition have no leading zero?
- How many permutations of "MATHEMATICS" treating letters as distinct? (Then divide by repetitions: subtopic 4.)
- In a class of , in how many ways can a President, Vice-President and Secretary be chosen?
- How many ways can red and blue balls be arranged in a row if all balls are distinguishable?
- How many three-digit even numbers with no repeated digits can be formed from ?
Pitfalls / Tricks
- Permutations are about order. as permutations even though the same letters are used.
- Always check: are objects distinct? Is repetition allowed? Two questions before any formula.
- Constraint-based problems: handle the constraint first, then arrange the rest freely.
- Insight. When two objects must stay together, glue them and multiply by the internal orderings. When two must stay apart, count "all" minus "together".