Combinatorics and Counting Flashcards

1
Q

What is the fundamental principle of counting?

A

If an event can occur in n1 ways, and a second event in n2 ways, and a third in n3 ways, … and an i-th event in ni different ways, then the total number of ways the sequence 1 to i can occur is i! (i factorial)

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

In how many was can N objects be chosen from a set of N distinct objects where the order is important?

A

NpN ( = N!)

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

In how many ways can k objects from a set of N distinct objects be chosen, where k < N?

A

NPK

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

What is the formula of NpK?

A

N!

(N-k)!

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

How do you calculate the number of permutations of N objects when n1 are alike in one respect, n2 are alike in a second respect, …, and ni are alike in an i-th respect

A

N!

n1! x n2! x … x ni!

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

How do we choose k objects from N if order is unimportant?

A

NCK

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

How many ways can k objects be chosen from a set of N when objects are replaced?

A

N^k

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

What is the formula for NCK?

A

N! / (N-k)!k!

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