Edexcel D1 (Decision Mathematics 1) 2006 June

Question 1
View details
  1. \(\begin{array} { l l l l l l l } 52 & 48 & 50 & 45 & 64 & 47 & 53 \end{array}\)
The list of numbers above is to be sorted into descending order. Perform a bubble sort to obtain the sorted list, giving the state of the list after each completed pass.
(4)
Question 2
View details
2. (a) Define the term 'alternating path'.
(2) \begin{figure}[h]
\captionsetup{labelformat=empty} \caption{Figure 1} \includegraphics[alt={},max width=\textwidth]{2ae673c0-206a-468b-ae6f-ac55e5970f7b-2_813_1262_902_470}
\end{figure} The bipartite graph in Figure 1 shows the films that six customers wish to hire this Saturday evening. The shop has only one copy of each film. The bold lines indicate an initial matching.
(b) Starting from this initial matching use the maximum matching algorithm twice to obtain a complete matching. You should clearly state the alternating paths you use.
(5) \begin{figure}[h]
\captionsetup{labelformat=empty} \caption{Figure 2} \includegraphics[alt={},max width=\textwidth]{2ae673c0-206a-468b-ae6f-ac55e5970f7b-3_756_1242_302_449}
\end{figure} Figure 2 shows the network of pipes represented by arcs. The length of each pipe, in kilometres, is shown by the number on each arc. The network is to be inspected for leakages, using the shortest route and starting and finishing at \(A\).
(a) Use the route inspection algorithm to fins which arcs, if any, need to be traversed twice.
[0pt] (b) State the length of the minimum route. [The total weight of the network is 394 km .] It is now permitted to start and finish the inspection at two distinct vertices.
(c) State, with a reason, which two vertices should be chosen to minimise the length of the new route.
(2)
Question 4
View details
4. (a) Explain what is meant by the term 'path'.
(2) \begin{figure}[h]
\captionsetup{labelformat=empty} \caption{Figure 3} \includegraphics[alt={},max width=\textwidth]{2ae673c0-206a-468b-ae6f-ac55e5970f7b-4_957_1414_408_363}
\end{figure} Figure 3 shows a network of cycle tracks. The number on each edge represents the length, in miles, of that track. Mary wishes to cycle from \(A\) to \(I\) as part of a cycling holiday. She wishes to minimise the distance she travels.
(b) Use Dijkstra's algorithm to find the shortest path from \(A\) to \(I\). Show all necessary working in the boxes in Diagram 1 in the answer book. State your shortest path and its length.
(6)
(c) Explain how you determined the shortest path from your labelling.
(2) Mary wants to visit a theme park at \(E\).
(d) Find a path of minimal length that goes from \(A\) to \(I\) via \(E\) and state its length.
(2) \begin{figure}[h]
\captionsetup{labelformat=empty} \caption{Figure 4} \includegraphics[alt={},max width=\textwidth]{2ae673c0-206a-468b-ae6f-ac55e5970f7b-5_688_1469_322_315}
\end{figure} An engineering project is modelled by the activity network shown in Figure 4. The activities are represented by the arcs. The number in brackets on each arc gives the time, in days, to complete the activity. Each activity requires one worker. The project is to be completed in the shortest time.
(a) Calculate the early time and late time for each event. Write these in boxes in Diagram 1 in the answer book.
(b) State the critical activities.
(c) Find the total float on activities \(D\) and \(F\). You must show your working.
(d) On the grid in the answer book, draw a cascade (Gantt) chart for this project. The chief engineer visits the project on day 15 and day 25 to check the progress of the work. Given that the project is on schedule,
(e) which activities must be happening on each of these two days?
(3)
Question 6
View details
6. The tableau below is the initial tableau for a maximising linear programming problem.
Basic variable\(x\)\(y\)\(z\)\(r\)\(s\)\(t\)Value
\(r\)710101003600
\(s\)69120103600
\(t\)2340012400
\(P\)- 35- 55- 600000
  1. Write down the four equations represented in the initial tableau above.
  2. Taking the most negative number in the profit row to indicate the pivot column at each stage, solve this linear programming problem. State the row operations that you use.
    (9)
  3. State the values of the objective function and each variable.
    (3)
    \includegraphics[max width=\textwidth, alt={}, center]{2ae673c0-206a-468b-ae6f-ac55e5970f7b-7_867_1533_322_311} Figure 5 shows a capacitated, directed network. The capacity of each arc is shown on each arc. The numbers in circles represent an initial flow from \(S\) to \(T\). Two cuts \(C _ { 1 }\) and \(C _ { 2 }\) are shown on Figure 5.
  4. Write down the capacity of each of the two cuts and the value of the initial flow.
  5. Complete the initialisation of the labelling procedure on Diagram 1 by entering values along \(\operatorname { arcs } A C , C D , D E\) and \(D T\).
  6. Hence use the labelling procedure to find a maximal flow through the network. You must list each flow-augmenting path you use, together with its flow.
  7. Show your maximal flow pattern on Diagram 2.
  8. Prove that your flow is maximal.