Prime Geometry Primes are a topic of enduring interest. “God gave us primes.” “Describe pictures to alien civilizations using N bits where N is the cube.

Slides:



Advertisements
Similar presentations
Game Procedures Who does what, where, when, and how?
Advertisements

Tic Tac Toe Game Design Using OOP
TIC-TAC-TOE FELIX CHEN CLUSTER 5: Computers in Biophysics and Robotics.
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.
Activity 1: Where am I? Play in pairs Each player has a number line or bead string and a pack of number cards Each player takes turns to turn over a number.
Dice Task Task 1Task 2Task 3Task 4 Task 5Task 6Task 7Task 8 NC Level 3 to 6.
X Australian Curriculum Year 5 Solve problems involving multiplication of large numbers by one or two digit numbers using efficient mental, written strategies.
Trial and Improvement Practice © T Madas.
BINGO! Topic Create Your Game Card You will need a blank piece of paper.
CSE1301 Computer Programming: Lecture 27 Game Programming: Bingo.
© 2007 Ray S. Babcock Tracks Game is played on a (nxn) set of squares. There are three possible moves (labeled A,B,C). Players alternate making a move.
Using Reduction for the Game of NIM. At each turn, a player chooses one pile and removes some sticks. The player who takes the last stick wins. Problem:
MULTIPLICATION STAGE 1 SUMMARY – VOCABULARY IMAGES KEY SKILLS
Investigation #1 Factors (Factor Game).
Pre-Lab 15B: Periodic Table Challenge
Investigation #1 (cont.)
Multiplication Mania Let’s practice your multiplication facts.
Investigation #1 Factors and Products.
Set Theory Topic 1: Logical Reasoning. I can determine and explain a strategy to solve a puzzle. I can verify a strategy to win a game. I can analyze.
Tables 4 th grade. Lesson and Behavioral Objectives.
CONFIDENTIAL1 Today we will discuss about the topic: Patterns to multiply by 2, 10, 100 Good Afternoon! Let’s Warm up:. 1) 4 x 3 = x 2) 2 x 1 = 3) 7 x.
© T Madas From the numbers in the list below, find: the square numbers.
Investigation #1 (cont.) Products and Multiples. 1.3 The Product Game.
Games. Numble The game state is an integer number >0 Alternatively, a player can - divide by a prime number if >1 - subtract 1 if number > 1 The player.
Crystal Bennett Joshua Chukwuka Advisor: Dr. K. Berg.
Objective: to teach the basics of recruiting and hiring through a presentation and games Ice breaker –> for groups of 20 + How to begin recruiting Hiring.
Game Procedures Who does what, where, when, and how?
Decimal Roll Game Today’s Learning Goals  We will continue to practice comparing and adding/subtracting decimal numbers by playing a game.
Math for Smart Kids Book 1: Multiplication & Division By Mor Harchol-Balter, Ph.D. Copyright March 2003.
A game based off of the esteemed classic By: Tadziu Kosiara.
Winning Strategies of Games Played with Chips. I got a interesting game Now we show the game P 1 =4 P 2 =6 P 3 =8 Rule 1: Two players.
How Do I Solve This Thing?. You are familiar with Sudoku puzzles. For this variation, place the integers 1 – 9 into each row or column such that the.
Problem Decomposition and Abstraction. Problem Solving Which one is easier:  Solving one big problem, or  Solving a number of small problems?
Long Multiplication ÷ ÷ + ÷ ÷ + Using the ‘Grid Method’
By Luke. What is Sudoku? Sudoku is a number game it has 81 squares. The only numbers you can use are 1,2,3,4,5,6,7,8 and 9.
160 as a product of its prime factors is 2 5 x 5 Use this information to show that 160 has 12 factors.
© T Madas What comes next and what is the name of these sequences?
Fractions, Decimals, and Percents Today’s Learning Goals We will review the link between fractions, decimals, and percents by playing the Four in a Row.
Modeling the Game of Brain Cube Leslie Muzulu, Kristal Jameson, and Kathy Radloff; St. Catherine University Game Description Brain Cube is a puzzle game.
Practical Games and Exercises. COMPETITION IN WRITING Purpose. Train recognition of words spoken by letters. Description of the game. This game can be.
College of West Anglia Red Hot Starters College of West Anglia.
ODDS.  Another way to describe the chance of an event occurring is with odds. The odds in favor of an event is the ratio that compares the number of.
Differences What questions would a mathematician ask?
PowerPointmaths.com © 2004 all rights reserved
Simplifying 1 + 2a + b + 1 a + b a + b + 1 2a b + a + b
C nnect 4 Group 9-18 See Zhuo Rui Jorelle 3S3 (Leader)
Cube and its properties
Objective: Today we will investigate the ‘magic’ in magic squares.
Simplifying 1 + 2a + b + 1 a + b a + b + 1 2a b + a + b
Collect HW – Compound Shapes
Magic Squares   10   X.
Year 6 Mathematics Resources
Year 4 (National Numeracy Strategy) (Based on DFEE Sample Lessons)
Year 4 (National Numeracy Strategy) (Based on DFEE Sample Lessons)
© T Madas.
Addo How to play.
HOW TO COPY AND PASTE THE SNAP CUBES.
© T Madas.
HOW TO COPY AND PASTE THE SNAP CUBES.
Once you have filled a square with your colour, you get another turn.
Once you have filled a square with your colour, you get another turn.
HOW TO COPY AND PASTE THE SNAP CUBES.
2 Digit Decimals – Dividing – Connect 3
1 Digit Decimals – Subtracting – Connect 3
What would tell you that the Odds and Even game is fair?
1 Digit Decimals – Multiplying – Connect 3
Primes, Factors & Multiples – Guess!
Ratios to Percentages – Connect 3
Whose is it? Game.
How likely it is that some events will occur?
Presentation transcript:

Prime Geometry Primes are a topic of enduring interest. “God gave us primes.” “Describe pictures to alien civilizations using N bits where N is the cube of a prime.” Lots is known about the density of primes. What about the density of the geometry of primes?

Prime Squares Square grid whose rows and columns are prime numbers. No two rows are same; no two columns are same. Ambidextrous if rows are also prime right to left. Omnidextrous if ambidextrous and columns are primes down to up and diagonals in all directions.

What Kind of Prime Square is this?

It’s a Prime Square

It’s an Ambidextrous Prime Square

It’s not Omnidextrous

An Omnidextrous Prime 3- square with three digits

Upstart Questions For which n are there prime ambidextrous/omnidextrous n-squares? (Density of primes suggests that prime n-squares should be easy to find as n gets larger.) For each such n, how few digits can be used?

Upstart Prime Game Suppose we can play a game on an n x n board, n odd, in which players alternate by placing numbers on the board except the second player gets the last two moves. If a move completes one or more n digit primes in any direction for the first time, then the player gets points = number of new primes.

Development of Game: Player 1 5

Development of Game: Player 2 95

Development of Game: Player 1 wins two 95 3

Development of Game: Player

Development of Game: Player 1 wins two more (4)

Development of Game: Player 2 wins two

Development of Game: Player 1 wins two more (6)

Development of Game: Player 2 gets five (7)

In general? First player has a big advantage at the beginning, but second player wins many points at end by filling the last two places. Can you find a guaranteed winner for n x n prime square, where n is odd?