Counting
Counting
If there are n events and if the first event can occur in m1 ways, the second event can occur in m2
ways after the first event has occurred, the third event can occur in m3 ways after the second
event has occurred, and so on, then all the n events can occur in m1*m2*...*mn−1*mn ways.
Example 2.1:
Example 2.2:
In a city, the bus route numbers consist of a natural number less than 100, followed by one of the
letters A,B,C,D,E and F. How many different bus routes are possible?
Solution:
The number can be any one of the natural numbers from 1 to 99.
There are 99 choices for the number.
The letter can be chosen in 6 ways.
Number of possible bus routes are 99*6= 594
Example 2.3:
There are 3 questions in a question paper. If the questions have 4,3 and 2 solutions respectively,
find the total number of solutions.
Solution:
Here question 1 has 4 solutions, question 2 has 3 solutions and question 3 has 2 solutions.
=> By the multiplication (counting) rule,
Total number of solutions=4*3*2= 24
Example 2.4:
Consider the word ROTOR. Whichever way you read it, from left to right or from right to left,
you get the same word. Such a word is known as palindrome. Find the maximum possible
number of 5-letter palindromes.
Solution:
The first letter from the right can be chosen in 26 ways because there are 26 alphabets.
Having chosen this, the second letter can be chosen in 26 ways.
=> The first two letters can be chosen in 26*26=676 ways
Having chosen the first two letters, the third letter can be chosen in 26 ways.
=> All the three letters can be chosen in 676*26=17576 ways.
It implies that the maximum possible number of five letter palindromes is 17576because the
fourth letter is the same as the second letter and the fifth letter is the same as the first letter.
Note: In Example 2.4 we found the maximum possible number of five letter palindromes. There
cannot be more than 17576. But this does not mean that there are 17576 palindromes. Because
some of the choices like CCCCC may not be meaningful words in the English language.
Example 2.5:
How many 3-digit numbers can be formed with the digits 1,4,7,8 and 9 if the digits are not
repeated?
Solution:
Three digit numbers will have unit’s, ten’s and hundred’s place.
Out of 5 given digits any one can take the unit’s place.
This can be done in 5 ways ------- (i)
After filling the unit’s place, any of the four remaining digits can take the ten’s place.
This can be done in 4 ways ------- (ii)
After filling in ten’s place, hundred’s place can be filled from any of the three remaining digits.
This can be done in 3 ways ------- (iii)
=> By counting principle, the number of 3 digit numbers =5*4*3= 60
Example 2.6:
Suppose you can travel from a place A to a place B by 3 buses, from place B to place C by 4
buses, from place C to place D by 2 buses and from place D to place E by 3 buses. In how many
ways can you travel from A to E?
Solution:
The bus from A to B can be selected in 3 ways.
The bus from B to C can be selected in 4 ways.
The bus from C to D can be selected in 2 ways.
The bus from D to E can be selected in 3 ways.
So, by the General Counting Principle, one can travel from A to E in 3*4*2*3= 72 ways
PERMUTATIONS
Suppose you want to arrange your books on a shelf. If you have only one book, there is only one
way of arranging it. Suppose you have two books, one of History and one of Geography.
You can arrange the Geography and History books in two ways. Geography book first and the
History book next, GH or History book first and Geography book next; HG. In other words,
there are two arrangements of the two books.
Now, suppose you want to add a Mathematics book also to the shelf. After arranging History and
Geography books in one of the two ways, say GH, you can put Mathematics book in one of the
following ways: MGH, GMH or GHM. Similarly, corresponding to HG, you have three other
ways of arranging the books. So, by the Counting Principle, you can arrange Mathematics,
Geography and History books in3*2=6 ways.
By permutation we mean an arrangement of objects in a particular order. In the above
example, we were discussing the number of permutations of one book or two books.
In general, if you want to find the number of permutations of n objects n≥1, how can you do it?
Let us see if we can find an answer to this.
Similar to what we saw in the case of books, there is one permutation of 1
object,2*1 permutations of two objects and 3*2*1 permutations of 3 objects. It may be that, there
are n*(n−1)*(n−2)*...*2*1 permutations of n objects. In fact, it is so, as you will see when we
prove the following result.
Theorem 3.1
The total number of permutations of n objects is n(n–1)....2.1
Proof:
We have to find the number of possible arrangements of n different objects.
The first place in an arrangement can be filled in n different ways. Once it has been done, the
second place can be filled by any of the remaining (n–1) objects and so this can be done in (n–
1) ways. Similarly, once the first two places have been filled, the third can be filled in (n–
2) ways and so on. The last place in the arrangement can be filled only in one way, because in
this case we are left with only one object.
Using the counting principle, the total number of arrangements of n different objects is
n(n−1)(n−2)...2.1 ----------(3.1)
The product n(n–1)...2.1 occurs so often in Mathematics that it deserves a name and notation. It
is usually denoted by n! (read as n factorial).
n!=n(n–1)...3.2.1
Example 3.1
Suppose you want to arrange your English, Hindi, Mathematics, History, Geography and Science
books on a shelf. In how many ways can you do it?
Solution:
We have to arrange 6 books.
The number of permutations of n objects isn!=n.(n–1).(n–2)...2.1
Here n=6 and therefore, number of permutations is 6.5.4.3.2.1= 720
Example 4.1
If you have 6 New Year greeting cards and you want to send them to 4 of your friends, in how
many ways can this be done?
Solution:
We have to find number of permutations of 4 objects out of 6 objects.
This number is 6P4=6(6−1)(6−2)(6−3)=6*5*4*3=360
Therefore, cards can be sent in 360 ways.
Example 5.1
Suppose 7 students are staying in a hall in a hostel and they are allotted 7 beds. Among them,
Parvin does not want a bed next to Anju because Anju snores. Then, in how many ways can you
allot the beds?
Solution:
Let the beds be numbered 1 to 7.
Case 1: Suppose Anju is allotted bed number 1.
Then, Parvin cannot be allotted bed number 2.
So Parvin can be allotted a bed in 5 ways.
After allotting a bed to Parvin, the remaining 5 students can be allotted beds in 5! ways.
So, in this case the beds can be allotted in 5*5!=600 ways.
Case 2: Anju is allotted bed number 7.
Then, Parvin cannot be allotted bed number 6
As in Case 1, the beds can be allotted in 600 ways.
Case 3: Anju is allotted one of the beds numbered 2,3,4,5 or 6
Parvin cannot be allotted the beds on the right hand side and left hand side of Anju’s bed.
For example, if Anju is allotted bed number 2, beds numbered 1 or 3 cannot be allotted to Parvin.
Therefore, Parvin can be allotted a bed in 4 ways in all these cases.
After allotting a bed to Parvin, the other 5 can be allotted a bed in 5! ways.
Therefore, in each of these cases, the beds can be allotted 4*5!=480 ways.
=> The beds can be allotted in:
2*600+5*480=1200+2400= 3600 ways
Example 5.2
In how many ways can an animal trainer arrange 5 lions and 4 tigers in a row so that no two
lions are together?
Solution:
They have to be arranged in the following way:
| L | T | L | T | L | T | L | T | L |
The 5 lions should be arranged in the 5 places marked ‘L’.
This can be done in 5! ways.
The 4 tigers should be in the 4 places marked ‘T’.
This can be done in 4! ways.
Therefore, the lions and the tigers can be arranged in 5!*4!= 2880 ways
Example 5.3
There are 4 books on fairy tales, 5 novels and 3 plays. In how many ways can you arrange these
so that books on fairy tales are together, novels are together and plays are together and in the
order, books on fairy tales, novels and plays.
Solution:
There are 4 books on fairy tales and they have to be put together.
They can be arranged in 4! ways.
Similarly, there are 5 novels.
They can be arranged in 5! ways.
And there are 3 plays.
They can be arranged in 3! ways.
So, by the counting principle all of them together can be arranged in 4!*5!*3!=17280 ways
Example 5.4
Suppose there are 4 books on fairy tales, 5 novels and 3 plays as in Example 5.3. They have to be
arranged so that the books on fairy tales are together, novels are together and plays are together,
but we no longer require that they should be in a specific order. In how many ways can this be
done?
Solution:
First, we consider the books on fairy tales, novels and plays as single objects.
These three objects can be arranged in 3!=6 ways.
Let us fix one of these 6 arrangements.
This may give us a specific order, say, novels -> fairy tales -> plays.
Given this order, the books on the same subject can be arranged as follows.
The 4 books on fairy tales can be arranged among themselves in 4!=24 ways.
The 5 novels can be arranged in 5!=120 ways.
The 3 plays can be arranged in 3!=6 ways.
For a given order, the books can be arranged in 24*120*6=17280 ways.
Therefore, for all the 6 possible orders the books can be arranged in 6*17280=103680 ways.
Example 5.5
In how many ways can 4 girls and 5 boys be arranged in a row so that all the four girls are
together?
Solution:
Let 4 girls be one unit and now there are 6 units in all.
They can be arranged in 6! ways.
In each of these arrangements 4 girls can be arranged in 4! ways.
=> Total number of arrangements in which girls are always together
=6!*4!=720*24= 17280
Example 5.6
How many arrangements of the letters of the word ‘BENGALI’ can be made
(i) If the vowels are never together.
(ii) If the vowels are to occupy only odd places.
Solution:
There are 7 letters in the word ‘Bengali; of these 3 are vowels and 4 consonants.
(i) Considering vowels a, e, i as one letter, we can arrange 4+1 letters in 5! ways in each of
which vowels are together. These 3 vowels can be arranged among themselves in 3! ways.
=> Total number of words =5!*3!
=120*6=720
So there are total of 720 ways in which vowels are ALWAYS TOGEGHER.
Now,
Since there are no repeated letters, the total number of ways in which the letters of the word
‘BENGALI’ cab be arranged:
=7!=5040
So,
Total no. of arrangements in which vowels are never together:
=ALL the arrangements possible – arrangements in which vowels are ALWAYS TOGETHER
=5040–720=4320
(ii) There are 4 odd places and 3 even places. 3 vowels can occupy 4 odd places in4P3 ways and
4 constants can be arranged in 4P4 ways.
=> Number of words =4P3*4P4= 576
COMBINATIONS
Theorem 1
Let n≥1 be an integer and r≤n. Let us denote the number of ways of choosing r objects out of n
objects by nCr. Then
nCr=nPr/r!
Example 6.1
1*2*3*4
= 330 ways
Example 6.2
12 points lie on a circle. How many cyclic quadrilaterals can be drawn by using these points?
Solution:
For any set of 4 points we get a cyclic quadrilateral. Number of ways of choosing 4 points out of
12 points is 12C4=495
. Therefore, we can draw 495 quadrilaterals.
Example 6.3
In a box, there are 5 black pens, 3 white pens and 4 red pens. In how many ways can 2 black
pens, 2 white pens and 2 red pens can be chosen?
Solution:
Number of ways of choosing 2 black pens from 5 black pens
=> By the Counting Principle, 2 black pens, 2 white pens, and 2 red pens can be chosen in
10*3*6= 180ways.
Example 6.4
A question paper consists of 10 questions divided into two parts A and B. Each part contains five
questions. A candidate is required to attempt six questions in all of which at least 2 should be
from part A and at least 2 from part B. In how many ways can the candidate select the questions
if he can answer all questions equally well?
Solution:
The candidate has to select six questions in all of which at least two should be from Part A and
two should be from Part B. He can select questions in any of the following ways:
Part A Part B
(i) 2 4
(ii) 3 3
(iii) 4 2
If the candidate follows choice (i), the number of ways in which he can do so is:
5C2*5C4=10*5=50
If the candidate follows choice (ii), the number of ways in which he can do so is:
5C3*5C3=10*10=100
Similarly, if the candidate follows choice (iii), then the number of ways in which he can do so is:
5C4*5C2=5*10=50
Therefore, the candidate can select the question in 50+100+50= 200 ways.
Example 6.5
A committee of 5 persons is to be formed from 6 men and 4 women. In how many ways can this
be done when:
(i) At least 2 women are included?
(ii) At most 2 women are included?
Solution:
(i) When at least 2 women are included.
The committee may consist of
3 women, 2 men: It can be done in 4C3*6C2 ways
Or, 4 women, 1 man: It can be done in 4C4*6C1 ways
or, 2 women, 3 men: It can be done in 4C2*6C3 ways
=> Total number of ways of forming the committee:
=4C3*6C2+4C4*6C1+4C2*6C3= 186 ways
(ii) When at most 2 women are included
The committee may consist of
2 women, 3 men: It can be done in 4C2*6C3 ways
Or, 1 women, 4 men: It can be done in 4C1*6C4 ways
Or, % men: It can be done in 6C5 ways
=> Total number of ways of forming the committee:
=4C2*6C3+4C1*6C4+6C5= 186 ways
Top
Example 6.6
The Indian Cricket team consists of 16 players. It includes 2 wicket keepers and 5 bowlers. In
how many ways can a cricket eleven be selected if we have to select 1 wicket keeper and at least
4 bowlers?
Solution:
We are to choose 11 players including 1 wicket keeper and 4 bowlers
or, 1 wicket keeper and 5 bowlers.
Number of ways of selecting 1 wicket keeper, 4 bowlers and 6 other players
=2C1*5C4*9C6=840
Number of ways of selecting 1 wicket keeper, 5 bowlers and 5 other players
=2C1*5C5*9C5=252
=> Total number of ways of selecting the team:
=840+252= 1092
So far, we have studied problems that involve either permutation alone or combination alone. In
this section, we will consider some examples that need both of these concepts.
Example 7.1
There are 5 novels and 4 biographies. In how many ways can 4 novels and 2 biographies can be
arranged on a shelf?
Solution:
4 novels can be selected out of 5 in 5C4 ways.
2 biographies can be selected out of4 in 4C2 ways.
Number of ways of arranging novels and biographies:
=5C4*4C2=30
After selecting any 6 books (4 novels and 2 biographies) in one of the 30 ways, they can be
arranged on the shelf in 6!=720 ways.
By the Counting Principle, the total number of arrangements =30*720= 21600
Example 7.2
From 5 consonants and 4 vowels, how many words can be formed using 3 consonants and 2
vowels?
Solution:
From 5 consonants, 3 consonants can be selected in 5C3 ways.
From 4 vowels, 2 vowels can be selected in 4C2 ways.
Now with every selection, number of ways of arranging 5 letters is 5P5
Total number of words =5C3*4C2*5P5= 7200
In permutation and combination problems, it is very important to recognize the type of problem.
Many students mistakenly approach a combination problem as a permutation, and vice versa.
The steps below will help you determine the problem type.
Solving a permutation or combination problem involves two steps:
1. Recognizing the problem type: permutation vs. combination.
2. Using formulas or models to count the possibilities.
We have three questions to ask ourselves in order to identify the problem type:
1. Is it a permutation or combination?
Check any two typical arrangements with the same combination. If the two arrangements are
counted only once, it is a combination problem. Otherwise, it is a permutation.
For example, if you are asked for a lock code, then 321 and 123 could be two possibilities, and
the two numbers are formed from the same combination (Same number of 1’s, 2’s, and 3’s). So,
lock codes must be permutations.
For another example, suppose you have 5 balls numbering 1 through 5. If you are asked to select
3 out of the 5 balls and you are only interested in the numbers on the balls, not the order in which
they are taken, then you have a combination problem.
Problems that by definition connote ordering (though not directly stated) are permutations.
For example, 3 digits form a 3-digit number. Here, the 3-digit number connotes ordering.
For another example, if you are to answer 3 questions, you probably would not be asked to
answer a particular question more than once. So, you would not allow repetition in the
calculations. Though not often needed, such logical assumptions are allowed and sometimes
expected.
If the problem itself defines slots for the arrangements, it is a permutation problem. Words like
arrange" define slots for the arrangements.
Generally, "arrangements" refer to permutations, and "selections" refer to combinations. These
words often flag the problem type.
Other words indicating permutations are "alteration," "shift," "transformation," and
"transmutation," all of which connote ordering.
For example:
In how many ways can the letters of the word XYZ be transformed to form new words?
In how many ways can the letters of the word XYZ be altered to form new words?
Some words indicating combinations are "aggregation," "alliance," "association," "coalition,"
"composition," "confederation," "gang," "league," and "union," (all of which have nothing to do
with arrangements but instead connote selections.)
For example:
In how many ways can a coalition of 2 countries be formed from 4 countries?
(Here, a coalition is the same whether you say country A and B are a coalition or country B and
country A are a coalition.)