The Route Inspection Algorithm (Edexcel A Level Further Maths: Decision Maths 1)

Topic Questions

1a
Sme Calculator
7 marks

Write your answer in the Answer Booklet provided.

q4-8fmo-27-june-2019

Figure 1

[The total weight of the network is 135 space plus space 4 x space plus space 2 y]

The weights on the arcs in Figure 1 represent distances. The weights on the arcs CE and GH are given in terms of x and y, where x and y are positive constants and 7 space less than space x space plus space y space less than space 20

There are three paths from A to H that have the same minimum length.

Use Dijkstra’s algorithm to find x and y.

1b
Sme Calculator
1 mark

An inspection route starting at A and finishing at H is found. The route traverses each arc at least once and is of minimum length.

State the arcs that are traversed twice.

1c
Sme Calculator
1 mark

State the number of times that vertex C appears in the inspection route.

1d
Sme Calculator
1 mark

Determine the length of the inspection route.

Did this page help you?

2a
Sme Calculator
6 marks

Write your answer in the Answer Booklet.

q2-fig-1-june-2019-9fm0-3d

Figure 1

[The total weight of the network is 370]

Figure 1 represents a network of corridors in a building. The number on each arc represents the length, in metres, of the corresponding corridor.

Use Dijkstra’s algorithm to find the shortest path from A to D, stating the path and its length.

2b
Sme Calculator
4 marks

On a particular day, Naasir needs to check the paintwork along each corridor. Naasir must find a route of minimum length. It must traverse each corridor at least once, starting at B and finishing at G.

Use an appropriate algorithm to find the arcs that will need to be traversed twice.
You must make your method and working clear.

2c
Sme Calculator
1 mark

Find the length of Naasir’s route.

2d
Sme Calculator
3 marks

On a different day, all the corridors that start or finish at B are closed for redecorating. Naasir needs to check all the remaining corridors and may now start at any vertex and finish at any vertex. A route is required that excludes all those corridors that start or finish at B.

(i)
Determine the possible starting and finishing points so that the length of Naasir’s route is minimised. You must give reasons for your answer. 

(ii)
Find the length of Naasir’s new route. 

Did this page help you?

3a
Sme Calculator
2 marks

q3-fig-2-oct-2020-8fm0-27

Figure 2

[The weight of the network is 5x + 246]

Explain why it is not possible to draw a graph with an odd number of vertices of odd valency.

3b
Sme Calculator
3 marks

Figure 2 represents a network of 14 roads in a town. The expression on each arc gives the time, in minutes, to travel along the corresponding road.

Prim’s algorithm, starting at A, is applied to the network. The order in which the arcs are selected is AD, DH, DG, FG, EF, CG, BD. It is given that the order in which the arcs are selected is unique.

Using this information, find the smallest possible range of values for x, showing your working clearly.

3c
Sme Calculator
6 marks

A route that minimises the total time taken to traverse each road at least once is required. The route must start and finish at the same vertex.

Given that the time taken to traverse this route is 318 minutes,

Use an appropriate algorithm to determine the value of x, showing your working clearly.

Did this page help you?