28
Turn over Candidates may use any calculator allowed by the regulations of the Joint Council for Qualifications. Calculators must not have the facility for symbolic algebra manipulation, differentiation and integration, or have retrievable mathematical formulae stored in them. Instructions Use black ink or ball-point pen. If pencil is used for diagrams/sketches/graphs it must be dark (HB or B). Coloured pencils and highlighter pens must not be used. Fill in the boxes on the top of the answer book with your name, centre number and candidate number. Answer all questions and ensure that your answers to parts of questions are clearly labelled. Answer the questions in the D1 answer book 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. When a calculator is used, the answer should be given to an appropriate degree of accuracy. Do not return the question paper with the answer book. Information 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. 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. P46678A ©2016 Pearson Education Ltd. 1/1/1/1/e2 *P46678A* Decision Mathematics D1 Advanced/Advanced Subsidiary You must have: D1 Answer Book 6689/01 Paper Reference Friday 17 June 2016 – Afternoon Time: 1 hour 30 minutes Pearson Edexcel GCE

Pearson Edexcel GCE Decision Mathematics D1

  • Upload
    others

  • View
    20

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Pearson Edexcel GCE Decision Mathematics D1

Turn over

Candidates may use any calculator allowed by the regulations of the Joint Council for Qualifications. Calculators must not have the facility for symbolic algebra manipulation, differentiation and integration, or have retrievable mathematical formulae stored in them.

Instructions

• Use black ink or ball-point pen.

• If pencil is used for diagrams/sketches/graphs it must be dark (HB or B). Coloured pencils and highlighter pens must not be used.

• Fill in the boxes on the top of the answer book with your name, centre number and candidate number.

• Answer all questions and ensure that your answers to parts of questions are clearly labelled.

• Answer the questions in the D1 answer book 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.

• When a calculator is used, the answer should be given to an appropriate degree of accuracy.

• Do not return the question paper with the answer book.

Information

• 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.

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.

P46678A©2016 Pearson Education Ltd.

1/1/1/1/e2

*P46678A*

Decision Mathematics D1Advanced/Advanced Subsidiary

You must have:D1 Answer Book

6689/01Paper ReferenceFriday 17 June 2016 – Afternoon

Time: 1 hour 30 minutes

Pearson Edexcel GCE

Page 2: Pearson Edexcel GCE Decision Mathematics D1

P46678A 2

Write your answers in the D1 answer book for this paper.

1.

(a) Define the term ‘bipartite graph’.

(2)

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.

(b) 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.

(3)

(Total 5 marks)

L

M

N

P

T

A

B

C

D

E

L

M

N

P

T

A

B

C

D

E

Figure 1 Figure 2

Page 3: Pearson Edexcel GCE Decision Mathematics D1

P46678A 3 Turn over

2. Draw the activity network described in the precedence table below, using activity on arc and exactly

three dummies.

Activity Immediately preceding activities

A –

B –

C A

D A

E B

F B

G A, E, F

H F

I C

J D, G

K D, G

(Total 5 marks)

Page 4: Pearson Edexcel GCE Decision Mathematics D1

P46678A 4

3. 59 45 18 55 47 11 63 17 15 42

(a) 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.

(4)

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.

(b) 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)

(c) Determine whether your solution to (b) is optimal. Give a reason for your answer.

(2)

(Total 9 marks)

Page 5: Pearson Edexcel GCE Decision Mathematics D1

P46678A 5 Turn over

4.

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.

(a) Use Dijkstra’s algorithm to find the shortest path from A to F. State your path and its length.

(6)

On another day, Sarah wishes to travel from A to F via J.

(b) Find a route of minimal length that goes from A to F via J and state its length.

(2)

(c) 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.

(3)

(d) State the length, in miles, of the minimum spanning tree.

(1)

(Total 12 marks)

Figure 3

15

A

D

G

B

F

E

13

7

21

9

J

H

17

5

C

13

14

K

2

23

17

15

10

4

31

Page 6: Pearson Edexcel GCE Decision Mathematics D1

P46678A 6

5.

An algorithm is described by the flow chart shown in Figure 4.

Given that x = 27 and y = 5,

(a) complete the table in the answer book to show the results obtained at each step when the

algorithm is applied. Give the final output.

(4)

The numbers 122 and 1

2 are to be used as inputs for the algorithm described by the flow chart.

(b) (i) State, giving a reason, which number should be input as x.

(ii) State the output.

(3)

(Total 7 marks)

Start

Input x and y

t = 0

Is x odd?Yes

No

No YesIs x = 0? Output t Stop

x = x – 1

y = y

t = t + yx =

x

2

y = 2y

t = t

Figure 4

Page 7: Pearson Edexcel GCE Decision Mathematics D1

P46678A 7 Turn over

6.

[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.

(a) 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.

(b) 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.

(c) Determine where the guard should finish. You must give reasons for your answer.

(2)

(d) State a possible route and its length.

(2)

(Total 11 marks)

Figure 5

12

AD

G

B

FE

1218

31

22

40

9

JH

17

42 11

24C

18

15 K L

68

23

17

5

Page 8: Pearson Edexcel GCE Decision Mathematics D1

P46678A 8

7.

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,

(a) find the values of w, x, y and z.

(3)

(b) On Diagram 1 in the answer book, draw a cascade (Gantt) chart for the project.

(4)

(c) 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.

(2)

It is decided that the company may use up to 36 days to complete the project.

(d) 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)

