Permutations and Combinations
Permutations and Combinations
PRESENTATIONS
▪THE RULE OF SUM
If a first task can be performed in m,wayz , while a
second task can be performed in n ways and the
two tasks cannot be performed simultaneously, then
performing either task can be accomplished in one of
m†n ways
THE RULE OF PRODUCT
If a procedure can be broken down into
first and second stages ,and if there are m
possible outcomes for the first stage and
if , for each of these outcomes , there are n
possible outcomes for the second
stage ,then the total procedure can be
carried out ,in the designated order , in mn
ways.The two tasks are performed
simultaneously.
Example of the rule of sum
a)A college library has 40 textbooks on
sociology and 50 textbooks dealing with
anthropology .By sum a student at this
college can select among 40†50=90ways
On many occasions we are not interested in the order of arrangement, but the number of
possible arrangements. Under such circumstances we apply the combination principle.
The combination of r objects chosen from a set containing n of them is given by the
formulae :
C(n,r)=P(n,r)÷r!
The above formulae can be
further simplified by
substituting the permutation
formulae into the above
equation
C(n,r)={n!/(n-r)!÷(r!)}
C(n,r)=n! ÷{(n-r)!r!}
THE FIRST STEP IS TO IDENTIFY WHICH PRINCIPLE TO USE; YOU ASK YOURSELF THE
QUESTION “IS IT A PERMUTATION OR A COMBINATION”.
(a)Since “n” represents the total number of elements in a set from which
“r” is chosen from.
boys girls
Total number (n) 14 17
Chosen number (r) 2 2
In this example we apply the product rule
Choosing 4 students means 2 boys and 2 girls
Answer;
C(14,2)*C(17,2)
91*13=123
a)A student taking a calculus exam is directed to answer
any 7 of 10
essay questions.Find the number of ways he can answer
the exam
C(10,7)= 10!÷7!(10-7)!
=10!÷7!3!
=120wayz
= c(49,5)×c(42,1)
=80 089 128 ways
5)The car number plates in Zimbabwe consist of three
letters of the alphabet followed by 3 numbers then the
Zimbabwe bird. How many number plates can be made.
Answer
We apply the combination principle
For the first 3 letters
C(26,1)*C(26,1)*C(26,1)=26*26*26
Next 3 numbers
C(10,1)*C(10,1)*C(10,1)=10*10*10
For the Zimbabwe bird
C(1,1)=1
USING THE PRODUCT RULE;
26*26*26*10*10*10*1=17576000