AQA D1 2010 June — Question 3 11 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2010
SessionJune
Marks11
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMinimum Spanning Trees
TypeIdentify specific edge in algorithm
DifficultyEasy -1.2 This is a standard textbook application of Kruskal's algorithm requiring systematic edge selection in ascending order and cycle checking. While it has multiple parts and 11 marks total, it involves purely algorithmic execution with no problem-solving insight or novel reasoning—students simply follow the memorized procedure. D1 content is generally more procedural than pure mathematics modules.
Spec7.04b Minimum spanning tree: Prim's and Kruskal's algorithms

The network shows 10 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges. \includegraphics{figure_3}
  1. Use Kruskal's algorithm, showing the order in which you select the edges, to find a minimum spanning tree for the 10 towns. [6 marks]
  2. State the length of your minimum spanning tree. [1 mark]
  3. Draw your minimum spanning tree. [3 marks]
  4. If Prim's algorithm, starting at \(B\), had been used to find the minimum spanning tree, state which edge would have been the final edge to complete the minimum spanning tree. [1 mark]

Question 3:
3
Question 3:
3
The network shows 10 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges.

\includegraphics{figure_3}

\begin{enumerate}[label=(\alph*)]
\item Use Kruskal's algorithm, showing the order in which you select the edges, to find a minimum spanning tree for the 10 towns. [6 marks]

\item State the length of your minimum spanning tree. [1 mark]

\item Draw your minimum spanning tree. [3 marks]

\item If Prim's algorithm, starting at $B$, had been used to find the minimum spanning tree, state which edge would have been the final edge to complete the minimum spanning tree. [1 mark]
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2010 Q3 [11]}}