Permutation and Combination lectures
Permutation and Combination lectures
Order is important
ABC , how many possible arrangements are there (draw a tree diagram)(do listing method)
ABC BAC CAB 6 possible arrangements, ABC is different from CBA because order is important
If there are m ways to do one thing, n ways to do another, and o ways to do another,
In this example you notice that the factors are decreasing. Another way of writing
Therefore, 3! = (3)(2)(1) = 6; 3! = 6
Factorial Notation
We also define 0! = 1
The only downside of using FCP(Fundamental Counting Principle) is that you cannot
see the specific lists of the possible outcomes; you can only find the number of the
possible ways or the number of permutations. But, as we continue our lesson you will learn
the significance of this concept or principle about deriving the formulas of permutations.
1. Ten runners join a race. In how many possible ways can they be arranged as first, second, and
third placers?
2. If Jun has 12 T-shirts, 6 pairs of pants, and 3 pairs of shoes, how many possibilities can he dress
himself up for the day?
3. In how many ways can Aling Rosa arrange 6 potted plants in a row?
4. How many four-digit numbers can be formed from the numbers 1, 3, 4, 6, 8, and 9 if repetition of
digits is not allowed?
Tell whether the situation is permutation or not.
Answer Key
1. Permutation
2. Not
3. Not
4. Permutation
5. Permutation
Example 2
Calculate P ( 10 , 3 )
n=10 r=3
n!
P ( n , r )=
( n−r ) !
10 ! 10 ! 10∗9∗8 !
P ( 10 ,3 )= = = =720
( 10−3 ) ! 3 ! 8!
Example 3
In how many ways can a group of 4 students arrange themselves in a row for picture taking?
n=4 r=4
n!
P ( n , r )=
( n−r ) !
4! 4 ! 4∗3∗2∗1
P ( 4 , 4) = = = =24
( 4−4 ) ! 0 ! 1
Example 4
In how may different ways can 4 cars be parked if there are 10 available parking spaces?
n=10 r=4
n!
P ( n , r )=
( n−r ) !
10! 10! 10∗9∗8∗7∗6 !
P ( 10 , 4 )= = = =5040
( 10−4 ) ! 6! 6!
Example 5
How many 4-letter words can be formed from the letters in the word MOBILE?
Number of permutations of n objects where p are alike, q are alike, r are alike and so on, is
n!
P=
p!q!r !
Example 1
How many distinct permutations can be made from the letters of the word “LEGEND”
n=6 E=2
n! 6 ! 6∗5∗4∗3∗2!
P= = = =360
p!q!r ! 2! 2!
Example 2
How many distinct permutations can be made from the letters of the word “SUCCESS”
In how may ways can 3 red balls and 4 yellow balls be arranged in a row?
n! 7! 7∗6∗5∗4 !
P= = = =35
p ! q ! r ! 3 ! 4 ! 3∗2∗1∗4 !
Circular Permutation
Permutation of n distinct objects arranged in a circle.
Formula (n−1)!
Example 1
How many ways can 4 boys and 2 girls be seated at a round table?
n=6 ( n−1 ) !=( 6−1 ) !=5 !=5∗4∗3∗2∗1=120
Example 3
How many ways can 3 girls and 5 boys be seated around a circular table if all girls must sit together?
1 !=1
2 !=2
3 !=6
4 !=24
5 !=120
6 !=720
7 !=5 040
8 !=40 320
9 !=362 880
Solve for n
a. P ( n , 2 )=56
n!
P ( n , r )=
( n−r ) !
n!
=56
( n−2 ) !
n ( n−1 ) ( n−2 ) !
=56
( n−2 ) !
n ( n−1 )=56
√2 56=7.4 round of ¿ 8
2
7 =49
2
8 =64
56 is between 49 & 64
8∗7=56
n=8
b. P ( n , 3 )=5 !
n!
P ( n , r )=
( n−r ) !
n!
=5!
( n−3 ) !
√3 120=4.9 rounded of ¿ 5
6∗5∗4=120
n=6
c. P ( n , 5 )=720
n!
P ( n , r )=
( n−r ) !
n!
=720
( n−5 ) !
cross multiply
n !=720 ( n−5 ) !
n !=6 ! ( n−5 ) !
cancel all Factorial notation (!)
n=6 ( n−5 )
n=6 n−30
n−6 n=−30
−5 n −30
=
−5 −5
n=6
More examples!
Find the value of n
1. P ( n , 3 )=60
2. P ( n , 4 )=3024
3. P ( n , 3 )=504
4. P ( n , 4 )=120
5. P ( n , 4 )=5040
Solve for r
a. P ( 8 , r )=6 720
n!
P ( n , r )=
( n−r ) !
8!
=6 720
( 8−r ) !
40 320
=6 720
( 8−r ) !
cross multiply
6 720 ( 8−r ) !=40 320
6 720(8−r )! 40320
=
6720 6720
40 320
=( 8−r ) !
6 720
6=( 8−r ) !
3 !=( 8−r ) !
cancel all Factorial notation (!)
3=( 8−r )
r =8−3
r =5
b. P ( 12 ,r ) =1320
12∗11∗10=1 320
Activity 1
6. P ( 6 , 6)
7. P ( 7 , 3)
8. P ( 9 , 2)
9. P ( n , 3 )=504
10. P ( 9 , r )=3024
Refers to the number of ways of selecting from a set when the order is not important
Changing the order of the objects does not create a new combination.
R, S and T
RS RT ST
SR TR TS
3 combinations
A combination is an arrangement of n objects with no repetitions and the order is not important
n!
C (n , r )=
( n−r ) ! r !
Example 1:
6!
C ( 6 ,2 ) =
( 6−2 ) ! 2!
6!
C ( 6 ,2 ) =
4!2!
6∗5∗4 !
C ( 6 ,2 ) =
4 !∗2∗1
C ( 6 ,2 ) =15
Shortcut method,
P(6 ,2)
C (n , r )=
2!
6∗5
C (n , r )=
2∗1
C ( n , r ) =15
Example 2:
5!
C ( 5 , 5 )=
( 5−5 ) ! 5 !
5!
C ( 5 , 5 )=
0!5!
5!
C ( 5 , 5 )=
5!
C ( 5 , 5 )=1
Hence
n=r
C ( n , r ) =1
Example 3:
In
Examples: