Hard Further Maths Route inspection Questions

Challenging, exam-style Further Maths Route inspection questions with worked solutions. Stretch yourself on the hardest route-inspection, chinese-postman, pairing-odd-vertices, distance-matrix problems.

route-inspectionchinese-postmanpairing-odd-verticesdistance-matrixopen-route-inspection
Further Maths34 questionsStep-by-step solutions
Question 1
9 markschallenging
A network of roads has junctions AA, BB, CC, DD, EE, FF, GG and HH. The roads of the network and their lengths, in km, are AB=9AB=9, AC=9AC=9, BC=21BC=21, BD=19BD=19, BG=24BG=24, BH=12BH=12, CD=20CD=20, CF=22CF=22, CH=25CH=25, DE=9DE=9, DG=15DG=15, DH=10DH=10, EF=5EF=5. Which of the following is the length of the shortest closed route that traverses every road at least once and returns to its starting junction?
Show worked solution

Worked solution

  1. Find the degree of vertex AA

    deg(A)=2\deg(A)=2

    Vertex AA lies on the arcs ABAB, ACAC, so 2 arcs meet at it.

  2. Find the degree of vertex BB

    deg(B)=5\deg(B)=5

    Vertex BB lies on the arcs ABAB, BCBC, BDBD, BGBG, BHBH, so 5 arcs meet at it.

  3. Find the degree of vertex CC

    deg(C)=5\deg(C)=5

    Vertex CC lies on the arcs ACAC, BCBC, CDCD, CFCF, CHCH, so 5 arcs meet at it.

  4. Find the degree of vertex DD

    deg(D)=5\deg(D)=5

    Vertex DD lies on the arcs BDBD, CDCD, DEDE, DGDG, DHDH, so 5 arcs meet at it.

  5. Find the degree of vertex EE

    deg(E)=2\deg(E)=2

    Vertex EE lies on the arcs DEDE, EFEF, so 2 arcs meet at it.

  6. Find the degree of vertex FF

    deg(F)=2\deg(F)=2

    Vertex FF lies on the arcs CFCF, EFEF, so 2 arcs meet at it.

  7. Find the degree of vertex GG

    deg(G)=2\deg(G)=2

    Vertex GG lies on the arcs BGBG, DGDG, so 2 arcs meet at it.

  8. Find the degree of vertex HH

    deg(H)=3\deg(H)=3

    Vertex HH lies on the arcs BHBH, CHCH, DHDH, so 3 arcs meet at it.

  9. Pick out the vertices of odd degree

    odd vertices:  B,  C,  D,  H\text{odd vertices}:\;B,\;C,\;D,\;H

    There are 4 vertices of odd degree; by the handshaking lemma this number is always even.

  10. Add the weights of all the arcs in the network

    9+9+21+19+24+12+20+22+25+9+15+10+5=2009+9+21+19+24+12+20+22+25+9+15+10+5=200

    Every arc must be traversed at least once, so this total is the irreducible part of any route.

  11. Pairing 1: pair the odd vertices as BC and DH

    BC,  DH  =  18+10=28BC,\;DH\;=\;18+10=28

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  12. Pairing 2: pair the odd vertices as BH and CD

    BH,  CD  =  12+20=32BH,\;CD\;=\;12+20=32

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  13. Pairing 3: pair the odd vertices as BD and CH

    BD,  CH  =  19+25=44BD,\;CH\;=\;19+25=44

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  14. Choose the pairing with the smallest total

    min=28using  BC,  DH\min=28\quad\text{using}\;BC,\;DH

    This pairing is strictly cheaper than every other pairing, so the repeated route is unique.

  15. Write down the arcs that are actually repeated

    AB,  AC,  DH(9+9+10=28)AB,\;AC,\;DH\quad\left(9+9+10=28\right)

    The repeated arcs are the arcs lying on the shortest paths joining the paired odd vertices.

  16. Select the total length of the shortest closed route

    total=200+28=228\text{total}=200+28=228

    Using the direct arc instead of the shortest path between a paired vertex would have given the wrong total of 231231.

