Combinations, Permutation, & Probability Flashcards

1
Q

What is the pigeonhole principle?

A

The idea that if you have k boxes & k+1 objects to be placed in the boxes, at least one box contains multiple objects

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

What is the generalized pigeonhole principle?

A

If N ≥ 0 are placed into k ≥ 1 boxes, at least one of the boxes has at least the ceiling of (N/k) objects

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

What is a permutation?

A

A distinct ordered sequence of elements

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

What is an r-permutation?

A

An arrangement of r elements out of n elements. P(n,r)

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

What is a combination?

A

A set of elements in which the order is not important. C(n, r), “n choose r”

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

What is the formula for a permutation?

A

n!/(n-r)!

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

What is the formula for a combination?

A

n!/((n-r)!r!)

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

What is the sum from k=0 to n of n choose k?

A

2^n

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

How can you find the coefficient of a term of a power of a binomial?

A

n choose k where n is the power of the binomial, & k is the power of x or y.

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

What is the formula for a combination if repetition is allowed?

A

C(n-1+r, r), where n is the number of items & r is the number you want

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

What is the key to the PIE?

A

Count how many time you add each section of the venn diagram or alternating sign

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

What does omega represent in probability?

A

The sample space, or the set of all possible outcomes of a random experiment

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

How do you calculate the probability of an event A?

A

|A|/| Ω |

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

What does P(B|A) mean?

A

The probability of B given A.

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

What is P(B ∩A) if they are dependent?

A

P(B|A)*P(A)

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

What is the law of total probability?

A

P(B) = P(A ∩ B) + P((not A) ∩ B)