MODULE 5: Exploring Mathematical Relationships

Size: px
Start display at page:

Download "MODULE 5: Exploring Mathematical Relationships"

Transcription

1 UCL SCRATCHMATHS CURRICULUM MODULE 5: Exploring Mathematical Relationships TEACHER MATERIALS

2 Developed by the ScratchMaths team at the UCL Knowledge Lab, London, England Image credits (pg. 3): Top left: andreas ( [CC BY 2.0 ( via Wikimedia Commons Top right: Sean Macintosh [CC BY-SA 4.0 ( via Wikimedia Commons Bottom left: Francisco Anzola (Doha skyline in the morning) [CC BY 2.0 ( via Wikimedia Commons Bottom right: Wilson Hui from Calgary, Canada - Shanghai Skyline from the Bund, CC BY 2.0,

3 MODULE 5: EXPLORING MATHEMATICAL RELATIONSHIPS Investigation 1 Polygon Fireworks Night Skyline Investigation 2 Mathematically Similar Rectangles Investigation 3 Grid World: For Exploring Similarity Investigation 4 Exploring Proportionality INTRODUCTION TO MODULE 5 Module 5 is focused around exploring different types of mathematical relationships including proportionality and ratio as well as introducing the concept of variable. This module could potentially be linked with several different areas of the Key Stage 2 curriculum beyond mathematics and computing such as geography as well as art and design. GEOGRAPHY: LOCATIONAL KNOWLEDGE The first investigation culminates with pupils building polygon fireworks set against the backdrop of a city skyline, which could be adapted to link with specific places/regions that pupils are learning about within the geography curriculum. ART AND DESIGN: ARCHITECTURE Pupils are also asked to build up polygon skyscrapers which could be connected with learning about specific architectural movements such as brutalist, as part of the art and design curriculum. KEY VOCABULARY AND CONCEPTSCOVERED BY MODULE5 SCRATCH COMPUTING MATHEMATICS Ask and answer blocks Join block *, / blocks <variable name> block Set <variable name> to block When key pressed Variables Algorithm Repetition Expressions Definitions Sequence Debugging Logical Reasoning Decomposition Division, multiplication Angles Regular and irregular polygons Perimeter Randomness Coordinates Algebraic expressions Factor pairs Ratio and proportion 3

4 MAP OF MODULE 5 Activity 1 Activity 2 Activity 3 Activity 4 Investigation 1 Polygon Fireworks, Night Skyline Ask and Answer Starter project: 5-Polygon Firework Unplugged: Polygon Predictions Naming Values Continue with: 5-Polygon Firework or start with: 5-Polygon Firework INT1 The Sky at Night Continue with: 5-Polygon Firework or start with: 5-Polygon Firework INT2 Investigation Activity 1 2 Mathematically Similar Rectangles Sequences of Squares Starter project: 5-Altering Polygons Altering Rectangles Continue with: 5-Altering Polygons Exploring Mathematica l Similarity Continue with: 5-Altering Polygons Unplugged: Rectangle Jungle Investigation 3 Grid World: For Exploring Similarity Enter the Grid World Starter project: 5-Grid World Connecting Corners Continue with: 5-Grid World or start with: 5-Grid World INT1 Meet the Magic Line Continue with: 5-Grid World or start with: 5-Grid World INT2 Unplugged: Module 5 Assessment Investigation Activity 4 4 Exploring Proportionality Using the Grid World Continue with: 5-Grid World or start with: 5-Grid World FINAL BridgEing and Solving Problems Continue with: 5-Grid World or start with: 5-Grid World FINAL The red dashed line indicates the core activities which are important to complete before moving on to the next module. For activities which require pupils to continue with a project from a previous lesson you can alternatively use the suggested INT or FINAL project for those pupils who do not have a project to continue with or if you wish all pupils to begin from the same point. 4

5 CONNECTIONS TO KS2 COMPUTING CURRICULUM CURRICULUM OBJECTIVES LINK WITH SCRATCHMATHS Design, write and debug programs that accomplish specific goals Solve problems by decomposing them into smaller parts Use sequence and repetition in programs Work with variables Using logical reasoning to explain how some simple algorithms work and to detect and correct errors in algorithms and programs In the first investigation pupils are required to design, build and debug a program within Scratch which will create a night skyline that can change based on user input. Pupils are shown an example of the final night skyline project (without seeing the scripts) and asked to decompose the program into smaller parts, thinking about the scripts that would need to be built to replicate each of these parts. Pupils are required to consider the sequence of blocks when using ask and answer to envisage what the value of answer will be at different points in the script. Pupils use different variables to control the number of times their scripts are repeated. Repetition is also used to create a series of rectangles to help explore the concept of ratio and proportion. Pupils take their first step towards the use of variable at the start of this module through using ask and answer. Then later in the module pupils are required to use variables to set and change the values of the side lengths of polygons, the number of sides and also the number of polygons to be drawn. The use of variables enables the exploration of ratio and proportion. The importance of naming conventions for variables is also addressed during this module. Pupils are required to use logical reasoning when envisaging the outcome of their scripts based on different user inputs or different initial variable values. Within an extension activity pupils are asked to identify and suggest fixes for bugs in a number of scripts which draw regular polygons. 5

6 MODULE 5: INVESTIGATION 1 Polygon Fireworks, Night Skyline This investigation focuses on developing and building pupils understanding of variable through the creation of polygon firework patterns. The initial investigation recalls the polygon patterns from Year 5 placing a greater focus on the use of an unknown through ask and answer to vary different attributes of the polygon patterns. From a concept development perspective, the answer block is distanced from its companion ask block within the script by prompting the pupil to vary aspects of the polygon. Variable development continues as pupils realise the limitations of ask and answer and give a name to a value by defining a user variable for the skyline towers. u Activity Ask and Answer u Activity Unplugged: Polygon Predictions u Activity Naming Values u Activity The Sky at Night Scratch starter project 5-Polygon Firework 5-Polygon Firework INT1 5-Polygon Firework INT2 5-Polygon Firework FINAL LINKS TO PRIMARY NATIONAL CURRICULUM Mathematics CURRICULUM OBJECTIVES Solve problems, including missing number problems, using multiplication and division Use simple formulae Pupils calculate the perimeter of rectangles and related composite shapes Find all factor pairs of a number Draw 2D shapes using given dimensions and angles Distinguish between regular and irregular polygons (KS3) Work with experiments that involve random numbers Describe positions on the full coordinate grid LINK WITH SCRATCHMATHS Pupils are required to discuss and build simple formula which incorporates multiple variables and involves multiplication and division to create their polygon fireworks. [Extension] As an extension pupils are asked to build a script for their sprite to calculate and say the perimeter of the polygon it has drawn. Pupils are prompted to recall factor pairs of 360. Pupils are required to use variables to specify the side length and angle of a generalised polygon. Pupils are asked to discuss what is the same and what is different between regular and irregular polygons. [Extension] Pupils build scripts that randomly position polygon fireworks and towers of squares within a set area. Pupils are required to use their knowledge of the full coordinate grid to position their polygons and towers. 6

7 MODULE 5 INVESTIGATION 1 ACTIVITY Ask and Answer LEARNING OBJECTIVES Explore how to use the ask and answer blocks to draw different types of regular polygons. Explain what is the same and what is different between regular and irregular polygons. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils open project 5-Polygon Firework, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Polygon Firework INT1. ❶ Pupils explore the ask and answer blocks: they keep them isolated, click the ask block and type in the answer. Where is the text of the answer (the value) stored? Pupils click the answer block to find out. They also click the check box next to the answer block to see its small monitor window in the stage. ❷ Pupils build a script: When the Beetle is clicked, it will ask What is your name? When they answer and press Enter, the Beetle will greet them by the name, using the say block with the answer. They explore the join word1 word2 block to build a sentence for nicer greeting. Note that through the answer block we are making the next step towards the concept of a variable. If we ask for a value and type in e.g. 55, we can then use the answer block as a variable in an algebraic expression, see above on the right. ❸ Pupils modify the script: When the Beetle is clicked, it asks what pen size it should use, then sets it and draws a line, a square, a regular polygon ❹ Pupils modify the script: When clicked, the Beetle asks what size the side of the square (a polygon) should be. Define regular polygon [all sides equal, all angles equal]. Show example of an irregular polygon, e.g. a house shape. What is this called? [an irregular pentagon] Use examples asking: Is this irregular, is this regular? Support pupils to define the regular polygon concept by asking: What it is? and What it is not? continues on the next page The Beetle turns through the exterior angle of the polygon, it can be helpful to draw as a diagram on the board. Note the connection between the interior and the exterior angle [interior angle + exterior angle = 180 ] 7

8 continued INVESTIGATION 1 Activity ❺ [Extension] After drawing the polygon, the Beetle will say what the perimeter of that square (polygon) is. ❻ Pupils continue modifying their script: The Beetle first asks for the pen size and sets it, then asks what length the side of the square (polygon) should be. ❼ The Beetle asks how many sides the polygon should have, then draws such polygon with a fixed side length, e.g. 30. Ask pupils to draw a regular hexagon with a perimeter of 180: What is the length of the side? Draw a regular pentagon with a perimeter of 95: What is the length of the side? Draw an equilateral triangle with a perimeter of 100. Write a simple formula which connects perimeter of hexagon and side length [e.g. perimeter of hexagon = 6 side length] ❽ Pupils switch the backdrop to the night skyline and generalize the previous script: the Beetle asks for the number of sides, then draws many small polygons of that type scattered around the sky by jumping to random positions. They may use the set random pen shade block or other random blocks. They may run the same script several times giving different answers to the ask block. ❾ Encourage pupils to simplify their scripts (making them more readable) by making a new block polygon with the answer block in it and use it in their scripts as a shortcut. Recall factor pairs of 360 from year 5, e.g. 90 and 4 (square); 60 and 6 (hexagon); 72 and 5 (pentagon); 120 and 3 (equilateral triangle). Why is 360 important? [The Beetle turns through 360 as it moves around the polygon.] An irregular polygon will also turn through 360 degrees. This fact is useful when solving geometry problems where an angle is unknown. Another way of seeing this: For any regular polygon the exterior angle of a regular polygon is the same as the angle that a circle is divided into. 8

9 CONNECTIONS TO Y5 SCRATCHMATHS INVESTIGATION 1 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ The approach we apply here has been introduced in Module 1 and used throughout all Y5 modules: Always build scripts from inside out, i.e. make sure you understand what each bit does, only then start combining them. The following picture is an example sequence of such steps: ❸ In Module 2, Activity we started using a pen tool of a sprite, with some of its attributes, namely pen colour and pen size. We started using the following Pen blocks: Pupils learned how to use the colour picker of the set pen color to or alternatively to use the set pen color to number_of_colour block. In the additional materials for Module 2 there is a poster with 40 colours and their number codes. Also there are several other posters and sheets with challenges, one of them exploring the pen size, how to set it, use it and change it. ❽ In Module 2, Activity we applied another strategy: pupils were provided with several new set random blocks, used the blocks in their scripts, and only then explored their definitions by decomposing and modifying. Thus they become familiar with the pick random to block. Note that in Challenge 3: Explore the pen size of the extension materials for Module 2 pupils are encouraged to use a pair of blocks set pen size to and change pen size by, which enables us to set a certain value and then change it. This is exactly what we will do later in this module with variables. 9

10 ADDITIONAL SUPPORT INVESTIGATION 1 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ If we click the ask block (1a), the sprite asks the question (1b) and an edit line (1c) appears in the stage. We type in our response and press Enter or click the check mark. The answer is then stored in the answer report block (1d) and can be used in our script(s). Click the isolated answer block to see the value (1e). To view the value in the monitor of answer, we can also click the checkbox next to the answer block in the Scripts tab (1f). The key difference between the answer block and the monitor is that the block can be used in another block as its input (see 2 below) while the monitor is just visual information for us to read. ❷ The answer reporter block can be used as e.g. an input for the say block, see (2a). So when the Beetle is clicked it will ask the question, then use the answer in the say block to greet us, see (2b). Explore the join block (in Operators) to join together Hello and the value of the answer. Note that we added a space at the end of Hello so that the two words are separated by a space, see (2c). 10

11 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 1 Activity ❸ ❹ ❺ ❻ ❼ 8

12 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 1 Activity ❽ Pupils will make their own block jump to random position, thinking about appropriate values for the pick random to It might be reasonable not to use numbers -240 and 240 but reduce them a bit so that the Beetle does not hit the edge when drawing a polygon. 12

13 MODULE 5 INVESTIGATION 1 ACTIVITY Unplugged: Polygon Predictions LEARNING OBJECTIVES Envisage the behaviour of a script which uses the ask and answer blocks in different ways. Explain how the corresponding outcome drawing was changed by the answer. ACTIVITY INSTRUCTIONS Print and distribute the pupil worksheet or do the activity as a class. Ask the pupils to explain how the ask and answer blocks are being used in the scripts, what the scripts will produce and whether the scripts can be simplified or improved. SOLUTION ❶ ❷ The Beetle asks for the pen size, selects a random colour and draws a square using the answer as the pen size. The pen size, however, is unnecessarily set four times inside the repeat block. It only needs to be set once before the repeat block. The Beetle asks for the pen size and uses the answer in the set pen size block. The Beetle then draws a square setting a random colour for each side. ❸ The Beetle sets a random pen colour then draws a square. For each side it asks for the pen size and uses it to draw that side. ❹ ❺ The Beetle asks for the pen size but does not use the answer anywhere. It draws a square using random pen colour for each side, setting pen size to 10 inside repeat again and again, instead of setting it just once at the beginning. The Beetle asks for the pen size and uses the answer in the set pen size block. The Beetle then draws a square and increases the pen size by the answer repeatedly after drawing each side. 13

14 NAME INVESTIGATION 1 Activity WHAT TO DO Read the scripts below. For each of them draw the picture it will create and explain in words what each script will do in the box on the right. ASK ANSWER SCRIPTS ❶ ❷ ❸ ❹ ❺ 14

15 EXTENSION ACTIVITY INSTRUCTIONS INVESTIGATION 1 Activity Do the following as a class: Each of the scripts below was intended to draw a regular polygon. However, in each script there is a bug. Envisage the original intention, explain the bug and suggest a fix. ❶ ❷ ❸ ❹ ADDITIONAL SUPPORT ❶ ❷ In this script the answer is not used in the turn block at all. Therefore instead of drawing a polygon of the answer sides, the Beetle draws only answer sides of an octagon of the fixed size, see (a) below. In this script the angle to turn by is wrong, the Beetle must turn by 360 / answer, that is twice as much as it turns now, see (b). ❸ In this script the question is asked four times, as the ask block is inside repeat. It means that if we do not answer the same value each time, the Beetle will not draw a regular polygon, see (c). ❹ In this script two questions are asked but the answer to the first one is never used for anything but overwritten by the second answer immediately. 15

16 MODULE 5 INVESTIGATION 1 ACTIVITY Naming Values LEARNING OBJECTIVES Explore how to use variables within a script to store different values at the same time. Explain why we now need variables to draw multiple regular polygons of different sizes. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Polygon Firework, or open the 5-Polygon Firework INT1, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Polygon Firework INT2. ❶ Pupils combine two questions in their Beetle script: the Beetle should first ask about the side length of the polygon to be drawn, then about the number of its sides. However this is not possible using only the tools we have already used. Observing the monitor of the answer block, go through the script step by step so that pupils discover this problem themselves. ❷ To remember the answer of the question asked, we have to give that value a name to store the value in a variable. Pupils make a variable named side length. They drag two isolated blocks in the scripts area: set side length to and the reporter block side length, keep them isolated and explore, observing also the small reporter window. They set different values to the variable. Similarly, they create the second variable number of sides. ❸ Pupils snap two blocks: a question What side length? in the ask block and set side length to the answer, run it and explore the value of the side length variable in its small monitor. ❹ Pupils build the whole script from step 1 again, asking two questions and setting each variable to the corresponding answer. Then they modify the polygon block so that it uses these two variables instead of the answer block. ❺ Pupils make the third variable number of polygons and add another question in the script: How many polygons? When clicked, the Beetle will ask three questions and draw that many polygons of the size and type as answered by the pupils. You may prefer to do most of this activity (up to point 4, including) using the empty plain backdrop. Note that the actual setting of a variable happens only after you run the block by clicking or running a script containing that block. Note that there is only one set variable to block with a drop down list of all the variables. 16

17 ADDITIONAL SUPPORT INVESTIGATION 1 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ Here is an attempt to solve the task but it does not work properly. The answer block appears three times in the script, (1a) and (1c) refer to the second answer and (1b) refers to the first answer. However, as soon as we answer the second question, the first value of answer is lost and replaced by the second answer, see (1d). That is why the Beetle uses value 8 for (1a), (1b), and (1c) and draws (1e) instead of intended (1f). ❷ To make a variable we go to the Data group and click the Make a Variable button (see 2a). After we type in the name of the new variable and click OK button (1b), several new blocks appear in the Data group. In this activity we use the reporter block side length and the set side length block. ❸ 17

18 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 1 Activity ❹ The Beetle asks two questions and keeps the answers in variables side length and number of sides. Both variables are then used to draw a polygon, number of sides is used twice. (4b) is an alternative solution using our own block polygon. ❺ Variable number of polygons is used as the repeat value, both side length and number of sides variables are used inside the polygon block definition. Encourage pupils to make and use the polygon block so that the when this sprite clicked script is shorter and more comprehensible. Alternatively, both pen up and pen down blocks might be moved inside the jump to random position definition. 18

19 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 1 Activity Choosing names for variables Although pupils are encouraged and supported by Scratch to give any name to variables as they wish, a name can easily become confusing, instead of helpful. To the right, you see a real example from a school: a pupil used the text of the question as the name of a variable, the value. The confusion may occur when the variable is then used in other blocks, see (b) and (c). The name of a variable should reflect what the answer represents. In this case it could be e.g. length or side length EXTENSION IDEAS Explore the following Surprising polygons: Star polygons are drawn by connecting one vertex of a regular polygon to another (nonadjacent one) and repeating until you return to the start (the first one in the row above). To demonstrate what is happening, try walking around a five-pointed star, paying careful attention to your turning. You will see the four walls of the room twice, not once as you would for a regular polygon. You have turned a total of 360 twice, or 720. All of the star polygons here are found by using multiples of

20 MODULE 5 INVESTIGATION 1 ACTIVITY The Sky at Night LEARNING OBJECTIVES Explore how to draw towers of squares of different heights and in random positions. bridge to mathematical quantities and formulas to calculate side length or height of a tower. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Polygon Firework, or open the 5-Polygon Firework INT2, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Polygon Firework FINAL. ❶ Pupils make their own block square using the side length variable to draw it. They build a script: when the Beetle is clicked, it will ask What side length? then draw a tower of 10 small identical squares atop each other. ❷ It is not necessary to have only 10 floor towers. Pupils make a new variable number of floors and build a more powerful block tower which will draw a tower of identical squares defined by the number of floors variable. ❸ Pupils modify their script for the Beetle to first ask for the number of floors and save the answer in variable number of floors. Then it will ask for the side length and save the answer in variable side length and draw a corresponding tower. ❹ [Extension] Pupils generalise their solution so that the script draws a night skyline of many towers of different numbers of floors and different side lengths. The script will repeat the tower part, asking each time for the input value or, alternatively, setting them at random with an appropriate minimum and maximum. All towers will be scattered at random. Draw out the structure of the towers on the white board, indicate the starting and ending point of the Beetle drawing it. Where do we need to move to start the next floor? What is the algorithm? [first draw a square then move upwards the side length] Connect the Beetle output with mathematical quantities and formula. E.g. How tall is the tower? Write as a simple formulae. [height of tower = side length * number of floors] Pose questions: If a tower is 120 tall, and side length of the square is 15, how many floors does it have? ❺ [Extension] Pupils create a sky full of polygon fireworks, then a skyline of towers, combining all previous steps. Note that for firework part and for the skyline part it might be useful to have two different jump to random position blocks, so that the whole scene could be created in one click. 20

21 CONNECTIONS TO Y5 SCRATCHMATHS INVESTIGATION 1 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ In Module 2, Activity pupils drew a square and a equilateral triangle. In Activity they were encouraged to give a name to their square script, making their own square block. In Activity they made another new block triangle and were asked to use these new blocks to draw a tower of two squares and also a house. In the additional support of that activity we suggested to encourage pupils to build a script and run it step by step thinking about the questions below: Where will my Beetle finish after drawing the first square? Which direction will it point in? Where exactly do I want it to draw the second square? Which block will make the Beetle get there? Will it then point in the correct direction? Where will it finish after drawing the second square? Now in our new square block from Activity we make use of a variable side length which is set by using the ask and answer blocks. Some pupils may come with the following solution based on a generalization of the Y5 task: While it looks like a correct solution for the situation when we set the value of side length to 10 (example (a) above), it is easy to demonstrate the problem if we set the value of side length to be e.g. 20 (example (b) above). The Beetle needs move exactly by side length from one square to the next one, whatever value it is. 21

22 ADDITIONAL SUPPORT INVESTIGATION 1 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ In the definition of the square block we use the side length variable, the value of which will be set in the when this sprite clicked script by ask and answer. In the script for the Beetle each square can have the same colour or may have different pen shades or different pen colours, pupils can choose. ❷ Pupils should start using the vocabulary: The sprite asks for then saves or keeps the answer (or answered value) in a variable ❸ ❹ 22

23 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 1 Activity Alternative solution with number of floors and side length set at random, without any asking: Carefully choose an appropriate minimum and maximum for each value, including the ranges for x position and y position for random jumping. ❺ 23

24 MODULE 5: INVESTIGATION 2 Mathematically Similar Rectangles This investigation explores the mathematical property of similarity. The materials deliberately use the words mathematically similar to draw attention to the special mathematical properties of the term similar: having corresponding side lengths proportional (in the same ratio) and corresponding angles equal. Pupils start by exploring and building sequences of growing squares which use one variable and the change <variable> by block to change the value of the variable. They develop their script to explore and build patterns of sequences of growing rectangles which require two variables. The idea of a magic line which connects each top right corner and bottom left corner of the sequences - is introduced as a visual tool to test if the sequence of rectangles are mathematically similar. This idea is developed when the Beetle is programmed to say the result (ratio) of height/base. Pupils recognize that when the Beetle says the same number, the sequences of rectangles are mathematically similar, e.g. the rectangles are proportional. u Activity Sequence of Squares u Activity Altering Rectangles u Activity Exploring Mathematical Similarity u [Extension] Activity Unplugged: Rectangle Jumble Scratch starter project 5-Altering Polygons LINKS TO PRIMARY NATIONAL CURRICULUM Mathematics CURRICULUM OBJECTIVES Know that rectangles are not always similar to each other. Solves problems involving similar shapes where the scale factor is known or can be found. LINK WITH SCRATCHMATHS Pupils are required to identify from scale drawings as well as from scripts (in Scratch) rectangles which are proportional to one another and to explain their choices. Pupils recognise in contexts when the relations between quantities are the same ratio (for example similar shapes). Pupils are asked to identify which sequences of squares and rectangles are proportionally similar and to use the idea of a magic line which can be drawn through the upper right corners to help with this. Pupils should consolidate their understanding of ratio when comparing quantities, sizes and scale drawings by solving a variety of problems. Pupils are required to explore ratio and proportion in a number of ways, through exploring drawing rectangles of different ratios within Scratch using variables, through identifying and explaining proportional scale drawings and also through envisaging the outcomes of existing scripts. 24

25 MODULE 5 INVESTIGATION 2 ACTIVITY Sequence of Squares LEARNING OBJECTIVES Explore repeatedly changing a variable by a set amount to create a sequence of increasing squares. Explain the difference between the change <variable> by and set <variable> to blocks. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils open project 5-Altering Polygons, Save as a copy (online) or Save as (offline) and rename. ❶ Pupils will use the square block identical to the one from the previous investigation. Using this block the Beetle should draw a square the side of which is defined by the side length variable. Pupils build the following short script and use it repeatedly to draw several squares with different values of the side length. ❷ Pupils clear the stage and use the same script to draw a square of side 20, then 40, then 60, 80, 100 ❸ Pupils drag in the change side length by block and keep it isolated. They explore the difference between set side length to and change side length by ❹ Pupils clear the stage and build a script to draw the whole pattern of growing squares in one go, using the change side length by block. ❺ Pupils experiment with change side length by inside the repeat block to make the same script short. ❻ Pupils build a script to draw a row of several attached squares: (a) of the same side, then (b) of growing side, the first one 20 and then increasing by 10. ❼ [Extension] Pupils modify the previous script (b) so that the squares have a gap of 10 between them. ❽ [Extension] Pupils modify the previous script so that each square has sides between 30 and 60, chosen at random. Ask pupils: Describe the side lengths of each of your squares. What is the final side length drawn? What is the value of the side length variable at the end, explain this difference? [Starting with 20, repeat 5 and change side length by 20, will draw 5 squares, 20, 40, 60, 80, 100. However, the side length variable will report 120 at the end due to the position of the change side length block. Write the value of the side length variable on the white board as you step through the code block by block.] See additional support ❺ for more examples. 25

26 CONNECTIONS TO Y5 SCRATCHMATHS INVESTIGATION 2 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❸ Within the Connections to Y5 ScratchMaths it described using a pair of blocks to set pen size to and change pen size by within e.g. Module 2: Challenge 3. Note however there are other pairs of blocks working in a similar way: the first one sets a certain value (of the x position, y position, or the pen shade etc.) and the other one changes that value by a certain amount. Now we are introducing another similar pair a block to set a value of a variable and a block to change that value by a certain increment (a positive number) or a decrement (a negative number). For example in Module 3, Activity we used change y by block to make Tera jump high then slowly float back: 26

27 ADDITIONAL SUPPORT INVESTIGATION 2 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ ❷ ❸ Click script (a) again and again. Observe the value of side length. Then click script (b) several times and observe. ❹ ❺ Below see alternative solution of the same task. Discuss it with the pupils. 27

28 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 2 Activity Discuss as a class, envisage the different or identical outputs of the following scripts, make sure pupils understand these subtle differences. How many squares will be drawn? What will be the side length of the first drawn square in each script? Of the second? Of the third? Of the biggest one? What is the initial value of the side length variable in each script and what is its final value after finishing the repeat loop? ❻ Two alternative solutions of 6 (a). Two alternative solutions of 6 (b): the first one makes the Beetle move to the right, the second one makes the Beetle jump to the right. Both are correct but note that the second solution will not work properly if the Beetle does not point in direction 0 (up) at the beginning. 28

29 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 2 Activity ❼ Three slightly different alternative solutions, all are correct. Which one do you find easiest to read? ❽ 29

30 EXTENSION IDEAS INVESTIGATION 2 Activity The ideas built earlier in this activity might be used and further developed in many directions. See some of them bellow and ask pupils to build scripts to draw these or similar outcomes. The Beetle draws several squares of the growing size. Pupils can experiment with different angles in the turn block to work out good outcome. 30

31 MODULE 5 INVESTIGATION 2 ACTIVITY Altering Rectangles LEARNING OBJECTIVES Explore how to draw a sequence of rectangles of increasing size using two variables. Envisage the outcomes of scripts changing the height and/or base by different amounts. Explain what the magic line is. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Altering Polygons, or start again with the initial starter project 5-Altering Polygons. ❶ Pupils build a script to draw a rectangle, e.g. of the height 100 and base 30. They will then make a new block rectangle. ❷ Pupils make a new variable height and use it in the definition of the rectangle block. They draw different rectangles by setting the value of height and running the rectangle block. ❸ Pupils use change height by block inside repeat to draw various patterns of growing rectangles. ❹ Pupils make another variable base and generalise the rectangle script so that it draws a rectangle specified by two variables: height and base. They set both of them and draw different rectangles. They experiment with the Beetle pointing in different directions and drawing the same rectangle. ❺ There are four scripts and four outcomes shown in the presentation. Pupils will read the scripts, envisage and match each of them against one of the possible outcomes. ❻ Discuss as a class what happens if we connect all upper right corners in a pattern of rectangles by a line. Connect the structure of the above script with the symmetry of the rectangle. [A rectangle has two lines of symmetry, it has two pairs of opposite and equal sides] Pupils should create two sequences of rectangles on their screen where the height and the base change. Use the edge of a piece of paper overlaid on the screen to support visualizing a line connecting the upper right corners of the rectangles. Ask pupils to compare their lines. What is the same and what is different? Encourage pupils to compare the shape of the initial rectangle, to the final rectangle in each sequence. Are they the same shape? [When the line is magic the rectangles are mathematically similar.] 31

32 ADDITIONAL SUPPORT INVESTIGATION 2 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ Encourage pupils to spot the regularity in drawing the rectangle and ensure the script reflects that regularity. ❷ In this step the definition of the rectangle block will be generalised to draw rectangles of a fixed base of 25 but of a height specified by the variable height. ❸ 32

33 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 2 Activity ❹ ❺ 33

34 ADDITIONAL SUPPORT CONTINUED ❻ A slide from the pupil presentation for activity INVESTIGATION 2 Activity When the line connecting the top right corner of each rectangle goes through the bottom left corner it is magic. The magic line indicates that the sequence of rectangles are mathematically similar. Corresponding sides are in the same ratio, and corresponding angles are equal. We can say that the rectangles are proportional to each another. Another connection is to use the language of enlargement: When the line Is magic, one rectangle is an enlargement of the other. It s important to notice that when the rectangles are an enlargement or mathematically similar, their shape is maintained. Encourage pupils to compare the first rectangle with the final rectangle in each sequence. In this sequence, there is no magic line since it does not go through the bottom left corner. If we describe the first rectangle we might say that it is tall and thin, whereas the final rectangle looks like a square, the shape has changed. The rectangles in this sequence are not mathematically similar, they are not in proportion to one another. Pupils may begin to notice and define the relationship between the sides of each rectangle. In this example the base of the first rectangle is twice the height, in each rectangle this relationship is maintained. These rectangles are mathematically similar, the ratio of the side lengths are equal. All squares are mathematically similar since the base is equal to the height, each square in the sequence is an enlargement of another square. In the next activity pupils explore calculating height / base as a numerical result to support what can be seen visually. They begin to use this relationship in problem solving situations. 34

35 EXTENSION IDEAS INVESTIGATION 2 Activity Challenge pupils to create interesting outcomes using the rectangle block inside a repeat. 35

36 MODULE 5 INVESTIGATION 2 ACTIVITY Exploring Mathematical Similarity LEARNING OBJECTIVES Explore how to display the value of the height divided by the base of a rectangle. Explain why for certain sequences of rectangles the value of height/base stays the same. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Altering Polygons, or start again with the initial starter project 5-Altering Polygons. In Activity pupils used the say block to show a value (an answer to a question, then also in the extension to show the perimeter of a polygon). Now we will use say to calculate and show the value of height divided by base. ❶ Pupils build a script that will set the variables height and base to 60 and 30, then draw a corresponding rectangle. The Beetle will then use the say block to calculate and show the value of height divided by base. ❷ Pupils now attach two blocks setting the initial values of the height and base to the setup script. Then they build a script which draws a rectangle (without setting first values of height and base, as there are being set in the setup script now), says the value of height divided by base and finally changes height by a number and base by a number. They run the script several times and observe the resulting sequence of values and pattern of increasing rectangles. ❸ Distribute the printed pupil worksheets for this activity (2 pages) and let them record the sequence of values for scripts in tables A to D (first page). Discuss them as a class. Let pupils choose the initial numbers and the numbers to change height by and base by in the scripts, tables E to H (second page). In the above example, What does the 2 represent? [The length of the height is 2 times the length of the base]. Demonstrate a calculation for a different starting height and base, appropriate to the class. If the height and base were swapped, what would the Beetle say? [0.5 since the height is 0.5 of or half of the base]. Explore what the Beetle will say for squares and explain the result. [The Beetle will always say 1 for squares since squares have equal length sides, and anything divided by itself is 1]. When there is a magic line, what will the Beetle say? [The Beetle will repeat the same number for each rectangle drawn, since the base and height are in the same proportion. The relationship of the height to the base is the same, the sides are in the same ratio. The rectangles are mathematically similar]. 36

37 ADDITIONAL SUPPORT INVESTIGATION 2 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ ❷ Pupils build the say block step by step, from inside out, trying the parts by clicking them in the scripts area. Note that if the say block (without any for secs) is used, to get rid of the bubble in the stage we either use say again or click the red Stop sign. Clicking the righthand script again and again is similar to running it in a repeat loop. If repeated manually, pupils have time to write down the value of division. It may happen that some pupils get the following outputs in the say block. NaN means Not a Number. The set blocks might have been used with nothing or with a text instead of a number. The Beetle will say Infinity if the divisor equals 0. Note that our rectangle block works even with one or both negative inputs. Go through its definition with pupils step by step to see why. 37

38 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 2 Activity ❸ Worksheet Solutions Discuss the sequences of numbers generated by the Beetle. A good starting question might be, What is the same and what is different? What will happen to the numbers if we keep increasing the pattern? Sequence A The value of height/base is decreasing. The shape of the rectangle looks more and more square like as we continue the pattern. We can envisage that the sequence would get very close to 1. It can t be exactly 1 since the height will always be 20 more than the base. Sequence B The value of height/base is increasing. The pattern of numbers will continue to alternate. E.g., 2, 2.5, 3, 3.5 Sequence C The value of height/base is decreasing. The shape of the rectangle is becoming very long and thin since the height is always 40. We can envisage that the sequence would get close to 0, but not exactly, since 40 divided by a large number is almost 0. Sequence D The value of height/base is always 2. There is a magic line. The starting height is twice the base, the change in height is twice the change in base. Adding on values in the same ratio will always create another mathematically similar (proportional) rectangle. The purpose of the second activity is for pupils to find values which produce a magic line e.g. the sequence of rectangles are mathematically similar. Provide a more structured task if needed. E.g. start with writing on the board a height of 90, a base of 30 and change height by 10. Pupils find the value of change base by to keep the Beetle saying 3. Another approach is to provide values to set starting heights and bases as in Table 1. Encourage pupils to discover the relationship between the values for mathematically similar rectangles. [The value of height/base must be the same as the change height by/change base by. We can also say that the ratio of the height to the base is the same as the ratio of the change height by to the change base by. Adding on quantities in the same ratio will create a mathematically similar rectangle.] Play a beat the teacher game. Ask pupils to choose values for base and for height [multiples of 10 to start with] and you will calculate the values for the change height by and change base by to produce mathematically similar rectangles. Try the values in the script to ensure that the Beetle says the same number and there is a magic line. h b

39 NAME INVESTIGATION 2 Activity WHAT TO DO For each table A to D always build both scripts. Be sure you first set height to 40 and base to 20. Click the second script to see the outcome and note down the value shown, again and again. SEQUENCE OF RECTANGLES A SEQUENCE OF RECTANGLES B SEQUENCE OF RECTANGLES C SEQUENCE OF RECTANGLES D

40 INVESTIGATION 2 Activity WORKSHEET SOLUTIONS Model an example on the whiteboard before distributing the worksheet. Use height 60, base 30 and change height and base by 10. It is important that pupils compare their results with their classmates to ensure that errors are spotted. The Beetle should say 2 as the first value in each of the sequences A-D. Sequence D will produce rectangles with a magic line, rectangles that are mathematically similar or in proportion to one another. SEQUENCE OF RECTANGLES A SEQUENCE OF RECTANGLES B SEQUENCE OF RECTANGLES C SEQUENCE OF RECTANGLES D

41 NAME INVESTIGATION 2 Activity WHAT TO DO For each table E to H always use both scripts, decide for the initial values of height and base, then choose the values to change by and write in the empty holes. Build in Scratch, set the initial values, run the second script repeatedly and note down the value displayed each time. SEQUENCE OF RECTANGLES E SEQUENCE OF RECTANGLES F SEQUENCE OF RECTANGLES G SEQUENCE OF RECTANGLES H

42 MODULE 5 INVESTIGATION 2 ACTIVITY [Extension] Unplugged: Rectangle Jumble LEARNING OBJECTIVES Envisage which rectangles are proportional to one another. Explain why two rectangles are proportional. bridge to knowledge of ratio and proportion. ACTIVITY INSTRUCTIONS Activity consists of three worksheets. Print and distribute them or work as a class. ❶ In the first one pupils are asked to identify possible plans for the school swimming pool 60 metres by 15 metres. ❷ In the second worksheet pupils are asked to sort a jumble of rectangles into three different groups of those having the height either 2 times the base, or 3 times, or 4 times. ❸ Pupils are asked to sort 9 scripts into three groups: scripts in each group draw proportional rectangles. Look for the relationship within a rectangle and also between two rectangles. WORKSHEETS SOLUTIONS ❶ All rectangles proportional to the swimming pool 60 metres by 15 metres are highlighted. There are three groups of proportional rectangles ❷ ❸ For the third worksheet the solution is 1 4, 2 5, 3 1, 4 2, 5 3.c 42

43 ❶ NAME INVESTIGATION 2 Ext. Activity WHAT TO DO A school has a swimming pool 60 metres by 15 metres. Which of these plans could be a scale drawing of the pool? Mark the ones you think are correct. SWIMMING POOL PLANS 43

44 ❷ NAME INVESTIGATION 2 Ext. Activity WHAT TO DO In the top jumble all the rectangles drawn by the Beetle are proportional, the height is always 3 times the base. In the bottom jumble there are three types of rectangles the height is either 2 times the base, or 3 times the base, or 4 times the base. Sort the rectangles in the bottom jumble into three different groups, writing either 2 to 1, or 3 to 1, or 4 to 1 on each. RECTANGLE JUMBLES Sort the rectangles into three groups (2 to 1, 3 to 1 and 4 to 1) the jumble below. 44

45 ❸ NAME INVESTIGATION 2 Ext. Activity WHAT TO DO Read the scripts below. For each script in the left column find one in the right column which would draw a rectangle that is proportional to it. MATCH SCRIPTS BETWEEN COLUMNS ❶ ❷ ❸ ❹ ❺ 45

46 MODULE 5: INVESTIGATION 3 Grid World: For Exploring Similarity This investigation brings together ideas from the previous two investigations: constructing different sized rectangles using two user defined variables and the concept of a magic line indicator when rectangles (or quantities) are in proportion. Pupils code a tool which will allows them to explore proportional relationships and to solve proportional problems. Using four arrow keys pupils move the dot to the top right corner of a rectangle and click the Beetle. The Beetle then constructs the rectangle and the magic line from the origin through the diagonally opposite corner of the rectangle and displays the ratio of one quantity (side A) to the other (side B). The process can be repeated in order to make comparisons. u Activity Enter The Grid World u [Extension] Activity Connecting Corners u [Extension] Activity Meet the Magic Line u [Extension] Activity Unplugged: Module 5 Assessment Scratch starter project 5-Grid World 5-Grid World INT1 5-Grid World INT2 LINKS TO PRIMARY NATIONAL CURRICULUM Mathematics CURRICULUM OBJECTIVES Solves problems involving similar shapes where the scale factor is known or can be found. Pupils recognise in contexts when the relations between quantities are the same ratio (for example similar shapes). Pupils should consolidate their understanding of ratio when comparing quantities, sizes and scale drawings by solving a variety of problems. LINK WITH SCRATCHMATHS Pupils use Scratch to display the position of the beetle on the screen using coordinates. Pupils use scale to transform coordinates for use with different grid tile sizes. Pupils are required to build a script to calculate the ratio of one quantity (side) to the another. The Grid World provides the opportunity for them to explore this relationship through experimenting with different quantities and comparing. Describe positions on the full coordinate grid; Use simple formula Building the Grid World provides opportunities for pupils to explore and use coordinates in context. 46

47 MODULE 5 INVESTIGATION 3 ACTIVITY Enter The Grid World LEARNING OBJECTIVES Envisage the size of a grid tile using coordinates. Explore how to move horizontally and vertically by a specified number of tiles. ACTIVITY INSTRUCTIONS ❶ Pupils read the setup script and run it. In this activity the Beetle will draw rectangles, moving only along the grid lines. By reading the mouse coordinates in the stage pupils find out how big a grid tile is i.e. 50. ❷ Pupils verify their conjecture by dragging in two isolated blocks i.e. move 50 steps and turn left 90. By clicking them repeatedly in the correct order they make the Beetle draw a rectangle, e.g. 4 tiles wide and 3 tiles high. The Beetle should end in the same position, pointing in the same direction as before. ❸ Pupils make their own block move 1 tile which will make the Beetle move forward by 1 tile either in one jump or more slowly and smoothly. ❹ Rectangles to be drawn will be set by two variables A to define how many tiles it will have horizontally and B to define how many tiles it will have vertically. Pupils make these variables and build a script: when the Beetle is clicked, A and B will be set to certain values (e.g. 4 and 2) and the Beetle will draw the rectangle. They may make their script short and more readable by making two more new blocks move horizontally (by A tiles) and move vertically (by B tiles). ❺ Pupils explore other backdrops, finding out what their names are and what their grid tile sizes are. They change backdrop to grid 20 and modify their scripts so that the Beetle draws rectangle A by B tiles correctly. ❻ Pupils make a new variable grid, set it to 20 and use it in the move 1 tile definition. ❼ [Extension] Pupils experiment with their move 1 tile definition to make the Beetle move quickly or slowly MATHEMATICS CONNECTIONS Open the project 5-Grid World FINAL within Scratch on the IWB to demonstrate how the final exploration tool works. Pupils then open project 5-Grid World, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Grid World INT1. In the Grid World project the Beetle always turns left 90 when drawing a rectangle. It starts from the bottom left corner of the screen and points right. The Scratch stage uses a coordinate grid -240 to 240 pixels horizontally and -180 to 180 pixels vertically. 1 Beetle step corresponds to 1 pixel. s Envisage a script to draw a rectangle which is 4 steps wide and 3 steps high using a pen size of 1. What exactly would be drawn on the screen? How big would it be? Explain your answer. [The rectangle would be drawn very small compared to the beetle: The Scratch stage is a rectangle 480 by 360 steps, so a 4 by 3 rectangle is very small in comparison.] The project uses backgrounds of different grid tile sizes to scale the output on the stage. E.g. Using grid=50, for each grid tile the Beetle moves 50 steps. How many steps would the Beetle move if it moved 4, 50 grid tiles? [The Beetle would move 200 steps.] 47

48 ADDITIONAL SUPPORT INVESTIGATION 3 Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ The actual coordinates of the mouse cursor within the stage are displayed under the lower right corner of the stage. ❷ ❸ The Beetle may move by 1 tile either in one go (one move) or by repeating smaller step several times. ❹ Note that if the Beetle is clicked again while still drawing the rectangle, two drawings will somehow run in parallel and both might be spoilt. 48

49 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 3 Activity ❺ The name of the second backdrop is grid 20 and, naturally, the size of the grid tile is 20 by 20. The only detail in the script which must be modified so that the Beetle again draws rectangles set by the numbers of the tiles A and B, is the move 1 tile definition. On the right there are two alternatives for how to do it. ❻ It might be helpful to have three small scripts to switch between different grids easily. All other scripts will work properly, if we use the grid variable to define the move 1 tile block. EXTENSION ❼ Here are different definitions of the move 1 tile block. Envisage which of them will make the Beetle move very quick, very slow, slow 49

50 MODULE 5 INVESTIGATION 3 ACTIVITY [Extension] Connecting Corners LEARNING OBJECTIVES Explore how to draw a rectangle that is defined by the position of the dot sprite. Explain how to control the sprite using the arrow keys. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Grid World, or open the 5-Grid World INT1, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Grid World INT2. Pupils will build a new way to set the sides of the rectangle: the Dot sprite will react to pressing the arrow keys. It will move up, down, left or right, always from one grid point to another. These movements will increase or decrease variables A and B by 1. Then, when the Beetle is clicked it will draw a rectangle with the Dot sitting in its diagonally opposite corner. ❶ Pupils modify the setup script of the Dot: they delete the hide block and make the Dot visible. ❷ As the Dot will now be responsible for setting and changing variables A and B, pupils move the set A and set B blocks from the Beetle s when this sprite clicked script into the setup script of the Dot and set them to 3 and 2. ❸ Pupils build the when right arrow key pressed script for the Dot: the sprite will point to the right, move 1 tile in that direction and change the value of A by 1. ❹ In a similar way pupils build three more scripts for the Dot to react correspondingly to the other three arrow keys. ❺ Build one more script for the Dot: it will forever say the actual values of A and B, e.g. 3, 2 or 9, 1 ❻ Pupils switch the backdrop to grid 10 and modify all necessary bits of scripts so that the whole project works correctly again. Be careful to set the initial position of the Dot in its setup script to match the initial values of A and B. If grid is 20 and we set A to 3 and B to 2, then the initial position of the Dot must be 3 20 to the right and 2 20 upwards from the Beetle s initial position. ❼ [Additional Extension] Pupils try to fully automatize switching from one grid to another. What changes? ❽ [Additional Extension] Pupils modify the when arrow key pressed scripts so that when the Dot reaches the grid dots closest to the edge of the stage, it would not try to move any further. 50

51 ADDITIONAL SUPPORT INVESTIGATION 3 Ext. Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ ❷ We can check what is the initial position of the Beetle and for the Dot increase those x and y positions by 3 grid tile size and 2 grid tile size respectively. Note also that if we delete the hide block and click the show block once, we in fact do not need it in the setup script at all. The Beetle is going to use variables to draw a rectangle A by B grid tiles but not setting (initializing) them nor changing them. Therefore we must delete those lines from the script. ❸ ❹ We can copy the move 1 tile block from the Beetle as the Dot may move in exactly the same way. Moving the Dot sprite to the right from the Beetle means increasing variable A by 1. Discuss with your class which arrows affect variable A and how and which arrows affect variable B. ❺ 51

52 ADDITIONAL SUPPORT CONTINUED INVESTIGATION 3 Ext. Activity ❻ In fact, the only detail to modify is the initial position of the Dot. So we can easily find out correct new coordinates by adding 3 10 and 2 10 respectively. ADDITIONAL EXTENSION SUPPORT ❼ Whenever the backdrop is switched, the grid size, i.e. the grid variable changes its value. What else should happen as an automatic consequence of that change? The backdrop has switched, but there might be some lines drawn from our previous explorations, so it should be cleared. Both sprites should be initialized by running their initial scripts. Both issues above can easily be solved by broadcasting a message after resetting the grid variable. That broadcast will run the same setup scripts as clicking the green flag. Note that the initial position of the Beetle is the same for grid 50, grid 20 or grid 10 (the backdrops were designed this way). However, the Dot should be moved to a position derived from the actual value of the grid variable for example, always setting initial values of A to 3 and of B to 2 and then moving the Dot A tiles to the right from the Beetle and B tiles upwards. Note that if we later decide to use different initial values for A and B than 3 and 2, we simply modify the set blocks in this script only. 52

53 ADDITIONAL EXTENSION SUPPORT CONTINUED INVESTIGATION 3 Ext. Activity ❽ Let us analyse what should happen when right arrow key pressed (the scripts for other three arrow keys would need similar analysis and modifications). When do we want the Dot to react to the right arrow pressed? Only in the case when certain condition is true in general, only if the Dot is still not too far to the right. So the general structure of the script might be: If the grid size is 50, the condition could be as simple as (a) above: if the Dot has already moved 8 grid tiles away from the Beetle (in the horizontal direction), it should not move any further. However, if the grid size changes, this number will be different. For example, with the grid 20 it should be 21, see condition (b). The general solution (in the sense of advanced extension 7) could e.g. check whether the Dot is still at least a grid size away from the edge, see (c) above. 53

54 MODULE 5 INVESTIGATION 3 ACTIVITY [Extension] Meet the Magic Line LEARNING OBJECTIVES Explore how to draw the magic line. ACTIVITY INSTRUCTIONS MATHEMATICS CONNECTIONS Pupils continue in their own version of project 5-Grid World, or open project 5-Grid World INT2, Save as a copy (online) or Save as (offline) and rename. The final version of this project at the end of Activity will be 5-Grid World FINAL. In this final step pupils will add drawing the magic line itself, connecting the Beetle s and Dot s positions. ❶ Pupils extend the behaviours of both sprites: Whenever the Beetle draws its rectangle, the Dot stamps its second (turquoise) costume at its position, i.e. at the diagonally opposite corner of that rectangle and switch the costume back to blue. ❷ Instead of drawing the whole rectangle in one colour, pupils have the Beetle draw horizontal lines in a different pen colour and pen size than the vertical lines. Pupils modify the move horizontally and move vertically blocks. ❸ Pupils build one more script for the Beetle: when space key pressed, draw a magic line connecting the Beetle s and Dot s positions. The blue and red pen coloured lines are a useful visual aid for the relationship between the coordinates of the top right corner and the side lengths of the rectangle. The length of the red line corresponds to the horizontal distance in the coordinate, and the blue line the vertical distance. If the dot is at coordinate (12,8), the Beetle will draw from the origin (0,0) a rectangle which has base 12 and height 8. ❹ Pupils finalise the whole project so that it properly works in the grid 10 backdrop. 54

55 ADDITIONAL SUPPORT INVESTIGATION 3 Ext. Activity Please note the blue numbers on the left link to the numbered steps in the activity instructions ❶ ❷ ❸ The key part here is this: The Beetle first points towards the Dot, then slowly starts moving by repeating move 5 steps, until it touches the edge of the stage. Then it jumps back home. 55

56 MODULE 5 INVESTIGATION 3 ACTIVITY Unplugged: Module 5 Assessment LEARNING OBJECTIVES bridge to knowledge of multiplication, regular polygons, angles, perimeter, ratio/proportion. Envisage the outcome of different scripts. Explain why a script would have a particular outcome and how to complete a script to generate a specified outcome. ACTIVITY INSTRUCTIONS u Print and distribute the unplugged pupil worksheet u Ask pupils to work individually to check what they have learned during Module 5. u The answers to the worksheet are below: 1. For answer 20 the Beetle will say 40, for 1200 it will say 2400, for 45 it will say Second drawing. 3. The Beetle will ask only once, it will draw a regular octagon. If its perimeter is 160, we must have answered the question by typing in Correct script is (b). Script (a) will draw gaps between the squares because it takes the pen up each time it moves to the next square and script (c) does not increase the side length at all so all the squares would be the same size. 5. First drawing Yes, if we answer 60. Each of three sides has the same length. Second drawing No, as the sides have different lengths. Third drawing Yes, if we answer 90. Fourth drawing No, as it has four lines. 6. The outcome can be regular triangle, square, pentagon or hexagon ; 40; 50; 80; 35; It will draw 5 squares, the first one of 20, the last one of 60 side length. The value of the variable at the end will be Script (a) produces the picture on the right. Script (b) produces the picture in the middle. Script (c) produces the picture on the left. 10. [Extension] Proportionally bigger rectangles could be 25 and 100; 30 and 120; 40 and 16 Proportionally smaller rectangles could be 10 and 40; 5 and 20 and many others. These are all rectangles with sides 1 : 4. 56

57 NAME INVESTIGATION 3 Activity WHAT TO DO Read the tasks below and answer the questions. Note - The pen tool is always down at the beginning of each task. ASSESSMENT TASKS ❶ When we run this script, Beetle will ask for a number. Note the number that the Beetle will say if we give the following answers: (note that * in Scratch means to multiply) If we answer 20 the Beetle will say If we answer 1200 the Beetle will say If we answer 45 the Beetle will say ❷ What will happen if we run this script and answer the question What pen size now? by typing in 20? Circle the correct drawing below. (note the starting point is marked by the red arrow) ❸ If we run this script: a) How many times will the Beetle ask what side length?? b) Describe what the Beetle will draw. c) If the perimeter of the polygon that the Beetle draws is 160, what number was typed in? 57

58 ASSESSMENT TASKS CONTINUED INVESTIGATION 3 Activity ❹ Circle the script that will produce the drawing below. Explain why you picked that script: ❺ For each of the following drawings decide whether it can be an outcome of the script on the right or not. Circle or tick Yes or No and explain why. Yes No Yes No Yes No Yes No Why? Why? Why? Why? 58

59 ASSESSMENT TASKS CONTINUED INVESTIGATION 3 Activity ❻ If we run this script for the Beetle what kind of polygon is drawn? Answer and explain your thinking: ❼ For each of the following scripts of the Beetle write down what side length the drawn square will have: side length of square = side length of square = side length of square = side length of square = side length of square = side length of square = 59

60 ASSESSMENT TASKS CONTINUED INVESTIGATION 3 Activity ❽ If we run this script How many squares will the Beetle draw? What will be the side length of the first one? What will be the side length of the last one? What will be the value of the side length variable after the script is run? ❾ Match the script to the picture which it could produce. ❿ [Extension] If we run script (a), the Beetle will draw the below rectangle. Think of two more pairs of values of the height and base variables that would output a mathematically similar bigger and smaller rectangle (i.e. fit on the magic line) and write the numbers in the empty holes on the right (marked by?). proportionally bigger proportionally smaller 60

61 MODULE 5: INVESTIGATION 4 Using the Grid World This investigation uses the Grid World built in Investigation 3 to explore proportional relationships and to solve problems which involve the mathematical ideas of ratio, proportion, similarity and enlargement. Pupils use the tool to represent the quantities within the problem as the two sides of a rectangle, draw a magic line and then read off or calculate the quantities required in the problem. Exploring pairs of values which fit on the magic line within the tool provides pupils with an opportunity to develop their own connection within and between mathematically similar rectangles. It is envisaged that the graphical representation be used along side other representations within the classroom. u Activity Using the Grid World u Activity BridgEing And Solving Problems Scratch starter project 5-Grid World 5-Grid World FINAL LINKS TO PRIMARY NATIONAL CURRICULUM Mathematics CURRICULUM OBJECTIVES Pupils recognise proportionality in contexts when the relations between quantities are in the same ratio (for example, similar shapes and recipes). LINK WITH SCRATCHMATHS Pupils use the Grid World to explore and build mathematically similar rectangles. They explain the relationships between the lengths of sides in the same ratio, within and between rectangles. Pupils consolidate their understanding of ratio when comparing quantities, sizes and scale drawings by solving a variety of problems. They might use the notation a:b to record their work. Pupils solve various problems in contexts which require proportionality. They work on and off the computer to explain their solutions. Pupils solve problems involving unequal quantities (for example, for every egg you need three spoonfuls of flour ) 61

62 MODULE 5 INVESTIGATION 4 ACTIVITY Using the Grid World LEARNING OBJECTIVES Explore how to build mathematically similar rectangles. Explain mathematical relationships. ACTIVITY INSTRUCTIONS Pupils use their final 5-Grid World project, or the provided 5-Grid World FINAL project. They use the grid 20 backdrop. A is the base of the rectangle and B is the height. ❶ ❶ Using the project, pupils construct a rectangle where A = 3 and B = 1. ❷ Pupils construct a rectangle where A = 6 and B = 2. ❸ Then they add the magic line. ❹ Pupils look for and construct two more rectangles which fit on the magic line. ❺ Does the rectangle where A = 15 and B = 5 fit on the line? Can you explain your answer? ❻ If A = 21, what is the value of B? Explain your answer. ❼ If B = 10, what is the value of A? Explain your answer. ❽ Pupils transfer their answers into the table on the printable worksheet 1 on the next page, then they complete the calculations (solutions below). WORKSHEET SOLUTIONS A B A B

63 ❶ NAME INVESTIGATION 4 Activity WHAT TO DO Transfer all your previous answers into the table, and complete the calculations. WORKSHEET 1 A B A B

64 INVESTIGATION 4 Activity LEARNING OBJECTIVES Explore how to build mathematically similar rectangles. Explain mathematical relationships. ACTIVITY INSTRUCTIONS Pupils use their final 5-Grid World project, or the provided 5-Grid World FINAL project. They use the grid 20 backdrop. A is the base of the rectangle and B is the height. ❷ ❶ Using the project, pupils construct a rectangle where A = 3 and B = 2. ❷ Pupils construct a rectangle where A = 6 and B = 4. ❸ Then they add the magic line. ❹ Pupils look for and construct two more rectangles which fit on the magic line. ❺ Does the rectangle where A = 12 and B = 6 fit on the line? Can you explain your answer? ❻ If A = 18, what is the value of B? Explain your answer. ❼ If B = 10, what is the value of A? Explain your answer. ❽ Pupils transfer their answers into the table on the printable worksheet 2 on the next page, then they complete the calculations (solutions below). WORKSHEET SOLUTIONS A B A B

65 ❷ NAME INVESTIGATION 4 Activity WHAT TO DO Transfer all your previous answers into the table, and complete the calculations. WORKSHEET 2 A B A B

66 MATHEMATICS CONNECTIONS INVESTIGATION 4 Activity We can explore the constant relationships of mathematically similar rectangles in two ways: the relationship of the side lengths within a rectangle the relationship of one side length to a corresponding side length between two rectangles Worksheet ❶ This worksheet is designed to encourage the development of the relationship within a rectangle, i.e. the multiplicative relationship between base (A) and the height (B). The ratio can be calculated, base height = 3. It is important to recognize that the inverse ratio height base is also a constant 1/3. We can write: base = height x 3, or A = B x 3, or B = A/3 B = 1/3 of A Question 6 is small enough to fit on the grid, however pupils should be encouraged to calculate first and then test their solution in the Grid World. Question 7 cannot be tested on grid 20 but can be checked by switching to grid 10. Worksheet ❷ The second worksheet looks very similar to the first but is designed to encourage the development of the relationship between rectangles. The relationship within each rectangle has a constant ratio, base height = 3/2 = 1.5. The base is 1.5 times bigger then the height. The relationship is not as easy to see or to calculate with as for whole number ratios. However, performing calculations between rectangles is easier. Question 6: If A = 18, what is the value of B? Explain your answer. It can be difficult to calculate B since A is 1.5 times bigger than B. However, if we know that a mathematically similar rectangle is A=3 and B=2, then between the rectangles there is a 6 times bigger relationship, so if A=18 then B=2*6=12. Question 7: If B = 10, what is the value of A? Explain your answer. Between the two rectangles there is a 5 times bigger relationship, so A=3*5=15. NOTE: The Grid World deals with whole numbers only, but we can observe that the magic line is an infinite line which passes through fractional and decimal parts of the grid. Encourage pupils to calculate (they cannot check their work easily) with decimal values for A and B in each of the above worksheets to develop fluency. Encourage pupils to choose the method (within or between) which makes calculations easier. Ask them to select which method they use when solving problems. 66

67 MODULE 5 INVESTIGATION 4 ACTIVITY BridgEing And Solving Problems LEARNING OBJECTIVES bridge to problems which involve the mathematical ideas of ratio, proportion and similarity. ACTIVITY INSTRUCTIONS Activity consists of two worksheets. Print and distribute them or work as a class. Pupils use their final 5-Grid World project, or the provided 5-Grid World FINAL project to solve the problems. Encourage pupils to sketch rectangles. Discuss solutions and approaches as a class. Additional notes in solutions. WORKSHEET SOLUTIONS 1. The base of the first rectangle is twice a big as the height. Therefore for a mathematically similar rectangle which has a height of 3, the base must be 3 x 2 = 6 [This is an example of a within relationship] 2. The relationship of the matches to bottle tops can be thought of as comparing the sides of a rectangle. Draw a diagram of a 2 x 3 rectangle to help pupils. It is easier to use a between relationship. 12 matchsticks is 6 times bigger than 2 matchsticks, so we need 3 x 6 = 18 bottle tops. 3. One approach to solve this problem is to combine two similar rectangles. We ve seen in the growing rectangle sequence that if you change the height and base in the same proportion you make a similar rectangle. Mr Short is 4 buttons and 6 paperclips, we want 6 buttons. We could find the relationship within (2/3) or between (3/2) but both of these are difficult to calculate with. An easier approach is to half both, so 2 buttons and 3 paperclips. We can now add together since we are adding in the same ratio (proportion) So 6 buttons tall is the same as = 9 paperclips tall. Mr Tall is 9 paperclips tall. 67

68 MODULE 5 INVESTIGATION 4 ACTIVITY BridgEing And Solving Problems WORKSHEET SOLUTION CONTINUED 4. This problem is adapted from a task within the project. a) Although this a recipe problem, we can still use Grid World to help us compare two quantities and to find quantities which have the same relationship by using the magic line. The two sides of the rectangle can represent any two quantities, in this problem the base represents the quantity of tabasco sauce and the height represents the number of people. Pupils draw: b) Pupils draw a rectangle which has a height of 6, the base will be 18. This will fit on the magic line. c) There are many solutions, the amount of Tabasco is always 3 x the number of people. The grid default grid word will show (3, 1), (6,2), (12, 4), (15, 5). d) The amount of Tabasco = 3 x the number of people. e) For 30 people, you will need 3 x 30 = 90ml of Tabasco. f) 57/3 = people could be served. 68