Answer
228228
Question 2
9 markschallenging
A network of roads has junctions AA, BB, CC, DD, EE, FF, GG and HH. The roads of the network and their lengths, in km, are AB=14AB=14, AC=18AC=18, AE=25AE=25, AF=25AF=25, AG=16AG=16, BD=18BD=18, BF=7BF=7, BG=11BG=11, CE=24CE=24, CF=14CF=14, CH=11CH=11, DH=23DH=23, GH=18GH=18. Which of the following is the length of the shortest closed route that traverses every road at least once and returns to its starting junction?
Show worked solution

Worked solution

  1. Find the degree of vertex AA

    deg(A)=5\deg(A)=5

    Vertex AA lies on the arcs ABAB, ACAC, AEAE, AFAF, AGAG, so 5 arcs meet at it.

  2. Find the degree of vertex BB

    deg(B)=4\deg(B)=4

    Vertex BB lies on the arcs ABAB, BDBD, BFBF, BGBG, so 4 arcs meet at it.

  3. Find the degree of vertex CC

    deg(C)=4\deg(C)=4

    Vertex CC lies on the arcs ACAC, CECE, CFCF, CHCH, so 4 arcs meet at it.

  4. Find the degree of vertex DD

    deg(D)=2\deg(D)=2

    Vertex DD lies on the arcs BDBD, DHDH, so 2 arcs meet at it.

  5. Find the degree of vertex EE

    deg(E)=2\deg(E)=2

    Vertex EE lies on the arcs AEAE, CECE, so 2 arcs meet at it.

  6. Find the degree of vertex FF

    deg(F)=3\deg(F)=3

    Vertex FF lies on the arcs AFAF, BFBF, CFCF, so 3 arcs meet at it.

  7. Find the degree of vertex GG

    deg(G)=3\deg(G)=3

    Vertex GG lies on the arcs AGAG, BGBG, GHGH, so 3 arcs meet at it.

  8. Find the degree of vertex HH

    deg(H)=3\deg(H)=3

    Vertex HH lies on the arcs CHCH, DHDH, GHGH, so 3 arcs meet at it.

  9. Pick out the vertices of odd degree

    odd vertices:  A,  F,  G,  H\text{odd vertices}:\;A,\;F,\;G,\;H

    There are 4 vertices of odd degree; by the handshaking lemma this number is always even.

  10. Add the weights of all the arcs in the network

    14+18+25+25+16+18+7+11+24+14+11+23+18=22414+18+25+25+16+18+7+11+24+14+11+23+18=224

    Every arc must be traversed at least once, so this total is the irreducible part of any route.

  11. Pairing 1: pair the odd vertices as AF and GH

    AF,  GH  =  21+18=39AF,\;GH\;=\;21+18=39

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  12. Pairing 2: pair the odd vertices as AG and FH

    AG,  FH  =  16+25=41AG,\;FH\;=\;16+25=41

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  13. Pairing 3: pair the odd vertices as AH and FG

    AH,  FG  =  29+18=47AH,\;FG\;=\;29+18=47

    Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.

  14. Choose the pairing with the smallest total

    min=39using  AF,  GH\min=39\quad\text{using}\;AF,\;GH

    This pairing is strictly cheaper than every other pairing, so the repeated route is unique.

  15. Write down the arcs that are actually repeated

    AB,  BF,  GH(14+7+18=39)AB,\;BF,\;GH\quad\left(14+7+18=39\right)

    The repeated arcs are the arcs lying on the shortest paths joining the paired odd vertices.

  16. Select the total length of the shortest closed route

    total=224+39=263\text{total}=224+39=263

    Using the direct arc instead of the shortest path between a paired vertex would have given the wrong total of 267267.

