Chapter 1 Counting Flashcards
1
Q
Fundamental Theorem of Counting
A
if a job consists of k tasks, the ith of which can be done in ni ways, the entire job can be done in n1n2…*nk ways
2
Q
Counting: ordered, without replacement
A
n!/(n-r)! n total objects take r at a time
3
Q
Counting: ordered, with replacement
A
n^r n total objects taken r at a time
4
Q
Counting: unordered, without replacement
A
n!/(r!(n-r)!) n total objects taken r at a time (n choose r)
5
Q
Counting: unordered, with replacement
A
(n-1+r)!/(r!(n-1+r)!) n total objects taken r at a time
n-1+r choose r
6
Q
binomial theorem
A
(X+Y)^N = Sum (n choose k) x^k * y^ n-k
if x+y = 2, this is binomial expansion = 2^n