Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL

Size: px
Start display at page:

Download "Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL"

Transcription

1 Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 1 Wednesday 9 June 2010 General Certificate of Education Advanced Subsidiary Examination June pm to 3.00 pm For this paper you must have: the blue AQA booklet of formulae and statistical tables. You may use a graphics calculator. Time allowed 1 hour 30 minutes MD01 Instructions Use black ink or black ball-point pen. Pencil or coloured pencil should only be used for drawing. Fill in the boxes at the top of this page. Answer all questions. Write the question part reference (eg (a), (b)(i) etc) in the left-hand margin. You must answer the questions in the spaces provided. Do not write outside the box around each page. Show all necessary working; otherwise marks for method may be lost. Do all rough work in this book. Cross through any work that you do not want to be marked. The final answer to questions requiring the use of calculators should be given to three significant figures, unless stated otherwise. Information The marks for questions are shown in brackets. The maximum mark for this paper is 75. Question TOTAL Mark (JUN10MD0101) P28322/Jun10/MD01 6/6/6/ MD01

2 2 Do not write outside the box Answer all questions in the spaces provided. 1 (a) Draw a bipartite graph representing the following adjacency matrix A B C D E (2 marks) (b) If A, B, C, D and E represent five people and 1, 2, 3, 4 and 5 represent five tasks to which they are to be assigned, explain why a complete matching is impossible. (2 marks) QUESTION PART REFERENCE (02) P28322/Jun10/MD01

3 4 Do not write outside the box 2 (a) (i) Use a bubble sort to rearrange the following numbers into ascending order, showing the list of numbers after each pass (3 marks) (ii) Write down the number of comparisons on the first pass. (1 mark) (b) (i) Use a shuttle sort to rearrange the following numbers into ascending order, showing the list of numbers after each pass (4 marks) (ii) Write down the number of comparisons on the first pass. (1 mark) QUESTION PART REFERENCE (04) P28322/Jun10/MD01

4 6 Do not write outside the box 3 The network shows 10 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges. A 12 B 27 C D E F G H 6 I J (a) Use Kruskal s algorithm, showing the order in which you select the edges, to find a minimum spanning tree for the 10 towns. (6 marks) (b) State the length of your minimum spanning tree. (1 mark) (c) Draw your minimum spanning tree. (3 marks) (d) If Prim s algorithm, starting at B, had been used to find the minimum spanning tree, state which edge would have been the final edge to complete the minimum spanning tree. (1 mark) QUESTION PART REFERENCE (06) P28322/Jun10/MD01

5 8 Do not write outside the box 4 The network below shows 13 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges. The total of all the times is 384 minutes. (a) (b) (i) (ii) Use Dijkstra s algorithm on the network below, starting from M, to find the minimum time to travel from M to each of the other towns. (7 marks) Find the travelling time of an optimum Chinese postman route around the network, starting and finishing at M. (6 marks) State the number of times that the vertex F would appear in a corresponding route. (1 mark) QUESTION PART REFERENCE (a) B 12 A 13 D 11 C E F G 40 H I 40 J 5 K 6 L M (08) P28322/Jun10/MD01

6 10 Do not write outside the box 5 Phil, a squash coach, wishes to buy some equipment for his club. In a town centre, there are six shops, G, I, N, R, S and T, that sell the equipment. The time, in seconds, to walk between each pair of shops is shown in the table. Phil intends to check prices by visiting each of the six shops before returning to his starting point. G I N R S T G I N R S T (a) (b) Use the nearest neighbour algorithm starting from S to find an upper bound for Phil s minimum walking time. (4 marks) Write down a tour starting from N which has a total walking time equal to your answer to part (a). (1 mark) (c) By deleting S, find a lower bound for Phil s minimum walking time. (5 marks) QUESTION PART REFERENCE (10) P28322/Jun10/MD01

7 12 Do not write outside the box 6 Phil is to buy some squash balls for his club. There are three different types of ball that he can buy: slow, medium and fast. He must buy at least 190 slow balls, at least 50 medium balls and at least 50 fast balls. He must buy at least 300 balls in total. Each slow ball costs 2.50, each medium ball costs 2.00 and each fast ball costs He must spend no more than 1000 in total. At least 60% of the balls that he buys must be slow balls. Phil buys x slow balls, y medium balls and z fast balls. (a) Find six inequalities that model Phil s situation. (4 marks) (b) Phil decides to buy the same number of medium balls as fast balls. (i) Show that the inequalities found in part (a) simplify to give x 5 190, y 5 50, x þ 2y 5 300, 5x þ 8y , y x (2 marks) (ii) Phil sells all the balls that he buys to members of the club. He sells each slow ball for 3.00, each medium ball for 2.25 and each fast ball for He wishes to maximise his profit. On Figure 1 on page 14, draw a diagram to enable this problem to be solved graphically, indicating the feasible region and the direction of an objective line. (7 marks) (iii) Find Phil s maximum possible profit and state the number of each type of ball that he must buy to obtain this maximum profit. (4 marks) QUESTION PART REFERENCE (12) P28322/Jun10/MD01

8 14 Do not write outside the box QUESTION PART REFERENCE (b)(ii) Figure 1 ~ x x 5 190, y 5 50, x þ 2y 5 300, 5x þ 8y , y x ~ y (14) P28322/Jun10/MD01

9 16 Do not write outside the box 7 A student is testing a numerical method for finding an approximation for p. The algorithm that the student is using is as follows. Line 10 Input A, B, C, D, E Line 20 Let A ¼ A þ 2 Line 30 Let B ¼ B Line 40 Let C ¼ B A Line 50 Let D ¼ D þ C Line 60 Let E ¼ðD 3:14Þ 2 Line 70 If E < 0:05 then go to Line 90 Line 80 Go to Line 20 Line 90 Print p is approximately, D Line 100 End Trace the algorithm in the case where the input values are A ¼ 1, B ¼ 4, C ¼ 0, D ¼ 4, E ¼ 0 (6 marks) QUESTION PART REFERENCE (16) P28322/Jun10/MD01

