OCR MEI D1 2009 January — Question 3 8 marks

Exam BoardOCR MEI
ModuleD1 (Decision Mathematics 1)
Year2009
SessionJanuary
Marks8
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypePractical modelling questions
DifficultyModerate -0.5 Part (i) is a standard application of Dijkstra's algorithm on a small network, requiring only mechanical execution of a well-practiced procedure. Part (ii) asks for basic critical thinking about the model's limitations, which is routine for D1 modelling questions. The question is slightly easier than average due to its straightforward setup and limited problem-solving demands.
Spec7.04a Shortest path: Dijkstra's algorithm

3 Whilst waiting for her meal to be served, Alice tries to construct a network to represent the meals offered in the restaurant. \includegraphics[max width=\textwidth, alt={}, center]{9bb2d545-3764-4930-a8a8-9dc5e25d0836-3_684_1310_365_379}
  1. Use Dijkstra's algorithm to find the cheapest route through the undirected network from "start" to "end". Give the cost and describe the route. Use the lettering given on the network in your answer book.
  2. Criticise the model and suggest how it might be improved.

Question 3:
Part (i)
AnswerMarks Guidance
Answer/WorkingMarks Guidance
Dijkstra's algorithm appliedM1 Dijkstra
Correct order of labellingA1 order
Correct final labelsA1 labels
Correct working values shownA1 working values
Cheapest cost = £11B1 £11
Route: \([\text{start (£2 starter)}] \to A \text{ (£3 main)} \to E \text{ (£3 main)} \to B \text{ (£1 main)} \to F \text{ (£2 sweet)} \to [\text{end}]\)B1 route
Part (ii)
AnswerMarks Guidance
Answer/WorkingMarks Guidance
Repeated mainsB1
Directed networkB1
# Question 3:

## Part (i)

| Answer/Working | Marks | Guidance |
|---|---|---|
| Dijkstra's algorithm applied | M1 | Dijkstra |
| Correct order of labelling | A1 | order |
| Correct final labels | A1 | labels |
| Correct working values shown | A1 | working values |
| Cheapest cost = £11 | B1 | £11 |
| Route: $[\text{start (£2 starter)}] \to A \text{ (£3 main)} \to E \text{ (£3 main)} \to B \text{ (£1 main)} \to F \text{ (£2 sweet)} \to [\text{end}]$ | B1 | route |

## Part (ii)

| Answer/Working | Marks | Guidance |
|---|---|---|
| Repeated mains | B1 | |
| Directed network | B1 | |

---
3 Whilst waiting for her meal to be served, Alice tries to construct a network to represent the meals offered in the restaurant.\\
\includegraphics[max width=\textwidth, alt={}, center]{9bb2d545-3764-4930-a8a8-9dc5e25d0836-3_684_1310_365_379}\\
(i) Use Dijkstra's algorithm to find the cheapest route through the undirected network from "start" to "end". Give the cost and describe the route. Use the lettering given on the network in your answer book.\\
(ii) Criticise the model and suggest how it might be improved.

\hfill \mbox{\textit{OCR MEI D1 2009 Q3 [8]}}