Hero image

pastpaperpenguin.com

Average Rating4.50
(based on 4 reviews)

For Cambridge 9709 Past Paper Questions and Worked Solutions by Topic, go to www.pastpaperpenguin.com contact: pastpaperpenguin@gmail.com

35Uploads

10k+Views

7k+Downloads

For Cambridge 9709 Past Paper Questions and Worked Solutions by Topic, go to www.pastpaperpenguin.com contact: pastpaperpenguin@gmail.com
D1 - Order of an Algorithm
PastPaperPenguinPastPaperPenguin

D1 - Order of an Algorithm

(1)
A short lesson on how to find the order of algorithms and use this to calculate the time taken to execute the algorithm. Includes a step-by-step process to find the order of Prim’s algorithm when applied to a distance matrix, based on the number of comparisons required for each step of the process.
Floyd's Algorithm - Decision 1 Full lesson
PastPaperPenguinPastPaperPenguin

Floyd's Algorithm - Decision 1 Full lesson

(1)
This is a ready to teach lesson on Floyd’s Algorithm, covering: How to implement the algorithm (with an example for students to work through at the same time as you go through it on the board). How to find the shortest route How to find the order of the algorithm The lesson is 57 PPT slides long, with one example for students and one question (with solutions provided). If you have any suggestions or complaints about this resource, or a request for other resources, do not hesitate to contact me via lastminutemathslesson@gmail.com. Thanks! Chris @ Last Minute Maths
Two Lessons: Simplex Algorithm Explained and Implemented
PastPaperPenguinPastPaperPenguin

Two Lessons: Simplex Algorithm Explained and Implemented

2 Resources
This includes the first two lessons on the Simplex Algorithm: How to implement the Simplex Method and why it works, referring back to graphical and algebraic approaches. It is unclear to many students why the Simplex Algorithm works, what theta values are and why you need to look for the most negative value in the last row. The primary objective of this lesson is to thoroughly explain all of this. How to implement the Simplex Method in 3D, showing first how it could be done graphically if we had the right software, then applying the Simplex Algorithm to the same problem.
Decision 1 Bundle: Floyd's, Planarity, Order, Simplex
PastPaperPenguinPastPaperPenguin

Decision 1 Bundle: Floyd's, Planarity, Order, Simplex

5 Resources
This bundle contains 5 lessons: Floyd’s Algorithm Graph Theory and the Planarity Algorithm How to find the order of an algorithm Explaining how the Simplex Algorithm works Applying the Simplex Algorithm in 3 dimensions for details about each resource, please visit the individual resource pages. If you have any suggestions or complaints about this resource, or a request for other resources, do not hesitate to contact me via lastminutemathslessons@gmail.com. Thanks! Chris @ Last Minute Maths
Assembly - If the whole world was in this room
PastPaperPenguinPastPaperPenguin

Assembly - If the whole world was in this room

(0)
This is an assembly along the theme of ‘if the whole world was condensed down to this room, what would we look like?’ It is a good assembly to speak to younger students about disadvantage, ethnicity, tolerance and respect. Some of the numbers are estimates, but shouldn’t be too far off. I did this with a group of about 200 students. The number may need to be adjusted slightly if your group is a different size.
Last Minute Lesson: Differentiation from First Principles
PastPaperPenguinPastPaperPenguin

Last Minute Lesson: Differentiation from First Principles

(0)
This starts with a reminder of differentiation and how it works (which can be skipped if you prefer), then goes into detail about differentiation from first principles, using chords on a curve. It can pretty much be picked up and taught without much preparation, as long as the teacher has an understanding of differentiation and how to find the gradient between two points.
Reverse Percentages
PastPaperPenguinPastPaperPenguin

Reverse Percentages

(0)
A lesson on reverse percentages, including a lesson with detailed slides, two worksheets and other activities (which can be done on mini-whiteboards). Objectives are: Get students to recognise when a question is a reverse percentage and when they are normal percentage questions Students to be able to answer reverse percentage increase and decrease questions
Spreadsheet to Create Multiple Certificates from the Whole School
PastPaperPenguinPastPaperPenguin

Spreadsheet to Create Multiple Certificates from the Whole School