10 18 Do not write outside the box 8 A simple connected graph has six vertices. (a) One vertex has degree x. State the greatest and least possible values of x. (2 marks) (b) The six vertices have degrees x 2, x 2, x,2x 4, 2x 4, 4x 12 Find the value of x, justifying your answer. (2 marks) QUESTION PART REFERENCE (18) P28322/Jun10/MD01

11 MD01 - AQA GCE Mark Scheme 2010 June series Key to mark scheme and abbreviations used in marking M m or dm A B E mark is for method mark is dependent on one or more M marks and is for method mark is dependent on M or m marks and is for accuracy mark is independent of M or m marks and is for method and accuracy mark is for explanation or ft or F follow through from previous incorrect result MC mis-copy CAO correct answer only MR mis-read CSO correct solution only RA required accuracy AWFW anything which falls within FW further work AWRT anything which rounds to ISW ignore subsequent work ACF any correct form FIW from incorrect work AG answer given BOD given benefit of doubt SC special case WR work replaced by candidate OE or equivalent FB formulae book A2,1 2 or 1 (or 0) accuracy marks NOS not on scheme x EE deduct x marks for each error G graph NMS no method shown c candidate PI possibly implied sf significant figure(s) SCA substantially correct approach dp decimal place(s) No Method Shown Where the question specifically requires a particular method to be used, we must usually see evidence of use of this method for any marks to be awarded. However, there are situations in some units where part marks would be appropriate, particularly when similar techniques are involved. Your Principal Examiner will alert you to these and details will be provided on the mark scheme. Where the answer can be reasonably obtained without showing working and it is very unlikely that the correct answer can be obtained by using an incorrect method, we must award full marks. However, the obvious penalty to candidates showing no working is that incorrect answers, however close, earn no marks. Where a question asks the candidate to state or write down a result, no method need be shown for full marks. Where the permitted calculator has functions which reasonably allow the solution of the question directly, the correct answer without working earns full marks, unless it is given to less than the degree of accuracy accepted in the mark scheme, when it gains no marks. Otherwise we require evidence of a correct method for any marks to be awarded. 3

12 MD01 - AQA GCE Mark Scheme 2010 June series MD01 Q Solution Marks Total Comments 1(a) M1 Bipartite graph, 2 sets of (some) vertices, labelled, 6+ edges. 2 All correct (b) 3 letters matched to 2 numbers impossible or E1 OE; PI by subsequent E1 2 letters matched to 3 numbers impossible A, D, E matched to 1, 5 impossible or E1 2 OE B, C matched to 2, 3, 4 impossible Total 4 4

13 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 2(a)(i) ( ) M1 Bubble, condone 1 slip but must have 6 at end of first pass 1st pass correct All correct, these 3 lines only Or reverse: ( ) M1 Bubble, condone 1 slip but must have 2 at start of 1st pass 1st pass correct All correct these 4 lines only (ii) 4 B1 1 NOTE ( ) scores M0 (b)(i) ( ) M1 Shuttle swap 2 and 6 only on 1st pass nd pass rd pass All correct (ii) 1 B1 1 Total 9 5

14 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 3(a) M1 Kruskal s, 6 + edges stated, not just HI 6 lengths, (no cycles) must be in ascending DE 8 order (condone 1 slip only) IJ 9 IG CG BE AB BF FI B1 9 edges IJ 3rd AB 5th BF 7th 6 All correct (b) 112 B1 1 (c) M1 tree 7+ edges 9 edges 3 All correct, including labelling (d) CG B1 1 Total 11 6

15 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 4(a) M1 SCA, cancelling at 2+ vertices Correct values at K, condone no box at 11 m1 3 values at F m1 2 values at E or G m1 2 values at A or C All correct including final values at vertices boxed B at B (b)(i) Odd vertices A, B, C, M E1 PI, CAO AB + CM = or 73 M1 3 correct sets of lettered pairs of AC + BM = or 73 candidate s vertices AM + BC = or 70 A2,1 3 correct, 2 correct Min = F PI, 384 plus their shortest = 454 B1 6 SC 454 with no working, or 454 with route 2/6 Route without 454 0/6 (ii) 4 B1 1 Total 14 7

16 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 5(a) S T R I N G S M1 Tour starting from any vertex m1 Visits all other vertices only once Correct order = 450 B1 4 Note: If solution on a matrix then order of selection of vertices must be clearly shown (b) N G S T R I N B1F 1 Must have scored M2 in part (a) Or reverse (c) Delete S M1 Clear method: spanning tree (edges or diagram, not just numbers) with one vertex deleted AND adding 2 edges from deleted vertex (condone double shortest edge from deleted vertex) B1 Spanning tree with 4 edges (may include S) Correct MST + F 2 shortest from candidate s deleted vertex (not shortest edge doubled) = SC 425 without earning first M1: 2/5 Total 10 8

17 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 6(a) x 190, y 50, z 50 oe B1 x+ y + z 300 oe B1 2.5x+ 2y+ 2z 1000 oe B1 Strict inequalities: penalise first two ( 5x 4y 4z 2000) + + instances only 60 x ( x+ y+ z) oe B ( 2x 3y+ 3z) (b)(i) y = z x 190, y 50 (ii) x+ 2y 300 oe M1 5x+ 8y x 6y y 1 3 x x+ y+ y 300 or 5x+ 4y+ 4y 2000 or 2x 3y+ 3y ie at least one clear line of working showing substitution of y = z oe 2 AG All correct (3 or become and ) For all lines must be correct to 1 2 square horizontal or vertical B1 x = 190, y = 50 B1 through (0,150) and (300,0) B1 through (0,250) and (400,0) M1 y= mx through (0,0) through (300,100) B1 Region must have all lines correct and labelled region (condone lack of shading) B1 7 A correct objective line 9

