Exam 3 Flashcards

1
Q

Pigeonhole principle

A

if k is Z+ and k+1 objects are placed into k boxes, then one box contains two or more objects

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

Generalized Pigeonhole Principle

A

If N objects are put into k boxes, then there is at least one box w/ N/k objects (ceiling)

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

Permutation

A

Ordered arrangement

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

r-Combination

A

r-combination of elems in an unordered selection of r elements from a set size n

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

Permutation formula

A

n! / (n-r)!

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

Combination formula

A

n! / ((n-r)! r!)

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

The Binomial Theorem

A

(x+y)^n = Sigma(n,j) x^(n-j) * y^j

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

Permutations with Repetition

A

n^r

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

Combinations w/ Repetition

A

C(n+r-1, r)

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

Simple graph

A

graph’s edges connect two different vertices. no two edges connect the same two vertices

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

Multigraphs

A

graph has multiple edges connecting same two vertices

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

Pseudograph

A

can have loops, multiple edges connecting same vertices

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

Degree of vertex

A

Number of edges incident with it

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

Neighbors of a vertex

A

N(v) = set of all neighbors of v

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

Handshaking theorem

A

summed degrees of all vertices equal 2 times number of edges

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

Simple path

A

doesn’t contain same vertex more than once

17
Q

An ___ graph has an ____ number of vertices of ____ degree

A

undirected, even, odd

18
Q

To form a euler path, every vertex must have a ___ degree

A

even