MATHS FOR GENIUS: TOWER OF HANOI Pedro Luis Fernández Martínez.

Slides:



Advertisements
Similar presentations
The Towers of Hanoi or Apocalypse When?.
Advertisements

The Algorithmic problems?
5.5 INEQUALITIES IN TRIANGLES (PART TWO). Think back…. What do we remember about the exterior angles of a triangle?
AE1APS Algorithmic Problem Solving John Drake
Analyzing Algorithms and Problems Prof. Sin-Min Lee Department of Computer Science.
MATH DRILLS. 376 three hundred seventy-six 508 five hundred eight.
I can order decimal numbers up to three decimal places (4a)
> Fractions What would you like or of a bar of chocolate ? This -
The Tower of Hanoi Ben Epstein Special Topics 2003.
Chapter Day 25. © 2007 Pearson Addison-Wesley. All rights reserved Agenda Day 25 Problem set 5 Posted (Last one)  Due Dec 8 Friday Capstones Schedule.
CS 106 Introduction to Computer Science I 03 / 28 / 2008 Instructor: Michael Eckmann.
The Tower of Hanoi
Copyright © Ed2Net Learning, Inc.1 Whole Numbers Adding & Subtracting Group #1.
Understanding Whole Numbers Lesson 1-1. Vocabulary standard form – a number is written using digits and place value (the regular way to write numbers).
Chapter 8 With Question/Answer Animations 1. Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence.
Towers of Hanoi. Introduction This problem is discussed in many maths texts, And in computer science an AI as an illustration of recursion and problem.
Math – LEAP Review – GLE’s Presented by Vicki Martinez.
Middle Maths Focus Group
Place Value. PowerPoint created by Parsheena Berch Resource: JBHM material Pictures: Google Images.
Understanding Whole Numbers Lesson 1-1. Vocabulary standard form – a number is written using digits and place value (the regular way to write numbers).
N.S 1.1. Vocabulary Standard form Word form Expanded form.
Chapter 6.1: Recurrence Relations Discrete Mathematical Structures: Theory and Applications.
Hanoi Towers Big Oh Recursion Data Structures and Algorithms CS 244 Brent M. Dingle, Ph.D. Department of Mathematics, Statistics, and Computer Science.
Lesson 5. Place Value The name of the “place” where a digit is within a given number e.x. 456,722 7 = hundreds place value.
The Islanders There are two beautiful yet remote islands in the south pacific. The Islanders born on one island always tell the truth, and the Islanders.
Selection Sort Comparison Data Movement Sorted.
Recursion Colin Capham Recursion – an introduction to the concept.
What I know about decimals:. Decimal Basics Place Value Chart ___ ___ ___ ___ ___. ___ ___ ___ ___ ___ ___ When reading or saying a decimal: 1. Read the.
,211,658 nine million, two hundred eleven thousand, six hundred fifty-eight.
Pass the Buck Every good programmer is lazy, arrogant, and impatient. In the game “Pass the Buck” you try to do as little work as possible, by making your.
Week 1 Make a Maths question using one of these words.Ask your question to another student.Discuss what these words mean.
UNDERSTANDING NUMERALS TO HUNDRED MILLION. The third period in our number system is MILLIONS ONES __ __ __, THOUSANDS ___ ___ ___, MILLIONS ___ ___ __,,
,003 seven thousand, three
CMPF144 FUNDAMENTALS OF COMPUTING THEORY Module 9: The Tower of Hanoi.
Everyday Math Grade 4 – Lesson 2.5 Organizing and Displaying Data Copyright © 2010 Kelly Mott.
Numbers can be written in 2 ways – FIGURES or WORDS Example: or one hundred twenty three thousand seven hundred sixty three.
Hanoi Towers part 1 CS 244 Brent M. Dingle, Ph.D. Game Design and Development Program Department of Mathematics, Statistics, and Computer Science University.
Module 7- Solving Complex Problems Solving Complex Problems The Towers Of Hanoi.
St. Paul’s Cathedral In West End of London one can see the famous St. Paul’s Cathedral which is the third largest church in the world. It contains the.
Tower of Hanoi problem: Move the pile of rings from one peg to another
Pramada Ramachandran, Assistant Professor, Department of Mathematics,
Know the number of 100’s in centuries and thousands.
Read, Write, Order and Compare Numbers up to
Understanding Whole Numbers
Math Jeopardy Place Value Subtraction Addition Bar Graphs Wild Card 10
Whole Numbers and Decimals
Jeopardy Hosted by Miss Cullen.
Compare and order whole numbers
„Maths in English” Part two.
PLACE VALUE.
Scientific notation APES Math Topics 1 and 2.
BILLION HUNDRED MILLION TEN MILLION MILLION HUNDRED THOUSAND TEN THOUSAND THOUSANDHUNDREDSTENSONES
Math Review #1 Math 8.
Is it worth 5 or 50?.
Is it worth 5 or 50?.
Consecutive Integers: Numbers are one apart
Subtraction Towers LOGO.
PLACE VALUE Hundred thousands Ten thousands Thousands Hundreds
Tower of Hanoi problem: Move the pile of rings from one peg to another
The Hanoi Tower Problem
Tower of Hanoi Algorithm
Spelling, Writing and Reading Numbers
Can you put the symbols in?
Every number has its place!
F5 To do this activity you should: Know the square numbers
Tower of Hanoi problem: Move the pile of rings from one peg to another
+/- Numbers Year 6 – Place value, rounding and mental methods
3,050,020 = 3,000, Write the number in words. 6,140,050 = 6,000, ,
15-April 2019 LO: I can read, write, compare and order numbers with up to seven digits.
Presentation transcript:

MATHS FOR GENIUS: TOWER OF HANOI Pedro Luis Fernández Martínez

Legend says that many years ago when God was creating the world, he put three rods with 64 discs of pure gold from largest to smallest size in a small church. The task was to pass the 64 discs from one bar to another, and when the puzzle was done the world would end. Studies done today would say that the minimum number of movements to complete the task is 18,000 million and if you worked at a rate of one movement per second it would take six thousand million centuries.

In this Tower of Hanoi you only have 5 discs so you have to pass the 5 discs of the first bar to the third one. But there are two rules: 1. You can’t move two discs at the same time. 2. You can’t put a big disc on a smaller one. That’s all but before you do the problem I’m going to give you a clue, the minimum number of movements that you have to do is an odd number that is between twenty and fifty.

THE END