Edexcel D1 2005 June — Question 6 10 marks

Exam BoardEdexcel
ModuleD1 (Decision Mathematics 1)
Year2005
SessionJune
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeDijkstra with vertex or edge exclusion
DifficultyEasy -1.2 This is a straightforward application of Dijkstra's algorithm, a standard D1 topic requiring only mechanical execution of a learned procedure. Part (a) is routine algorithmic work, part (b) tests basic understanding of the method, and part (c) is a simple modification. No problem-solving insight or novel reasoning is required—just careful arithmetic and following the algorithm steps.
Spec7.04a Shortest path: Dijkstra's algorithm

\includegraphics{figure_5} Figure 5 shows a network of roads. The number on each arc represents the length of that road in km.
  1. Use Dijkstra's algorithm to find the shortest route from \(A\) to \(J\). State your shortest route and its length. [5]
  2. Explain how you determined the shortest route from your labelled diagram. [2]
The road from \(C\) to \(F\) will be closed next week for repairs.
  1. Find the shortest route from \(A\) to \(J\) that does not include \(CF\) and state its length. [3]
(Total 10 marks)

Part (a)
AnswerMarks
Network diagram with route: A C F E G J, length: 53 kmM1, A1, A1∧, A1∧, A1
Part (b)
AnswerMarks Guidance
General explanation – Trace back from J: include arc x,y if ∀ already on path and if difference is 'just label equal length of arc. B2, 1, 0
Specific explanation – \(53 - 15 = 38\) GJ; \(38 - 6 = 32\) EG; \(32 - 4 = 28\) FE; \(28 - 10 = 18\) CF; \(18 - 18 = 0\) AC
Part (c)
AnswerMarks Guidance
e.g. ADFEGJ or ACEGJ; length 54 km m1, a1; @(2)
Notes
AnswerMarks
6(a)M1In E or F or G or H or I w.v. large replaced by ismals .1
A1A, B, C, D, F comect (order in routing sequence)
A1 ∧E, G, I comect + labelling order (pends order of labelling only one)
A1 ∧H, J comect + labelling (pends order of labelling only one)
A1Route + length (LLoH) candour lack of km.
B2 ∧complete version of one of the 2 given explanation
B1 ∧all the bar one step. 'bad set B1'
C) m1Route h to J aviding CF
A1c.a.o or a description
A154 (condore lack of km)
## Part (a)
| Network diagram with route: A C F E G J, length: 53 km | M1, A1, A1∧, A1∧, A1 | |

## Part (b)
| **General explanation** – Trace back from J: include arc x,y if ∀ already on path and if difference is 'just label equal length of arc. | | B2, 1, 0 |
| **Specific explanation** – $53 - 15 = 38$ GJ; $38 - 6 = 32$ EG; $32 - 4 = 28$ FE; $28 - 10 = 18$ CF; $18 - 18 = 0$ AC | | |

## Part (c)
| e.g. ADFEGJ or ACEGJ; length 54 km | | m1, a1; @(2) |

### Notes
| **6(a)M1** | In E or F or G or H or I w.v. large replaced by ismals .1 | | |
| **A1** | A, B, C, D, F comect (order in routing sequence) | | |
| **A1 ∧** | E, G, I comect + labelling order (pends order of labelling only one) | | |
| **A1 ∧** | H, J comect + labelling (pends order of labelling only one) | | |
| **A1** | Route + length (LLoH) candour lack of km. | | |
| **B2 ∧** | complete version of one of the 2 given explanation | | |
| **B1 ∧** | all the bar one step. 'bad set B1' | | |
| **C)** m1 | Route h to J aviding CF | | |
| | **A1** | c.a.o or a description | | |
| | | A1 | 54 (condore lack of km) | | |

---
\includegraphics{figure_5}

Figure 5 shows a network of roads. The number on each arc represents the length of that road in km.

\begin{enumerate}[label=(\alph*)]
\item Use Dijkstra's algorithm to find the shortest route from $A$ to $J$. State your shortest route and its length. [5]

\item Explain how you determined the shortest route from your labelled diagram. [2]
\end{enumerate}

The road from $C$ to $F$ will be closed next week for repairs.

\begin{enumerate}[label=(\alph*)]
\setcounter{enumi}{2}
\item Find the shortest route from $A$ to $J$ that does not include $CF$ and state its length. [3]
\end{enumerate}

(Total 10 marks)

\hfill \mbox{\textit{Edexcel D1 2005 Q6 [10]}}