Permutation
Permutation
nPr = n! , where 0 ≤ r ≤ n
(n - r)!
where:
• If n = r, then P = n! = n!
(n - r)!
• If r = 0, then P = n! = n! = 1
(n - 0)! n!
• If r = 1, then P = n! = n (n - 1)! = n
(n - 1)! (n - 1)!
Examples:
2. PERMUTATION WITH REPETITION
- the permutation of n objects taken r at a time, with repetition, is given by:
𝑷 = 𝒏𝒓
𝐄𝐱𝐚𝐦𝐩𝐥𝐞𝐬:
Examples: