Edexcel FD1 AS 2024 June — Question 3 11 marks

Exam BoardEdexcel
ModuleFD1 AS (Further Decision 1 AS)
Year2024
SessionJune
Marks11
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeChinese Postman with start/end constraints
DifficultyChallenging +1.2 This is a multi-part Chinese Postman problem requiring Dijkstra's algorithm, identification of odd vertices, and solving simultaneous constraints. While it involves several techniques, each step is algorithmic and follows standard procedures taught in FD1. The constraint-solving in part (e) is straightforward algebra. More challenging than average due to multiple parts and integration of concepts, but still within standard Further Maths AS expectations.
Spec7.02b Graph terminology: tree, simple, connected, simply connected7.04a Shortest path: Dijkstra's algorithm7.04e Route inspection: Chinese postman, pairing odd nodes

3. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{ca57c64b-0b33-4179-be7f-684bd6ea2162-06_764_1547_314_355} \captionsetup{labelformat=empty} \caption{Figure 3}
\end{figure} [The total weight of the network is \(139 + x + y\) ]
  1. Explain what is meant by the term "tree". Figure 3 represents a network of walkways in a warehouse.
    The arcs represent the walkways and the nodes represent junctions between them.
    The number on each arc represents the length, in metres, of the corresponding walkway.
    The values \(x\) and \(y\) are unknown, however it is known that \(x\) and \(y\) are integers and that $$9 < x < y < 14$$
    1. Use Dijkstra's algorithm to find the shortest route from A to M.
    2. State an expression for the length of the shortest route from A to M . The warehouse manager wants to check that all of the walkways are in good condition.
      Their inspection route starts at B and finishes at C .
      The inspection route must traverse each walkway at least once and be as short as possible.
  2. State the arcs that are traversed twice.
  3. State the number of times that H appears in the inspection route. The warehouse manager finds that the total length of the inspection route is 172 metres.
  4. Determine the value of \(x\) and the value of \(y\)

Question 3:
Part (a)
AnswerMarks Guidance
Answer/WorkingMark Guidance
A tree is a connected graph with no cyclesB1 Must state "connected" graph and must state "no cycles". Paths and/or loops are NOT correct
Part (b)(i)
AnswerMarks Guidance
Answer/WorkingMark Guidance
Working value in at least three boxes and a larger numerical value replaced by smaller in at least two of C, F, G, HM1 1.1b
All values in A, B, C, E, F, K correct. Condone lack of 0 in A's working valueA1 (A,B,C,E,F,K) Penalise order of labelling only once per question. A, B, C, E, F, K must be labelled in that order
All values D, J, H correct and working values in correct orderA1 (D,J,H) Check D, J, H labelled in that order and D labelled before K
All values/expressions in G, L, M correct on follow through and working values in correct orderA1ft (G,L,M) To follow through M, check working value follows from candidate's final values from feeds into M. Note \(x+15\ x+23\) is fine, but \(x+23\ x+15\) is incorrect and scores A0. Do not award ft if candidate has used numerical values
Part (b)(ii)
AnswerMarks Guidance
Answer/WorkingMark Guidance
Shortest route from A to M is AEJHLMA1 CAO
Length of shortest route is \(x + 15\)A1ft ft their final value at M only (must be an expression)
Part (c)
AnswerMarks Guidance
Answer/WorkingMark Guidance
Arcs HL and LM need to be traversed twiceB1 CAO (arcs HL and LM, NOT H(L)M). Do NOT accept if extra arcs included
Part (d)
AnswerMarks Guidance
Answer/WorkingMark Guidance
H would appear 3 timesB1 CAO. NOT dependent on the correct repeated arcs in part (c)
Part (e)
AnswerMarks Guidance
Answer/WorkingMark Guidance
\(139 + x + y + 5 + 3 = 172\)M1 Setting total weight of network (\(139 + x + y\)) plus 8 (or their repeated arcs) equal to 172
\(x + y = 25\)
\(x = 12,\ y = 13\)A1 CAO both values clearly assigned. Dependent on correct repeated arcs [accept minimum sight of H and M and 8 (5+3) in part (c)]. If \(x=12, y=13\) stated with no working, M0A0
# Question 3:

