Combinatorics Flashcards

1
Q

Combinatorics is

A

the number of ways of arranging things

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

When considering the number of possible combinations,

A

its often helpful to think of ordered slots in a line that we can fill

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

Number of ways of picking one card from each of 20 different packs =

A

52^20

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

Number of outcomes from the throw of five dice and the toss of five coins =

A

6^5 x 2^5

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

The number of ways of arranging n objects is

A

n!

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

0! =

A

1

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

(n+1)! =

A

(n+1)n!

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

Permutations: it gives us the number of ways of putting n items into k slots =

A

n!/(n-k)!

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

Choose function -

A

order does not matter

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

Number of ways of choosing k items from n =

A

n!/(n-k)!k!

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

Combinations -

A

order does not matter

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

Permutations -

A

order does matter

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

Choosing r things from n number of things, repetition allowed, order matters =

A

n^r

Repetition allowed, order matters

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

Choosing r things from n number of things, repetition not allowed, order matters =

A

n!/(n-r)!

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

Choosing r things from n number of things, repetition allowed, order doesn’t matter =

A

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

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

Choosing r things from n number of things, repetition not allowed, order doesn’t matter =

A

n!/(n-r)!r!

17
Q

When considering the number of possible values in a sequence,

A

consider the number of possibilities in each character position, then multiply together.

18
Q

Find the number of possible 4 digit sequences consisting of right and up movements

A

Theres two possibilities for each of the four positions so there is 2^4 possibiltiies

19
Q

If there are n items and k slots then the maximum number of items in a slot is at least

A

n/k

20
Q

6 numbers, 4 positions, no repeats:

A

6!/(6-4)! possible permutations

21
Q

(y^2 + yx + 1)^n –> coefficient of x^3y^5

A

1 y^2, 3 xy, (n-4)’s ones : (n 1,3,n-4) = (n! / (n-4)! 3!) = 4(n, 4)

22
Q

(a+b)^n

sum of powers of a and b = n therefore 2n

A

(y^2 + xy)^k total powers =
2*k = 2k

(y^2 + xy)^k : to get x^3 y^5
2k = 5+3 therefore k=4
3 xy terms 1 y^2 term : 4C1 –> (n, 4)

23
Q

(n,r) =

A

(n, n-r)

24
Q

AABBB

How many variations

A
5 choices
2 letters
order does not matter
no repeats
5C2