Counting Flashcards
1
Q
Inclusion-Exclusion Priciple
A
|A U B| = |A| + |B| - |A ∩ B|
2
Q
Multiplication Principle
A
If there are 2 or more independent choices to be made, then # of different possible outcomes of all choices is product of the # of possibilities of each choice
3
Q
Permutation
A
When the order does matter; nPk = n!/(n-k)!
4
Q
Combination
A
When the order does not matter; the number of ways k objects can be chosen from n objects is n choose k, or nCk = n!/(k!(n-k)!)
5
Q
Factorial notation
A
n! = n x (n-1) x (n-2) x … x 3 x 2 x 1 ; n unique objects can be arranged in n! ways.