Number and Algebra
Functions
Geometry and Trigonometry
Statistics and Probability
Calculus
Show that the graph with vertices 1, 2, 3 and edges 111–2=52=52=5, 222–3=73=73=7, 333–1=41=41=4 has an Eulerian circuit and state its length.
An urban courier must travel every street in the network with intersections P, Q, R, S and street lengths PQ=3PQ=3PQ=3, QR=4QR=4QR=4, RS=6RS=6RS=6, SP=5SP=5SP=5, PR=2PR=2PR=2. Starting and ending at P, find the minimal distance to traverse each street at least once.
Consider the graph with vertices A, B, C, and D and weighted edges AB=3AB=3AB=3, BC=4BC=4BC=4, CD=5CD=5CD=5, DA=2DA=2DA=2, BD=6BD=6BD=6. Find the length of the shortest closed path starting and ending at A that covers every edge at least once.
A maintenance crew must traverse every street in a network with central hub O and peripheral nodes A, B, C, D. Street lengths are OA=2OA=2OA=2, OB=3OB=3OB=3, OC=4OC=4OC=4, OD=5OD=5OD=5, and the ring streets AB=1AB=1AB=1, BC=1BC=1BC=1, CD=1CD=1CD=1, DA=1DA=1DA=1. Starting and ending at O, find the minimal distance covering each street at least once.
In the graph with vertices A, B, C, D, E and edge weights AB=2AB=2AB=2, BC=3BC=3BC=3, CD=4CD=4CD=4, DE=5DE=5DE=5, EA=6EA=6EA=6, AC=1AC=1AC=1, determine the minimum length of a closed walk starting and ending at A that traverses every edge at least once.
In the graph with vertices A, B, C, D and edges AB=2AB=2AB=2, BC=3BC=3BC=3, CD=4CD=4CD=4, DA=5DA=5DA=5, AC=1AC=1AC=1, BD=6BD=6BD=6, determine the minimal total weight of a closed walk covering every edge at least once.
In the street network with vertices 1,2,3,4,5,61,2,3,4,5,61,2,3,4,5,6 and edges weighted 111–2=22=22=2, 222–3=33=33=3, 333–4=44=44=4, 444–5=55=55=5, 555–6=66=66=6, 666–1=11=11=1, 222–5=25=25=2, 333–6=36=36=3, find the minimum length closed path covering each street at least once.
For the tree network with central node O connected to leaves A, B, C by edges OA=3OA=3OA=3, OB=4OB=4OB=4, OC=5OC=5OC=5, find the minimal closed walk covering every edge at least once.
On a map, five villages A, B, C, D, E are connected by roads of lengths AB=3AB=3AB=3, AC=4AC=4AC=4, AD=2AD=2AD=2, BC=5BC=5BC=5, CD=6CD=6CD=6, DE=3DE=3DE=3, BE=4BE=4BE=4. Starting and ending at A, find the shortest route that travels each road at least once.
In a connected weighted graph, explain why duplicating the minimal-weight perfect matching on the odd-degree vertices yields an Eulerian multigraph and hence solves the Chinese postman problem.
Previous
Question Type 5: Using Floyd-Warshall for all pairs shortest path
Next
Question Type 7: Applying the postman problem to real world contexts