69 NAME INVESTIGATION 4 Activity WHAT TO DO Use the Grid World to solve the problems, draw diagrams to explain your working. WORKSHEET ❶ The two rectangles are proportional (mathematically similar) to one another. Find length x and give a reason for your answer. ❷ Two matchsticks have the same length as three bottle tops. How many bottle tops will have the same length as 12 matchsticks? Answer and explain your thinking ❸ Here is a picture of Mr. Short. Mr Short is 4 buttons or 6 paperclips in height. Mr Tall measures 6 buttons, how high is Mr Tall in paperclips? Answer and explain your thinking 69

code-it.co.uk Exploring Regular 2D Shapes & Patterns using sequence, repetition, nested loops, Program Aim: Program regular 2D shapes

code-it.co.uk Exploring Regular 2D Shapes & Patterns using sequence, repetition, nested loops, Program Aim: Program regular 2D shapes code-it.co.uk Exploring Regular 2D Shapes & Patterns Program Aim: Program regular 2D shapes using sequence, repetition, nested loops, simple and complex procedure. Programming Concepts -Sequence -Repetition

More information

WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON

WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON UCL/CAS Training for Teachers Algorithms and Programming Module 1 WORKBOOK 10 ACTION GEOMETRY SQUARE AND PENTAGON Action Geometry Unplugged: starting with the square, we explore the properties of simple

