Final Math Paper. James Marden. December 3, Introduction. Mersenne primes are a set of primes which are of the form: (2 p ) 1 = M

Size: px
Start display at page:

Download "Final Math Paper. James Marden. December 3, Introduction. Mersenne primes are a set of primes which are of the form: (2 p ) 1 = M"

Transcription

1 Final Math Paper James Marden December 3, 2016 Introduction Mersenne primes are a set of primes which are of the form: (2 p ) 1 = M There are currently only 49 known Mersenne primes, the smallest of which is = 3, and the largest being ( ) 1. Of these, 15 have been found through the Great Internet Mersenne Prime Search (GIMPS). None of the Mersenne primes were actually discovered by Mersenne himself. Marin Mersenne Marin Mersenne was a French music theorist, mathematician, and thinker during the 1600 s. He was said to be the center of the world of science and mathematics during the first half of the 1600s. In the wake of the Renaissance, pure mathematics continued to flourish in Paris in particular. He was an ordained priest and professor of theology and philosophy at Nevers. He would go on to work with the likes of Descartes, Pascal, and Galileo as well as almost 140 others. Mersenne was born to a working class French family in His family struggled economically, but was able to make ends meet to send him the Collge du Mans until he was sixteen, and after that the newly founded Jesuit School in La Flche. The Jesuit school was set to be a model school for 1

2 students of all financial backgrounds. This is likely why Mersenne was able to attend the school without issue. Had Mersenne not been born during the Renaissance and the push for affordable schooling he likely would not have been able to attend a high caliber school and go on to do the work he did. After completing his time at the Jesuit School, his father pushed him towards a career in the church. He spent several years studying theology and philosophy at the Sorbonne. He would receive a degree in Philosophy, but gained an appreciation for theology during his time there. Mersenne resisted studying religion formally at first, but eventually realised he could balance his studies as well as a religious career. When leaving Paris, he stayed at a convent of the Minims. He decided to leave Paris to study at the Order of the Minims. The Minims believed they practiced the least religion on Earth. They lived lives of prayer ans scholarship. They wore simple wool clothes, as shown below, and lived simple lives. He became an ordained priest in 1612 and would begin teaching in Mersenne s first works were in theology and philosophy. 2

3 It was not until the late 1620 s that Mersenne returned in full to Mathematics. He would go on to organize meetings of scholars to review scientific and mathematical papers from France and around the world. Although he did not publish much in mathematics, he published papers in acoustics and the speed of sound as well as being a facilitator for the flow of mathematical and philosophical ideas in Europe. Most of Mersenne s notable work was in harmonics, acoustics, and music theory. In the 1630 s Mersenne became ill and began travelling in an attempt to cure his illness. Athough unsuccessful in finding a cure, he did meet many mathematicians across Europe, mostly in Holland. During the late 1630 s and early 1640 s, Mersenne s advice and influence in Bordeaux and Guyenne would lead to the formation of the Royal Academy of Sciences(Acadmie Royale des Sciences). He would undergo an unsuccessful surgery to remove an abscess in his lung. Mersenne died shortly after. Notable Types of Prime Numbers Fermat Primes: Primes of the form 2 2n + 1 (these will be discussed in detail 3

4 later) Mersenne Primes: Primes of the form 2 p 1 Double Mersenne Primes: Primes of the form 2 2p 1 1 or 2 Mp 1 Wagstaff Primes: Primes of the form (2 p + 1)/3. A larger amount of prime numbers produce Wagstaff Primes, compared to Mersenne Primes, but the results are far more difficult to test and are not nearly as large. The largest Wagstaff Prime has just four million digits, compared to the largest Mersenne Prime which contains 22 million. Proth Primes: Primes of the form k 2 n + 1, these are further classified into Cullen Primes which are of the form n 2 n + 1. The largest known Proth Prime contains over nine million digits, while the largest Cullen Prime is just over two million digits. Sophie Germain Primes: Primes which form another prime when used in the equation 2p + 1. It is conjectured that there are an infinite number of Germain primes, but it has not been proven in the positive or negative. Notable Mention: Twin: p, p + 2 Cousin: p, p + 4 Sexy: p + 6 Fermat Primes Fermat Primes, as mentioned, are primes of the form 2 2n + 1. They are only important due to historical context and that they lead into Fermat-Mersenne Primes. Fermat primes are an odd case. The first five Fermat Numbers are all prime (n=0 to n=4), but none have been discovered beyond that. All numbers tested from n=5 and above are composite. This is an incredibly odd and interesting pattern. The formula works so well to start, but is entirely in ruins after just a few repetitions. It is known that not all Fermat numbers are prime, but it is unknown how many Fermat Primes there are. 4

5 Mersenne-Fermat Primes Mersenne-Fermat numbers are those of the form (2 pr 1)/(2 pr 1 1). When p=2, these are also Fermat numbers. The denominator of the expression is the form of a Double Mersenne Prime. There are only eight Mersenne- Fermat Primes, the largest of which being MF(59,2) such that MF (p, r) = (2 pr 1)/(2 pr 1 1) This produces: Although a large number that will cause most calculators to produce Infinity, it is relatively small by comparison. It only has 18 digits while the largest Mersenne Prime has more than a million times as many. Mersenne Primes are a special class of numbers and more specifically of prime 5

