9FM0-3D AL Decision 1 Practice Paper 4 (Word)
9FM0-3D AL Decision 1 Practice Paper 4 (Word)
Practice Paper 4
Instructions
Use black ink or ball-point pen.
If pencil is used for diagrams/sketches/graphs it must be dark (HB or B).
Fill in the boxes at the top of this page with your name, centre number and candidate number.
Answer all the questions and ensure that your answers to parts of questions are clearly labelled.
Answer the questions in the spaces provided – there may be more space than you need.
You should show sufficient working to make your methods clear. Answers without working may
not gain full credit.
Inexact answers should be given to three significant figures unless otherwise stated.
Information
A booklet ‘Mathematical Formulae and Statistical Tables’ is provided.
There are 6 questions in this question paper. The total mark for this paper is 75.
The marks for each question are shown in brackets – use this as a guide as to how much time to
spend on each question.
Calculators must not be used for questions marked with a * sign.
Advice
Read each question carefully before you start to answer it.
Try to answer every question.
Check your answers if you have time at the end.
If you change your mind about an answer, cross it out and put your new answer and any working
underneath.
1.
30 11 21 53 50 39 16 4 60 43
The numbers in the list above represent the lengths, in cm, of some pieces of electrical wire.
The wire is sold in one metre lengths.
(a) Use the first-fit bin packing algorithm to determine how these pieces could be cut from
one metre lengths. You should ignore wastage due to cutting.
(3)
(b) (i) Write down the list that results at the end of the fourth pass.
(ii) Write down the number of comparisons and swaps performed during the fourth pass.
(3)
(Total 13 marks)
Mark scheme for Question 1
Examiner comment
2. (a) Explain the difference between the classical travelling salesperson problem and the
practical travelling salesperson problem.
(2)
A B C D E F G
A – 31 15 12 24 17 22
B 31 – 20 25 14 25 50
C 15 20 – 16 24 19 21
D 12 25 16 – 21 32 17
E 24 14 24 21 – 28 41
F 17 25 19 32 28 – 25
G 22 50 21 17 41 25 –
The table above shows the least direct distances, in miles, between seven towns, A, B, C, D,
E, F and G. Yiyi needs to visit each town, starting and finishing at A, and wishes to minimise
the total distance she will travel.
(b) Show that there are two nearest neighbour routes that start from A. State these routes and
their lengths.
(3)
(c) Starting by deleting A, and all of its arcs, find a lower bound for the length of Yiyi’s
route.
(3)
(d) Use your results to write down the smallest interval which you can be confident contains
the optimal length of Yiyi’s route.
(2)
(Total 10 marks)
Figure 3
Figure 3 is the activity network for a building project. 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 exactly one worker. The project is to be completed in the shortest
possible time.
(b) Complete Diagram 1 in the answer book to show the early event times and the late event
times.
(3)
(c) State the critical activities.
(1)
(d) Calculate the maximum number of days by which activity G could be delayed without
affecting the shortest possible completion time of the project. You must make the
numbers used in your calculation clear.
(2)
(e) Calculate a lower bound for the number of workers needed to complete the project in the
minimum time. You must show your working.
(2)
Question 3 continued
The project is to be completed in the minimum time using as few workers as possible.
(Total 14 marks)
Mark scheme for Question 3
Examiner comment
4. The tableau below is the initial tableau for a three-variable linear programming problem in x,
y and z. The objective is to maximise the profit, P.
(Total 13 marks)
subject to
x+y8
x<8
4y x
3y 9 + 2x
(a) Add lines and shading to Diagram 1 in the answer book to represent these constraints.
(4)
(c) Use the objective line (ruler) method to find the exact coordinates of the optimal vertex,
V, of the feasible region. You must draw and label your objective line clearly.
(3)
(e) Write down the optimal values of x and y and the corresponding maximum value
of 2x + 3y.
(2)
(f) Determine the least value of k for which this additional constraint does not affect the
feasible region.
(2)
(Total 13 marks)
Mark scheme for Question 5
Examiner comment
6.
(a) Explain why it is not possible to draw a network with an odd number of vertices of odd
valency.
(2)
Figure 3 represents a network of 12 roads in a city. The expression on each arc gives the time,
in minutes, to travel along the corresponding road.
(b) During rush hour one day x = 9
(i) Starting at A, use Prim’s algorithm to find a minimum spanning tree. You must state
the order in which you select the arcs of your tree.
(ii) Calculate the weight of the minimum spanning tree.
(4)
You are now given that x > 3
A route that minimises the total time taken to traverse each road at least once needs to be
found. The route must start and finish at the same vertex.
The route inspection algorithm is applied to the network in Figure 3 and the time taken for
the route is 162 minutes.
(c) Determine the value of x, showing your working clearly.
(6)
(Total 12 marks)
M1
(3)
(b)(i)
B1
11 21 16 4 30 39 43 50 53 60
(ii) Comparisons: 6 Swaps: 2 B1B1
(3)
(c)
M1
A1
A1ft
A1
(4)
(d) M1
A1
M1
(3)
(13 marks)
Mark scheme for Question 2 (Examiner comment) (Return to Question 2)
2(a) e.g. in the practical problem each vertex must be visited at least once. In
B2, 1, 0
the classical problem each vertex must be visited just once
(2)
(b)
A–D–C–F–B–E–G–A M1
12+16+19+25+14+41+22 = 149
A1
A–D–C–F–G–E–B–A
A1
12+16+19+25+41+14+31 = 158
(3)
(c) RMST weight = 86 (miles) B1
86 + 12 + 15 = 113 (miles) M1A1
(3)
(d) 113 optimal distance 149 B2, 1, 0
(2)
(10 marks)
Mark scheme for Question 3 (Examiner comment) (Return to Question 3)
(2)
(b)
M1
A1
A1
(3)
(c) Critical activities: A C J M B1
(1)
(d) G can be delayed by 21 – 11 – 3 = 7 (days) M1A1
(2)
(e)
so lower bound is 3 workers M1A1
(2)
Mark
Question Scheme
s
3(f)
M1
A1
A1
A1
(4)
(14 marks)
Mark scheme for Question 4 (Examiner comment) (Return to Question 4)
Mark
Question Scheme
s
4(a)(i) P = x + 2y + 5z B1
(ii) 15x − 2y + 3z 180
10x + y + z 80 M1A1
x + 6y − 2z 100
(3)
(b)
M1A1
M1A1
M1
A1ft
M1A1
(8)
(c) P = 364; x = 0; y =12; z = 68; r = s= 0; t = 164 M1A1
(2)
(13 marks)
Mark scheme for Question 5 (Examiner comment) (Return to Question 5)
Mark
Question Scheme
s
5(a)
B1
B1
B1
B1
(4)
(b) Correct R labelled B1
(1)
(c) Objective line drawn B1
M1
(oe) dA1
(3)
(d)
B1
(oe)
(1)
Mark
Question Scheme
s
5(e) (7,7) B1
35 B1
(2)
(f)
M1A1
y
(2)
(13 marks)
Mark scheme for Question 6 (Examiner comment) (Return to Question 6)
6(a) e.g. (each arc contributes 1 to the orders of two nodes, and so) the sum
of the orders of all the nodes is equal to twice the number of arcs
Which implies that the sum of the orders of all the nodes is even and B2, 1, 10
therefore there must be an even (or zero) number of vertices of odd
order hence there cannot be an odd number of vertices of odd order
(2)
(b)(i) Prim: AB, AD, BC, DE; EF, FG; GJ, HJ M1 A1 A1
(ii) Weight = 92 (mins) B1
(4)
(c) 20x + 17 + repeart arcs = 162
B1
B and E are the only two odd nodes so must be apired
4x + 3 (BE) is clearly greater in value than x + (2x + 3) + x – 1 = 4x + 2
(AB, AD, DE) so repeated arcs are either AB, AD, DE (4x + 2) or BC, B1
CE (7x – 17)
4x + 2 = 7x – 17 19/3 B1
(6)
(12 marks)
A level Further Mathematics – Decision Mathematics 1 –
Practice Paper 04 – Examiner report –
Examiner comment for Question 1 (Mark scheme) (Return to Question 1)
1. Examiners reported that a small number of students struggled in applying the first-fit bin
packing algorithm in part (a). This was mainly down to not applying the algorithm correctly.
First fit is just that; students must decide if the current item under consideration will fit in the
first bin rather than the most recent bin used. In this part a number of students placed the 39
in the third bin (and not the second bin) and others did not place the 4 in the first bin.
Full marks in part (b) was rare. Some students completed the full sort rather than stopping
after the fourth pass. Others completed four passes on the provided list so effectively
obtaining the seventh pass. For those who did carry out the correct number of passes or who
made their fourth pass clear, errors were rare. In part (ii) of (b), only the more able students
were able to correctly establish that 6 comparisons were needed with most stating that
9 comparisons were required. This demonstrated something of a lack of understanding of
how the Bubble Sort works. Deducing that 2 swaps took place seemed more straightforward
for most students.
Many correct solutions were seen in part (c), but a number of students did not choose their
pivots consistently, switching between middle-left and middle-right pivots during the course
of the quick sort algorithm. A number of students either lost an item or changed an item
during the sort, and in a small number of cases only one pivot was chosen per iteration. As
stated in previous examiners’ reports, in cases such as this in which the list appears to be in
the correct order after three passes a fourth pass (pivoting on the 4) is required to successfully
complete the algorithm. Students should be reminded that items should remain in the order
from the previous pass as they move into sub-lists. Pivots were usually chosen consistently
although the spacing and notation on some solutions made these difficult for examiners to
follow. Some students over complicated the process by insisting on using a different ‘symbol’
to indicate the pivots for each pass. Those students who sorted into ascending order usually
remembered to reverse their list at the end to gain full credit although a number of students
left their list in ascending order.
The first-fit decreasing in part (d) was well carried out with only a small minority failing to
attempt this part. There were a large number of wholly correct answers. A small number
performed first-fit increasing therefore scoring no marks. A small minority of students lost all
three marks by placing the 43 in the 3rd rather than 2nd bin (so failing to apply the algorithm
at its first real test). Some students wrote totals in the bin rather than the next value. A variety
of different layouts were used but in nearly all cases were easy to read and decipher.
Examiner comment for Question 2 (Mark scheme) (Return to Question 2)
2. For part (a), many candidates could accurately describe the difference between the practical
and classical problem, with accurate and correct terminology seen in most responses.
However, this initial question differentiated between those that had a secure grasp of the topic
and those that were much less secure in their knowledge, with a significant number referring
to ‘arcs needing to be traversed’, rather than the need to visit every vertex. Those that only
scored partial marks on this part had the correct general idea without being able to pinpoint
the need to visit every vertex.
Whilst part (b) was well answered by the majority of candidates, the most common error was
to fail to return to the starting vertex. There were also a significant number of candidates who
found an upper bound by doubling the length of a minimum spanning tree, so gave answers
of 298 and 316, instead of finding nearest neighbour routes.
Part (c) was also well answered by most candidates, with many securing full marks for an
answer of 113. A significant number of candidates did not find the correct RMST (found
from deleting vertex A and all arcs incident to this vertex), but still managed to secure a mark
for adding the correct two least weighted arcs.
Most candidates scored at least one mark in part (d) on the follow through from an earlier
stated upper bound found in part (b). It was common, however, to lose the final mark in this
part for either the use of a strict inequality for the upper limit, or because of inaccurate earlier
working. It was rare but nonetheless worrying to see statements along the lines of
The rationale behind this is that until all the lines are drawn (and shaded accordingly) it is
unclear which lines (or parts of lines) will define the boundary of the feasible region. If
candidates only draw the line segments that they believe define the boundary of the feasible
region then examiners are unaware of the order in which the lines were drawn and therefore it
is unclear to examiners why some parts of the lines have been omitted.
In general the lines x y 8 and 3 y 9 2 x were correctly drawn. One of the most common
errors was with the line 4 y x (many candidates drew y 4 x ), the second most common error
was not showing the line x 8 as distinct from the other three in anyway (many candidates
either ignored or did not notice the strict inequality constraint x 8 ). In part (b) a significant
number of candidates were unable to select the correct feasible region.
In part (c), the majority of candidates drew the correct objective line, however, a line with
reciprocal gradient was often seen or, in a number of cases, no objective line was drawn (and
therefore no marks could be awarded in this part). Some used obscure constant values to plot
the objective line. Some candidates gave an estimate of the optimal vertex using a reading
from their graph, rather than solving the relevant equations simultaneously.
The majority of candidates who correctly answered part (c) usually went on to score the mark
in part (d).
Parts (e) and (f) were often not attempted and many who did attempt part (e) identified the
maximum point as (8, 8) (even though this was not in the feasible region) or gave a point
with non-integer values despite the question explicitly asking for integer values. A minority
of candidates identified the point (7,7) but failed to substitute the values into the objective
function.
Part (f) differentiated well between candidates. Once again the management of the inequality
provided a source of errors for those who had an understanding of what was required in this
part but gave the incorrect answer of k = 1/4.
Examiner comment for Question 6 (Mark scheme) (Return to Question 6)
6. No examiner report available.