Grade 7/8 Math Circles Modular Arithmetic the Modulus Operator

Total Page:16

File Type:pdf, Size:1020Kb

Grade 7/8 Math Circles Modular Arithmetic the Modulus Operator Faculty of Mathematics Centre for Education in Waterloo, Ontario N2L 3G1 Mathematics and Computing Grade 7/8 Math Circles April 3, 2014 Modular Arithmetic The Modulus Operator The modulo operator has symbol \mod", is written as A mod N, and is read \A modulo N" or "A mod N". • A is our - what is being divided (just like in division) • N is our (the plural is ) When we divide two numbers A and N, we get a quotient and a remainder. • When we ask for A ÷ N, we look for the quotient of the division. • When we ask for A mod N, we are looking for the remainder of the division. • The remainder A mod N is always an integer between 0 and N − 1 (inclusive) Examples 1. 0 mod 4 = 0 since 0 ÷ 4 = 0 remainder 0 2. 1 mod 4 = 1 since 1 ÷ 4 = 0 remainder 1 3. 2 mod 4 = 2 since 2 ÷ 4 = 0 remainder 2 4. 3 mod 4 = 3 since 3 ÷ 4 = 0 remainder 3 5. 4 mod 4 = since 4 ÷ 4 = 1 remainder 6. 5 mod 4 = since 5 ÷ 4 = 1 remainder 7. 6 mod 4 = since 6 ÷ 4 = 1 remainder 8. 15 mod 4 = since 15 ÷ 4 = 3 remainder 9.* −15 mod 4 = since −15 ÷ 4 = −4 remainder Using a Calculator For really large numbers and/or moduli, sometimes we can use calculators to quickly find A mod N. This method only works if A ≥ 0. Example: Find 373 mod 6 1. Divide 373 by 6 ! 2. Round the number you got above down to the nearest integer ! 3. Multiply the number you got in Step 2 by your modulus (6) ! 4. Subtract the number you got in Step 3 from 373 ! Visualizing the Mod Operation To find A mod N, we can either do it algebraically/with a calculator, or we can do it visually, by using a \clock" of numbers 1. Construct a clock with N hours with 0 at the top, going clockwise until N − 1 2. Start at 0 and move around the clock A hours (a) If A is negative, go in counter-clockwise steps (b) If A is positive, go in clockwise steps 3. Whichever \hour" you end up on is the answer. Example Using the below clock, find 3 mod 7, 10 mod 7, −4 mod 7, 17 mod 7 and 23 mod 7. 0 6 1 2 5 4 3 Modular Congruence Whenever two numbers A and B are the \same" modulo N, we say they are congruent modulo N. Mathematically, this is written A ≡ B (mod N) and it means the following • A and B have the same remainder when divided by N • A mod N = B mod N • N is a factor of the positive difference of B − A • A and B differ by a multiple of N We say \A is congruent to B modulo N". Exercises 1. If A ≡ 7 mod 9, (a) Find 5 possible values for A if A ≥ 0 (b) Find 5 possible values for A if A ≤ 0 (c) How many possible values for A are there? (d) Is there anything special about the difference between any two possible values for A? 2. Is −563 ≡ 137 mod 35? Modular Arithmetic Now that we have an understanding of modular congruence, let's look at how we can use them to find remainders of large sums, differences, and multiplications. This is the study of modular arithmetic. Modular Addition Let's say you wanted to find (130 + 41) mod 13. You could do this in two ways: • Add 130 to 41, then take its remainder modulo 13. • Individually take the remainder of 130 and 41 modulo 13, then add them. \The remainder of the sum, is the sum of the remainders (modulo N)" Modular Subtraction Let's say you wanted to find (11 − 45) mod 7. You could do this in two ways: • Subtract 45 from 11, then take its remainder modulo 7. Remember that remainders cannot be negative (to make it positive, add multiples of 7 until it stops being negative). • Individually take the remainder of 45 and 11 modulo 7, then subtract them. \The remainder of the difference, is the difference of the remainders (modulo N)" Modular Multiplication Let's say you wanted to find (1301 × 130001) mod 13. You could do this in two ways. • Multiply 1301 by 130001, then take its remainder modulo 13. • Individually take the remainder of 1301 and 130001 modulo 13, then multiply them. \The remainder of the product, is the product of the remainders (modulo N)" Modular Powers Let's say you wanted to find 42008 mod 3. You could do this in two ways. • Calculate 42008, then take its remainder modulo 3. • Note that 42008 = 4 × · · · × 4, take the remainder of each modulo 3, then multiply | {z } 2008 times them. Exercises 1. Add 135 to 136. What is the remainder of this sum when divided by 5? 2. What is 13 − (−5) mod 6? 3. Find (157 × 375) mod 125. Applications of Congruence We can use congruences with any problems that involve periodic behaviour - when things repeat themselves in a regular pattern. Example: Today is Thursday. 1. What day of the week will it be in 280 days? 2. What day of the week will it be in 365 days? 3. What day of the week will it be in 1000 days? Solution. Since we are dealing with weeks, let's convert our information into modular congruences. Thursday ≡ 4 (mod 7) a). In 280 days, then, the day will be b). In 365 days, then, the day will be c). In 1000 days, then, the day will be.
Recommended publications
  • A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints
    A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints by Mehrdad Sabetzadeh A thesis submitted in conformity with the requirements for the degree of Master of Science Graduate Department of Computer Science University of Toronto Copyright c 2003 by Mehrdad Sabetzadeh Abstract A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints Mehrdad Sabetzadeh Master of Science Graduate Department of Computer Science University of Toronto 2003 Eliciting the requirements for a proposed system typically involves different stakeholders with different expertise, responsibilities, and perspectives. This may result in inconsis- tencies between the descriptions provided by stakeholders. Viewpoints-based approaches have been proposed as a way to manage incomplete and inconsistent models gathered from multiple sources. In this thesis, we propose a category-theoretic framework for the analysis of fuzzy viewpoints. Informally, a fuzzy viewpoint is a graph in which the elements of a lattice are used to specify the amount of knowledge available about the details of nodes and edges. By defining an appropriate notion of morphism between fuzzy viewpoints, we construct categories of fuzzy viewpoints and prove that these categories are (finitely) cocomplete. We then show how colimits can be employed to merge the viewpoints and detect the inconsistencies that arise independent of any particular choice of viewpoint semantics. Taking advantage of the same category-theoretic techniques used in defining fuzzy viewpoints, we will also introduce a more general graph-based formalism that may find applications in other contexts. ii To my mother and father with love and gratitude. Acknowledgements First of all, I wish to thank my supervisor Steve Easterbrook for his guidance, support, and patience.
    [Show full text]
  • Modular Arithmetic
    CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 5 Modular Arithmetic One way to think of modular arithmetic is that it limits numbers to a predefined range f0;1;:::;N ¡ 1g, and wraps around whenever you try to leave this range — like the hand of a clock (where N = 12) or the days of the week (where N = 7). Example: Calculating the day of the week. Suppose that you have mapped the sequence of days of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday) to the sequence of numbers (0;1;2;3;4;5;6) so that Sunday is 0, Monday is 1, etc. Suppose that today is Thursday (=4), and you want to calculate what day of the week will be 10 days from now. Intuitively, the answer is the remainder of 4 + 10 = 14 when divided by 7, that is, 0 —Sunday. In fact, it makes little sense to add a number like 10 in this context, you should probably find its remainder modulo 7, namely 3, and then add this to 4, to find 7, which is 0. What if we want to continue this in 10 day jumps? After 5 such jumps, we would have day 4 + 3 ¢ 5 = 19; which gives 5 modulo 7 (Friday). This example shows that in certain circumstances it makes sense to do arithmetic within the confines of a particular number (7 in this example), that is, to do arithmetic by always finding the remainder of each number modulo 7, say, and repeating this for the results, and so on.
    [Show full text]
  • Three Methods of Finding Remainder on the Operation of Modular
    Zin Mar Win, Khin Mar Cho; International Journal of Advance Research and Development (Volume 5, Issue 5) Available online at: www.ijarnd.com Three methods of finding remainder on the operation of modular exponentiation by using calculator 1Zin Mar Win, 2Khin Mar Cho 1University of Computer Studies, Myitkyina, Myanmar 2University of Computer Studies, Pyay, Myanmar ABSTRACT The primary purpose of this paper is that the contents of the paper were to become a learning aid for the learners. Learning aids enhance one's learning abilities and help to increase one's learning potential. They may include books, diagram, computer, recordings, notes, strategies, or any other appropriate items. In this paper we would review the types of modulo operations and represent the knowledge which we have been known with the easiest ways. The modulo operation is finding of the remainder when dividing. The modulus operator abbreviated “mod” or “%” in many programming languages is useful in a variety of circumstances. It is commonly used to take a randomly generated number and reduce that number to a random number on a smaller range, and it can also quickly tell us if one number is a factor of another. If we wanted to know if a number was odd or even, we could use modulus to quickly tell us by asking for the remainder of the number when divided by 2. Modular exponentiation is a type of exponentiation performed over a modulus. The operation of modular exponentiation calculates the remainder c when an integer b rose to the eth power, bᵉ, is divided by a positive integer m such as c = be mod m [1].
    [Show full text]
  • 1.3 Division of Polynomials; Remainder and Factor Theorems
    1-32 CHAPTER 1. POLYNOMIAL AND RATIONAL FUNCTIONS 1.3 Division of Polynomials; Remainder and Factor Theorems Objectives • Perform long division of polynomials • Perform synthetic division of polynomials • Apply remainder and factor theorems In previous courses, you may have learned how to factor polynomials using various techniques. Many of these techniques apply only to special kinds of polynomial expressions. For example, the the previous two sections of this chapter dealt only with polynomials that could easily be factored to find the zeros and x-intercepts. In order to be able to find zeros and x-intercepts of polynomials which cannot readily be factored, we first introduce long division of polynomials. We will then use the long division algorithm to make a general statement about factors of a polynomial. Long division of polynomials Long division of polynomials is similar to long division of numbers. When divid- ing polynomials, we obtain a quotient and a remainder. Just as with numbers, if a remainder is 0, then the divisor is a factor of the dividend. Example 1 Determining Factors by Division Divide to determine whether x − 1 is a factor of x2 − 3x +2. Solution Here x2 − 3x +2is the dividend and x − 1 is the divisor. Step 1 Set up the division as follows: divisor → x − 1 x2−3x+2 ← dividend Step 2 Divide the leading term of the dividend (x2) by the leading term of the divisor (x). The result (x)is the first term of the quotient, as illustrated below. x ← first term of quotient x − 1 x2 −3x+2 1.3.
    [Show full text]
  • Modulo of a Negative Number1 1 Modular Arithmetic
    Algologic Technical Report # 01/2017 Modulo of a negative number1 S. Parthasarathy [email protected] Ref.: negamodulo.tex Ver. code: 20170109e Abstract This short article discusses an enigmatic question in elementary num- ber theory { that of finding the modulo of a negative number. Is this feasible to compute ? If so, how do we compute this value ? 1 Modular arithmetic In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" upon reaching a certain value - the modulus (plural moduli). The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his book Disquisitiones Arithmeticae, published in 1801. Modular arithmetic is a fascinating aspect of mathematics. The \modulo" operation is often called as the fifth arithmetic operation, and comes after + − ∗ and = . It has use in many practical situations, particu- larly in number theory and cryptology [1] [2]. If x and n are integers, n < x and n =6 0 , the operation \ x mod n " is the remainder we get when n divides x. In other words, (x mod n) = r if there exists some integer q such that x = q ∗ n + r 1This is a LATEX document. You can get the LATEX source of this document from [email protected]. Please mention the Reference Code, and Version code, given at the top of this document 1 When r = 0 , n is a factor of x. When n is a factor of x, we say n divides x evenly, and denote it by n j x . The modulo operation can be combined with other arithmetic operators.
    [Show full text]
  • The Development and Understanding of the Concept of Quotient Group
    HISTORIA MATHEMATICA 20 (1993), 68-88 The Development and Understanding of the Concept of Quotient Group JULIA NICHOLSON Merton College, Oxford University, Oxford OXI 4JD, United Kingdom This paper describes the way in which the concept of quotient group was discovered and developed during the 19th century, and examines possible reasons for this development. The contributions of seven mathematicians in particular are discussed: Galois, Betti, Jordan, Dedekind, Dyck, Frobenius, and H61der. The important link between the development of this concept and the abstraction of group theory is considered. © 1993 AcademicPress. Inc. Cet article decrit la d6couverte et le d6veloppement du concept du groupe quotient au cours du 19i~me si~cle, et examine les raisons possibles de ce d6veloppement. Les contributions de sept math6maticiens seront discut6es en particulier: Galois, Betti, Jordan, Dedekind, Dyck, Frobenius, et H61der. Le lien important entre le d6veloppement de ce concept et l'abstraction de la th6orie des groupes sera consider6e. © 1993 AcademicPress, Inc. Diese Arbeit stellt die Entdeckung beziehungsweise die Entwicklung des Begriffs der Faktorgruppe wfihrend des 19ten Jahrhunderts dar und untersucht die m/)glichen Griinde for diese Entwicklung. Die Beitrfi.ge von sieben Mathematikern werden vor allem diskutiert: Galois, Betti, Jordan, Dedekind, Dyck, Frobenius und H61der. Die wichtige Verbindung zwischen der Entwicklung dieses Begriffs und der Abstraktion der Gruppentheorie wird betrachtet. © 1993 AcademicPress. Inc. AMS subject classifications: 01A55, 20-03 KEY WORDS: quotient group, group theory, Galois theory I. INTRODUCTION Nowadays one can hardly conceive any more of a group theory without factor groups... B. L. van der Waerden, from his obituary of Otto H61der [1939] Although the concept of quotient group is now considered to be fundamental to the study of groups, it is a concept which was unknown to early group theorists.
    [Show full text]
  • Basic Math Quick Reference Ebook
    This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference eBOOK Click on The math facts listed in this eBook are explained with Contents or Examples, Notes, Tips, & Illustrations Index in the in the left Basic Math Quick Reference Handbook. panel ISBN: 978-0-615-27390-7 to locate a topic. Peter J. Mitas Quick Reference Handbooks Facts from the Basic Math Quick Reference Handbook Contents Click a CHAPTER TITLE to jump to a page in the Contents: Whole Numbers Probability and Statistics Fractions Geometry and Measurement Decimal Numbers Positive and Negative Numbers Universal Number Concepts Algebra Ratios, Proportions, and Percents … then click a LINE IN THE CONTENTS to jump to a topic. Whole Numbers 7 Natural Numbers and Whole Numbers ............................ 7 Digits and Numerals ........................................................ 7 Place Value Notation ....................................................... 7 Rounding a Whole Number ............................................. 8 Operations and Operators ............................................... 8 Adding Whole Numbers................................................... 9 Subtracting Whole Numbers .......................................... 10 Multiplying Whole Numbers ........................................... 11 Dividing Whole Numbers ............................................... 12 Divisibility Rules ............................................................ 13 Multiples of a Whole Number .......................................
    [Show full text]
  • RING THEORY 1. Ring Theory a Ring Is a Set a with Two Binary Operations
    CHAPTER IV RING THEORY 1. Ring Theory A ring is a set A with two binary operations satisfying the rules given below. Usually one binary operation is denoted `+' and called \addition," and the other is denoted by juxtaposition and is called \multiplication." The rules required of these operations are: 1) A is an abelian group under the operation + (identity denoted 0 and inverse of x denoted x); 2) A is a monoid under the operation of multiplication (i.e., multiplication is associative and there− is a two-sided identity usually denoted 1); 3) the distributive laws (x + y)z = xy + xz x(y + z)=xy + xz hold for all x, y,andz A. Sometimes one does∈ not require that a ring have a multiplicative identity. The word ring may also be used for a system satisfying just conditions (1) and (3) (i.e., where the associative law for multiplication may fail and for which there is no multiplicative identity.) Lie rings are examples of non-associative rings without identities. Almost all interesting associative rings do have identities. If 1 = 0, then the ring consists of one element 0; otherwise 1 = 0. In many theorems, it is necessary to specify that rings under consideration are not trivial, i.e. that 1 6= 0, but often that hypothesis will not be stated explicitly. 6 If the multiplicative operation is commutative, we call the ring commutative. Commutative Algebra is the study of commutative rings and related structures. It is closely related to algebraic number theory and algebraic geometry. If A is a ring, an element x A is called a unit if it has a two-sided inverse y, i.e.
    [Show full text]
  • Math 371 Lecture #21 §6.1: Ideals and Congruence, Part II §6.2: Quotients and Homomorphisms, Part I
    Math 371 Lecture #21 x6.1: Ideals and Congruence, Part II x6.2: Quotients and Homomorphisms, Part I Why ideals? For a commutative ring R with identity, we have for a; b 2 R, that a j b if and only if (b) ⊆ (a), and u 2 R is a unit if and only if (u) = R. Having the established the notion of an ideal, we can now extend the notion of congruence to any ring with respect to any ideal. Definition. Let I be an ideal in a ring R. For a; b 2 R, we say a is congruent to b modulo I, written a ≡ b (mod I), provided that a − b 2 I. Examples. (a) For any integer k ≥ 1, we see that congruence modulo k in Z is the same thing as congruence modulo the principal ideal (k) = kZ of Z. (b) For a field F and any nonconstant polynomial p(x) in F [x], we see that congruence modulo p(x) in F [x] is the same thing as congruence modulo the principal ideal (p(x)) of F [x]. We know that the congruence in each of these examples is an equivalence relation, but is this the case for an arbitrary ideal of an arbitrary ring? Theorem 6.4. For any ideal I of a ring R, the relation of congruence modulo I is an equivalence relation. Proof. Reflexive: Since I is closed under subtraction, we have for any a 2 R that a − a = 0R 2 I; hence a ≡ a (mod I). Symmetric: For a; b 2 R, suppose that a ≡ b (mod I).
    [Show full text]
  • Lecture 7: Unit Group Structure
    MATH 361: NUMBER THEORY | SEVENTH LECTURE 1. The Unit Group of Z=nZ Consider a nonunit positive integer, Y n = pep > 1: The Sun Ze Theorem gives a ring isomorphism, Y e Z=nZ =∼ Z=p p Z: The right side is the cartesian product of the rings Z=pep Z, meaning that addition and multiplication are carried out componentwise. It follows that the corresponding unit group is × Y e × (Z=nZ) =∼ (Z=p p Z) : Thus to study the unit group (Z=nZ)× it suffices to consider (Z=peZ)× where p is prime and e > 0. Recall that in general, × j(Z=nZ) j = φ(n); so that for prime powers, e × e e−1 j(Z=p Z) j = φ(p ) = p (p − 1); and especially for primes, × j(Z=pZ) j = p − 1: Here are some examples of unit groups modulo prime powers, most but not quite all cyclic. × 0 (Z=2Z) = (f1g; ·) = (f2 g; ·) =∼ (f0g; +) = Z=Z; × 0 1 (Z=3Z) = (f1; 2g; ·) = (f2 ; 2 g; ·) =∼ (f0; 1g; +) = Z=2Z; × 0 1 (Z=4Z) = (f1; 3g; ·) = (f3 ; 3 g; ·) =∼ (f0; 1g; +) = Z=2Z; × 0 1 2 3 (Z=5Z) = (f1; 2; 3; 4g; ·) = (f2 ; 2 ; 2 ; 2 g; ·) =∼ (f0; 1; 2; 3g; +) = Z=4Z; × 0 1 2 3 4 5 (Z=7Z) = (f1; 2; 3; 4; 5; 6g; ·) = (f3 ; 3 ; 3 ; 3 ; 3 ; 3 g; ·) =∼ (f0; 1; 2; 3; 4; 5g; +) = Z=6Z; × 0 0 1 0 0 1 1 1 (Z=8Z) = (f1; 3; 5; 7g; ·) = (f3 5 ; 3 5 ; 3 5 ; 3 5 g; ·) =∼ (f0; 1g × f0; 1g; +) = Z=2Z × Z=2Z; × 0 1 2 3 4 5 (Z=9Z) = (f1; 2; 4; 5; 7; 8g; ·) = (f2 ; 2 ; 2 ; 2 ; 2 ; 2 g; ·) =∼ (f0; 1; 2; 3; 4; 5g; +) = Z=6Z: 1 2 MATH 361: NUMBER THEORY | SEVENTH LECTURE 2.
    [Show full text]
  • Computing Mod Without Mod
    Computing Mod Without Mod Mark A. Will and Ryan K. L. Ko Cyber Security Lab The University of Waikato, New Zealand fwillm,[email protected] Abstract. Encryption algorithms are designed to be difficult to break without knowledge of the secrets or keys. To achieve this, the algorithms require the keys to be large, with some algorithms having a recommend size of 2048-bits or more. However most modern processors only support computation on 64-bits at a time. Therefore standard operations with large numbers are more complicated to implement. One operation that is particularly challenging to implement efficiently is modular reduction. In this paper we propose a highly-efficient algorithm for solving large modulo operations; it has several advantages over current approaches as it supports the use of a variable sized lookup table, has good spatial and temporal locality allowing data to be streamed, and only requires basic processor instructions. Our proposed algorithm is theoretically compared to widely used modular algorithms, before practically compared against the state-of-the-art GNU Multiple Precision (GMP) large number li- brary. 1 Introduction Modular reduction, also known as the modulo or mod operation, is a value within Y, such that it is the remainder after Euclidean division of X by Y. This operation is heavily used in encryption algorithms [6][8][14], since it can \hide" values within large prime numbers, often called keys. Encryption algorithms also make use of the modulo operation because it involves more computation when compared to other operations like add. Meaning that computing the modulo operation is not as simple as just adding bits.
    [Show full text]
  • Faster Chinese Remaindering Joris Van Der Hoeven
    Faster Chinese remaindering Joris van der Hoeven To cite this version: Joris van der Hoeven. Faster Chinese remaindering. 2016. hal-01403810 HAL Id: hal-01403810 https://hal.archives-ouvertes.fr/hal-01403810 Preprint submitted on 27 Nov 2016 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Faster Chinese remaindering Joris van der Hoeven Laboratoire d'informatique, UMR 7161 CNRS Campus de l'École polytechnique 1, rue Honoré d'Estienne d'Orves Bâtiment Alan Turing, CS35003 91120 Palaiseau November 27, 2016 The Chinese remainder theorem is a key tool for the design of ecient multi-modular algorithms. In this paper, we study the case when the moduli m1; :::; m` are xed and can even be chosen by the user. Through an appropriate use of the technique of FFT-trading, we will show that this assumption allows for the gain of an asymptotic factor O(log log `) in the complexity of Chinese remaindering. For small `, we will also show how to choose gentle moduli that allow for further gains at the other end. The multiplication of integer matrices is one typical application where we expect practical gains for various common matrix dimensions and integer bitsizes.
    [Show full text]