6 numbers. Not all primes are Mersenne Primes, and not all Mersenne numbers are Prime. The first non-prime Mersenne Number is p = 11, producing = 2047 which is divisible by 23 and 89. The prime numbers which produce Mersenne Primes are increasingly spread out over the following series of primes. Proof of Why the Exponent Must be Prime If: (2 n ) 1 = M produces a prime number, M, then n must also be prime. We will prove this by contradiction. Let us assume that n may be composite, n = x y. In this case 2 xy 1 then, 2 xy 1 = 2 x 1 (2 x y x y x + 1) This means that 2 x 1 divides 2 xy 1 and if one were to show the opposite proof it would be shown that 2 y 1 also divides 2 xy 1. Therefore, there cannot be any numbers x and y that multiply to n if the Mersenne number is represented in the form 2 n 1 so n must be a prime number p. Lucas-Lehmer Test The Lucas-Lehmer test is a primality test specific for Mersenne Numbers. It is incredibly fast compared to other primality tests, allowing large Mersenne Numbers to be tested relatively quickly. The test says that to show a Mersenne Number is prime, it must be shown that s(n) = (s(n 1) 2 2)Modp where s(0) = 4 and s(n) = s(n 1) 2 2. The first few numbers of this sequence are 4, 14, 194, This is the test used by GIMPS and most other programs that attempt to find Mersenne Primes. Great Internet Mersenne Prime Search The Great Internet Mersenne Prime Search was started in 1996, finding their first Mersenne Prime later that year. Since, they have discovered 14 more, the most recent being in January of The idea of the project is fairly simple, but incredibly effective on a large scale. The project asks people to 6

7 use the free CPU on their computers to help run primality tests and check factorizations. The Website allows people to form teams or work individually to donate CPU time to help check potential primes. To join in the search, users simply register an account, download the program Prime95 and allow their processor to run the program and check primes with unused processor cycles. The project will award $3,000 to any user who discovers a Mersenne Prime with less than 100,000,000 digits, and $50,000 to a user who discovers a Mersenne Prime with more than 100,000,000 digits. The most recently discovered Mersenne Prime (January 7th 2016) is the largest known prime number. The six largest prime numbers are all Mersenne Primes, with 15 of the 16 largest prime numbers being Mersenne Primes. This is due to the fact that the formula to produce new Mersenne numbers is very straightforward and more importantly that the Lucas-Lehmer test is incredibly fast compared to other known primality tests for other forms of prime numbers. 7

8 Refernces

Proof that Mersenne Prime Numbers are Infinite and that Even Perfect Numbers are Infinite

Proof that Mersenne Prime Numbers are Infinite and that Even Perfect Numbers are Infinite Proof that Mersenne Prime Numbers are Infinite and that Even Perfect Numbers are Infinite Stephen Marshall 7 November 208 Abstract Mersenne prime is a prime number that is one less than a power of two.

More information

The Strong Finiteness of Double Mersenne Primes and the Infinity of Root Mersenne Primes and Near-square Primes of Mersenne Primes

The Strong Finiteness of Double Mersenne Primes and the Infinity of Root Mersenne Primes and Near-square Primes of Mersenne Primes The Strong Finiteness of Double Mersenne Primes and the Infinity of Root Mersenne Primes and Near-square Primes of Mersenne Primes Pingyuan Zhou E-mail:zhoupingyuan49@hotmail.com Abstract In this paper

More information

Formulas for Primes. Eric Rowland Hofstra University. Eric Rowland Formulas for Primes / 27

Formulas for Primes. Eric Rowland Hofstra University. Eric Rowland Formulas for Primes / 27 Formulas for Primes Eric Rowland Hofstra University 2018 2 14 Eric Rowland Formulas for Primes 2018 2 14 1 / 27 The sequence of primes 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

More information

PT. Primarity Tests Given an natural number n, we want to determine if n is a prime number.

PT. Primarity Tests Given an natural number n, we want to determine if n is a prime number. PT. Primarity Tests Given an natural number n, we want to determine if n is a prime number. (PT.1) If a number m of the form m = 2 n 1, where n N, is a Mersenne number. If a Mersenne number m is also a

More information

PROPERTIES OF MERSENNE NUMBERS AND PRIMES

PROPERTIES OF MERSENNE NUMBERS AND PRIMES PROPERTIES OF MERSEE UMBERS AD PRIMES If one looks at the sequence of numbers- = 3, 7, 31, 127, 2047, 8291, 131071, 524287 one notices that its elements are, with the exception of 2047, prime numbers defined

More information

The Unreasonably Beautiful World of Numbers

The Unreasonably Beautiful World of Numbers The Unreasonably Beautiful World of Numbers Sunil K. Chebolu Illinois State University Presentation for Math Club, March 3rd, 2010 1/28 Sunil Chebolu The Unreasonably Beautiful World of Numbers Why are

More information

Wilson s Theorem and Fermat s Theorem

Wilson s Theorem and Fermat s Theorem Wilson s Theorem and Fermat s Theorem 7-27-2006 Wilson s theorem says that p is prime if and only if (p 1)! = 1 (mod p). Fermat s theorem says that if p is prime and p a, then a p 1 = 1 (mod p). Wilson

More information

To be able to determine the quadratic character of an arbitrary number mod p (p an odd prime), we. The first (and most delicate) case concerns 2

To be able to determine the quadratic character of an arbitrary number mod p (p an odd prime), we. The first (and most delicate) case concerns 2 Quadratic Reciprocity To be able to determine the quadratic character of an arbitrary number mod p (p an odd prime), we need to be able to evaluate q for any prime q. The first (and most delicate) case

