Finance InvestigationQuick View
davidghemerdavidghemer

Finance Investigation

(1)
In this task students will use simple and compound interest calculations to investigate the investment and borrowing options for purchasing a covered veranda to provide shelter for students at school in hot or wet weather. The task aligns with the Year 9 Australian Curriculum for mathematics, providing students with the opportunity to Solve problems involving simple interest (ACMNA211).
Linear Relations AssignmentQuick View
davidghemerdavidghemer

Linear Relations Assignment

(1)
Linear Relations assignment covering distance between points, gradient, equation of lines, graphing and solving of simultaneous equations. Students generate four random points and a horizontal line using a supplied Excel spreadsheet. These four points are then used to carry out a series of calculations. Firstly, students calculate the distance between points, giving their answers in exact surd form and a decimal approximation. Next students determine the equation of three lines passing through the points, by calculating the slope and the value of the y-intercept. These equations are then converted into general form. Students then determine the axis intercepts for the three lines. Using all of the information, the three lines are graphed. Finally, simultaneous equation techniques are used to find the points at which the lines intersect. The package includes a solution checker, written in Geogebra, that teachers can use to check the correctness of individual solutions.
Asteroids: A mathematical  investigationQuick View
davidghemerdavidghemer

Asteroids: A mathematical investigation

(0)
Students use two-dimensional vectors to model the movements of ships, missiles and asteroids as seen in the classic Asteroids video game. Asteroids is a classic video game from the late 1970s that requires players to manoeuvre their way through an asteroid storm, whilst destroying the asteroids with missiles. To move their rocket ship, players can apply forward or reverse thrust, however the velocity from the thrust is added to any existing velocity to determine the new velocity. In effect the movement of the rocket can be determined using vector operations.
Blow up the PokiesQuick View
davidghemerdavidghemer

Blow up the Pokies

(0)
This task uses counting, probability and discrete random variables techniques to investigate the underlying mathematics of poker machines. Students will use simulation software written in Python to design, develop and analyse a poker machine game with a variety of winning outcomes. Counting and combinatorics are used to analyse their design to ensure that it satisfies the expected “Return to Player” requirements. Once they have designed their game, students will modify the simulation software so that it correctly models their game. The simulation code is then run, with students recording and analysing the outcomes over a number of trials, with each trial consisting of a fixed number of games. Through mathematical analysis, the investigation will highlight that players, will in the long run lose, and indeed the more they play, the more they will lose. Teacher Instructions This task consists of the following files: Counting-Investigation.docx containing the task description, as given to the students Simulators.zip contains the simulator code to be given to students, together with example solution code files for the teacher’s use, consisting of: pokie_simulator_studentversion.py the file to be given to students pokie_simulator_soln_part1.py sample solution for steps 1 and 2 of the task pokie_simulator_part2_sample1.py sample solution for steps 3 and 4 of the task pokie_simulator_part2_sample2.py sample solution for steps 3 and 4 of the task pokie_simulator_stats samples solution for steps 1 and 2 that includes statistical analysis of the results using the Statistics package pokie_simulator_bust a modified version of the code that analyses how many games need to be played before the player goes bust Setup-Instructions.pdf contains instructions for setting up Python and getting the simulator working
Similarity and Trigonometric RatiosQuick View
davidghemerdavidghemer

Similarity and Trigonometric Ratios

(0)
In this investigation, students will use Geogebra and Python to explore triangle similarity and trigonometric ratios. Students begin by using enlargement transformations in Geogebra to explore properties relating to angles, side lengths, ratios between sides, and area of an enlarged triangles in comparison to the original triangle. Next, students create a right angle triangle together with enlargements of this triangle, and investigate the ratio between sides in the triangles, leading to the introduction of the three trigonometric ratios of sine, cosine and tangent. As an extension, students can also write, use or adapt code that calculates trigonometric ratios for sine and cosine for a given angle. Students are introduced to sine and cosine series expansions and given guidance on how to implement these expansions by writing code in Python. Teacher Instructions This resource consists of the following files Trigonometry-investigation.docx task sheet for students. Can be modified to add or remove sections Trigonometry-investigation.pdf copy of task sheet as pdf file. sine_series.zip contains a Python code file for calculating trigonometric ratios using series expansions Setup-Instructions.docx instructions for setting up the Python code. Only required in students do step 3.