Answer
263263
Question 3
9 markschallenging
A network of roads has junctions AA, BB, CC, DD, EE, FF, GG and HH. The roads of the network and their lengths, in km, are AB=13AB=13, AE=3AE=3, AG=22AG=22, BC=17BC=17, BD=5BD=5, BE=20BE=20, BG=5BG=5, CD=17CD=17, DG=15DG=15, DH=5DH=5, EF=23EF=23, FG=23FG=23, FH=23FH=23. The open route inspection problem is solved for this network, so the route may start and finish at different junctions. Which two junctions should be chosen as the start and the finish?
Show worked solution

Worked solution

  1. Find the degree of vertex AA

    deg(A)=3\deg(A)=3

    Vertex AA lies on the arcs ABAB, AEAE, AGAG, so 3 arcs meet at it.

  2. Find the degree of vertex BB

    deg(B)=5\deg(B)=5

    Vertex BB lies on the arcs ABAB, BCBC, BDBD, BEBE, BGBG, so 5 arcs meet at it.

  3. Find the degree of vertex CC

    deg(C)=2\deg(C)=2

    Vertex CC lies on the arcs BCBC, CDCD, so 2 arcs meet at it.

  4. Find the degree of vertex DD

    deg(D)=4\deg(D)=4

    Vertex DD lies on the arcs BDBD, CDCD, DGDG, DHDH, so 4 arcs meet at it.

  5. Find the degree of vertex EE

    deg(E)=3\deg(E)=3

    Vertex EE lies on the arcs AEAE, BEBE, EFEF, so 3 arcs meet at it.

  6. Find the degree of vertex FF

    deg(F)=3\deg(F)=3

    Vertex FF lies on the arcs EFEF, FGFG, FHFH, so 3 arcs meet at it.

  7. Find the degree of vertex GG

    deg(G)=4\deg(G)=4

    Vertex GG lies on the arcs AGAG, BGBG, DGDG, FGFG, so 4 arcs meet at it.

  8. Find the degree of vertex HH

    deg(H)=2\deg(H)=2

    Vertex HH lies on the arcs DHDH, FHFH, so 2 arcs meet at it.

  9. Pick out the vertices of odd degree

    odd vertices:  A,  B,  E,  F\text{odd vertices}:\;A,\;B,\;E,\;F

    There are 4 vertices of odd degree; by the handshaking lemma this number is always even.

  10. Add the weights of all the arcs in the network

    13+3+22+17+5+20+5+17+15+5+23+23+23=19113+3+22+17+5+20+5+17+15+5+23+23+23=191

    Every arc must be traversed at least once, so this total is the irreducible part of any route.

  11. Option 1: start at BB and finish at FF

    pair AE  =  3=3\text{pair }AE\;=\;3=3

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  12. Option 2: start at EE and finish at FF

    pair AB  =  13=13\text{pair }AB\;=\;13=13

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  13. Option 3: start at AA and finish at FF

    pair BE  =  16=16\text{pair }BE\;=\;16=16

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  14. Option 4: start at AA and finish at BB

    pair EF  =  23=23\text{pair }EF\;=\;23=23

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  15. Option 5: start at BB and finish at EE

    pair AF  =  26=26\text{pair }AF\;=\;26=26

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  16. Option 6: start at AA and finish at EE

    pair BF  =  28=28\text{pair }BF\;=\;28=28

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  17. Select the start and finish that minimise the repeated length

    start B,  finish F(total=191+3=194)\text{start }B,\;\text{finish }F\quad\left(\text{total}=191+3=194\right)

    The two odd vertices left unpaired are the ones whose pairing would have been most expensive to repeat.

Answer
B  and  FB\;\text{and}\;F
Question 4
9 markschallenging
A network of roads has junctions AA, BB, CC, DD, EE, FF, GG and HH. The roads of the network and their lengths, in km, are AB=15AB=15, AC=5AC=5, AG=9AG=9, AH=10AH=10, BC=9BC=9, BD=18BD=18, CE=3CE=3, CH=6CH=6, DE=21DE=21, DF=25DF=25, DG=16DG=16, DH=12DH=12, EF=19EF=19. Solve the open route inspection problem for this network: find the length of the shortest route that traverses every road at least once, where the route may start and finish at different junctions.
Show worked solution

