Introduction to Permutations
A permutation is an arrangement of a number of objects in a definite order. In permutations, the order of the objects is crucial.
Factorial Notation
Factorial notation is essential for calculating permutations. For a natural number n, the factorial of n, denoted by , is the product of the first n natural numbers.
- By definition, .
1. Permutations of Distinct Objects (Without Repetition)
The number of permutations (arrangements) of n distinct objects taken r at a time is denoted by or .
- The number of permutations of n distinct objects taken all at a time is .
2. Permutations with Repetition
The number of permutations of n distinct objects taken r at a time, when repetition is allowed, is .
3. Permutations of Non-Distinct Objects
The number of permutations of n objects, where there are objects of one kind, objects of a second kind, …, and objects of a k-th kind, is given by:
4. Circular Permutations
The number of ways to arrange n distinct objects around a circular table is . This is because in a circle, there is no fixed starting point, so we fix the position of one object and arrange the remaining (n-1) objects.
Example 1: Using the Formula
Question: How many 4-letter words, with or without meaning, can be formed out of the letters of the word 'LOGARITHMS', if repetition is not allowed?
Solution: The word 'LOGARITHMS' has 10 distinct letters. We need to arrange 4 of them. This is a permutation of 10 objects taken 4 at a time. The number of ways is .
Example 2: Permutations with a Constraint (Vowels Together)
Question: Find the number of different 8-letter arrangements that can be made from the letters of the word 'DAUGHTER' so that all vowels occur together.
Solution: The word 'DAUGHTER' has 8 distinct letters, including 3 vowels (A, U, E) and 5 consonants (D, G, H, T, R).
- Treat vowels as one unit: Consider the block of vowels (AUE) as a single object. Now we have 5 consonants + 1 block of vowels = 6 objects to arrange. These can be arranged in ways.
- Arrange vowels internally: The 3 vowels within their block can be arranged in ways. By the multiplication principle, the total number of arrangements is .
Example 3: Permutations of Non-Distinct Objects
Question: In how many ways can the letters of the word 'MISSISSIPPI' be arranged?
Solution: The word has 11 letters in total. The letter M appears 1 time, I appears 4 times, S appears 4 times, and P appears 2 times. Using the formula for non-distinct objects, the number of arrangements is:
Example 4: Circular Permutations
Question: In how many ways can 7 people be seated around a circular table?
Solution: For a circular arrangement of n distinct objects, the number of ways is . Here, n=7. The number of ways is .