18 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 6 (b)(iii) P = x+ y+ z or x+ y M1 PI Max at ( 320,50 ) B1 Profit ( ) = 185 Note: (with no working) 185 3/4 Buys 320 slow, 50 medium, 50 fast B slow, 50 medium, 50 fast 2/4 320 slow, 50 medium, 50 fast and 185 4/4 Total 17 10

19 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 7 A B C D E ( ) (awrt 1.33) (awrt 2.67) (awrt 3.5) (awrt (awrt 0.571) 2.9) (awrt 0.22) (awrt 0.11) (awrt 0.06) M1 M1 M1 1st pass to candidate s 8 3 1st pass all correct to E = nd pass to candidate s nd pass correct to E = rd pass to candidate s (awrt 0.444) π is approximately (awrt 3.34) (awrt 0.04) 6 Total 6 All correct and no extra line Final answer 1052 or awrt

20 MD01 - AQA GCE Mark Scheme 2010 June series MD01 (cont) Q Solution Marks Total Comments 8(a) Max 5 B1 Min 1 B1 2 Do not allow 1 or 5 (b) 4x 12 1 (or >0) 13 x 4 Or 4 x 12 5 (or <6) 17 M1 Any one of these inequalities x 4 Or OR 2x 4 5 (or < 6) Exhaustive check of all values from 1 to 5 inclusive, condone one omission. x 9 2 x = 4 2 First inequality and one of the other two, or completely correct exhaustive check, and x = 4 Alternative solution Sum of degrees = 11x 24 must be even x is even x 2 > 0 x > 2 x 5 Hence x = 4 M1 Total 4 TOTAL 75 12

21 Scaled mark unit grade boundaries - June 2010 exams A-level Max. Scaled Mark Grade Boundaries and A Conversion Points Code Title Scaled Mark A A B C D E HBIO4 GCE HUMAN BIOLOGY UNIT HBIO5 GCE HUMAN BIOLOGY UNIT HBI6T GCE HUMAN BIOLOGY UNIT 6T HBI6X GCE HUMAN BIOLOGY UNIT 6X INFO1 GCE INFO AND COMM TECH UNIT INFO2 GCE INFO AND COMM TECH UNIT INFO3 GCE INFO AND COMM TECH UNIT INFO4 GCE INFO AND COMM TECH UNIT LAW01 GCE LAW UNIT LAW02 GCE LAW UNIT LAW03 GCE LAW UNIT LAW04 GCE LAW UNIT XMCAS GCE MATHEMATICS UNIT XMCAS MD01 GCE MATHEMATICS UNIT D MFP1 GCE MATHEMATICS UNIT FP MM1A GCE MATHEMATICS UNIT M1A MM1A/W GCE MATHEMATICS UNIT M1A - WRITTEN MM1A/C GCE MATHEMATICS UNIT M1A - COURSEWORK MM1B GCE MATHEMATICS UNIT M1B MPC1 GCE MATHEMATICS UNIT PC MS1A GCE MATHEMATICS UNIT S1A MS/SS1A/W GCE MATHEMATICS UNIT S1A - WRITTEN MS/SS1A/C GCE MATHEMATICS UNIT S1A - COURSEWORK

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MD01 Decision 1

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MD01 Decision 1 Version 1.0: 0106 General Certificate of Education abc Mathematics 6360 MD01 Decision 1 Mark Scheme 2006 examination - January series Mark schemes are prepared by the Principal Examiner and considered,

More information

General Certificate of Education Advanced Level Examination January 2010

General Certificate of Education Advanced Level Examination January 2010 General Certificate of Education Advanced Level Eamination January 00 Mathematics MPC3 Unit Pure Core 3 Friday 5 January 00.30 pm to 3.00 pm For this paper you must have: an 8-page answer book the blue

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Mechanics 1B.

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Mechanics 1B. General Certificate of Education Advanced Subsidiary Examination January 2011 Mathematics MM1B Unit Mechanics 1B Wednesday 19 January 2011 1.30 pm to 3.00 pm For this paper you must have: the blue AQA

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Pure Core 2.

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Pure Core 2. General Certificate of Education Advanced Subsidiary Eamination January 0 Mathematics MPC Unit Pure Core Monday 0 January 0 9.00 am to 0.0 am For this paper you must have: the blue AQA booklet of formulae

More information

Version General Certificate of Education. Mathematics MPC1 Pure Core 1. Mark Scheme examination - January series

Version General Certificate of Education. Mathematics MPC1 Pure Core 1. Mark Scheme examination - January series Version.0 00 General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 00 examination - January series Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Mark Scheme. Mathematics General Certificate of Education examination - June series. MM1B Mechanics 1B

Mark Scheme. Mathematics General Certificate of Education examination - June series. MM1B Mechanics 1B Version 1.0: 0606 abc General Certificate of Education Mathematics 6360 MB Mechanics 1B Mark Scheme 006 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Pure Core 1. Time allowed * 1 hour 30 minutes

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Pure Core 1. Time allowed * 1 hour 30 minutes General Certificate of Education Advanced Subsidiary Examination June 01 Mathematics Unit Pure Core 1 Wednesday 16 May 01 9.00 am to 10.0 am For this paper you must have: the blue AQA booklet of formulae

More information

Mathematics (JAN13MPC301) General Certificate of Education Advanced Level Examination January Unit Pure Core TOTAL

Mathematics (JAN13MPC301) General Certificate of Education Advanced Level Examination January Unit Pure Core TOTAL Centre Number Candidate Number For Eaminer s Use Surname Other Names Candidate Signature Eaminer s Initials Mathematics Unit Pure Core Wednesday January General Certificate of Education Advanced Level

More information

Version 1.0: abc. General Certificate of Education. Mathematics MPC1 Pure Core 1. Mark Scheme examination - January series

Version 1.0: abc. General Certificate of Education. Mathematics MPC1 Pure Core 1. Mark Scheme examination - January series Version.0: 0.08 abc General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 008 examination - January series Mark schemes are prepared by the Principal Examiner and considered, together