Worked solution

  1. Find the degree of vertex AA

    deg(A)=4\deg(A)=4

    Vertex AA lies on the arcs ABAB, ACAC, AGAG, AHAH, so 4 arcs meet at it.

  2. Find the degree of vertex BB

    deg(B)=3\deg(B)=3

    Vertex BB lies on the arcs ABAB, BCBC, BDBD, so 3 arcs meet at it.

  3. Find the degree of vertex CC

    deg(C)=4\deg(C)=4

    Vertex CC lies on the arcs ACAC, BCBC, CECE, CHCH, so 4 arcs meet at it.

  4. Find the degree of vertex DD

    deg(D)=5\deg(D)=5

    Vertex DD lies on the arcs BDBD, DEDE, DFDF, DGDG, DHDH, so 5 arcs meet at it.

  5. Find the degree of vertex EE

    deg(E)=3\deg(E)=3

    Vertex EE lies on the arcs CECE, DEDE, EFEF, so 3 arcs meet at it.

  6. Find the degree of vertex FF

    deg(F)=2\deg(F)=2

    Vertex FF lies on the arcs DFDF, EFEF, so 2 arcs meet at it.

  7. Find the degree of vertex GG

    deg(G)=2\deg(G)=2

    Vertex GG lies on the arcs AGAG, DGDG, so 2 arcs meet at it.

  8. Find the degree of vertex HH

    deg(H)=3\deg(H)=3

    Vertex HH lies on the arcs AHAH, CHCH, DHDH, so 3 arcs meet at it.

  9. Pick out the vertices of odd degree

    odd vertices:  B,  D,  E,  H\text{odd vertices}:\;B,\;D,\;E,\;H

    There are 4 vertices of odd degree; by the handshaking lemma this number is always even.

  10. Add the weights of all the arcs in the network

    15+5+9+10+9+18+3+6+21+25+16+12+19=16815+5+9+10+9+18+3+6+21+25+16+12+19=168

    Every arc must be traversed at least once, so this total is the irreducible part of any route.

  11. Option 1: start at BB and finish at DD

    pair EH  =  9=9\text{pair }EH\;=\;9=9

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  12. Option 2: start at BB and finish at EE

    pair DH  =  12=12\text{pair }DH\;=\;12=12

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  13. Option 3: start at DD and finish at HH

    pair BE  =  12=12\text{pair }BE\;=\;12=12

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  14. Option 4: start at DD and finish at EE

    pair BH  =  15=15\text{pair }BH\;=\;15=15

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  15. Option 5: start at EE and finish at HH

    pair BD  =  18=18\text{pair }BD\;=\;18=18

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  16. Option 6: start at BB and finish at HH

    pair DE  =  21=21\text{pair }DE\;=\;21=21

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  17. Choose the option with the smallest repeated length

    min=9start at B,  finish at D\min=9\quad\text{start at }B,\;\text{finish at }D

    Leaving these two odd vertices unpaired is strictly cheaper than every other choice.

  18. Write down the arcs that are actually repeated

    CE,  CH(3+6=9)CE,\;CH\quad\left(3+6=9\right)

    The repeated arcs are the arcs lying on the shortest paths joining the paired odd vertices.

  19. Add the repeated length to the total weight of the network

    total=168+9=177\text{total}=168+9=177

    The route starts at BB and finishes at DD, so those two odd vertices need no repeated arc.

Answer
177177
Question 5
9 markschallenging
A network of roads has junctions AA, BB, CC, DD, EE, FF, GG and HH. The roads of the network and their lengths, in km, are AB=19AB=19, AD=17AD=17, AF=23AF=23, BC=23BC=23, CE=20CE=20, CG=9CG=9, DF=7DF=7, DG=21DG=21, DH=12DH=12, EF=8EF=8, FG=9FG=9, FH=17FH=17, GH=22GH=22. Solve the open route inspection problem for this network: find the length of the shortest route that traverses every road at least once, where the route may start and finish at different junctions.
Show worked solution

