Combinatorics Flashcards

1
Q

Multiplication principle of combinatorics

A

The amount of combinations of items from different sets, assuming one item per set, is equal to the product of the number of items on each set.

Example, pairs of trousers and shoe combinations = n trousers * p shoes

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

What is permutation and what is combination?

A

A permutation is an arrangement of things in different orders, whereas combination is simply concerned with combining things.

Permutation = Order matters
Combination = Order does not matter

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

Order matters, no repetition

A

nPr = n!/(n-r)!

Where n = total number of items on the set to choose from and r = number of items in the permutation

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

Order doesn’t matter, no repetition

A

nCr = n!/r!(n-r)!

Where n = total number of items on the set to choose from and r = number of items in the combination

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

Order matters, repetition allowed

A

nPr = n^(r)

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

Order doesn’t matter, repetition allowed

A

nCr = (n+r - 1)!/r!(n-1!)

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