More information

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MPC1 Pure Core 1

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MPC1 Pure Core 1 Version.: 6 General Certificate of Education abc Mathematics 66 MPC Pure Core Mark Scheme 6 examination - January series Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January 2012

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January 2012 General Certificate of Education Advanced Subsidiary Examination January 01 Mathematics MPC1 Unit Pure Core 1 Friday 13 January 01 9.00 am to 10.30 am For this paper you must have: the blue AQA booklet

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Further Pure 1.

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination June Unit Further Pure 1. General Certificate of Education Advanced Subsidiary Examination June 011 Mathematics MFP1 Unit Further Pure 1 Friday 0 May 011 1.0 pm to.00 pm For this paper you must have: the blue AQA booklet of formulae

More information

PMT. Version 1.0. klm. General Certificate of Education June Mathematics. Pure Core 1. Mark Scheme

PMT. Version 1.0. klm. General Certificate of Education June Mathematics. Pure Core 1. Mark Scheme Version.0 klm General Certificate of Education June 00 Mathematics MPC Pure Core Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with the relevant questions, by

More information

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Pure Core 2.

Condensed. Mathematics. General Certificate of Education Advanced Subsidiary Examination January Unit Pure Core 2. General Certificate of Education Advanced Subsidiary Examination January 0 Mathematics MPC Unit Pure Core Monday January 0 9.00 am to 0.0 am For this paper you must have: the blue AQA booklet of formulae

More information

Version : klm. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - June series

Version : klm. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - June series Version :. 69 klm General Certificate of Education Mathematics 66 MPC Pure Core Mark Scheme 9 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Version 1.0: abc. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - January series

Version 1.0: abc. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - January series Version.0: 008 abc General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 008 eamination - January series Mark schemes are prepared by the Principal Eaminer and considered, together

More information

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MPC3 Pure Core 3

abc Mark Scheme Mathematics 6360 General Certificate of Education 2006 examination - January series MPC3 Pure Core 3 Version.0: 006 General Certificate of Education abc Mathematics 660 MPC Pure Core Mark Scheme 006 eamination - January series Mark schemes are prepared by the Principal Eaminer and considered, together

More information

Version 1.0: hij. General Certificate of Education. Mathematics Mechanics 1B. Mark Scheme examination - January series.

Version 1.0: hij. General Certificate of Education. Mathematics Mechanics 1B. Mark Scheme examination - January series. Version 1.0: 0109 hij General Certificate of Education Mathematics 6360 MB Mechanics 1B Mark Scheme 009 examination - January series Final Mark schemes are prepared by the Principal Examiner and considered,

More information

Version 1.0. klm. General Certificate of Education June Mathematics. Pure Core 4. Mark Scheme

Version 1.0. klm. General Certificate of Education June Mathematics. Pure Core 4. Mark Scheme Version.0 klm General Certificate of Education June 00 Mathematics MPC4 Pure Core 4 Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with the relevant questions,

More information

PMT. Version 1.0: abc. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - June series

PMT. Version 1.0: abc. General Certificate of Education. Mathematics MPC3 Pure Core 3. Mark Scheme examination - June series Version.0: 0608 abc General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 008 eamination - June series MPC - AQA GCE Mark Scheme 008 June series Mark schemes are prepared by the Principal

More information

Version: abc. General Certificate of Education. Mathematics MPC4 Pure Core 4. Mark Scheme examination - June series

Version: abc. General Certificate of Education. Mathematics MPC4 Pure Core 4. Mark Scheme examination - June series Version:.0 0608 abc General Certificate of Education Mathematics 660 MPC4 Pure Core 4 Mark Scheme 008 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0: abc. General Certificate of Education. Mathematics MPC4 Pure Core 4. Mark Scheme examination - January series

Version 1.0: abc. General Certificate of Education. Mathematics MPC4 Pure Core 4. Mark Scheme examination - January series Version.0: 007 abc General Certificate of Education Mathematics 0 MPC Pure Core Mark Scheme 007 examination - January series Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. klm. General Certificate of Education June 2010 MM1B. Mathematics. Mechanics 1B. Mark Scheme

Version 1.0. klm. General Certificate of Education June 2010 MM1B. Mathematics. Mechanics 1B. Mark Scheme Version.0 klm General Certificate of Education June 00 Mathematics MB Mechanics B Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with the relevant questions, by

More information

Version 1.0: abc. General Certificate of Education. Mathematics MFP2 Further Pure 2. Mark Scheme examination June series

Version 1.0: abc. General Certificate of Education. Mathematics MFP2 Further Pure 2. Mark Scheme examination June series Version.0: 0608 abc General Certificate of Education Mathematics 6360 MFP Further Pure Mark Scheme 008 examination June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

General Certificate of Education examination - January series

General Certificate of Education examination - January series Version.: 6 General Certificate of Education abc Mathematics 66 MFP Further Pure Mark Scheme 6 eamination - January series Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

Mark Scheme. Mathematics General Certificate of Education examination June series. MPC2 Pure Core 2

Mark Scheme. Mathematics General Certificate of Education examination June series. MPC2 Pure Core 2 Version.0: 0606 abc General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 006 examination June series Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Version 1.0: hij. General Certificate of Education. Mathematics MFP2 Further Pure 2. Mark Scheme examination - June series

Version 1.0: hij. General Certificate of Education. Mathematics MFP2 Further Pure 2. Mark Scheme examination - June series Version.0: 0609 hij General Certificate of Education Mathematics 6360 MFP Further Pure Mark Scheme 009 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0: klm. General Certificate of Education. Mathematics MFP4 Further Pure 4. Mark Scheme examination - January series

Version 1.0: klm. General Certificate of Education. Mathematics MFP4 Further Pure 4. Mark Scheme examination - January series Version 1.0: 0110 klm General Certificate of Education Mathematics 660 MFP Further Pure Mark Scheme 010 examination - January series Mark schemes are prepared by the Principal Examiner and considered,

