Edexcel D1 (Decision Mathematics 1) 2007 June

Question 1
View details
  1. Explain what is meant by a planar graph.
    (Total 2 marks)
\begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-2_751_654_552_349} \captionsetup{labelformat=empty} \caption{Figure 1}
\end{figure} \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-2_769_663_543_1151} \captionsetup{labelformat=empty} \caption{Figure 2}
\end{figure} Six workers, Annie, Emma, Hannah, Jerry, Louis and Morand, are to be assigned to five tasks, 1,2,3,4 and 5. For safety reasons, task 1 must be done by two people working together.
A bipartite graph showing the possible allocations of the workers is given in Figure 1 and an initial matching is given in Figure 2. The maximum matching algorithm will be used to obtain a complete matching.
  1. Although there are five tasks, six vertices have been created on the right hand side of each bipartite graph. Explain why this is necessary when applying this algorithm.
  2. Find an alternating path and the complete matching it gives. Hannah is now unable to do task 5 due to health reasons.
  3. Explain why a complete matching is no longer possible.
Question 3
View details
3. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-3_1634_1031_276_443} \captionsetup{labelformat=empty} \caption{Figure 3}
\end{figure} An algorithm is described by the flow chart shown in Figure 3.
  1. Given that \(x = 54\) and \(y = 63\), complete the table in the answer book to show the results obtained at each step when the algorithm is applied.
  2. State what the algorithm achieves.
Question 4
View details
4. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-4_782_1118_246_424} \captionsetup{labelformat=empty} \caption{Figure 4}
\end{figure} Figure 4 models a network of underground tunnels that have to be inspected. The number on each arc represents the length, in km, of each tunnel. Joe must travel along each tunnel at least once and the length of his inspection route must be minimised. The total weight of the network is 125 km .
The inspection route must start and finish at A .
  1. Use an appropriate algorithm to find the length of the shortest inspection route. You should make your method and working clear. Given that it is now permitted to start and finish the inspection at two distinct vertices,
  2. state which two vertices should be chosen to minimise the length of the new route. Give a reason for your answer.
Question 5
View details
5.
\(M\)\(A\)\(B\)\(C\)\(D\)\(E\)
\(M\)-215170290210305
\(A\)215-275100217214
\(B\)170275-267230200
\(C\)290100267-180220
\(D\)210217230180-245
\(E\)305214200220245-
The table shows the cost, in pounds, of linking five automatic alarm sensors, \(A , B , C , D\) and \(E\), and the main reception, \(M\).
  1. Use Prim's algorithm, starting from \(M\), to find a minimum spanning tree for this table of costs. You must list the arcs that form your tree in the order that they are selected.
  2. Draw your tree using the vertices given in Diagram 1 in the answer book.
  3. Find the total weight of your tree.
  4. Explain why it is not necessary to check for cycles when using Prim's algorithm.
Question 6
View details
6. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-6_1369_1340_251_340} \captionsetup{labelformat=empty} \caption{Figure 5}
\end{figure} The network in Figure 5 shows the activities that need to be undertaken to complete a project. Each activity is represented by an arc. The number in brackets is the duration of the activity in days. The early and late event times are to be shown at each vertex and some have been completed for you.
  1. Calculate the missing early and late times and hence complete Diagram 2 in your answer book.
  2. List the two critical paths for this network.
  3. Explain what is meant by a critical path. The sum of all the activity times is 110 days and each activity requires just one worker. The project must be completed in the minimum time.
  4. Calculate a lower bound for the number of workers needed to complete the project in the minimum time. You must show your working.
  5. List the activities that must be happening on day 20 .
  6. Comment on your answer to part (e) with regard to the lower bound you found in part (d).
  7. Schedule the activities, using the minimum number of workers, so that the project is completed in 30 days.
Question 7
View details
7. The tableau below is the initial tableau for a linear programming problem in \(x , y\) and \(z\). The objective is to maximise the profit, \(P\).
basic variable\(x\)\(y\)\(z\)\(r\)\(s\)\(t\)Value
\(r\)1245100246
\(s\)963010153
\(t\)52- 2001171
\(P\)- 2- 4- 30000
Using the information in the tableau, write down
  1. the objective function,
  2. the three constraints as inequalities with integer coefficients. Taking the most negative number in the profit row to indicate the pivot column at each stage,
  3. solve this linear programming problem. Make your method clear by stating the row operations you use.
  4. State the final values of the objective function and each variable. One of the constraints is not at capacity.
  5. Explain how it can be identified.
Question 8
View details
8. \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{0fdc5a3c-97e7-46e3-a57c-45a13755f0e5-9_1131_1653_242_207} \captionsetup{labelformat=empty} \caption{Figure 6}
\end{figure} Figure 6 shows a capacitated, directed network. The number on each arc represents the capacity of that arc. The numbers in circles represent an initial flow.
  1. State the value of the initial flow.
    (1)
  2. State the capacities of cuts \(\mathrm { C } _ { 1 }\) and \(\mathrm { C } _ { 2 }\).
    (2) Diagram 3 in the answer book shows the labelling procedure applied to the above network.
  3. Using Diagram 3, increase the flow by a further 19 units. You must list each flow-augmenting path you use, together with its flow.
    (5)
  4. Prove that the flow is now maximal.