More information

Mathematics with ICT in Key Stage 3. Geometry lessons

Mathematics with ICT in Key Stage 3. Geometry lessons Mathematics with ICT in Key Stage 3 Geometry lessons Introduction The introduction to the document Integrating ICT into mathematics in Key Stage 3 states: Computers offer powerful opportunities for pupils

More information

Unit Lesson Plan: Measuring Length and Area: Area of shapes

Unit Lesson Plan: Measuring Length and Area: Area of shapes Unit Lesson Plan: Measuring Length and Area: Area of shapes Day 1: Area of Square, Rectangles, and Parallelograms Day 2: Area of Triangles Trapezoids, Rhombuses, and Kites Day 3: Quiz over Area of those

More information

This table connects the content provided by Education Perfect to the NSW Syllabus..

This table connects the content provided by Education Perfect to the NSW Syllabus.. Education Perfect Maths is a comprehensive online learning and assessment resource. Designed by teachers and written by our in-house team of maths experts, our content aligns to the NSW Syllabus and covers

More information

Unit 1, Lesson 1: Moving in the Plane

Unit 1, Lesson 1: Moving in the Plane Unit 1, Lesson 1: Moving in the Plane Let s describe ways figures can move in the plane. 1.1: Which One Doesn t Belong: Diagrams Which one doesn t belong? 1.2: Triangle Square Dance m.openup.org/1/8-1-1-2

