Stage 3: Artist What do you remember from the last class?

Slides:



Advertisements
Similar presentations
I Spy! Shapes in our world.
Advertisements

The shapes below are examples of regular polygons
5.5 – Use Inequalities in a Triangle 1. Draw an obtuse scalene triangle. 2.Measure all the sides and all of the angles. 3.Find the largest angle and the.
Congruence and Similarity
Areas of Regular Polygons
Patterns. PATTERNS A pattern constitutes a set of numbers or objects in which all the members are related with each other by a specific rule. It is also.
ACT Math Practice. Geometry and Trigonometry Placement Tests Primary content areas included in the Geometry Placement Test include: » Triangles (perimeter,
Composite Shapes Math 10-3 Ch.3 Measurement.  Consider a rectangle with the dimensions 2 cm by 3 cm.  -What is the perimeter? = 10 cm.
Triangle Town Hi, I’m Elke. Pleased to be your guide through Triangle Town. Don’t ever worry about getting lost. I’ll stay with you the whole time.
We can work this out without a calculator.
Perimeter with Variables code-it.co.uk. The weather is variable His moods are variable.
Area of Squares, Rectangles, Parallelograms, and Triangles.
Perimeter of different shapes. *Engage* We take some different shapes How to measure their boundary.
Tangrams Learning Objectives
Working with Variables code-it.co.uk. Variable means changeable The weather is variable His moods are variable.
Jeopardy Terminology Geometry This PowerPoint was revised from the original version from; geometry.ppt.
Koch Curve How to draw a Koch curve.. Start with a line segment (STAGE 0) *Divide the line into thirds *In the middle third produce an equilateral triangle.
They come in many shapes and sizes! 3 measure angles –Acute –Right –Obtuse 3 measure sides –Scalene –Isosceles –Equilateral There are 6 types of triangles.
Calculating the area of a leaning triangle. Calculating Area.
Circles, Polygons and Area WHAT CAN YOU DEDUCE, GIVEN VERY LITTLE INFORMATION?
To find the perimeter of a rectangle, just add up all the lengths of the sides: Perimeter = L + w + L + w         = 2L + 2w To find the area of a rectangle,
Repeating patterns Can you work out the next shape in the pattern?
Toddrick’s Shape Scrapbook By:Toddrick Newton. The perimeter, P, of a rectangle is given by the formula P = 2(l + w) where l is the length width of the.
Stage 6: Bee: Functions What do you remember from the last class? What did you like the best? Any questions?
Turtle Graphics Lesson 2 1. There are 3 homeworks to complete during the six lessons of this unit. Your teacher will let you know when a homework has.
What is a Quadrilateral? A polygon with 4 sides!.
Properties of Triangles
Using the Python Turtle
WALT Calculate missing angles.
What is a Quadrilateral?
LENGTH and PERIMETER.
Finding the Area of a Circle
Triangles.
Corresponding Parts of Similar Triangles
Geometry GLE # 24 Which statement about the two solids are true? A. They both have 5 faces B. They both have 9 edges. C. They both have 6 vertices. D.
LOGO 32 By: Xenon 9S.
Similarity vs Congruence
Common Number Patterns
Here you can learn all about 2-D shapes
Puzzle A Puzzle B.
Copyright © Cengage Learning. All rights reserved.
Imagine a triangle made by connecting the dots on the circumference or in the centre of the circle. Without pointing, how can you describe your triangle?
Area of Shapes.
To complete balancing calculations.
Day 41 – Equilateral triangle inscribed in a circle
Stage 11: Artist: Nested Loops
Name the shape below. rectangle rhombus square triangle A B C D
TRIANGLES AND TYPES OF TRIANGLES
UNIT 8: 2-D MEASUREMENTS PERIMETER AREA SQUARE RECTANGLE PARALLELOGRAM
Geometry Unit Test Review
Classifying Triangles
side length: triangle:
© DMTI (2018) | Resource Materials
Working with Variables
Here you can learn all about 2-D shapes
Stage 7 Artist: Loops.
The Week is Almost Half Way Over! Do Now:
11.1 Vocabulary Circumference PI () Arc Length Radian.
Squares, Right Triangles, and Areas
Turn to Page S.89 Challenging Question
SHAPES By: Ms. Conquest.
Compound Area Compound area is where a shape can be made up of other shapes. The area of a compound shape can be found by calculating the area of the shapes.
Area & Perimeter.
By- Sabrina,Julianna, and Killian
1.2 Rotation Symmetry and Transformations
The Law of Sines.
11.1 Vocabulary Circumference PI () Arc Length Radian.
Can you work out the next shape in the pattern?
Stage 21: Artist: Patterns
Can you work out the next shape in the pattern?
Presentation transcript:

Stage 3: Artist What do you remember from the last class? Clipshrine.com What do you remember from the last class? What was your favorite part?

Objectives Students will: Count the number of times an action should be repeated and represent it as a loop Divide the number of degrees in a circle into even segments Calculate the angles in equilateral and 30 60 90 triangles Given a perimeter and one side of a rectangle, calculate the remaining sides Identify symmetrical shapes Decompose a shape into its smallest repeatable sequence

Video www.studio.code.org/s/course3/stage/3/puzzle/1

Example #1 The triangle is an equilateral triangle. All sides have 60 degrees between them. Your goal is to complete the triangle with the artist. 2 lines are already drawn. Draw the 3rd line. If the artist moves forward which way will he go? He’ll go over the bottom line again. How far does the artist need to move? 200 pixels Which way should the artist turn before he moves? left

Example ( more challenging) penColor(color_random()); moveForward(100); moveBackward(100); turnRight(45); Some of the code is already here. What needs to be added to create the design?

Directions Complete the sequence Progress at the sequence of Stage 3: Artist