More information

Sheet 1: Introduction to prime numbers.

Sheet 1: Introduction to prime numbers. Option A Hand in at least one question from at least three sheets Sheet 1: Introduction to prime numbers. [provisional date for handing in: class 2.] 1. Use Sieve of Eratosthenes to find all prime numbers

More information

An interesting class of problems of a computational nature ask for the standard residue of a power of a number, e.g.,

An interesting class of problems of a computational nature ask for the standard residue of a power of a number, e.g., Binary exponentiation An interesting class of problems of a computational nature ask for the standard residue of a power of a number, e.g., What are the last two digits of the number 2 284? In the absence

More information

Modular Arithmetic. Kieran Cooney - February 18, 2016

Modular Arithmetic. Kieran Cooney - February 18, 2016 Modular Arithmetic Kieran Cooney - kieran.cooney@hotmail.com February 18, 2016 Sums and products in modular arithmetic Almost all of elementary number theory follows from one very basic theorem: Theorem.

More information

UNC Charlotte 2008 Algebra March 3, 2008

UNC Charlotte 2008 Algebra March 3, 2008 March 3, 2008 1. The sum of all divisors of 2008 is (A) 8 (B) 1771 (C) 1772 (D) 3765 (E) 3780 2. From the list of all natural numbers 2, 3,... 999, delete nine sublists as follows. First, delete all even

More information

PRIMES IN SHIFTED SUMS OF LUCAS SEQUENCES. Lenny Jones Department of Mathematics, Shippensburg University, Shippensburg, Pennsylvania

PRIMES IN SHIFTED SUMS OF LUCAS SEQUENCES. Lenny Jones Department of Mathematics, Shippensburg University, Shippensburg, Pennsylvania #A52 INTEGERS 17 (2017) PRIMES IN SHIFTED SUMS OF LUCAS SEQUENCES Lenny Jones Department of Mathematics, Shippensburg University, Shippensburg, Pennsylvania lkjone@ship.edu Lawrence Somer Department of

More information

N umber theory provides a rich source of intriguing

N umber theory provides a rich source of intriguing c05.qxd 9/2/10 11:58 PM Page 181 Number Theory CHAPTER 5 FOCUS ON Famous Unsolved Problems N umber theory provides a rich source of intriguing problems. Interestingly, many problems in number theory are

More information

Intermediate Math Circles October 8, 2008 Number Theory I

Intermediate Math Circles October 8, 2008 Number Theory I 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Intermediate Math Circles October 8, 2008 Number Theory I Opening Problem I Suppose that you are given

More information

0:00:07.150,0:00: :00:08.880,0:00: this is common core state standards support video in mathematics

0:00:07.150,0:00: :00:08.880,0:00: this is common core state standards support video in mathematics 0:00:07.150,0:00:08.880 0:00:08.880,0:00:12.679 this is common core state standards support video in mathematics 0:00:12.679,0:00:15.990 the standard is three O A point nine 0:00:15.990,0:00:20.289 this

More information

Whole Numbers. Whole Numbers. Curriculum Ready.

Whole Numbers. Whole Numbers. Curriculum Ready. Curriculum Ready www.mathletics.com It is important to be able to identify the different types of whole numbers and recognize their properties so that we can apply the correct strategies needed when completing

More information

A Guide to the William Edmonds Horner Papers

A Guide to the William Edmonds Horner Papers A Guide to the William Edmonds Horner Papers 1821-1969 18.0 Items Prepared by Joseph-James Ahern July 2010 The University Archives and Records Center 3401 Market Street, Suite 210 Philadelphia, PA 19104-3358

More information

Ideas beyond Number. Teacher s guide to Activity worksheets

Ideas beyond Number. Teacher s guide to Activity worksheets Ideas beyond Number Teacher s guide to Activity worksheets Learning objectives To explore reasoning, logic and proof through practical, experimental, structured and formalised methods of communication

More information

Whole Numbers WHOLE NUMBERS PASSPORT.

Whole Numbers WHOLE NUMBERS PASSPORT. WHOLE NUMBERS PASSPORT www.mathletics.co.uk It is important to be able to identify the different types of whole numbers and recognise their properties so that we can apply the correct strategies needed

More information

Number Patterns - Grade 10 [CAPS] *

Number Patterns - Grade 10 [CAPS] * OpenStax-CNX module: m38376 1 Number Patterns - Grade 10 [CAPS] * Free High School Science Texts Project Based on Number Patterns by Rory Adams Free High School Science Texts Project Mark Horner Heather

More information

Institute of Information and Mathematical Sciences. Prime Number Search Algorithms

Institute of Information and Mathematical Sciences. Prime Number Search Algorithms Institute of Information and Mathematical Sciences Prime Number Search Algorithms (Mersenne Primes Search) 11191649 Jun Li June, 2012 Contents CHAPTER 1 INTRODUCTION... 1 1.1 BACKGROUND... 1 1.2 MERSENNE

More information

( for 2 lessons) Key vocabulary: triangle, square, root, hypotenuse, leg, angle, side, length, equation

( for 2 lessons) Key vocabulary: triangle, square, root, hypotenuse, leg, angle, side, length, equation LESSON: Pythagoras Theorem ( for 2 lessons) Level: Pre-intermediate, intermediate Learning objectives: to understand the relationship between the sides of right angled-triangle to solve problems using