More information

Mathematics; Gateshead Assessment Profile (MGAP) Year 6 Understanding and investigating within number

Mathematics; Gateshead Assessment Profile (MGAP) Year 6 Understanding and investigating within number Year 6 Understanding and investigating within number Place value, ordering and rounding Counting reading, writing, comparing, ordering and rounding whole numbers using place value Properties of numbers

More information

HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT

HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT HIGLEY UNIFIED SCHOOL DISTRICT 2016/2017 INSTRUCTIONAL ALIGNMENT Third Grade Quarter 4 Unit 10: Geometry and Measurement Word Problems Approximately 40 Days Begin around March 27 th This 40-day final unit

More information

Mathematics Curriculum Medium Term Planning Year Five

Mathematics Curriculum Medium Term Planning Year Five Curriculum Medium Term Planning Year Five Year Five Programme of Study Number Number and Place Value Statutory Requirements Pupils should be taught to: read, write, order and compare numbers to at least

More information

Getting Ready to Teach Unit 6

Getting Ready to Teach Unit 6 Getting Ready to Teach Unit 6 Learning Path in the Common Core Standards In this unit, students study the attributes of triangles, quadrilaterals, and other polygons. They find perimeter and area of various

More information

HEARTLANDS ACADEMY LESSON STUDY SERIES RESEARCH LESSON 2 GEOMETRICAL REASONING

