Questions: Eulerian Paths, Circuits, and Characterization

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A city planner wants to design a snow plow route that covers every road exactly once and returns to the starting depot. What must be true of the graph representing the street network?

AThe graph must be a tree with no cycles
BEvery vertex must have degree at least 2
CExactly two vertices must have odd degree
DEvery vertex must have even degree
Question 2 Multiple Choice

A connected graph has 8 vertices with degrees 4, 3, 2, 3, 2, 4, 2, 3. Does this graph have an Eulerian circuit, an Eulerian path, or neither?

AEulerian circuit, since the graph is connected and most vertices have even degree
BEulerian path from one odd-degree vertex to another
CNeither — it has more than two vertices of odd degree
DEulerian path, since the sum of all degrees is even
Question 3 True / False

An Eulerian path visits nearly every vertex exactly once, while an Eulerian circuit also returns to the starting vertex.

TTrue
FFalse
Question 4 True / False

If a connected graph has exactly two vertices of odd degree, those two vertices must be the endpoints (start and finish) of any Eulerian path in that graph.

TTrue
FFalse
Question 5 Short Answer

Why does a vertex in the middle of an Eulerian path require even degree, while the starting and ending vertices are allowed to have odd degree?

Think about your answer, then reveal below.