Date | November 2018 | Marks available | 1 | Reference code | 18N.3.AHL.TZ0.Hdm_4 |
Level | Additional Higher Level | Paper | Paper 3 | Time zone | Time zone 0 |
Command term | Give a reason and State | Question number | Hdm_4 | Adapted from | N/A |
Question
Consider the graph G represented in the following diagram.
The graph G is a plan of a holiday resort where each vertex represents a villa and the edges represent the roads between villas. The weights of the edges are the times, in minutes, Mr José, the security guard, takes to walk along each of the roads. Mr José is based at villa A.
State, with a reason, whether or not G has an Eulerian circuit.
Use Kruskal’s algorithm to find a minimum spanning tree for G, stating its total weight. Indicate clearly the order in which the edges are added.
Use a suitable algorithm to show that the minimum time in which Mr José can get from A to E is 13 minutes.
Find the minimum time it takes Mr José to patrol the resort if he has to walk along every road at least once, starting and ending at A. State clearly which roads need to be repeated.
Markscheme
* This question is from an exam for a previous syllabus, and may contain minor differences in marking or structure.
no because the graph has vertices (A, B, D, F) of odd degree R1
[1 mark]
the edges are added in the order
BI 5
DH 5 A1
AB 6
AF 6
CI 6 A1
CD 7
EF 7 A1
total weight = 42 A1
Note: The orders of the edges with the same weight are interchangeable.
Accept indication of correct edge order on a diagram.
[4 marks]
clear indication of using Dijkstra for example M1
[5 marks]
there are 4 vertices of odd degree (A, F, B and D) (A1)
attempting to list at least 2 possible pairings of odd vertices M1
A → F and B → D has minimum weight 6 + 17 = 23
A → B and F → D has minimum weight 6 + 18 = 24
A → D and F → B has minimum weight 20 + 12 = 32 A1A1
Note: Award A1A0 for 2 pairs.
minimum time is (116 + 23 =) 139 (mins) (M1)A1
roads repeated are AF, BC and CD A1
[7 marks]