HEARTLANDS ACADEMY LESSON STUDY SERIES RESEARCH LESSON 2 GEOMETRICAL REASONING HEARTLANDS ACADEMY LESSON STUDY SERIES 2015-2016 RESEARCH LESSON 2 GEOMETRICAL REASONING Spatial intuition or spatial perception is an enormously powerful tool and that is why geometry is actually such

More information

Math 6: Unit 7: Geometry Notes 2-Dimensional Figures

Math 6: Unit 7: Geometry Notes 2-Dimensional Figures Math 6: Unit 7: Geometry Notes -Dimensional Figures Prep for 6.G.A.1 Classifying Polygons A polygon is defined as a closed geometric figure formed by connecting line segments endpoint to endpoint. Polygons

More information

The National Strategies Secondary Mathematics exemplification: Y8, 9

The National Strategies Secondary Mathematics exemplification: Y8, 9 Mathematics exemplification: Y8, 9 183 As outcomes, Year 8 pupils should, for example: Understand a proof that the sum of the angles of a triangle is 180 and of a quadrilateral is 360, and that the exterior

More information

Measurement and Geometry (M&G3)

Measurement and Geometry (M&G3) MPM1DE Measurement and Geometry (M&G3) Please do not write in this package. Record your answers to the questions on lined paper. Make notes on new definitions such as midpoint, median, midsegment and any