More information

Version 1.0: abc. General Certificate of Education. Mathematics Mechanics 1B. Mark Scheme examination - June series

Version 1.0: abc. General Certificate of Education. Mathematics Mechanics 1B. Mark Scheme examination - June series Version 1.0: 0608 abc General Certificate of Education Mathematics 6360 MB Mechanics 1B Mark Scheme 008 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0: abc. General Certificate of Education. Mathematics MPC2 Pure Core 2. Mark Scheme examination - June series

Version 1.0: abc. General Certificate of Education. Mathematics MPC2 Pure Core 2. Mark Scheme examination - June series Version.0: 0608 abc General Certificate of Education Mathematics 660 MPC Pure Core Mark Scheme 008 eamination - June series Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

Version 1.0: abc. General Certificate of Education. Mathematics MDO2 Decision 02. Mark Scheme examination - January series

Version 1.0: abc. General Certificate of Education. Mathematics MDO2 Decision 02. Mark Scheme examination - January series Version.0: 0.08 abc General Certificate of Education Mathematics 6360 MDO2 Decision 02 Mark Scheme 2008 examination - January series Mark schemes are prepared by the Principal Examiner and considered,

More information

General Certificate of Education Advanced Subsidiary Examination June 2013

General Certificate of Education Advanced Subsidiary Examination June 2013 General Certificate of Education Advanced Subsidiary Examination June 2013 Mathematics Unit Statistics 1B Statistics Unit Statistics 1B Friday 17 May 2013 9.00 am to 10.30 am For this paper you must have:

More information

Mark Scheme. Mathematics General Certificate of Education examination - June series. MFP3 Further Pure 3

Mark Scheme. Mathematics General Certificate of Education examination - June series. MFP3 Further Pure 3 Version.0: 0606 abc General Certificate of Education Mathematics 660 MFP Further Pure Mark Scheme 006 examination - June series Mark schemes are prepared by the Principal Examiner and considered, together

More information

PMT. Version 1.0: abc. General Certificate of Education. Mathematics MS03 Statistics 3. Mark Scheme examination - June series

PMT. Version 1.0: abc. General Certificate of Education. Mathematics MS03 Statistics 3. Mark Scheme examination - June series Version 1.0: 0608 abc General Certificate of Education Mathematics 6360 MS03 Statistics 3 Mark Scheme 2008 examination - June series Mark schemes are prepared by the Principal Examiner and considered,

More information

Mark Scheme. Mathematics General Certificate of Education examination - June series. MS/SS1A Statistics 1A

Mark Scheme. Mathematics General Certificate of Education examination - June series. MS/SS1A Statistics 1A Version 1.0: 0606 abc General Certificate of Education Mathematics 6360 MS/SS1A Statistics 1A Mark Scheme 2006 examination - June series Mark schemes are prepared by the Principal Examiner and considered,

More information

PhysicsAndMathsTutor.com PMT

PhysicsAndMathsTutor.com PMT PhysicsAndMathsTutor.com PMT Version.0: 006 General Certificate of Education abc Mathematics 660 MPC Pure Core Mark Scheme 006 eamination - January series Mark schemes are prepared by the Principal Eaminer

More information

Version abc. General Certificate of Education. Mathematics MPC2 Pure Core 2. Mark Scheme examination - January series

Version abc. General Certificate of Education. Mathematics MPC2 Pure Core 2. Mark Scheme examination - January series Version.0 007 abc General Certificate of Education Mathematics 660 Pure Core Mark Scheme 007 eamination - January series Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

Version. General Certificate of Education (A-level) January Mathematics MPC1. (Specification 6360) Pure Core 1. Final.

Version. General Certificate of Education (A-level) January Mathematics MPC1. (Specification 6360) Pure Core 1. Final. Version General Certificate of Education (A-level) January 01 Mathematics MPC1 (Specification 660) Pure Core 1 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

PMT. Version 1.0. General Certificate of Education (A-level) June 2013 MPC1. Mathematics. (Specification 6360) Pure Core 1. Final.

PMT. Version 1.0. General Certificate of Education (A-level) June 2013 MPC1. Mathematics. (Specification 6360) Pure Core 1. Final. Version 1.0 General Certificate of Education (A-level) June 01 Mathematics MPC1 (Specification 660) Pure Core 1 Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together

More information

General Certificate of Education Advanced Level Examination January 2010

General Certificate of Education Advanced Level Examination January 2010 General Certificate of Education Advanced Level Examination January 010 Mathematics MFP4 Unit Further Pure 4 Monday January 010 9.00 am to 10.0 am For this paper you must have: a 1-page answer book the

More information

PMT A-LEVEL MATHEMATICS. Mechanics 1B MM1B Mark scheme June Version/Stage V1.0 Final

PMT A-LEVEL MATHEMATICS. Mechanics 1B MM1B Mark scheme June Version/Stage V1.0 Final A-LEVEL MATHEMATICS Mechanics 1B MM1B Mark scheme 660 June 014 Version/Stage V1.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by

More information

Version 1,0. General Certificate of Education (A-level) June 2012 MPC3. Mathematics. (Specification 6360) Pure Core 3. Mark Scheme

Version 1,0. General Certificate of Education (A-level) June 2012 MPC3. Mathematics. (Specification 6360) Pure Core 3. Mark Scheme Version,0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with the

More information

Use black ink or black ball-point pen. Pencil should only be used for drawing. *

Use black ink or black ball-point pen. Pencil should only be used for drawing. * General Certificate of Education June 2008 Advanced Subsidiary Examination MATHEMATICS Unit Statistics 1B MS/SS1B STATISTICS Unit Statistics 1B Wednesday 21 May 2008 1.30 pm to 3.00 pm For this paper you

More information

AS Mathematics MPC1. Unit: Pure Core 1. Mark scheme. June Version: 1.0 Final