More information

Developing Conceptual Understanding of Number. Set D: Number Theory

Developing Conceptual Understanding of Number. Set D: Number Theory Developing Conceptual Understanding of Number Set D: Number Theory Carole Bilyk cbilyk@gov.mb.ca Wayne Watt wwatt@mts.net Vocabulary digit hundred s place whole numbers even Notes Number Theory 1 odd multiple

More information

Math Fundamentals for Statistics (Math 52) Unit 2:Number Line and Ordering. By Scott Fallstrom and Brent Pickett The How and Whys Guys.

Math Fundamentals for Statistics (Math 52) Unit 2:Number Line and Ordering. By Scott Fallstrom and Brent Pickett The How and Whys Guys. Math Fundamentals for Statistics (Math 52) Unit 2:Number Line and Ordering By Scott Fallstrom and Brent Pickett The How and Whys Guys Unit 2 Page 1 2.1: Place Values We just looked at graphing ordered

More information

Assignment 2. Due: Monday Oct. 15, :59pm

Assignment 2. Due: Monday Oct. 15, :59pm Introduction To Discrete Math Due: Monday Oct. 15, 2012. 11:59pm Assignment 2 Instructor: Mohamed Omar Math 6a For all problems on assignments, you are allowed to use the textbook, class notes, and other

More information

Multiple : The product of a given whole number and another whole number. For example, some multiples of 3 are 3, 6, 9, and 12.

Multiple : The product of a given whole number and another whole number. For example, some multiples of 3 are 3, 6, 9, and 12. 1.1 Factor (divisor): One of two or more whole numbers that are multiplied to get a product. For example, 1, 2, 3, 4, 6, and 12 are factors of 12 1 x 12 = 12 2 x 6 = 12 3 x 4 = 12 Factors are also called

More information

Marin Mersenne,

Marin Mersenne, Marin Mersenne, 1588 1648 Shailesh A Shirali Shailesh Shirali is Director of Sahyadri School (KFI), Pune, and also Head of the Community Mathematics Centre in Rishi Valley School (AP). He has been in the

More information

18.204: CHIP FIRING GAMES

18.204: CHIP FIRING GAMES 18.204: CHIP FIRING GAMES ANNE KELLEY Abstract. Chip firing is a one-player game where piles start with an initial number of chips and any pile with at least two chips can send one chip to the piles on

More information

3.1 Factors and Multiples of Whole Numbers

3.1 Factors and Multiples of Whole Numbers Math 1201 Date: 3.1 Factors and Multiples of Whole Numbers Prime Number: a whole number greater than 1, whose only two whole-number factors are 1 and itself. The first few prime numbers are 2, 3, 5, 7,

More information

A Study of Relationship Among Goldbach Conjecture, Twin prime and Fibonacci number

A Study of Relationship Among Goldbach Conjecture, Twin prime and Fibonacci number A Study of Relationship Among Goldbach Conjecture, Twin and Fibonacci number Chenglian Liu Department of Computer Science, Huizhou University, China chenglianliu@gmailcom May 4, 015 Version 48 1 Abstract

More information

Focus on Mathematics

Focus on Mathematics Focus on Mathematics Year 4 Pre-Learning Tasks Number Pre-learning tasks are used at the start of each new topic in Maths. The children are grouped after the pre-learning task is marked to ensure the work

More information

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers NUMBER 456789012 Numbers form many interesting patterns. You already know about odd and even numbers. Pascal s triangle is a number pattern that looks like a triangle and contains number patterns. Fibonacci

More information

Fibonacci Numbers ANSWERS Lesson 1 of 10, work individually or in pairs

Fibonacci Numbers ANSWERS Lesson 1 of 10, work individually or in pairs Lesson 1 of 10, work individually or in pairs In 1202, the mathematician Leonardo Pisano Fibonacci (pronounced fi-buh-nah-chee) published a book with the famous Fibonacci sequence in it. (A sequence is

More information

Variations on a Theme of Sierpiński

Variations on a Theme of Sierpiński 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 10 (2007), Article 07.4.4 Variations on a Theme of Sierpiński Lenny Jones Department of Mathematics Shippensburg University Shippensburg, Pennsylvania

More information

By Scott Fallstrom and Brent Pickett The How and Whys Guys

By Scott Fallstrom and Brent Pickett The How and Whys Guys Math Fundamentals for Statistics I (Math 52) Unit 2:Number Line and Ordering By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike

More information

MAT 302: ALGEBRAIC CRYPTOGRAPHY. Department of Mathematical and Computational Sciences University of Toronto, Mississauga.

MAT 302: ALGEBRAIC CRYPTOGRAPHY. Department of Mathematical and Computational Sciences University of Toronto, Mississauga. MAT 302: ALGEBRAIC CRYPTOGRAPHY Department of Mathematical and Computational Sciences University of Toronto, Mississauga February 27, 2013 Mid-term Exam INSTRUCTIONS: The duration of the exam is 100 minutes.

More information

Table of Contents. Table of Contents 1

Table of Contents. Table of Contents 1 Table of Contents 1) The Factor Game a) Investigation b) Rules c) Game Boards d) Game Table- Possible First Moves 2) Toying with Tiles a) Introduction b) Tiles 1-10 c) Tiles 11-16 d) Tiles 17-20 e) Tiles

More information

arxiv: v3 [cs.cr] 5 Jul 2010

