AQA D1 2007 January — Question 1 10 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2007
SessionJanuary
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMinimum Spanning Trees
TypeCount alternative MSTs
DifficultyStandard +0.3 This is a standard MST question using Prim's algorithm with a straightforward application. Parts (a)-(c) are routine algorithmic execution. Part (d) requires identifying edges with equal weights that could be swapped, which adds mild problem-solving but remains accessible for D1 level—slightly above average due to the counting aspect.
Spec7.04b Minimum spanning tree: Prim's and Kruskal's algorithms

1 The following network shows the lengths, in miles, of roads connecting nine villages. \includegraphics[max width=\textwidth, alt={}, center]{e47eb41e-0a4b-4865-a8ff-6c9978495ee0-02_856_1251_568_374}
  1. Use Prim's algorithm, starting from \(A\), to find a minimum spanning tree for the network.
  2. Find the length of your minimum spanning tree.
  3. Draw your minimum spanning tree.
  4. State the number of other spanning trees that are of the same length as your answer in part (a).

1(a)
AnswerMarks Guidance
\(AB = 5.5\), \(BC = 8\), \(AI = 9\), \(BD = 13\), \(DE = 9\), \(DG = 11\), \(DF, EF, GF = 12\), \(IH = 16.5\)B1, M1, A1, A1, A1 SCA; AI 3rd; BD 4th; All correct (5 marks total)
1(b)
AnswerMarks Guidance
\(84\)B1 (1 mark total)
1(c)
AnswerMarks Guidance
Minimum spanning tree with 8 edges correctly labelled (including \(DF\) or \(GF\) instead of \(EF\))M1, B1, A1 (3 marks total)
1(d)
AnswerMarks Guidance
\(2\)B1 (1 mark total)
**1(a)**
| $AB = 5.5$, $BC = 8$, $AI = 9$, $BD = 13$, $DE = 9$, $DG = 11$, $DF, EF, GF = 12$, $IH = 16.5$ | B1, M1, A1, A1, A1 | SCA; AI 3rd; BD 4th; All correct (5 marks total) |

**1(b)**
| $84$ | B1 | (1 mark total) |

**1(c)**
| Minimum spanning tree with 8 edges correctly labelled (including $DF$ or $GF$ instead of $EF$) | M1, B1, A1 | (3 marks total) |

**1(d)**
| $2$ | B1 | (1 mark total) |
1 The following network shows the lengths, in miles, of roads connecting nine villages.\\
\includegraphics[max width=\textwidth, alt={}, center]{e47eb41e-0a4b-4865-a8ff-6c9978495ee0-02_856_1251_568_374}
\begin{enumerate}[label=(\alph*)]
\item Use Prim's algorithm, starting from $A$, to find a minimum spanning tree for the network.
\item Find the length of your minimum spanning tree.
\item Draw your minimum spanning tree.
\item State the number of other spanning trees that are of the same length as your answer in part (a).
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2007 Q1 [10]}}