Combinatorics Flashcards

1
Q

Total outcomes of n1 to nk

A

= n1 x n2 x … x nk

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

Sum Rule

A

A and B for n … nk amount of outputs = A applied to n … nk + B applied to n … nk

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

Disjoint

A

Independent

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

Permutations

A

An ordering of an elements in a set. Normally found using the factorial of the amount.
S = {1,2,3}
Permutations:
1,2,3
3,2,1
2,3,1
etc.
Has s! amount of combinations/permutations.

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

n!

A

N factorial, has a specific way of representing it using pi notation.

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

K-Permutations

A

n! / (n-k)!
Order matters.

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

K-Combinations / Binomial coefficient

A

C(n,k) = n! / (n-k)! * k!
No order.
Can also be represented as:
(n)
(k)

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

Order and No Order Explanation.

A

Order Matters means that if there is a representation of k that k contains both {5,4} and {4,5}, it needs to be shown. No Order means that if there is {4,5}, we don’t care that there is a {5,4} as it counts as a duplicate, therefore we also divide by k!.

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

Product Rule

A

n1 …. nk = n1 x n2 x … x nk

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

Sum Rule

A

If A and B are disjoint events and there are n1 possible outcomes for event A
and n2 possible outcomes for event B then there are n1 +n2 possible outcomes
for the event “either A or B”.

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

Disjoint Events

A

Two events are said to be disjoint (or “mutually exclusive”) if they can’t occur
simultaneously.
Example: If you have 3 pairs of blue jeans and 2 pairs of black jeans, then there
are 3 + 2 =5 different pairs of jeans which are blue or black which you could
wear.

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