(Total 12 marks)

Figure 6

A(5)

D(w) K(13)

N(8)

H(8)

I(12)

J(10)

F(5)

E(4)

C(3)

G(7)

0

0

30

30

5

5

17

17

x

22

3

z

B(7) 9

9

17

y

30

30

M(6)

L(5)

Page 9: Pearson Edexcel GCE Decision Mathematics D1

P46678A 9

8. Charlie needs to buy storage containers.

There are two different types of storage container available, standard and deluxe.

Standard containers cost £20 and deluxe containers cost £65. Let x be the number of standard

containers and y be the number of deluxe containers.

The maximum budget available is £520

(a) Write down an inequality, in terms of x and y, to model this constraint.

(1)

Three further constraints are:

x 2

–x + 24y 24

7x + 8y 112

(b) 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.

(4)

The capacity of a deluxe container is 50% greater than the capacity of a standard container.

Charlie wishes to maximise the total capacity.

(c) State an objective function, in terms of x and y.

(1)

(d) 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.

(3)

(e) Calculate the exact coordinates of vertex V.

(2)

(f) 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.

(3)

(Total 14 marks)

TOTAL FOR PAPER: 75 MARKS

END

Page 10: Pearson Edexcel GCE Decision Mathematics D1

P46678A 10

BLANK PAGE

Page 11: Pearson Edexcel GCE Decision Mathematics D1

P46678A 11

BLANK PAGE

Page 12: Pearson Edexcel GCE Decision Mathematics D1

P46678A 12

BLANK PAGE

Page 13: Pearson Edexcel GCE Decision Mathematics D1

Answer BookDo not return the question paper with the answer book.

Centre Number Candidate Number

Write your name here

Surname Other names

Total Marks

6689/01Paper ReferenceFriday 17 June 2016 – Afternoon

Time: 1 hour 30 minutes

Pearson

Edexcel GCE

Decision Mathematics D1Advanced/Advanced Subsidiary

P46678A©2016 Pearson Education Ltd.

1/1/1/1/e2

*P46678A0116*Turn over

Page 14: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

2

*P46678A0216*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

1.

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

L

M

N

P

T

A

B

C

D

E

L

M

N

P

T

A

B

C

D

E

Figure 1 Figure 2

Q1

(Total 5 marks)

Page 15: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

3

*P46678A0316* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

2.

Q2

(Total 5 marks)

Page 16: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

4

*P46678A0416*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

3. 59 45 18 55 47 11 63 17 15 42

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

Page 17: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

5

*P46678A0516* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Question 3 continued

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________ Q3

(Total 9 marks)

Page 18: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

6

*P46678A0616*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

4.

A

B

C

E

F

J

D

G

H2

5

17

7

4

23

17

13

13

15

9

10

K

21

14

31

15

VertexOrder of

labelling

Final

value

Working values

Key:

Shortest path: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Length of shortest path: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Page 19: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

7

*P46678A0716* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Question 4 continued

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________ Q4

(Total 12 marks)

Page 20: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

8

*P46678A0816*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

5. (a) You may not need to use all the rows in this table.

It may not be necessary to complete all boxes in each row.

x y t Is x odd? Is x = 0?

27 5 0 Yes

Page 21: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

9

*P46678A0916* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Question 5 continued

Final output _____________________________________________________________

(b)

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________ Q5

(Total 7 marks)

Page 22: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

10

*P46678A01016*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

6.

[The total weight of the network is 384]

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

Figure 5

12

AD

G

B

FE

1218

31

22

40

9

JH

17

42 11

24C

18

15 K L

68

23

17

5

Page 23: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

11

*P46678A01116* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Question 6 continued

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________ Q6

(Total 11 marks)

Page 24: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

12

*P46678A01216*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

7. (a) ___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

(b)

Diagram 1

0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32

Page 25: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

13

*P46678A01316* Turn over

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Question 7 continued

(c) ___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

___________________________________________________________________

(d)

Q7

(Total 12 marks)

Diagram 2

0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38

Page 26: Pearson Edexcel GCE Decision Mathematics D1

Leave

blank

14

*P46678A01416*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

8.

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

Diagram 1

16 –

14 –

12 –

10 –

8 –

6 –

4 –

2 –

0 –

0

4

8

12

16

20

24

28

32

y

x

Page 27: Pearson Edexcel GCE Decision Mathematics D1

15

*P46678A01516*

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

DO

NO

T W

RIT

E I

N T

HIS

AR

EA

D

O N

OT

WR

ITE

IN

TH

IS A

RE

A

Leave

blank

Question 8 continued

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

Turn over

Page 28: Pearson Edexcel GCE Decision Mathematics D1

16

*P46678A01616*

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

D

O N

OT

WR

ITE

IN T

HIS

AR

EA

Question 8 continued

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

_______________________________________________________________________

TOTAL FOR PAPER: 75 MARKS

END

Leave

blank

Q8

(Total 14 marks)