More information

Year 6 Summer Term Week 1 to 2 Geometry: Properties of Shapes

Year 6 Summer Term Week 1 to 2 Geometry: Properties of Shapes Measure with a protractor Introduce angles Calculate angles Vertically opposite angles Angles in a triangle Angles in a triangle special cases Angles in a triangle missing angles Angles in special quadrilaterals

More information

Mathematics Curriculum

Mathematics Curriculum 6 G R A D E Mathematics Curriculum GRADE 6 5 Table of Contents 1... 1 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)... 11 Lesson 1: The Area of Parallelograms Through Rectangle Facts...

More information

Reason with shapes and their attributes.

Reason with shapes and their attributes. Grade 3 Geometry and Perimeter SDadfa;sdklfjas;Unit Overview Reason with shapes and their attributes. 1. Understand that shapes in different categories (e.g., rhombuses, rectangles, and others) may share

More information

Three-Dimensional Figures

Three-Dimensional Figures Three-Dimensional Figures The number of coins created by the U.S. Mint changes each year. In the year 2000, there were about 28 billion coins created and about half of them were pennies!.1 Whirlygigs for

More information

Supporting the National Curriculum in England (2014) for mathematics

Supporting the National Curriculum in England (2014) for mathematics Supporting the National Curriculum in England (2014) for mathematics Upper Key Stage 2 2 How MyMaths can help you deliver the curriculum at Upper Key Stage 2. MyMaths is a fully interactive online teaching

More information

Patterns in Geometry. Polygons. Investigation 1 UNIT. Explore. Vocabulary. Think & Discuss

Patterns in Geometry. Polygons. Investigation 1 UNIT. Explore. Vocabulary. Think & Discuss UNIT K Patterns in Geometry In this lesson, you will work with two-dimensional geometric figures. You will classify polygons and find angle measures. Explore Inv 1 Polygons 172 How many squares are in

More information

Lesson 2. Investigation. Name: a. Identify the shape of the sign and describe the symmetries

Lesson 2. Investigation. Name: a. Identify the shape of the sign and describe the symmetries Check Your Understanding Being able to recognize traffic signs by their shape and color is important when Unit driving 6and is often tested on exams for a driver s license. Examine the school crossing

More information

Aston Hall s A-Z of mathematical terms

Aston Hall s A-Z of mathematical terms Aston Hall s A-Z of mathematical terms The following guide is a glossary of mathematical terms, covering the concepts children are taught in FS2, KS1 and KS2. This may be useful to clear up any homework

More information

Shape Up. SETTING THE STAGE Children sort figures according to basic attributes.

Shape Up. SETTING THE STAGE Children sort figures according to basic attributes. Shape Up MA.C.1.1.1.2.1,.2,.3, and.4; MA.C.3.1.1.2.1 and.3 LESSON FOCUS Building models/diagrams to represent quantities between zero and one. COMPANION ANCHORS LESSONS Recognizing Shapes; Building Shapes;

More information

Measuring in Pixels with Scratch

Measuring in Pixels with Scratch In the Primary division, a big mathematical idea is understanding how to measure correctly, using both non standard and standardized measurements. Many students struggle with measuring because they fail

More information

Chapter 5. Transforming Shapes

Chapter 5. Transforming Shapes Chapter 5 Transforming Shapes It is difficult to walk through daily life without being able to see geometric transformations in your surroundings. Notice how the leaves of plants, for example, are almost

