Permutation Notes
Permutation Notes
a. Tree diagram
b. Listing method
TYPES of PERMUTATION
Or
nPr = n!
(n - r )! ;r<n
Where:
P is the total number of permutations
n is the total number of objects in the set
r is the total number of choosing objects in the set
P = n raise to r
Where:
P is the total number of permutations
n is the total number of objects in the set
r is the total number of choosing objects in the set
Example:
How many 5-letter ordered codes can be formed with the letters of the set { E,F,G,H} if
we allow to use repeated use of the same letter?
Formula:
P = nr
Given:
P=?
n=4
r=5
Solution:
P = n exponent r
P = (4) exponent 5
= 4.4.4.4.4
P = 1024
Example:
If there are two cans of orange juice, three cans of lemonade, and five cans of
iced tea in a cooler. In how many ways can these drinks be consumed by a
costumer?
I. Circular Permutation – refers to the number of permutation of n distinct objects
arranged in a circle.
Formula:
(n-1)!
Example 1
How many ways can 4 people sit around a circular table?
n=4
example 2
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?
3 girls = 1 group
1 group seat and 5 seats
N=6
(n-1)! = (6 – 1)!
3 girls = 3!
= ( 6 – 1)! * 3!
= 5! * 3!
= 5*4*3*2*1*1*3*2*1
=720
CIRCULAR Permutations
Circular arrangements are permutations in which objects are arranged in a circle.
Example 1
In how many ways can eight people join hands to form a circle.
Given
N=8
P = ( n-1)!
= ( 8 – 1)!
= 7!
=7*6*5*4*3*2*1
= 5040