arxiv: v3 [cs.cr] 5 Jul 2010 arxiv:1006.5922v3 [cs.cr] 5 Jul 2010 Abstract This article is meant to provide an additional point of view, applying known knowledge, to supply keys that have a series ofnon-repeating digits, in a manner

More information

Edgar Degas ( ) Impressionist

Edgar Degas ( ) Impressionist (1834-1917) Impressionist In the vertical art storage rack, you will find the following: Large Reproductions: Dance Class (1874) Posters: The Art Elements & Principles posters to use in the discussion

More information

The covering congruences of Paul Erdős. Carl Pomerance Dartmouth College

The covering congruences of Paul Erdős. Carl Pomerance Dartmouth College The covering congruences of Paul Erdős Carl Pomerance Dartmouth College Conjecture (Erdős, 1950): For each number B, one can cover Z with finitely many congruences to distinct moduli all > B. Erdős (1995):

More information

Abstract: The Divisor Game is seemingly simple two-person game; but, like so much of math,

Abstract: The Divisor Game is seemingly simple two-person game; but, like so much of math, Abstract: The Divisor Game is seemingly simple two-person game; but, like so much of math, upon further investigation, it delights one with a plethora of astounding and fascinating patterns. By examining

More information

NUMBER THEORY AMIN WITNO

NUMBER THEORY AMIN WITNO NUMBER THEORY AMIN WITNO.. w w w. w i t n o. c o m Number Theory Outlines and Problem Sets Amin Witno Preface These notes are mere outlines for the course Math 313 given at Philadelphia

More information

Practice Midterm 2 Solutions

Practice Midterm 2 Solutions Practice Midterm 2 Solutions May 30, 2013 (1) We want to show that for any odd integer a coprime to 7, a 3 is congruent to 1 or 1 mod 7. In fact, we don t need the assumption that a is odd. By Fermat s

More information

Grade 6 Math Circles. Divisibility

Grade 6 Math Circles. Divisibility Faculty of Mathematics Waterloo, Ontario N2L 3G1 Introduction Grade 6 Math Circles November 12/13, 2013 Divisibility A factor is a whole number that divides exactly into another number without a remainder.

More information

SOLUTIONS TO PROBLEM SET 5. Section 9.1

SOLUTIONS TO PROBLEM SET 5. Section 9.1 SOLUTIONS TO PROBLEM SET 5 Section 9.1 Exercise 2. Recall that for (a, m) = 1 we have ord m a divides φ(m). a) We have φ(11) = 10 thus ord 11 3 {1, 2, 5, 10}. We check 3 1 3 (mod 11), 3 2 9 (mod 11), 3

More information

MIS LAURENCE J. KENNY PAPERS

MIS LAURENCE J. KENNY PAPERS LAURENCE J. KENNY PAPERS 1883-1960 MIS.5.001 JESUIT ARCHIVES: CENTRAL UNITED STATES 4511 West Pine Boulevard, Saint Louis, Missouri, 63108 Telephone: 314.361.7765 Fax: 314.758.7182 Web: www.jesuitarchives.org

More information

The On-Line Encyclopedia of Integer Sequences (OEIS)

The On-Line Encyclopedia of Integer Sequences (OEIS) The On-Line Encyclopedia of Integer Sequences (OEIS) Thotsaporn Aek Thanatipanonda Mahidol University, International College September 26, 2018 of Integer Sequences (OEIS) September 26, 2018 1 / 14 Introduction

More information

Public Key Encryption

Public Key Encryption Math 210 Jerry L. Kazdan Public Key Encryption The essence of this procedure is that as far as we currently know, it is difficult to factor a number that is the product of two primes each having many,

More information

A REMARK ON A PAPER OF LUCA AND WALSH 1. Zhao-Jun Li Department of Mathematics, Anhui Normal University, Wuhu, China. Min Tang 2.

A REMARK ON A PAPER OF LUCA AND WALSH 1. Zhao-Jun Li Department of Mathematics, Anhui Normal University, Wuhu, China. Min Tang 2. #A40 INTEGERS 11 (2011) A REMARK ON A PAPER OF LUCA AND WALSH 1 Zhao-Jun Li Department of Mathematics, Anhui Normal University, Wuhu, China Min Tang 2 Department of Mathematics, Anhui Normal University,

More information

Motif & Pattern. High School Fine Art Mrs. Estoch

