Problem Solving and Mazes

Slides:



Advertisements
Similar presentations
Mouse Tutorial for Win XP In this tutorial you will learn to: Move the mouse Click and double click Make selections Manage windows Use menus Click the.
Advertisements

s How to send an 1.Log on to your using the correct addrss, when you first log in it will look something like this. 2.Towards the.
BELLWORK SINGLE POINT PERSPECTIVE
How to import and edit video clips in Windows Movie Maker
Usually the next step is to run the Cognitive Tests. Click on “Run Cognitive Tests” button to start testing. All of the tests begin with you giving a brief.
BackTracking Algorithms
 When using the rotary cutter always walk with the blade closed. To open the blade place four fingers around the handle and slide the blade guard button.
Right and Left Turns.
Searching Algorithms Finding what you are looking for.
Table of Contents Why Play Chess? Setting Up the Board Get to Know the Pieces Check and Checkmate What the Chess Pieces Are Worth Opening Goals Endgame.
Announcements Assignment #4 is due tonight. Last lab program is going to be assigned this Wednesday. ◦ A backtracking problem.
Signals, Signs, and Road Markings Sophomore Driver Education.
Place captured red pieces here Place captured yellow pieces here To use as Kings Rules New Game Exit Left mouse click on piece – drag to desired location.
Problem of the Day Problem of the Day next Geometry - Connect the Dots
Module 5 Lesson 10.
Solving Puzzles Solutions Puzzle 1: Word Search Sample Algorithm:
Backtracking COP Backtracking  Backtracking is a technique used to solve problems with a large search space, by systematically trying and eliminating.
Physics 218, Lecture IV1 Physics 218 Lecture 4 Dr. David Toback.
Euler Circuit Chapter 5. Fleury’s Algorithm Euler’s theorems are very useful to find if a graph has an Euler circuit or an Euler path when the graph is.
Create a Crossword. You should have 24 personal vocabulary words from your reading of Chew on This. You will use at least 20 of them to make a crossword.
Loops and Switches. 1. What kind of blocks are these? 2. Name two kinds of controls that can be specified to determine how long a loop repeats. 3. Give.
Mastering Your Word Processing Skills
Day and Night by M.C. Escher
Solving Puzzles Name(s): _______________________ Puzzle 1: Word Search
You are going 25 m/s North on I-35. You see a cop parked on the side of the road. What is his velocity related to you. A.25 m/s South B.25 m/s North C.0.
Header (unit) 1) Vertical. Your data table should have columns at the top and the data should be underneath the columns. The data table should not be horizontal.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Representing and Using Graphs
1 Insert a square and a rectangle below. Change the fill color and the line color of the square to red. Change the fill color and the line color of the.
Problem Solving and Mazes
Comic Book Lesson You will: Apply 2 inch by 2 inch grid lines to your poster board Poster board is 13 inches wide by 20 inches long.
MODULE 1 LESSON 2 Relate multiplication to the array model.
Barclays Robot Challenge Learn how to Program Robots.
LEARN ABOUT LINEAR PERSPECTIVE.
Relate skip-counting by fives on the clock and telling time to a continuous measurement model, the number line Lesson 2.2.
Plans in Perspective Learning About Architecture Lesson Two Learning Goals Learning to draw architecture with dimension using perspective Understanding.
Getting Started 2.6. Guiding Questions How can solving easier problems help us find the product of a multiplication problem? How can solving easier problems.
Every chess master was once a beginner. Irving Chernev
Problem Solving with Time Skip counting and number lines.
How to make a Tessellation By: Tyler Gaucher. First you open up paint and make a box, To make a box you click on the blue box on the left side. Then draw.
Introduction to Drafting and Design In order to begin our drawing we have to set the drawing limits or the paper size.
To view this in “presentation” mode, go to Slide Show  View Show (the toolbar at the top of the page) Use the “Enter” key to advance to the next slide.
2D Design – A Guide! SECTION 1.
CPS Backtracking, Search, Heuristics l Many problems require an approach similar to solving a maze ä Certain mazes can be solved using the “right-hand”
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
Create a space Using the box Draw tool for your image.
Cones.  Cones are shapes that have a circular base and come to one point at the top.
1 Point Perspective Students will tape down a piece of paper and go through the steps As we go through the presentation.
Starting your Pentatonic Song Project With Sibelius STOP! You cannot start until your Pentatonic Song worksheet has been completed & approved by the teacher!
Cones. Cones are shapes that have a circular base and come to one point at the top.
Module 3 Lesson 13. Objectives  Read and write numbers within 1,000 after modeling with place value disks.  Model numbers with more than 9 ones or 9.
Here is a small example of the puzzle you will be completing today. You will start in the top left corner, and end at the bottom right using 3 different.
Thurso High School Design and Technology Tutorial Two Dice.
2-POINT PERSPECTIVE. Exercise: Follow the next steps in order to create a box in a 2-point perspective.
Making Finger Joints.
Example 1 Factor ax2 + bx + c
CHESS.
Solving Mazes Troy Mahon.
Shape and One Point Perspective Project
2 point perspective.
QUESTION INSTRUCTIONS
Chapter 7 Objectives Solve problems involving centripetal force.
How can you represent and locate fractions on a number line?
© DMTI (2018) | Resource Materials
QUESTION INSTRUCTIONS
Every chess master was once a beginner. Irving Chernev
Creating a Simple Game in Scratch
Backtracking, Search, Heuristics
Header (unit) 1) Vertical. Your data table should have columns at the top and the data should be underneath the columns. The data table should not be.
Backtracking, Search, Heuristics
Presentation transcript:

Problem Solving and Mazes Name(s): _______________________ Problem Solving and Mazes The Basic Maze: Can you solve the maze on the left? Start at the entrance on the left, and try to exit out of the top. As you work, make note of the steps and strategies you used to solve the maze below: One common algorithm for solving a maze is to try a path and go as far along that path as possible. If you hit a dead end, backtrack to the most recent fork in the road where you haven’t already tried all of the options, and then repeat the process with this new path. http://www.uefap.com/speaking/exercise/mazes/mazes.htm

Name(s): _______________________ The Restricted Maze: Travel along the white roads from start to finish. At each intersection, you must follow one of the red arrows. You may only travel in a certain direction only when there is an arrow that follows the same path. For example, You cannot make a right turn from the starting point. Algorithms that involve starting at the end of the puzzle and working backward will make this puzzle much easier! http://www.logicmazes.com/ How is this maze different from the first one? What strategies did you use to solve it?

Name(s): _______________________ The No-Left-Turn Maze: Can you solve this maze? Follow the path to get to the goal, but do NOT make any LEFT turns. At each intersection, you may only go straight or turn right. How is this maze different? What were the strategies you used to solve this maze? Going backward will be helpful at breaking the maze down into smaller, easier goals, but if you do choose to go backward, be sure to restrict right turns instead of left turns. http://www.logicmazes.com/

Name(s): _______________________ The Tilt Maze: This maze is like the party favor toy: you are the red ball and you want to get to the blue box. When you choose a direction to go in, you must keep traveling in that direction until you hit one of the barriers. You must travel in a straight line, and you can only choose a new direction to move in if you’ve been stopped by a barrier. How is this puzzle different from the first three? What new rules did you have to follow? What strategies did you use to solve this maze? Try to keep track of any dead ends you hit, and avoid them as you head toward the goal.

Name(s): _______________________ The Number Maze: Start on the square with a circle in it and try to find a path to the space marked ‘G’. From each square, you can move exactly as many spaces as the number in the square. Every move must be in a straight horizontal or vertical line. What strategies did you use to solve this maze? One algorithm involves starting at the beginning, then writing a 1 in every space you can reach from there, then write a 2 in every un-marked space you can reach from spaces marked 1, etc. Once you write a number in the goal space, then count back down, marking your path.

Name(s): _______________________ Create Your Own Maze: In the space below, draw your own maze and write down a set of rules for your maze next to your maze (it could be as simple as “start here and end at the star” or it could be more complicated!). When you are finished, hand your maze to your partner and go onto the next page. Answers may vary 

Name(s): _______________________ Bonus Mazes: If you finish early, work on the mazes below.