Permutations and Combinations Flashcards
1
Q
Permutations of n things taken r at a time
A
P(n,r) = n! / (n-r)!
2
Q
Permutations of n things in which q are alike, r are alike, and so on
A
P = n! / (q!r!……)
3
Q
Permutations of n different things in a circle
A
P = (n-1)!
4
Q
Combination of n things taken r at a time
A
C (n,r) = n! / (n-r)!r!
5
Q
Combination of n different things 1, 2, 3, …n at a time
A
C = 2^n - 1