Motif & Pattern. High School Fine Art Mrs. Estoch Motif & Pattern High School Fine Art Mrs. Estoch Motifs, patterns & repetition Can be found in art (photos, Paintings, Drawing, Graphic design, Sculpture and all visual art forms. Repeating patterns are

More information

MATH. Applying the Standards. Grade

MATH. Applying the Standards. Grade CD-104850 Applying the Standards MATH Grade 4 Promotes deep understanding of math concepts Reinforces higher-order thinking through reflective math tasks Provides standard-specific math problems on each

More information

Situation 2: Undefined Slope vs. Zero Slope

Situation 2: Undefined Slope vs. Zero Slope Situation 2: Undefined Slope vs. Zero Slope Prepared at the University of Georgia EMAT 6500 class Date last revised: July 1 st, 2013 Nicolina Scarpelli Prompt: A teacher in a 9 th grade Coordinate Algebra

More information

NOTES ON SEPT 13-18, 2012

NOTES ON SEPT 13-18, 2012 NOTES ON SEPT 13-18, 01 MIKE ZABROCKI Last time I gave a name to S(n, k := number of set partitions of [n] into k parts. This only makes sense for n 1 and 1 k n. For other values we need to choose a convention

More information

MATHEMATICS ON THE CHESSBOARD

MATHEMATICS ON THE CHESSBOARD MATHEMATICS ON THE CHESSBOARD Problem 1. Consider a 8 8 chessboard and remove two diametrically opposite corner unit squares. Is it possible to cover (without overlapping) the remaining 62 unit squares

More information

A C E. Applications. Applications Connections Extensions

A C E. Applications. Applications Connections Extensions A C E Applications Connections Extensions Applications 1. Cut a sheet of paper into thirds. Stack the three pieces and cut the stack into thirds. Stack all of the pieces and cut the stack into thirds again.

More information

WORKING WITH NUMBERS GRADE 7

WORKING WITH NUMBERS GRADE 7 WORKING WITH NUMBERS GRADE 7 NAME: CLASS 3 17 2 11 8 22 36 15 3 ( ) 3 2 Left to Right Left to Right + Left to Right Back 2 Basics Welcome back! Your brain has been on holiday for a whilelet s see if we

More information

WHO WAS THOMAS WOLFE?

WHO WAS THOMAS WOLFE? WHO WAS THOMAS WOLFE? Thomas Wolfe was a writer who lived in Asheville, North Carolina, in the early 1900s. He was born the youngest of eight children to William Oliver (W.O.) and Julia Wolfe on October

More information

The making of a modern world

The making of a modern world The making of a modern world 1.1 ADAMANT 1 Introducing ADAMANT There are many techniques historians use to interpret primary and secondary historical sources. The acronym ADAMANT (Author, Date, Audience,

More information

MA10103: Foundation Mathematics I. Lecture Notes Week 3

MA10103: Foundation Mathematics I. Lecture Notes Week 3 MA10103: Foundation Mathematics I Lecture Notes Week 3 Indices/Powers In an expression a n, a is called the base and n is called the index or power or exponent. Multiplication/Division of Powers a 3 a

More information

Modular Arithmetic and Doomsday

Modular Arithmetic and Doomsday Modular Arithmetic and Doomsday Blake Thornton Much of this is due directly to Joshua Zucker and Paul Zeitz. 1. Subtraction Magic Trick. While blindfolded, a magician asks a member from the audience to

More information

The Chinese Remainder Theorem

The Chinese Remainder Theorem The Chinese Remainder Theorem 8-3-2014 The Chinese Remainder Theorem gives solutions to systems of congruences with relatively prime moduli The solution to a system of congruences with relatively prime

More information

Open Problems in the OEIS

Open Problems in the OEIS Open Problems in the OEIS Neil J A Sloane Guest Lecture, Zeilberger Experimental Math Class, May 2 2016 Puzzles Strange recurrences Number theory Counting problems PUZZLES 61, 21, 82, 43, 3,? (A087409)

More information

University of British Columbia. Math 312, Midterm, 6th of June 2017

University of British Columbia. Math 312, Midterm, 6th of June 2017 University of British Columbia Math 312, Midterm, 6th of June 2017 Name (please be legible) Signature Student number Duration: 90 minutes INSTRUCTIONS This test has 7 problems for a total of 100 points.

More information

Released October Year. Small Steps Guidance and Examples. Block 5: Perimeter and Area

Released October Year. Small Steps Guidance and Examples. Block 5: Perimeter and Area Released October 2017 Year 5 Small Steps Guidance and Examples Block 5: Perimeter and Area Measure perimeter Calculate perimeter Find unknown lengths Area of rectangles Area of compound shapes Estimate

More information

WARM-UP. What would you create? Why?

WARM-UP. What would you create? Why? WARM-UP You are a 35 year old adult. You ve been working your whole life, doing okay, but usually too busy to enjoy life during the weekdays. Suddenly, a wealthy citizen from Austin offers you a paycheck

More information

12. Let Rm = {0,1,2,..., m 1} be a complete residue system modulo ra. Let a be an integer. When is a Rm = {0,1 a, 2 a,...

12. Let Rm = {0,1,2,..., m 1} be a complete residue system modulo ra. Let a be an integer. When is a Rm = {0,1 a, 2 a,... 12. Let Rm = {0,1,2,..., m 1} be a complete residue system modulo ra. Let a be an integer. When is a Rm = {0,1 a, 2 a,..., a (ra - 1)} a complete residue system modulo m? Prove your conjecture. (Try m

More information

Women Inspire. #RHWomenInspire. (Image reference: A23 Staff and students at Royal Holloway College, 1888)

Women Inspire. #RHWomenInspire. (Image reference: A23 Staff and students at Royal Holloway College, 1888) Women Inspire (Image reference: A23 Staff and students at Royal Holloway College, 1888) Royal Holloway, University of London began life as two women s colleges and the history of the College is full of

More information

Introducing a New Standard Formula for Finding Prime Numbers

Introducing a New Standard Formula for Finding Prime Numbers Introducing a New Standard Formula for Finding Prime Numbers Tiyaonse Chisanga Kabwe Lecturer, Department of Development Studies, The University of Zambia P.O Box, 32379, Lusaka, Zambia, Acknowledgement

More information

The Art and Life of William H. Johnson Brinille E. Ellis. Johannes Larsen Museum Kerteminde, Denmark September 26, 2014

The Art and Life of William H. Johnson Brinille E. Ellis. Johannes Larsen Museum Kerteminde, Denmark September 26, 2014 The Art and Life of William H. Johnson Brinille E. Ellis Johannes Larsen Museum Kerteminde, Denmark September 26, 2014 What is African American Visual Art? A broad term describing the visual arts created

More information

Zhanjiang , People s Republic of China

Zhanjiang , People s Republic of China Math. Comp. 78(2009), no. 267, 1853 1866. COVERS OF THE INTEGERS WITH ODD MODULI AND THEIR APPLICATIONS TO THE FORMS x m 2 n AND x 2 F 3n /2 Ke-Jian Wu 1 and Zhi-Wei Sun 2, 1 Department of Mathematics,

More information

The Renaissance It had long since come to my attention that people of accomplishment rarely sat back and let things happen to them.

The Renaissance It had long since come to my attention that people of accomplishment rarely sat back and let things happen to them. The Renaissance 1350-1600 It had long since come to my attention that people of accomplishment rarely sat back and let things happen to them. They went out and happened to things Leonardo da Vinci A Return

More information

Combinatorial Proofs

Combinatorial Proofs Combinatorial Proofs Two Counting Principles Some proofs concerning finite sets involve counting the number of elements of the sets, so we will look at the basics of counting. Addition Principle: If A

More information

UK JUNIOR MATHEMATICAL CHALLENGE May 6th 2011

UK JUNIOR MATHEMATICAL CHALLENGE May 6th 2011 UK JUNIOR MATHEMATICAL CHALLENGE May 6th 2011 SOLUTIONS These solutions augment the printed solutions that we send to schools. For convenience, the solutions sent to schools are confined to two sides of

More information

Ideas beyond Number. Activity worksheets

Ideas beyond Number. Activity worksheets Ideas beyond Number Activity sheet 1 Task 1 Some students started to solve this equation in different ways: For each statement tick True or False: = = = = Task 2: Counter-examples The exception disproves

More information

Teacher s Notes. Problem of the Month: Courtney s Collection

Teacher s Notes. Problem of the Month: Courtney s Collection Teacher s Notes Problem of the Month: Courtney s Collection Overview: In the Problem of the Month, Courtney s Collection, students use number theory, number operations, organized lists and counting methods

More information

Grade 6 Math Circles February 21/22, Patterns - Solutions

Grade 6 Math Circles February 21/22, Patterns - Solutions Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles February 21/22, 2017 Patterns - Solutions Tower of Hanoi The Tower of Hanoi is a

More information

The Real Number System and Pythagorean Theorem Unit 9 Part B

The Real Number System and Pythagorean Theorem Unit 9 Part B The Real Number System and Pythagorean Theorem Unit 9 Part B Standards: 8.NS.1 Know that numbers that are not rational are called irrational. Understand informally that every number has a decimal expansion;

More information

Mathematical Perspective. Alex Jang, Shannon Jones, Anna Shapiro

Mathematical Perspective. Alex Jang, Shannon Jones, Anna Shapiro Mathematical Perspective Alex Jang, Shannon Jones, Anna Shapiro Paintings During the Middle Ages -Often focusing on religion -Less attention to the body and detail -Sometimes very strange -Rarely, if ever,

More information

Nu1nber Theory Park Forest Math Team. Meet #1. Self-study Packet. Problem Categories for this Meet:

Nu1nber Theory Park Forest Math Team. Meet #1. Self-study Packet. Problem Categories for this Meet: Park Forest Math Team 2017-18 Meet #1 Nu1nber Theory Self-study Packet Problem Categories for this Meet: 1. Mystery: Problem solving 2. Geometry: Angle measures in plane figures including supplements and

More information

The Galaxy. Christopher Gutierrez, Brenda Garcia, Katrina Nieh. August 18, 2012

The Galaxy. Christopher Gutierrez, Brenda Garcia, Katrina Nieh. August 18, 2012 The Galaxy Christopher Gutierrez, Brenda Garcia, Katrina Nieh August 18, 2012 1 Abstract The game Galaxy has yet to be solved and the optimal strategy is unknown. Solving the game boards would contribute

More information

Comparing Exponential and Logarithmic Rules

Comparing Exponential and Logarithmic Rules Name _ Date Period Comparing Exponential and Logarithmic Rules Task : Looking closely at exponential and logarithmic patterns ) In a prior lesson you graphed and then compared an exponential function with

More information

Launchpad Maths. Arithmetic II

Launchpad Maths. Arithmetic II Launchpad Maths. Arithmetic II LAW OF DISTRIBUTION The Law of Distribution exploits the symmetries 1 of addition and multiplication to tell of how those operations behave when working together. Consider

More information

Primitive Roots. Chapter Orders and Primitive Roots

Primitive Roots. Chapter Orders and Primitive Roots Chapter 5 Primitive Roots The name primitive root applies to a number a whose powers can be used to represent a reduced residue system modulo n. Primitive roots are therefore generators in that sense,

More information

What is the Law of Attraction?

What is the Law of Attraction? "You are what you think, not what you think you are." - Bruce MacLelland Where focus goes, energy flows. Tony Robbins What is the Law of Attraction? I m so glad to see you ve made it to Module 2. I hope

More information

Distribution of Primes

Distribution of Primes Distribution of Primes Definition. For positive real numbers x, let π(x) be the number of prime numbers less than or equal to x. For example, π(1) = 0, π(10) = 4 and π(100) = 25. To use some ciphers, we

More information

N1-1 Whole Numbers. Pre-requisites: None Estimated Time: 2 hours. Summary Learn Solve Revise Answers. Summary

N1-1 Whole Numbers. Pre-requisites: None Estimated Time: 2 hours. Summary Learn Solve Revise Answers. Summary N1-1 Whole Numbers whole numbers to trillions the terms: whole number, counting number, multiple, factor, even, odd, composite, prime, >, < Pre-requisites: None Estimated Time: 2 hours Summary Learn Solve

More information

UK JUNIOR MATHEMATICAL CHALLENGE. April 26th 2012

UK JUNIOR MATHEMATICAL CHALLENGE. April 26th 2012 UK JUNIOR MATHEMATICAL CHALLENGE April 6th 0 SOLUTIONS These solutions augment the printed solutions that we send to schools. For convenience, the solutions sent to schools are confined to two sides of

More information

Collection of rules, techniques and theorems for solving polynomial congruences 11 April 2012 at 22:02

Collection of rules, techniques and theorems for solving polynomial congruences 11 April 2012 at 22:02 Collection of rules, techniques and theorems for solving polynomial congruences 11 April 2012 at 22:02 Public Polynomial congruences come up constantly, even when one is dealing with much deeper problems

More information

NON-OVERLAPPING PERMUTATION PATTERNS. To Doron Zeilberger, for his Sixtieth Birthday

NON-OVERLAPPING PERMUTATION PATTERNS. To Doron Zeilberger, for his Sixtieth Birthday NON-OVERLAPPING PERMUTATION PATTERNS MIKLÓS BÓNA Abstract. We show a way to compute, to a high level of precision, the probability that a randomly selected permutation of length n is nonoverlapping. As

More information

In this paper, we discuss strings of 3 s and 7 s, hereby dubbed dreibens. As a first step

In this paper, we discuss strings of 3 s and 7 s, hereby dubbed dreibens. As a first step Dreibens modulo A New Formula for Primality Testing Arthur Diep-Nguyen In this paper, we discuss strings of s and s, hereby dubbed dreibens. As a first step towards determining whether the set of prime

More information

MAT199: Math Alive Cryptography Part 2

MAT199: Math Alive Cryptography Part 2 MAT199: Math Alive Cryptography Part 2 1 Public key cryptography: The RSA algorithm After seeing several examples of classical cryptography, where the encoding procedure has to be kept secret (because

More information

LUCAS-SIERPIŃSKI AND LUCAS-RIESEL NUMBERS

LUCAS-SIERPIŃSKI AND LUCAS-RIESEL NUMBERS LUCAS-SIERPIŃSKI AND LUCAS-RIESEL NUMBERS DANIEL BACZKOWSKI, OLAOLU FASORANTI, AND CARRIE E. FINCH Abstract. In this paper, we show that there are infinitely many Sierpiński numbers in the sequence of

More information

Grade 6 Math Circles February 21/22, Patterns

Grade 6 Math Circles February 21/22, Patterns Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles February 21/22, 2017 Patterns Tower of Hanoi The Tower of Hanoi is a puzzle with

More information

ACCELERATED MATHEMATICS CHAPTER 14 PYTHAGOREAN THEOREM TOPICS COVERED: Simplifying Radicals Pythagorean Theorem Distance formula

ACCELERATED MATHEMATICS CHAPTER 14 PYTHAGOREAN THEOREM TOPICS COVERED: Simplifying Radicals Pythagorean Theorem Distance formula ACCELERATED MATHEMATICS CHAPTER 14 PYTHAGOREAN THEOREM TOPICS COVERED: Simplifying Radicals Pythagorean Theorem Distance formula Activity 14-1: Simplifying Radicals In this chapter, radicals are going

More information

Playing with Permutations: Examining Mathematics in Children s Toys

Playing with Permutations: Examining Mathematics in Children s Toys Western Oregon University Digital Commons@WOU Honors Senior Theses/Projects Student Scholarship -0 Playing with Permutations: Examining Mathematics in Children s Toys Jillian J. Johnson Western Oregon

More information

Full Transcript for An Introduction to the Montessori Math Curriculum

Full Transcript for An Introduction to the Montessori Math Curriculum Full Transcript for An Introduction to the Montessori Math Curriculum A young girl's small hands grasping beautiful objects sensing the world around her. Shapes dimensions relationships amounts all represented

More information

A re-evaluation of the Balwyn UFO photograph By Francois Beaulieu

A re-evaluation of the Balwyn UFO photograph By Francois Beaulieu A re-evaluation of the Balwyn UFO photograph By Francois Beaulieu February 23 2017 Introduction On April 2, 1966, at about two in the afternoon, a young Australian businessman by the name of James Kibel

More information

Henri Matisse. There are always flowers for those who want to see them.

Henri Matisse. There are always flowers for those who want to see them. Henri Matisse There are always flowers for those who want to see them. Henri-Émile-Benoît Matisse Born December 31, 1869 in northern France. He was the oldest son of a prosperous grain merchant. As a child

More information

Unit 6 Intro Enlightenment Invention Industrial.notebook April 11, London on Fire

Unit 6 Intro Enlightenment Invention Industrial.notebook April 11, London on Fire Unit 6 Revolutions London on Fire Invention - is a unique or novel device, method, composition or process. It may be an improvement upon a machine or product, or a new process for creating an object or

More information