Questions: Euler Paths, Euler Circuits, and Applications

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A connected road network has every intersection at even degree except two: the library and the post office. What can be concluded about Euler paths and circuits in this network?

AAn Euler circuit exists starting and ending at any intersection.
BAn Euler path exists from the library to the post office, but no Euler circuit exists.
CAn Euler path exists between any two odd-degree vertices, not just the library and post office.
DNeither an Euler path nor an Euler circuit exists because there are vertices with odd degree.
Question 2 Multiple Choice

In the Chinese postman problem, a mail carrier must traverse every street at least once and return to the start. The route graph has four vertices with odd degree. Why must the carrier repeat some streets?

APostal regulations require redundancy on high-traffic routes.
BOdd-degree vertices make a closed walk that covers all edges exactly once impossible; repeating selected edges converts odd-degree vertices to even, restoring the Euler circuit condition.
CThe carrier prefers to avoid backtracking, so skipping streets is unavoidable.
DEulerian conditions apply only to directed graphs, not street networks.
Question 3 True / False

If a connected graph has exactly two vertices with odd degree, an Euler path must start at one of those odd-degree vertices and end at the other.

TTrue
FFalse
Question 4 True / False

The Königsberg bridge problem has no Euler circuit because the graph is disconnected.

TTrue
FFalse
Question 5 Short Answer

Why does satisfying the degree-parity condition guarantee the existence of an Euler circuit in a connected graph, rather than merely being a necessary condition for it?

Think about your answer, then reveal below.