AS Mathematics MPC1. Unit: Pure Core 1. Mark scheme. June Version: 1.0 Final AS Mathematics MPC1 Unit: Pure Core 1 Mark scheme June 017 Version: 1.0 Final FINAL MARK SCHEME AS MATHEMATICS MPC1 JUNE 017 Mark schemes are prepared by the Lead Assessment Writer and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June 2012 MPC1. Mathematics. (Specification 6360) Pure Core 1. Mark Scheme

Version 1.0. General Certificate of Education (A-level) June 2012 MPC1. Mathematics. (Specification 6360) Pure Core 1. Mark Scheme Version 1.0 General Certificate of Education (A-level) June 01 Mathematics (Specification 660) Pure Core 1 Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Mark Scheme. Mathematics 6360 Statistics General Certificate of Education examination - January series. MS/SS1B Statistics 1B

Mark Scheme. Mathematics 6360 Statistics General Certificate of Education examination - January series. MS/SS1B Statistics 1B Version 1.1: 0607 abc General Certificate of Education Mathematics 6360 Statistics 6380 MS/SS1B Statistics 1B Mark Scheme 2006 examination - January series Mark schemes are prepared by the Principal Examiner

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MM1B. (Specification 6360) Mechanics 1B. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MM1B. (Specification 6360) Mechanics 1B. Final. Version 1.0 General Certificate of Education (A-level) June 013 Mathematics MB (Specification 6360) Mechanics 1B Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MM1B. (Specification 6360) Mechanics 1B. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MM1B. (Specification 6360) Mechanics 1B. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MB (Specification 6360) Mechanics B Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

A-LEVEL Further Mathematics

A-LEVEL Further Mathematics A-LEVEL Further Mathematics Discrete Mark scheme Specimen Version 1.1 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

AS MATHEMATICS MECHANICS 1B

AS MATHEMATICS MECHANICS 1B AS MATHEMATICS MECHANICS 1B MB Final Mark Scheme 660 June 017 Version/Stage: v1.0 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

Version1.0. General Certificate of Education (A-level) January 2011 MM1B. Mathematics. (Specification 6360) Mechanics 1B.

Version1.0. General Certificate of Education (A-level) January 2011 MM1B. Mathematics. (Specification 6360) Mechanics 1B. Version1.0 General Certificate of Education (A-level) January 011 Mathematics MB (Specification 6360) Mechanics 1B Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

A-LEVEL Mathematics. Pure Core 4 MPC4 Mark scheme June Version 1.1: Final

A-LEVEL Mathematics. Pure Core 4 MPC4 Mark scheme June Version 1.1: Final A-LEVEL Mathematics Pure Core MPC Mark scheme 0 June 05 Version.: Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

Version 1.0. General Certificate of Education (A-level) June 2012 MM1B. Mathematics. (Specification 6360) Mechanics 1B.

Version 1.0. General Certificate of Education (A-level) June 2012 MM1B. Mathematics. (Specification 6360) Mechanics 1B. Version 1.0 General Certificate of Education (A-level) June 01 Mathematics (Specification 6360) Mechanics 1B Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Version 1.0: hij. General Certificate of Education. Mathematics MFP4 Further Pure 4. Mark Scheme examination January series

Version 1.0: hij. General Certificate of Education. Mathematics MFP4 Further Pure 4. Mark Scheme examination January series Version.0: 009 hij General Certificate of Education Mathematics 6360 MFP4 Further Pure 4 Mark Scheme 009 examination Januar series Mark schemes are prepared b the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC2. (Specification 6360) Pure Core 2. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC2. (Specification 6360) Pure Core 2. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) January Mathematics MS/SS1A. (Specification 6360) Statistics 1A. Final.

Version 1.0. General Certificate of Education (A-level) January Mathematics MS/SS1A. (Specification 6360) Statistics 1A. Final. Version 1.0 General Certificate of Education (A-level) January 2012 Mathematics MS/SS1A (Specification 6360) Statistics 1A Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered,

More information

AS Mathematics. MPC2 Pure Core 2 Mark scheme June Version: 1.0 Final

AS Mathematics. MPC2 Pure Core 2 Mark scheme June Version: 1.0 Final AS Mathematics MPC Pure Core Mark scheme 660 June 07 Version:.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

Version 1.0. General Certificate of Education (A-level) June 2012 MPC4. Mathematics. (Specification 6360) Pure Core 4. Mark Scheme

Version 1.0. General Certificate of Education (A-level) June 2012 MPC4. Mathematics. (Specification 6360) Pure Core 4. Mark Scheme Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with the

More information

A-Level Statistics. SS02 Final Mark Scheme June Version/Stage: v1.0

A-Level Statistics. SS02 Final Mark Scheme June Version/Stage: v1.0 A-Level Statistics SS0 Final Mark Scheme 680 June 07 Version/Stage: v.0 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

Version 1.0. General Certificate of Education (A-level) January 2011 MPC3. Mathematics. (Specification 6360) Pure Core 3.

Version 1.0. General Certificate of Education (A-level) January 2011 MPC3. Mathematics. (Specification 6360) Pure Core 3. Version.0 General Certificate of Education (A-level) January 0 Mathematics MPC (Specification 660) Pure Core Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

MATHEMATICS Unit Decision 1

MATHEMATICS Unit Decision 1 General Certificate of Education January 200 Advanced Subsidiary Examination MATHEMATICS Unit Decision 1 MD01 Wednesday 18 January 200 1.30 pm to 3.00 pm For this paper you must have: an 8-page answer

More information

AS Further Mathematics

AS Further Mathematics AS Further Mathematics Discrete Mark scheme Specimen Version 1.1 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject teachers.

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC4. (Specification 6360) Pure Core 4. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC4. (Specification 6360) Pure Core 4. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

Version 1.0. General Certificate of Education (A-level) January Mathematics MPC1. (Specification 6360) Pure Core 1. Final.