More information

Park Forest Math Team. Meet #3. Self-study Packet

Park Forest Math Team. Meet #3. Self-study Packet Park Forest Math Team Meet #3 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. : Properties of Polygons, Pythagorean Theorem 3.

More information

Geometry. Students at Dommerich Elementary helped design and construct a mosaic to show parts of their community and local plants and animals.

Geometry. Students at Dommerich Elementary helped design and construct a mosaic to show parts of their community and local plants and animals. Geometry Describing and analyzing two-dimensional shapes Students at Dommerich Elementary helped design and construct a mosaic to show parts of their community and local plants and animals. 479 Make a

More information

Grade 7/8 Math Circles November 3/4, M.C. Escher and Tessellations

Grade 7/8 Math Circles November 3/4, M.C. Escher and Tessellations Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Tiling the Plane Grade 7/8 Math Circles November 3/4, 2015 M.C. Escher and Tessellations Do the following

More information

Unit 1, Lesson 1: Tiling the Plane

Unit 1, Lesson 1: Tiling the Plane Unit 1, Lesson 1: Tiling the Plane Let s look at tiling patterns and think about area. 1.1: Which One Doesn t Belong: Tilings Which pattern doesn t belong? 1 1.2: More Red, Green, or Blue? m.openup.org//6-1-1-2

More information

Boardworks Ltd KS3 Mathematics. S1 Lines and Angles

Boardworks Ltd KS3 Mathematics. S1 Lines and Angles 1 KS3 Mathematics S1 Lines and Angles 2 Contents S1 Lines and angles S1.1 Labelling lines and angles S1.2 Parallel and perpendicular lines S1.3 Calculating angles S1.4 Angles in polygons 3 Lines In Mathematics,

More information

6 Mathematics Curriculum

6 Mathematics Curriculum New York State Common Core 6 Mathematics Curriculum GRADE GRADE 6 MODULE 5 Table of Contents 1 Area, Surface Area, and Volume Problems... 3 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)...

More information

Year. Small Steps Guidance and Examples. Block 1 Properties of Shapes. Released March 2018

Year. Small Steps Guidance and Examples. Block 1 Properties of Shapes. Released March 2018 Released March 2018 The sequence of small steps has been produced by White Rose Maths. White Rose Maths gives permission to schools and teachers to use the small steps in their own teaching in their own

More information

Investigate and compare 2-dimensional shapes *

Investigate and compare 2-dimensional shapes * OpenStax-CNX module: m30563 1 Investigate and compare 2-dimensional shapes * Siyavula Uploaders This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 1 MATHEMATICS

More information

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph :

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph : Name Direct Variations There are many relationships that two variables can have. One of these relationships is called a direct variation. Use the description and example of direct variation to help you

More information

Quantitative Literacy: Thinking Between the Lines

Quantitative Literacy: Thinking Between the Lines Quantitative Literacy: Thinking Between the Lines Crauder, Evans, Johnson, Noell Chapter 9: Geometry 2013 W. H. Freeman & Co. 1 Lesson Plan Perimeter, area, and volume: How do I measure? Proportionality

More information

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING AN INTRODUCTION TO SCRATCH (2) PROGRAMMING Document Version 2 (04/10/2014) INTRODUCTION SCRATCH is a visual programming environment and language. It was launched by the MIT Media Lab in 2007 in an effort

More information

Building Concepts: Moving from Proportional Relationships to Linear Equations

Building Concepts: Moving from Proportional Relationships to Linear Equations Lesson Overview In this TI-Nspire lesson, students use previous experience with proportional relationships of the form y = kx to consider relationships of the form y = mx and eventually y = mx + b. Proportional

More information

Transformation, tessellation and symmetry line symmetry

Transformation, tessellation and symmetry line symmetry Transformation, tessellation and symmetry line symmetry Reflective or line symmetry describes mirror image, when one half of a shape or picture matches the other exactly. The middle line that divides the

More information

Grade 8 Math WORKBOOK UNIT 1 : POLYGONS. Are these polygons? Justify your answer by explaining WHY or WHY NOT???

Grade 8 Math WORKBOOK UNIT 1 : POLYGONS. Are these polygons? Justify your answer by explaining WHY or WHY NOT??? Grade 8 Math WORKBOOK UNIT 1 : POLYGONS Are these polygons? Justify your answer by explaining WHY or WHY NOT??? a) b) c) Yes or No Why/Why not? Yes or No Why/Why not? Yes or No Why/Why not? a) What is

More information

lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1

lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1 lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1 www.blender.nl this document is online at http://www.blender.nl/showitem.php?id=4 Building a Castle 2000 07 19 Bart Veldhuizen id4 Introduction

More information

Woodcote Primary School Climbing the Ladders of Learning: Maths Milestone 1.1

Woodcote Primary School Climbing the Ladders of Learning: Maths Milestone 1.1 Climbing the Ladders of Learning: Maths Milestone 1.1 Number s I can join in with counting beyond 10 I can take away one from a number of objects I can talk about, recognise & copy simple repeating patterns

More information

Solve problems involving proportional reasoning. Number Sense and Algebra

Solve problems involving proportional reasoning. Number Sense and Algebra MFM 1P - Grade Nine Applied Mathematics This guide has been organized in alignment with the 2005 Ontario Mathematics Curriculum. Each of the specific curriculum expectations are cross-referenced to the

More information

Slammin Sammy. Name Date. Finger. Shoulder. Back. Toe. Heel

Slammin Sammy. Name Date. Finger. Shoulder. Back. Toe. Heel Name Date Slammin Sammy Finger Shoulder Back Toe Heel (0, 0) Fist 1. Give the coordinates of Sammy s six body parts: Finger (, ) Shoulder (, ) Back (, ) Toe (, ) Heel (, ) Fist (, ) Classroom Strategies

More information

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense Correlation of Ontario Mathematics 2005 Curriculum to Addison Wesley Math Makes Sense 3 Number Sense and Numeration Overall Expectations By the end of Grade 3, students will: read, represent, compare,

More information

Pre-Algebra, Unit 10: Measurement, Area, and Volume Notes

Pre-Algebra, Unit 10: Measurement, Area, and Volume Notes Pre-Algebra, Unit 0: Measurement, Area, and Volume Notes Triangles, Quadrilaterals, and Polygons Objective: (4.6) The student will classify polygons. Take this opportunity to review vocabulary and previous

More information

Assessment Whole Class Assessment: Area Learning Trajectory Class Assessment area Learning Trajectory Level B... 3

Assessment Whole Class Assessment: Area Learning Trajectory Class Assessment area Learning Trajectory Level B... 3 CONTENTS Assessment... 2 Whole Class Assessment: Area Learning Trajectory... 3 Class Assessment area Learning Trajectory Level B... 3 Class Assessment: Area Learning Trajectory Level C... 4 Class Assessment:

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES GEOMETRY. 4 th Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES GEOMETRY. 4 th Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES GEOMETRY 4 th Nine Weeks, 2016-2017 1 OVERVIEW Geometry Content Review Notes are designed by the High School Mathematics Steering Committee as a resource for

More information

Age Related Maths Expectations

Age Related Maths Expectations Step 1 Times Tables Addition Subtraction Multiplication Division Fractions Decimals Percentage & I can count in 2 s, 5 s and 10 s from 0 to 100 I can add in 1 s using practical resources I can add in 1

More information

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional Meet the Cast Mitch A computer science student who loves to make cool programs, he s passionate about movies and art, too! Mitch is an all-around good guy. The Cosmic Defenders: Gobo, Fabu, and Pele The

More information

Chapter 6 Rational Numbers and Proportional Reasoning

Chapter 6 Rational Numbers and Proportional Reasoning Chapter 6 Rational Numbers and Proportional Reasoning Students should build their understanding of fractions as parts of a whole and as division. They will need to see and explore a variety of models of

More information

In this lesson, students build fractals and track the growth of fractal measurements using tables and equations. Enduring Understanding

In this lesson, students build fractals and track the growth of fractal measurements using tables and equations. Enduring Understanding LessonTitle: Fractal Functions Alg 5.8 Utah State Core Standard and Indicators Algebra Standards 2, 4 Process Standards 1-5 Summary In this lesson, students build fractals and track the growth of fractal

More information

Mathematics K-8 Content Standards

Mathematics K-8 Content Standards Mathematics K-8 Content Standards Kindergarten K.1 Number and Operations and Algebra: Represent, compare, and order whole numbers, and join and separate sets. K.1.1 Read and write whole numbers to 10.

More information

Fractions, Decimals, Ratio and Percentages (FDRP) Measures (MEA)

Fractions, Decimals, Ratio and Percentages (FDRP) Measures (MEA) Termly assessment Number and Place Value (NPV) Addition and Subtraction (AS) Multiplication and Division (MD) Fractions, Decimals, Ratio and Percentages (FDRP) Measures (MEA) Geometry (GEO) Statistics

More information

For more info and downloads go to: Gerrit Stols

For more info and downloads go to:   Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

Pre-Algebra Notes Unit 10: Geometric Figures & Their Properties; Volume

Pre-Algebra Notes Unit 10: Geometric Figures & Their Properties; Volume Pre-Algebra Notes Unit 0: Geometric Figures & Their Properties; Volume Triangles, Quadrilaterals, and Polygons Syllabus Objectives: (4.6) The student will validate conclusions about geometric figures and

More information

Properties of polygons Year level: 6 7

Properties of polygons Year level: 6 7 Properties of polygons Year level: 6 7 Unit of work contributed by Anne Pillman, Marryatville Primary School, SA L6558 Exploring s. Copyright Alberta Education About the unit Unit description This unit

More information

Area rectangles & parallelograms

Area rectangles & parallelograms Area rectangles & parallelograms Rectangles One way to describe the size of a room is by naming its dimensions. So a room that measures 12 ft. by 10 ft. could be described by saying its a 12 by 10 foot

More information

AREA Judo Math Inc.

AREA Judo Math Inc. AREA 2013 Judo Math Inc. 6 th grade Problem Solving Discipline: Black Belt Training Order of Mastery: Area 1. Area of triangles by composition 2. Area of quadrilaterals by decomposing 3. Draw polygons

More information

Sum of Exterior Angles of Polygons TEACHER NOTES

Sum of Exterior Angles of Polygons TEACHER NOTES Math Objectives Students will determine that the interior angle of a polygon and an exterior angle of a polygon form a linear pair (i.e., the two angles are supplementary). Students will determine that

More information

MATHS. years 4,5,6. malmesbury c of e primary school NAME CLASS

MATHS. years 4,5,6. malmesbury c of e primary school NAME CLASS MATHS years 4,5,6 NAME CLASS malmesbury c of e primary school LEARNING LADDERS CONTENTS Ladder Title Times Tables Addition Subtraction Multiplication Division Fractions Decimals Percentage and Ratio Problem

More information

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape Maths PoS: Year 7 HT1 Students will learn about Number and Shape Number: Use positive and negative numbers in context and position them on a number line. Recall quickly multiplication facts up to 10 10

More information

Mathematics: working hard together, achieving together, making every lesson count

Mathematics: working hard together, achieving together, making every lesson count Maths Mathematics: working hard together, achieving together, making every lesson count The Mathematics Department will provide students with exciting, relevant and challenging Mathematics, delivered by

More information

The Ultimate Maths Vocabulary List

The Ultimate Maths Vocabulary List The Ultimate Maths Vocabulary List The 96 Words Every Pupil Needs to Know by the End of Year 6 KS1 & KS2 How to Use This Resource An essential building block in pupil s understanding of maths is their

More information

Decimals should be spoken digit by digit eg 0.34 is Zero (or nought) point three four (NOT thirty four).

