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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Counting: ordered, without replacement

A

n!/(n-r)! n total objects take r at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Counting: ordered, with replacement

A

n^r n total objects taken r at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Counting: unordered, without replacement

A

n!/(r!(n-r)!) n total objects taken r at a time (n choose r)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly