Combinatorics Flashcards

1
Q

Arithmetic progression

A

A sequence where the difference between any two consecutive numbers is the same

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

An arithmetic progression is defined by…

A

Its first element and the common difference between elements

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

Finding the nth element (arithmetic progression)

A

a1 + (n – 1)d

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

Sum of elements (arithmetic progression)

A

S = 1 + 2 + 3 + … + 100
Reverse order of summands: 100 + 99 + 98 + … + 1
Add the equalities: 2S = 101, 101, 101, …
So S = 101 * 100 / 2 = 5050

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

Geometric progression

A

A sequence where the ratio between any two consecutive elements is the same

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

A geometric progression is defined by…

A

Its first element and the common ratio between elements

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

Finding the nth element (geometric progression)

A

g1 * r^(n-1)

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

Sum of elements (geometric progression)

A

Sn = g1(1 - r^n / 1 - r), r ≠ 1

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

Sum of decreasing progression (geometric progression)

A

S∞= g1 / 1 - r, |r| < 1

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

Pigeonhole principle

A

If n items are divided into m groups, and n > m, then some groups contain more than one item

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

Rule of product

A
  • In a refectory the student can choose one of five starters and one of three main courses. What is the total number of possible meals?
  • Let the set of starters = {s1, …, s5} and set of main courses = {m1, m2, m3}
  • Set of possible meals = Cartesian product SxM = 5 * 3 = 15
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Rule of sum

A

A vending machine offers five types of coffee and three types of tea. The total number of options = 5 + 3 = 8

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

A word is a sequence of letters of length between 1 and 5. How many words are there?

A

k=5, n1=26, n2=262…

Number of words = 26 + 26^2 + 26^3 + 26^4 + 26^5

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

Permutation

A

Number of possible rearrangements of n different objects

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

Number of permutations

A

n * P_(n - 1)

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

One permutation of one object

A

1 * 2 * 3 * … * n = n!

17
Q

Combinations

A

Number of ways to select k items from a group of n

18
Q

Number of combinations

A

C_n^k = n! / k!(n - k)!