Decimals should be spoken digit by digit eg 0.34 is Zero (or nought) point three four (NOT thirty four). Numeracy Essentials Section 1 Number Skills Reading and writing numbers All numbers should be written correctly. Most pupils are able to read, write and say numbers up to a thousand, but often have difficulty

More information

Draft Schemes of Work Edexcel Primary Curriculum. May Dear Centre,

Draft Schemes of Work Edexcel Primary Curriculum. May Dear Centre, EDEXCEL INTERNATIONAL One90 High Holborn London WC1V 7BH www.edexcel.com/international Draft Schemes of Work Edexcel Primary Curriculum May 2011 Dear Centre, The Schemes of Work in this booklet have been

More information

4 Mathematics Curriculum. Module Overview... i Topic A: Lines and Angles... 4.A.1. Topic B: Angle Measurement... 4.B.1

4 Mathematics Curriculum. Module Overview... i Topic A: Lines and Angles... 4.A.1. Topic B: Angle Measurement... 4.B.1 New York State Common Core 4 Mathematics Curriculum G R A D E Table of Contents GRADE 4 MODULE 4 Angle Measure and Plane Figures GRADE 4 MODULE 4 Module Overview... i Topic A: Lines and Angles... 4.A.1

More information

Unit 10 Study Guide: Plane Figures

Unit 10 Study Guide: Plane Figures Unit 10 Study Guide: Plane Figures *Be sure to watch all videos within each lesson* You can find geometric shapes in art. Whether determining the amount of leading or the amount of glass needed for a piece

More information

Long Term Maths Plan 2013/2014 Year 6

Long Term Maths Plan 2013/2014 Year 6 Long Term Maths Plan 2013/2014 Year 6 Knowledge, skills and understanding 1. During the key stage, pupils should be taught the Knowledge, skills and understanding through: a. activities that extend their

More information

PLC Papers Created For:

PLC Papers Created For: PLC Papers Created For: Year 10 Topic Practice Papers: Polygons Polygons 1 Grade 4 Look at the shapes below A B C Shape A, B and C are polygons Write down the mathematical name for each of the polygons

More information

G2-1 Lines Pages 70 71

G2-1 Lines Pages 70 71 G2-1 Lines Pages 70 71 CURRICULUM REQUIREMENT AB: required BC: required MB: required ON: required Goals Students will identify straight and curved lines and sides, and open and closed lines. PRIOR KNOWLEDGE

More information

INFORMATION FOR PARENTS AND CARERS TARGETS IN MATHEMATICS

INFORMATION FOR PARENTS AND CARERS TARGETS IN MATHEMATICS INITIAL TARGETS I can share 6 objects between 2 children. I can write and use numbers (less than 10) in role play. I can count up to 10 objects independently. I can read and write numbers to 10 independently.

More information

The Geometry Template

The Geometry Template Math Message The Geometry Template Answer the following questions about your Geometry Template. DO NOT count the protractors, Percent Circle, and little holes next to the rulers. 1. How many shapes are

More information

5th Grade Mathematics Essential Standards

5th Grade Mathematics Essential Standards Standard 1 Number Sense (10-20% of ISTEP/Acuity) Students compute with whole numbers*, decimals, and fractions and understand the relationship among decimals, fractions, and percents. They understand the

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS GEOMETRY. 3 rd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS GEOMETRY. 3 rd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS GEOMETRY 3 rd Nine Weeks, 2016-2017 1 OVERVIEW Geometry Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

SSM: Super Second-grader Methods

SSM: Super Second-grader Methods Created by Shelley Snead April 2006 Modified and Animated By Chris Headlee June 2010 Super Second-grader Methods Lines and Angles supplement of CAB is obtuse eliminates A and B CAB = 48 (3 angles of triangle

More information

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability 7 Fractions GRADE 7 FRACTIONS continue to develop proficiency by using fractions in mental strategies and in selecting and justifying use; develop proficiency in adding and subtracting simple fractions;

More information

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name DIRECT AND INVERSE VARIATIONS 19 Direct Variations Name Of the many relationships that two variables can have, one category is called a direct variation. Use the description and example of direct variation

More information

Polygons. Discuss with a partner what a POLYGON is. Write down the key qualities a POLYGON has. Share with the class what a polygon is?

Polygons. Discuss with a partner what a POLYGON is. Write down the key qualities a POLYGON has. Share with the class what a polygon is? Polygons Use a ruler to draw 3 different POLYGONS Discuss with a partner what a POLYGON is Write down the key qualities a POLYGON has Share with the class what a polygon is? *Can you find the area of each

More information

2. In which of the following diagrams is one shape the reflection of the other in the mirror line shown? Make a correct diagram for those that are

2. In which of the following diagrams is one shape the reflection of the other in the mirror line shown? Make a correct diagram for those that are 2. In which of the following diagrams is one shape the reflection of the other in the mirror line shown? Make a correct diagram for those that are not correct. 70 Worksheet 4 1. Use a coordinate grid to

More information

Year 9: Long term plan

Year 9: Long term plan Year 9: Long term plan Year 9: Long term plan Unit Hours Powerful procedures 7 Round and round 4 How to become an expert equation solver 6 Why scatter? 6 The construction site 7 Thinking proportionally

More information

Year 6 programme of study

Year 6 programme of study Year 6 programme of study Number number and place value read, write, order and compare numbers up to 10 000 000 and determine the value of each digit round any whole number to a required degree of accuracy

More information

Geometry Sixth Grade

Geometry Sixth Grade Standard 6-4: The student will demonstrate through the mathematical processes an understanding of shape, location, and movement within a coordinate system; similarity, complementary, and supplementary

More information

Common Core. Mathematics Instruction

Common Core. Mathematics Instruction 014 Common Core Mathematics Instruction 7 Part 1: Introduction rea of Composed Figures Develop Skills and Strategies CCSS 7.G.B.6 In previous grades you learned that you can find the area of many different

More information

Unit 8 Geometry I-1. Teacher s Guide for Workbook 8.1 COPYRIGHT 2010 JUMP MATH: NOT TO BE COPIED

Unit 8 Geometry I-1. Teacher s Guide for Workbook 8.1 COPYRIGHT 2010 JUMP MATH: NOT TO BE COPIED Unit 8 Geometry In this unit, students will identify and plot points in all four quadrants of the Cartesian plane, and perform and describe transformations (reflections, rotations, translations) in the

More information

UNIT 15 Polygons Lesson Plan 1 Angles

UNIT 15 Polygons Lesson Plan 1 Angles Y8 UNIT 15 Polygons Lesson Plan 1 Angles 1A 1B Revising angles T: You must know lots of facts about angles. Let's see how many you can remember. - How many degrees are there around a point? ( 360 ) - How

More information

LEADERS. Long and Medium Term Planning

LEADERS. Long and Medium Term Planning LEADERS Long and Medium Term Planning Medium-Term Planning W Title Curriculum objective 1 Place value and rounding off 2 Mental and written addition and subtraction of large numbers To read, write, order

More information

How does Algebra and Geometry help us make sense of our world?

How does Algebra and Geometry help us make sense of our world? Year 9 senior programme Learning cycle one The KING S Medium Term Plan Mathematics Module Building on prior learning Overarching subject Challenge question Lines of Enquiry Geometry and Algebra (Angles,

More information

Exterior Only this column when the polygon is 1) a) Find the value of x. c) Find the value of x. b) Find the value of x. d) Find the value of x.

Exterior Only this column when the polygon is 1) a) Find the value of x. c) Find the value of x. b) Find the value of x. d) Find the value of x. Not a question, write this on the top of your Test Corrections underneath the heading. Sum Each Angle Interior Exterior Only this column when the polygon is 1) a) Find the value of x. c) Find the value

More information

DATE PERIOD. Lesson Reading Guide

DATE PERIOD. Lesson Reading Guide NAME DATE PERIOD Lesson Reading Guide Get Ready for the Lesson Read the introduction at the top of page 316 in your textbook. Write your answers below. 1. Predict the number of triangles and the sum of

More information

Benjamin Adlard School 2015/16 Maths medium term plan: Autumn term Year 6

Benjamin Adlard School 2015/16 Maths medium term plan: Autumn term Year 6 Benjamin Adlard School 2015/16 Maths medium term plan: Autumn term Year 6 Number - Number and : Order and compare decimals with up to 3 decimal places, and determine the value of each digit, and. Multiply

More information

ame Date Class Practice A 11. What is another name for a regular quadrilateral with four right angles?

ame Date Class Practice A 11. What is another name for a regular quadrilateral with four right angles? ame Date Class Practice A Polygons Name each polygon. 1. 2. 3. 4. 5. 6. Tell whether each polygon appears to be regular or not regular. 7. 8. 9. 10. What is another name for a regular triangle? 11. What

More information

Houghton Mifflin Math Expressions Grade 3 correlated to Illinois Mathematics Assessment Framework

Houghton Mifflin Math Expressions Grade 3 correlated to Illinois Mathematics Assessment Framework STATE GOAL 6: NUMBER SENSE Demonstrate and apply a knowledge and sense of numbers, including numeration and operations (addition, subtraction, multiplication, division), patterns, ratios and proportions.

More information

Houghton Mifflin Math Expressions Grade 2 correlated to Illinois Mathematics Assessment Framework

Houghton Mifflin Math Expressions Grade 2 correlated to Illinois Mathematics Assessment Framework STATE GOAL 6: NUMBER SENSE Demonstrate and apply a knowledge and sense of numbers, including numeration and operations (addition, subtraction, multiplication, division), patterns, ratios and proportions.

More information

Houghton Mifflin Math Expressions Grade 1 correlated to Illinois Mathematics Assessment Framework

Houghton Mifflin Math Expressions Grade 1 correlated to Illinois Mathematics Assessment Framework STATE GOAL 6: NUMBER SENSE Demonstrate and apply a knowledge and sense of numbers, including numeration and operations (addition, subtraction, multiplication, division), patterns, ratios and proportions.

More information

Unit 4 Reasoning about shape. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives

Unit 4 Reasoning about shape. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives Unit 4 Reasoning about shape Five daily lessons Year 4 Autumn term (Key objectives in bold) Unit Objectives Year 4 Describe and visualise 3-D and 2-D shapes, Page 102 including the tetrahedron and heptagon.

More information

Geometry Foundations Planning Document

Geometry Foundations Planning Document Geometry Foundations Planning Document Unit 1: Chromatic Numbers Unit Overview A variety of topics allows students to begin the year successfully, review basic fundamentals, develop cooperative learning

More information

Mathematics Expectations Page 1 Grade 06

Mathematics Expectations Page 1 Grade 06 Mathematics Expectations Page 1 Grade 06 Problem Solving Mathematical Process Expectations 6m1 develop, select, and apply problem-solving strategies as they pose and solve problems and conduct investigations,

More information

Area of Triangles Students are asked to find the area of two different triangles.

Area of Triangles Students are asked to find the area of two different triangles. This is a resource from CPALMS (www.cpalms.org) where all educators go for bright ideas! Resource ID#: 64895 Primary Type: Formative Assessment Area of Triangles Students are asked to find the area of

More information

What You ll Learn. Why It s Important

What You ll Learn. Why It s Important First Nations artists use their artwork to preserve their heritage. Haida artist Don Yeomans is one of the foremost Northwest Coast artists. Look at this print called The Benefit, created by Don Yeomans.

More information

TESSELLATIONS #1. All the shapes are regular (equal length sides). The side length of each shape is the same as any other shape.

TESSELLATIONS #1. All the shapes are regular (equal length sides). The side length of each shape is the same as any other shape. TESSELLATIONS #1 Arrange for students to work in pairs during this lesson. Each pair of students needs unlined paper and two tessellation sets, one red and one blue. Ask students in each pair to share

More information