Edexcel D1 (Decision Mathematics 1) 2016 June

Question 1
View details
1. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-02_492_515_374_383} \captionsetup{labelformat=empty} \caption{Figure 1}
\end{figure} \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-02_492_529_379_1160} \captionsetup{labelformat=empty} \caption{Figure 2}
\end{figure}
  1. Define the term 'bipartite graph'. Figure 1 shows the possible allocations of five people, Larry (L), Monisha (M), Nina (N), Phil (P) and Theo (T), to five activities, A, B, C, D and E. Figure 2 shows an initial matching.
  2. Starting from this initial matching, use the maximum matching algorithm to find a complete matching. You should list the alternating path you use and state your complete matching.
Question 2
View details
2. Draw the activity network described in the precedence table below, using activity on arc and exactly three dummies.
ActivityImmediately preceding activities
A-
B-
CA
DA
EB
FB
GA, E, F
HF
IC
JD, G
KD, G
Question 3
View details
  1. 594518553471183171542
    1. The list of numbers above is to be sorted into descending order. Perform a quick sort to obtain the sorted list. You should show the result of each pass and identify your pivots clearly.
    The numbers in the list represent the lengths, in cm, of some pieces of copper wire. The copper wire is sold in one metre lengths.
  2. Use the first-fit decreasing bin packing algorithm to determine how these pieces could be cut from one metre lengths. (You should ignore wastage due to cutting.)
  3. Determine whether your solution to (b) is optimal. Give a reason for your answer.
Question 4
View details
4. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-05_841_1201_226_431} \captionsetup{labelformat=empty} \caption{Figure 3}
\end{figure} Figure 3 represents a network of tram tracks. The number on each edge represents the length, in miles, of the corresponding track. One day, Sarah wishes to travel from A to F. She wishes to minimise the distance she travels.
  1. Use Dijkstra's algorithm to find the shortest path from A to F . State your path and its length. On another day, Sarah wishes to travel from A to F via J.
  2. Find a route of minimal length that goes from A to F via J and state its length.
  3. Use Prim's algorithm, starting at G , to find the minimum spanning tree for the network. You must clearly state the order in which you select the edges of your tree.
  4. State the length, in miles, of the minimum spanning tree.
Question 5
View details
5. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-06_1388_1648_246_221} \captionsetup{labelformat=empty} \caption{Figure 4}
\end{figure} An algorithm is described by the flow chart shown in Figure 4. Given that \(x = 27\) and \(y = 5\),
  1. complete the table in the answer book to show the results obtained at each step when the algorithm is applied. Give the final output. The numbers 122 and \(\frac { 1 } { 2 }\) are to be used as inputs for the algorithm described by the flow chart.
    1. State, giving a reason, which number should be input as \(x\).
    2. State the output.
Question 6
View details
6. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-07_684_1420_233_312} \captionsetup{labelformat=empty} \caption{Figure 5}
\end{figure} [The total weight of the network is 384]
Figure 5 models a network of corridors in an office complex that need to be inspected by a security guard. The number on each arc is the length, in metres, of the corresponding section of corridor. Each corridor must be traversed at least once and the length of the inspection route must be minimised. The guard must start and finish at vertex A.
  1. Use the route inspection algorithm to find the length of the shortest inspection route. State the arcs that should be repeated. You should make your method and working clear.
    (5) It is now possible for the guard to start at one vertex and finish at a different vertex. An inspection route that traverses each corridor at least once is still required.
  2. Explain why the inspection route should start at a vertex with odd degree.
    (2) The guard decides to start the inspection route at F and the length of the inspection route must still be minimised.
  3. Determine where the guard should finish. You must give reasons for your answer.
  4. State a possible route and its length.
Question 7
View details
7. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-08_860_1383_239_342} \captionsetup{labelformat=empty} \caption{Figure 6}
\end{figure} The network in Figure 6 shows the activities that need to be undertaken by a company to complete a project. Each activity is represented by an arc and the duration, in days, is shown in brackets. Each activity requires exactly one worker. The early event times and late event times are shown at each vertex. Given that the total float on activity D is 1 day,
  1. find the values of \(\boldsymbol { w } , \boldsymbol { x } , \boldsymbol { y }\) and \(\boldsymbol { z }\).
  2. On Diagram 1 in the answer book, draw a cascade (Gantt) chart for the project.
  3. Use your cascade chart to determine a lower bound for the minimum number of workers needed to complete the project in the shortest possible time. You must make specific reference to times and activities. It is decided that the company may use up to 36 days to complete the project.
  4. On Diagram 2 in the answer book, construct a scheduling diagram to show how the project can be completed within 36 days using as few workers as possible.
    (3)
Question 8
View details
8. Charlie needs to buy storage containers. There are two different types of storage container available, standard and deluxe. Standard containers cost \(\pounds 20\) and deluxe containers cost \(\pounds 65\). Let \(x\) be the number of standard containers and \(y\) be the number of deluxe containers. The maximum budget available is \(\pounds 520\)
  1. Write down an inequality, in terms of \(x\) and \(y\), to model this constraint. Three further constraints are: $$\begin{aligned} x & \geqslant 2
    - x + 24 y & \geqslant 24
    7 x + 8 y & \leqslant 112 \end{aligned}$$
  2. Add lines and shading to Diagram 1 in the answer book to represent all four constraints. Hence determine the feasible region and label it R . The capacity of a deluxe container is \(50 \%\) greater than the capacity of a standard container. Charlie wishes to maximise the total capacity.
  3. State an objective function, in terms of \(x\) and \(y\).
  4. Use the objective line method to find the optimal vertex, V, of the feasible region. You must make your objective line clear and label the optimal vertex V.
  5. Calculate the exact coordinates of vertex V.
  6. Determine the number of each type of container that Charlie should buy. You must make your method clear and calculate the cost of purchasing the storage containers. Write your name here
    Final output \(\_\_\_\_\)

  7. 6. \begin{figure}[h]
    \includegraphics[alt={},max width=\textwidth]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-22_807_1426_121_267} \captionsetup{labelformat=empty} \caption{Figure 5
    [0pt] [The total weight of the network is 384]}
    \end{figure} \includegraphics[max width=\textwidth, alt={}, center]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-24_2651_1940_118_121}
    \includegraphics[max width=\textwidth, alt={}, center]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-25_2261_50_312_36} \section*{Q uestion 7 continued}
  8. \(\_\_\_\_\)
  9. \section*{Diagram 2} (Total 12 marks)
    □ 8.
    \includegraphics[max width=\textwidth, alt={}]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-26_1570_1591_260_189}
    Diagram 1 \section*{Q uestion 8 continued}
    \includegraphics[max width=\textwidth, alt={}]{22ff916a-4ba8-4e0c-9c53-e82b0aff0b98-28_2646_1833_116_118}