(0)
At the end of every half term, I send this spreadsheet to all Heads of Department for them to nominate students in each year group who have worked particularly well and deserve recognition. The mail merge automatically creates personalised certificates with a different picture for each subject. Instructions Edit the names of the heads of year and heads of department on the right hand side of the spreadsheet. Send this spreadsheet to all Heads of Department for them to fill in the names of students in each year group who have worked particularly well and deserve recognition. Once the spreadsheet is complete, edit the four certificates using the mail merge wizard – when you open each of them, there will be an error message because it can’t find the spreadsheet and you’ll have to redirect it to the correct (completed) spreadsheet. Save picture files for each calling them “subject name”.jpg (e.g. Art.jpg, Biology.jpg etc.) in the same folder as the certificates and the spreadsheet and it should automatically insert them on the certificates (the size needs to be more or less the same for each so it fits on). When you’re done, click on the mail merge wizard and you should now be able to see each of the certificates (the first document will have all the names in the first column, the second document all those in the second etc.) You can now complete the merge and print off the four documents to produce personalised certificates for students with a different picture for each subject and the names of the members of staff.
Equivalent Fractions
PastPaperPenguinPastPaperPenguin

Equivalent Fractions

(0)
This is a complete lesson on introducing equivalent fractions. It is assumed that students are able to shade and recognise fractions. Depending on the ability of the class, it can take between 1 and 3 hours. It makes use of pictorial representations, fraction walls (provided) and develops this into using multiplication to find equivalent fractions. Resources included: A smart notebook and PPT file 76 slides long Two versions of a fraction wall (ideally to be laminated, but an alternative version is provided if this is not possible) 3 activities for the fraction walls 1 activity in which students walk up to the board to find equivalent fractions 1 cut out and match up activity Resources required; Mini-Whiteboards Scissors (and glue if you want the students to stick the matching activity down) Laminator (optional) Powerpoint or Smart Notebook If you have any suggestions or complaints about this resource, or a request for other resources, do not hesitate to contact me via lastminutemathslessons@gmail.com. Thanks! Chris @ Last Minute Maths
The Route Inspection Algorithm
PastPaperPenguinPastPaperPenguin

The Route Inspection Algorithm

(0)
This is a full lesson on the route inspection algorithm, covering: (a) The definitions of Eulerian and Semi-Eulerian graphs (b) The route inspection algorithm (with an example for students to work through at the same time) © Adapting the route inspection problem for when we can start and finish at different vertices. The lesson is 20 slides long and is provided in notebook, PPT and PDF forms.
The Simplex Algorithm Explained - Decision 1 Full Lesson
PastPaperPenguinPastPaperPenguin

The Simplex Algorithm Explained - Decision 1 Full Lesson

(0)
This is a ready to teach lesson on how to implement the Simplex Algorithm and why it works, referring back to graphical and algebraic approaches. It is unclear to many students why the Simplex Algorithm works, what theta values are and why you need to look for the most negative value in the last row. The primary objective of this lesson is to thoroughly explain all of this. First, a simple problem is solved using normal linear programming, then this problem is solved using using the Simplex Algorithm, relating this back to what each and every step represents, both graphically and algebraically. The lesson is 35 PPT slides long, with tableaux for the students to work through at the same time. The lesson is provided in PPT, Notebook and PDF format. I will soon be uploading the next lesson for Simplex Algorithm so watch this space. If you have any suggestions or complaints about this resource, or a request for other resources, do not hesitate to contact me via lastminutemathslesson@gmail.com. Thanks! Chris @ Last Minute Maths
Simplex Algorithm Lesson 2 - 3D Problems
PastPaperPenguinPastPaperPenguin

Simplex Algorithm Lesson 2 - 3D Problems

(0)
This is a ready to teach lesson on how to implement the Simplex Algorithm in 3D, showing first how it could be done graphically if we had the right software, then applying the Simplex Algorithm to the same problem. The lesson is 27 slides long, with tableaux for the students to work through at the same time. The lesson is provided in Notebook and PDF format. I will soon be uploading the next lesson for Simplex Algorithm so watch this space. If you have any suggestions or complaints about this resource, or a request for other resources, do not hesitate to contact me via lastminutemathslessons@gmail.com. Thanks! Chris @ Last Minute Maths