Worksheet library · A Level
Decision Mathematics A Level Further Maths Worksheets, Questions and Revision
6 original Decision Mathematics worksheet packs - 62 printable pages with full mark schemes. Algorithms, graph theory, critical path analysis and linear programming. View any pack in the browser or open the print-ready PDF.
See the method: Decision Maths: Algorithms, Sorting and Bin Packing
The list 25, 11, 33, 4, 18, 7 is to be sorted into ascending order using quick sort, choosing the first item of each sublist as the pivot. Carry out the full sort, showing the sublists produced at each stage.
- First pivot = 25 (the first item). Comparing each remaining item (11, 33, 4, 18, 7) to 25: those less than 25 form the sublist [11, 4, 18, 7] in their original order, and those greater form the sublist [33]. This gives [11, 4, 18, 7] | 25 | [33].
- The sublist [33] has one item, so it needs no further sorting. Apply quick sort to [11, 4, 18, 7]: pivot = 11. The remaining items 4, 18, 7 split into [4, 7] (less than 11) and [18] (greater than 11), giving [4, 7] | 11 | [18].
- [18] has one item, so it is done. Apply quick sort to [4, 7]: pivot = 4. The remaining item 7 is greater than 4, so the less-than sublist is empty and the greater-than sublist is [7], giving 4 | [7].
- Every sublist now has at most one item, so sorting is complete. Reading the sublists in order gives 4, 7, 11, 18, 25, 33.
- Final answer: sorted list is 4, 7, 11, 18, 25, 33.
4.1 Decision Maths: Algorithms, Sorting and Bin Packing6p + answers · 95 marks · PDF
4.2 Decision Maths: Graphs, Trees and Minimum Spanning Trees5p + answers · 91 marks · PDF
4.3 Decision Maths: Shortest Paths and Route Inspection5p + answers · 109 marks · PDF
4.4 Decision Maths: Critical Path Analysis and Linear Programming5p + answers · 97 marks · PDF
4.5 Decision: Algorithms and Graph Theory Depth5p + answers · 90 marks · PDF
4.6 Decision: Linear Programming and Critical Path Depth7p + answers · 105 marks · PDF
Free for personal and classroom use - see copyright & terms. Every pack ends with its full mark scheme.
Other A Level Further Maths strands
Or grab a ready-made book
Build these into a personalised pack.
Pick topics in the Pack Builder and we'll stitch them into one printable book with the student's name on the cover.