Version 1.0. General Certificate of Education (A-level) January Mathematics MPC1. (Specification 6360) Pure Core 1. Final. Version 1.0 General Certificate of Education (A-level) January 01 Mathematics MPC1 (Specification 6360) Pure Core 1 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered,

More information

A-LEVEL Mathematics MPC3

A-LEVEL Mathematics MPC3 A-LEVEL Mathematics MPC UNIT: Pure Core Mark scheme 660 June 07 Version:.0 Final MARK SCHEME A LEVEL MATHEMATICS MPC JUNE 07 Mark schemes are prepared by the Lead Assessment Writer and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June 2012 MS/SS1A. Mathematics. (Specification 6360) Statistics 1A.

Version 1.0. General Certificate of Education (A-level) June 2012 MS/SS1A. Mathematics. (Specification 6360) Statistics 1A. Version 1.0 General Certificate of Education (A-level) June 2012 Mathematics MS/SS1A (Specification 6360) Statistics 1A Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June 2012 MPC2. Mathematics. (Specification 6360) Pure Core 2. Mark Scheme

Version 1.0. General Certificate of Education (A-level) June 2012 MPC2. Mathematics. (Specification 6360) Pure Core 2. Mark Scheme Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with the

More information

PMT. Version. General Certificate of Education (A-level) January 2013 MPC3. Mathematics. (Specification 6360) Pure Core 3. Final.

PMT. Version. General Certificate of Education (A-level) January 2013 MPC3. Mathematics. (Specification 6360) Pure Core 3. Final. Version General Certificate of Education (A-level) January Mathematics MPC (Specification 66) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

A-LEVEL Mathematics. Further Pure 2 MFP2 Mark scheme June Version/Stage: 1.0 Final

A-LEVEL Mathematics. Further Pure 2 MFP2 Mark scheme June Version/Stage: 1.0 Final A-LEVEL Mathematics Further Pure MFP Mark scheme 660 June 0 Version/Stage:.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

PMT A-LEVEL MATHEMATICS. MS2B Statistics 2B Mark scheme June Version: 1.0 Final

PMT A-LEVEL MATHEMATICS. MS2B Statistics 2B Mark scheme June Version: 1.0 Final A-LEVEL MATHEMATICS MS2B Statistics 2B Mark scheme 660 June 2016 Version: 1.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

PMT. Version 1.0. General Certificate of Education (A-level) June 2013 MPC3. Mathematics. (Specification 6360) Pure Core 3. Final.

PMT. Version 1.0. General Certificate of Education (A-level) June 2013 MPC3. Mathematics. (Specification 6360) Pure Core 3. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

PMT. Version. General Certificate of Education (A-level) January 2013 MS2B. Mathematics. (Specification 6360) Statistics 2B. Final.

PMT. Version. General Certificate of Education (A-level) January 2013 MS2B. Mathematics. (Specification 6360) Statistics 2B. Final. Version General Certificate of Education (A-level) January 01 Mathematics MSB (Specification 660) Statistics B Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC3. (Specification 6360) Pure Core 3. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MPC3. (Specification 6360) Pure Core 3. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MPC3 (Specification 6360) Pure Core 3 Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together

More information

PMT. A-LEVEL Mathematics. MFP3 Further Pure 3 Mark scheme June Version: 1.0 Final

PMT. A-LEVEL Mathematics. MFP3 Further Pure 3 Mark scheme June Version: 1.0 Final A-LEVEL Mathematics MFP Further Pure Mark scheme 0 June 0 Version:.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

Version 1.0. klm. General Certificate of Education June Mathematics. Mechanics 3. Mark Scheme

Version 1.0. klm. General Certificate of Education June Mathematics. Mechanics 3. Mark Scheme Version.0 klm General Certificate of Education June 00 Mathematics MM03 Mechanics 3 Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with the relevant questions,

More information

Version 1.0. General Certificate of Education (A-level) January 2011 MFP2. Mathematics. (Specification 6360) Further Pure 2.

Version 1.0. General Certificate of Education (A-level) January 2011 MFP2. Mathematics. (Specification 6360) Further Pure 2. Version.0 General Certificate of Education (A-level) January 0 Mathematics MFP (Specification 660) Further Pure Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together with

More information

A-LEVEL Statistics. SS05 Mark scheme June Version 1.0: Final Mark Scheme

A-LEVEL Statistics. SS05 Mark scheme June Version 1.0: Final Mark Scheme A-LEVEL Statistics SS05 Mark scheme 6360 June 016 Version 1.0: Final Mark Scheme Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

A-level Mathematics. MS03 Statistics 3 Final Mark scheme June Version/Stage: v1.0

A-level Mathematics. MS03 Statistics 3 Final Mark scheme June Version/Stage: v1.0 A-level Mathematics MS03 Statistics 3 Final Mark scheme 6360 June 017 Version/Stage: v1.0 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MS2B. (Specification 6360) Statistics 2B. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MS2B. (Specification 6360) Statistics 2B. Final. Version.0 General Certificate of Education (A-level) June 20 Mathematics MS2B (Specification 660) Statistics 2B Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

AS Mathematics. Paper 1 Mark scheme. Specimen. Version 1.2

AS Mathematics. Paper 1 Mark scheme. Specimen. Version 1.2 AS Mathematics Paper 1 Mark scheme Specimen Version 1. Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject teachers. This

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MS04. (Specification 6360) Statistics 4. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MS04. (Specification 6360) Statistics 4. Final. Version.0 General Certificate of Education (A-level) June 0 Mathematics MS04 (Specification 6360) Statistics 4 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) January Mathematics MS2B. (Specification 6360) Statistics 2B. Final.

Version 1.0. General Certificate of Education (A-level) January Mathematics MS2B. (Specification 6360) Statistics 2B. Final. Version.0 General Certificate of Education (A-level) January 0 Mathematics MSB (Specification 6360) Statistics B Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

MATHEMATICS Unit Further Pure 1