## Part (a)
| Answer/Working | Mark | Guidance |
|---|---|---|
| A tree is a connected graph with no cycles | B1 | Must state "connected" graph and must state "no cycles". Paths and/or loops are NOT correct |

## Part (b)(i)
| Answer/Working | Mark | Guidance |
|---|---|---|
| Working value in at least three boxes and a larger numerical value replaced by smaller in at least two of C, F, G, H | M1 | 1.1b |
| All values in A, B, C, E, F, K correct. Condone lack of 0 in A's working value | A1 (A,B,C,E,F,K) | Penalise order of labelling only once per question. A, B, C, E, F, K must be labelled in that order |
| All values D, J, H correct and working values in correct order | A1 (D,J,H) | Check D, J, H labelled in that order and D labelled before K |
| All values/expressions in G, L, M correct on follow through and working values in correct order | A1ft (G,L,M) | To follow through M, check working value follows from candidate's final values from feeds into M. Note $x+15\ x+23$ is fine, but $x+23\ x+15$ is incorrect and scores A0. Do not award ft if candidate has used numerical values |

## Part (b)(ii)
| Answer/Working | Mark | Guidance |
|---|---|---|
| Shortest route from A to M is AEJHLM | A1 | CAO |
| Length of shortest route is $x + 15$ | A1ft | ft their final value at M only (must be an expression) |

## Part (c)
| Answer/Working | Mark | Guidance |
|---|---|---|
| Arcs HL and LM need to be traversed twice | B1 | CAO (arcs HL and LM, NOT H(L)M). Do NOT accept if extra arcs included |

## Part (d)
| Answer/Working | Mark | Guidance |
|---|---|---|
| H would appear 3 times | B1 | CAO. NOT dependent on the correct repeated arcs in part (c) |

## Part (e)
| Answer/Working | Mark | Guidance |
|---|---|---|
| $139 + x + y + 5 + 3 = 172$ | M1 | Setting total weight of network ($139 + x + y$) plus 8 (or their repeated arcs) equal to 172 |
| $x + y = 25$ | | |
| $x = 12,\ y = 13$ | A1 | CAO both values clearly assigned. Dependent on correct repeated arcs [accept minimum sight of H and M and 8 (5+3) in part (c)]. If $x=12, y=13$ stated with no working, M0A0 |
3.

\begin{figure}[h]
\begin{center}
  \includegraphics[alt={},max width=\textwidth]{ca57c64b-0b33-4179-be7f-684bd6ea2162-06_764_1547_314_355}
\captionsetup{labelformat=empty}
\caption{Figure 3}
\end{center}
\end{figure}

[The total weight of the network is $139 + x + y$ ]
\begin{enumerate}[label=(\alph*)]
\item Explain what is meant by the term "tree".

Figure 3 represents a network of walkways in a warehouse.\\
The arcs represent the walkways and the nodes represent junctions between them.\\
The number on each arc represents the length, in metres, of the corresponding walkway.\\
The values $x$ and $y$ are unknown, however it is known that $x$ and $y$ are integers and that

$$9 < x < y < 14$$
\item \begin{enumerate}[label=(\roman*)]
\item Use Dijkstra's algorithm to find the shortest route from A to M.
\item State an expression for the length of the shortest route from A to M .

The warehouse manager wants to check that all of the walkways are in good condition.\\
Their inspection route starts at B and finishes at C .\\
The inspection route must traverse each walkway at least once and be as short as possible.
\end{enumerate}\item State the arcs that are traversed twice.
\item State the number of times that H appears in the inspection route.

The warehouse manager finds that the total length of the inspection route is 172 metres.
\item Determine the value of $x$ and the value of $y$
\end{enumerate}

\hfill \mbox{\textit{Edexcel FD1 AS 2024 Q3 [11]}}