Permutations and Combinations Flashcards

1
Q

Permutations of n things taken r at a time

A

P(n,r) = n! / (n-r)!

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

Permutations of n things in which q are alike, r are alike, and so on

A

P = n! / (q!r!……)

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

Permutations of n different things in a circle

A

P = (n-1)!

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

Combination of n things taken r at a time

A

C (n,r) = n! / (n-r)!r!

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

Combination of n different things 1, 2, 3, …n at a time

A

C = 2^n - 1

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