Worked solution

  1. Find the degree of vertex AA

    deg(A)=3\deg(A)=3

    Vertex AA lies on the arcs ABAB, ADAD, AFAF, so 3 arcs meet at it.

  2. Find the degree of vertex BB

    deg(B)=2\deg(B)=2

    Vertex BB lies on the arcs ABAB, BCBC, so 2 arcs meet at it.

  3. Find the degree of vertex CC

    deg(C)=3\deg(C)=3

    Vertex CC lies on the arcs BCBC, CECE, CGCG, so 3 arcs meet at it.

  4. Find the degree of vertex DD

    deg(D)=4\deg(D)=4

    Vertex DD lies on the arcs ADAD, DFDF, DGDG, DHDH, so 4 arcs meet at it.

  5. Find the degree of vertex EE

    deg(E)=2\deg(E)=2

    Vertex EE lies on the arcs CECE, EFEF, so 2 arcs meet at it.

  6. Find the degree of vertex FF

    deg(F)=5\deg(F)=5

    Vertex FF lies on the arcs AFAF, DFDF, EFEF, FGFG, FHFH, so 5 arcs meet at it.

  7. Find the degree of vertex GG

    deg(G)=4\deg(G)=4

    Vertex GG lies on the arcs CGCG, DGDG, FGFG, GHGH, so 4 arcs meet at it.

  8. Find the degree of vertex HH

    deg(H)=3\deg(H)=3

    Vertex HH lies on the arcs DHDH, FHFH, GHGH, so 3 arcs meet at it.

  9. Pick out the vertices of odd degree

    odd vertices:  A,  C,  F,  H\text{odd vertices}:\;A,\;C,\;F,\;H

    There are 4 vertices of odd degree; by the handshaking lemma this number is always even.

  10. Add the weights of all the arcs in the network

    19+17+23+23+20+9+7+21+12+8+9+17+22=20719+17+23+23+20+9+7+21+12+8+9+17+22=207

    Every arc must be traversed at least once, so this total is the irreducible part of any route.

  11. Option 1: start at AA and finish at CC

    pair FH  =  17=17\text{pair }FH\;=\;17=17

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  12. Option 2: start at AA and finish at HH

    pair CF  =  18=18\text{pair }CF\;=\;18=18

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  13. Option 3: start at CC and finish at HH

    pair AF  =  23=23\text{pair }AF\;=\;23=23

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  14. Option 4: start at CC and finish at FF

    pair AH  =  29=29\text{pair }AH\;=\;29=29

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  15. Option 5: start at AA and finish at FF

    pair CH  =  31=31\text{pair }CH\;=\;31=31

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  16. Option 6: start at FF and finish at HH

    pair AC  =  41=41\text{pair }AC\;=\;41=41

    The two unpaired odd vertices are the start and the finish; the remaining odd vertices must still be paired up.

  17. Choose the option with the smallest repeated length

    min=17start at A,  finish at C\min=17\quad\text{start at }A,\;\text{finish at }C

    Leaving these two odd vertices unpaired is strictly cheaper than every other choice.

  18. Write down the arcs that are actually repeated

    FH(17=17)FH\quad\left(17=17\right)

    The repeated arcs are the arcs lying on the shortest paths joining the paired odd vertices.

  19. Add the repeated length to the total weight of the network

    total=207+17=224\text{total}=207+17=224

    The route starts at AA and finishes at CC, so those two odd vertices need no repeated arc.

Answer
224224

Unlock 29 more Route inspection questions

Create a free account to work through every Further Maths Route inspection question with instant step-by-step worked solutions, progress tracking and interactive lessons.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Route inspection practice

Related Decision Maths topics