A. Permutation of N Different Objects, Taken All or Some of Them
A. Permutation of N Different Objects, Taken All or Some of Them
Theorem
Let 1 ≤ r ≤n. Then the number of all permutations of n different things taken r at a
time is given by
n!
P(n, r) =
(n − r )!
Proof:
The number of all permutations of n things taken r at a time is the same as the
number of different ways in which r places in a row can be filled with n different
things.
The first place can be filled up by any one of these n things. So, there are n ways of
filling up the first place.
We are left with (n - 1) things. So, there are (n - 1) ways of filling up the second place.
Now, we are left with n -2 things. So there are n - 2 ways of filling up the third place.
By the fundamental principle of counting, the number of ways of filling up the first three
places is
n (n - 1) (n - 2).
Continuing in this manner, the rth place can be filled up with any of these n - (r -1) things.
So there are n - r + 1 ways of filling up the rth place.
Thus, by the fundamental principle of counting the total number of ways is
Cor 2
Prove that 0 ! = 1
Proof:
n!
p(n, r) =
(n − r )!
n!
or p(n, n) =
(n − n)!
n!
or n! =
0!
n!
or 0! =
n!
=1 proved
Example 1:
How many words can be formed from the letters of the word 'SECONDARY' so that
(i) the vowels always come together;
(ii) the vowels are never together.
Solution :
i) When the vowels E, O, A are always together, their group can be treated as one object.
Then the objects to be arranged are S, C, N, D, R, Y, (AOE). These 7 objects can be
arranged in P (7,7) = 7! = 5040 ways.
Example 2
Find the number of ways in which 5 boys and 3 girls can be seated in a row so that no
two girls are together.
Solution :
The 5 boys may occupy 5 places in P (5, 5) = 5! = 120 ways.
Since no two girls are to sit together, we may arrange the three girls at the 6 places as
shown (by dots) below.
....B .... B.... B ....B .....B ....
Total number of arrangements for 3 girls
= P (6, 3)
= 6 × 5 × 4 = 120
∴ Total arrangements of boys and girls
= 120 × 120 = 14400
[Note: this problem can also be solved by the method used in example1, second part]
Example
i) Find how many arrangements can be made with the letters of the word
MATHEMATICS?
ii) In how many of them, the vowels are together?
Solution :
(i) There are 11 letters in the word 'MATHEMATICS', out of these letters M occurs twice,
A occurs twice, T occurs twice and the rest are all different.
= 4989600
i) The given word contains 4 vowels A, E, A, I. Treating these 4 vowels as one object,
we have to arrange 8 letters; out of which M occurs twice, T occurs twice and the rest are
all different.
8!
The number of arrangements =
2!.2!
= 10080
Again, the four vowels in which A occurs twice and the rest are all different, can be
4!
arranged amongst themselves in = 12 ways.
2!
= 10080 × 12
= 120960
C. Class work
1. In how many ways can 10 people line up at a ticket window of a cinema hall ?
2. Find the number of words formed (may be meaningless) by using all the letters of word
'EQUATION', using each letter exactly once.
3. Seven students are contesting election for the president of the students union. In
how many ways can their names be listed on the ballot paper?
4. Find the number of permutations of the letters of the word 'ENGLISH'. How many of
these begin with E and end with I ?
5. In how many ways can the letters of the word 'FAILURE' be arranged so that the
consonants may occupy only odd position ?
6. How many permutations can be formed by the letters of the word 'VOWELS' when
i) the letters can be placed anywhere.
ii) each word begins with E.
iii) each word begins with O and ends with L.
iv) all vowels come together.
v) all consonants come together.
7. There are 3 blue balls, 4 red balls and 5 green balls. In how many ways can they be
arranged in a row ?
8. How many 7-digit numbers can be formed using the digits 1, 2, 0, 2, 4, 2 and 4 ?
9. How many numbers can be formed with the digits 1, 2, 3, 4, 3, 2, 1 so that the odd digits
always occupy the odd places ?
The number of permutations of n different objects, taken r at a time when each may be
repeated any number of times in each arrangement is nr.
Example:
How many 4-digit numbers can be formed with the digits 1, 2, 3, 4, 5, 6 when a digit
may be repeated any number of times in any arrangement?
Solution :
Since there is no restriction on repetition of digits, each one of the thousand's, hundred's,
ten's and unit's digits can be filled in 6 ways.
B. Circular Permutations
The arrangements of objects in a line are known as linear permutations. If we
arrange them in the form of a circle, we call them, circular permutations.
ABCD, BCDA, CDAB and DABC then, clearly they are distinct. Now, we arrange A, B, C,
D along the circumference of a circle as shown below:
A D C B
D BC A B D A
C
C B A D
If we consider the position of an object relative to others, then we find that the above four
arrangements are the same. So the number of arrangements in a circle is less than that in
a line. By the diagram given above, the four arrangements ABCD, BCDA, CDAB and
DABC in a circle are the same while they are different in a linear arrangement.
Example
In how many ways can a party of 4 men and 4 women be seated at a circular table so that
no two women are adjacent?
Solution :
The four men be seated at the circular table such that there is a vacant seat between
every pair of men. The number of ways in which these 4 men can be seated at the
circular table = (4 -1) ! = 3 ! = 6
Now, the four vacant seats may be occupied by four women in P (4, 4) = 4 ! = 24 ways
∴ Required number of ways = 6 × 24 = 144
For example: the combination of letters A, B, C taken two at a time are AB, BC, CA. In case of
combination order does not make any sense. So, AB is same as BA. In permutation, AB and BA
are different.
Example 1:
An examination paper containing 12 questions consists of two parts A and B. Part A
contains 7 questions and part B contains 5 questions. A candidate is required to attempt 8
questions, selecting at least 3 from each part. In how many ways can the candidate select
the questions?
Solution
The candidate may select the questions as under.
Part A(7) Part B(5)
C (7, 3) and C (5, 5)
or C (7, 4) and C (5, 4)
or C (7, 5) and C (5, 3)
The number of ways of selecting the questions.
= C (7, 3) × C (5, 5) + C (7, 4) × C (5, 4)
+ C (7, 5) × C (5, 3)
= 35+175+210
= 420
[Note: generally and is replaced by × and or is replaced by + as in the above example ]
Example 2:
In an examination, a candidate has to pass in each of the 5 subjects. In how many ways can he
fail?
Solution :
The candidate can fail in 1 or 2 or 3 or 4 or 5 subjects out of 5 in each case.
Total number of ways in which he can fail
=C(5, 1) + C (5, 2) + C (5, 3) + C (5, 4) + C (5, 5) = 5 + 1 0 + 1 0 + 5 + 1
= 31
Example:
Find the number of ways in which a student can choose 5 courses out of 9 courses, when 2
courses are compulsory?
Solution:
Here n = 9, r = 5 and m = 2
Required number of selections = 9-2C5-2 = 7C3 = 35.