MATHEMATICS Unit Further Pure 1 General Certificate of Education June 008 Advanced Subsidiary Eamination MATHEMATICS Unit Further Pure MFP Monday 6 June 008.30 pm to 3.00 pm For this paper you must have: an 8-page answer book the blue

More information

Version 1.0. klm. General Certificate of Education June Mathematics. Statistics 4. Mark Scheme

Version 1.0. klm. General Certificate of Education June Mathematics. Statistics 4. Mark Scheme Version.0 klm General Certificate of Education June 00 Mathematics MS04 Statistics 4 Mark Scheme Mark schemes are reared by the Princial Examiner and considered, together with the relevant questions, by

More information

A-LEVEL Mathematics. Further Pure 2 MFP2 Mark scheme June Version/Stage: Final

A-LEVEL Mathematics. Further Pure 2 MFP2 Mark scheme June Version/Stage: Final A-LEVEL Mathematics Further Pure MFP Mark scheme 660 June 04 Version/Stage: Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

A-LEVEL Mathematics. MPC4 Pure Core 4 Mark scheme June Version: 1.0 Final

A-LEVEL Mathematics. MPC4 Pure Core 4 Mark scheme June Version: 1.0 Final A-LEVEL Mathematics MPC4 Pure Core 4 Mark scheme 660 June 06 Version:.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of

More information

General Certificate of Education Advanced Subsidiary Examination January 2010

General Certificate of Education Advanced Subsidiary Examination January 2010 General Certificate of Education Advanced Subsidiary Examination January 2010 Mathematics Unit Statistics 1B Statistics Unit Statistics 1B Wednesday 13 January 2010 1.30 pm to 3.00 pm MS/SS1B For this

More information

Version 1.0. General Certificate of Education (A-level) June Statistics SS06. (Specification 6380) Statistics 6. Final.

Version 1.0. General Certificate of Education (A-level) June Statistics SS06. (Specification 6380) Statistics 6. Final. Version 1.0 General Certificate of Education (A-level) June 013 Statistics SS06 (Specification 6380) Statistics 6 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Version 1.0. General Certificate of Education (A-level) June Mathematics MM03. (Specification 6360) Mechanics 3. Final.

Version 1.0. General Certificate of Education (A-level) June Mathematics MM03. (Specification 6360) Mechanics 3. Final. Version 1.0 General Certificate of Education (A-level) June 011 Mathematics MM03 (Specification 6360) Mechanics 3 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Decision Mathematics D1

Decision Mathematics D1 Pearson Edexcel GCE Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 16 June 2017 Afternoon Time: 1 hour 30 minutes Paper Reference 6689/01 You must have: D1 Answer Book Candidates may use any

More information

Version 1.0. General Certificate of Education (A-level) January Mathematics MPC2. (Specification 6360) Pure Core 2. Final.

Version 1.0. General Certificate of Education (A-level) January Mathematics MPC2. (Specification 6360) Pure Core 2. Final. Version 1.0 General Certificate of Education (A-level) January 01 Mathematics MPC (Specification 660) Pure Core Final Mar Scheme Mar schemes are prepared by the Principal Eaminer and considered, together

More information

A-Level Statistics SS04 Final Mark scheme

A-Level Statistics SS04 Final Mark scheme A-Level Statistics SS04 Final Mark scheme 6380 June 2017 Version/Stage: v1.0 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of

More information

A-LEVEL Statistics. Statistics 5 SS05 Mark scheme June Version 1.0: Final

A-LEVEL Statistics. Statistics 5 SS05 Mark scheme June Version 1.0: Final A-LEVEL Statistics Statistics 5 SS05 Mark scheme 6380 June 015 Version 1.0: Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

Mathematics (JAN12MD0201) General Certificate of Education Advanced Level Examination January Unit Decision TOTAL.

Mathematics (JAN12MD0201) General Certificate of Education Advanced Level Examination January Unit Decision TOTAL. Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 2 Wednesday 25 January 2012 General Certificate of Education Advanced

More information

A-LEVEL Further Mathematics

A-LEVEL Further Mathematics A-LEVEL Further Mathematics Statistics Mark scheme Specimen Version 1.1 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

Decision Mathematics D1

Decision Mathematics D1 Pearson Edexcel GCE Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 17 June 2016 Afternoon Time: 1 hour 30 minutes Paper Reference 6689/01 You must have: D1 Answer Book Candidates may use any

More information

Decision Mathematics D1 Advanced/Advanced Subsidiary. Tuesday 9 June 2015 Morning Time: 1 hour 30 minutes

Decision Mathematics D1 Advanced/Advanced Subsidiary. Tuesday 9 June 2015 Morning Time: 1 hour 30 minutes Paper Reference(s) 6689/01 Edexcel GCE Decision Mathematics D1 Advanced/Advanced Subsidiary Tuesday 9 June 2015 Morning Time: 1 hour 30 minutes Materials required for examination Nil Items included with

More information

A-LEVEL Statistics. SS06 Final Mark Scheme June Version/Stage: v1.0

A-LEVEL Statistics. SS06 Final Mark Scheme June Version/Stage: v1.0 A-LEVEL Statistics SS06 Final Mark Scheme 6380 June 2017 Version/Stage: v1.0 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of

More information

A-LEVEL Mathematics. Mechanics 2B MM2B Mark scheme June Version/Stage: Version 1.0: Final

A-LEVEL Mathematics. Mechanics 2B MM2B Mark scheme June Version/Stage: Version 1.0: Final A-LEVEL Mathematics Mechanics B MMB Mark scheme 6360 June 015 Version/Stage: Version 1.0: Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions,

More information

Mathematics (JUN13MD0201) General Certificate of Education Advanced Level Examination June Unit Decision TOTAL.

Mathematics (JUN13MD0201) General Certificate of Education Advanced Level Examination June Unit Decision TOTAL. Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 2 Thursday 13 June 2013 General Certificate of Education Advanced

More information