Questions: Eulerian Circuits and Paths

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A connected graph has five vertices with degrees 2, 4, 3, 3, 4. Which of the following is correct?

AIt has both an Eulerian circuit and an Eulerian path
BIt has an Eulerian path but not an Eulerian circuit, starting and ending at the two odd-degree vertices
CIt has neither an Eulerian circuit nor an Eulerian path
DIt has an Eulerian circuit because the majority of vertices have even degree
Question 2 Multiple Choice

Why does an Eulerian circuit require every vertex to have even degree?

AEven-degree vertices are computationally easier to traverse in graph algorithms
BEvery time a circuit passes through a vertex (neither starting nor ending there), it uses one edge to arrive and one to depart — consuming exactly two edges, requiring the degree to be even
COdd-degree vertices cannot be connected to even-degree vertices in a valid graph
DThe Hamiltonian path condition requires all degrees to be even
Question 3 True / False

A graph that has an Eulerian circuit necessarily also has a Hamiltonian circuit.

TTrue
FFalse
Question 4 True / False

In a connected graph with exactly two odd-degree vertices, those two vertices must be the start and end points of any Eulerian path through the graph.

TTrue
FFalse
Question 5 Short Answer

The Königsberg bridge problem asks whether you can cross all seven bridges exactly once. Explain why this is impossible, using the concept of vertex degree.

Think about your answer, then reveal below.