Permutation Module
Permutation Module
Example 1: How many different ways can 7 students be seated for a selfie if only 4 seats are available?
Solution:
Example 2: How many permutations can be made for 5 different books on a shelf that can
accommodate exactly these 5 books?
Solution:
FACTORIAL NOTATION
o The product 5*4*3*2*1 can be written in abbreviated from 5!
n factorial
For every positive integer n,
n! = (n)(n-1)(n-2)…(3)(2)(1)
Permutation
𝒏!
The number of permutation of n objects taken r at a time is, P (n,r) =
(𝒏−𝒓)!