Chapter 3: Theory of Modular Arithmetic 1. Chapter 3: Theory of Modular Arithmetic

Size: px
Start display at page:

Download "Chapter 3: Theory of Modular Arithmetic 1. Chapter 3: Theory of Modular Arithmetic"

Transcription

1 Chapter 3: Theory of Modular Arithmetic 1 Chapter 3: Theory of Modular Arithmetic SECTION A Introduction to Congruences By the end of this section you will be able to deduce properties of large positive integers apply the rules of congruences prove properties of congruences Large numbers can be difficult to work with. However, often we are only interested in a particular property of a large positive number. For example we might be interested in the following questions: What is the last digit of? 171. Is 10 1 divisible by 17? 3. What is the remainder when 1!! 3! 0! is divided by 0? To deal with such questions about large numbers we use modular arithmetic, which is very similar to our normal arithmetic as you will find later in this section. In fact, we already use modular arithmetic every day. Simply being able to use a clock requires us to use modular arithmetic in modulo 1 hours. We don t say thirteen o clock, we start again at one o clock. This is very useful, aside from anything else a 4 hour clock face would be extremely cluttered. The same logic applies here; if we are simply investigating some property of an integer that doesn t require us to know it s precise digits, it is often enough to express it simply as a multiple of some smaller integer, and if necessary, a remainder. Another name for modular arithmetic is arithmetic of remainders because we classify a number according to the remainder when divided by a fixed number called the modulus or modulo. The plural of modulo is moduli. Modular arithmetic converts the infinite number line to a cyclical loop and apart from a few problems with divisibility which we will look at later, it s often an extremely efficient way of analysing large integers. Figure 1 Shows the number line represented as a circle or loop. In modular arithmetic the arithmetic is done in a loop or circle rather than on a number line. In a nutshell, modular arithmetic takes the infinite number line and converts it into a loop and from this loop we can deduce many properties of numbers. For example we can use modular arithmetic to answer divisibility questions such as the following: Show that if the sum of digits of an integer divides into 9 then the integer is divisible by 9. This is an easy check to see if any number is divisible by 9. We will cover this at the end of this section.

2 Chapter 3: Theory of Modular Arithmetic What day was the 3 rd September 1939? (The day Britain and France declared war on Germany.) Actually modular arithmetic can be used to compute the day of the week of any day in history or in the future. Show that 3 divides 4 n 1 for any natural number n. What are the applications of modular arithmetic? We rely on modular arithmetic more than you might think; your bank uses modular arithmetic to verify credit card transactions, and the bar code on supermarket products is read using modular arithmetic. We will look at an example of a real life application later in this section, but first we need to establish some notation. A1 Definition of Congruence The notation 10 3 mod 7is simply a way of expressing the number 10 in a base modulo of 7, ie; 10 can be expressed as a multiple of 7 (in this case 1 7) with a remainder of 3. It is verbally stated as 10 is congruent to 3 modulo 7. The symbol for congruent to is and modulo n is normally shortened tomod n. Examples of modular arithmetic are: 10 3 mod 7. Modulo 7 is useful for evaluating days of week. For example, if (a) today is Monday then in 10 days time it will be Thursday because 10 3 mod 7 tells us that the quantity contains at least 1 full cycle of seven, ie; Monday to Monday, plus three days. 5 1 mod. Modulo is useful for seeing if the number is odd or even by checking the modular form for a remainder of 0 or mod 4. Modulo 4 can be used to find the time using a 4 hour clock. Suppose it is 9am then in 50 hours time it will be 11am because 50 mod 4 (b) (c) ie, an undefined number of cycles from 9am to 9am, plus hours. We say that 50 is congruent to mod 4. Definition (3.1). Let n be a fixed positive integer and a, b be integers. We say a is congruent to b modulo n which is denoted by a b mod n a b is a multiple of n or there exists an integer k such that a - b = ( k n) The theory of modular arithmetic was developed by one of the greatest mathematician of all time, Gauss:

3 Chapter 3: Theory of Modular Arithmetic 3 Figure Gauss Gauss ( ) was one of the three greatest mathematicians of all time, the others being Archimedes and Newton. By the age of eleven Gauss could prove that is irrational. At the age of eighteen he constructed a regular 17 sided polygon with a compass and unmarked straight edge only. Gauss went to the world renowned centre for mathematics Göttingen. Later in life Gauss took up a post at Göttingen and published papers in number theory, infinite series, algebra, astronomy and optics. The unit of magnetic induction is named after Gauss. How do we find the modular form of an integer? a - b = k n to make a the subject gives In the above definition, transposing ( ) a = ( k n) + b Note that b is the remainder after dividing a by n. If the remainder is zero, that is b 0 in the above definition, then we say a is divisible by n or n a. For example: 6 0mod3 because mod 17 because mod 6 because We have the following proposition: Proposition (3.). Let a be an integer then a 0 mod n n a In the above example we have 60mod Proof.. Assume a 0mod n. By Definition (3.1): ( mod ) º a - b = ( k n) a b n There exists an integer k such that a - 0 = k n implies that a = kn or n a ( ). Assume n a. This means that there exists an integer c such that Hence 0 ( c n) = a which implies that a - 0 = ( c n) a is a multiple of n so a 0mod n Examples of non-zero remainders are:. 5 divided by 4 gives a remainder of 1 so we can write this as 5 1mod 4

4 Chapter 3: Theory of Modular Arithmetic 4 10 divided by 7 gives a remainder of 3 so we can write this as 10 3 mod 7 What does 5 1mod 4 mean? 5 divided by 4 gives a remainder of 1. This is an example of clockwork arithmetic. If it is pm and we fast forward by 5 hours then the time will be 3pm because 5 1mod 4. We are not interested in dividing by 1 because the remainder will always be zero, that is for every integer a we have a 0mod1 For congruences we consider the modulus n. a b mod n? How do we know integers a and b exist such that Because by the Division Algorithm (1.7) of chapter 1: Let a and n 1 be two given integers. There exist unique integers q and r such that a = ( n q) + r where 0 r n For example dividing 158 by 10 gives which we write as mod 10 Similarly we have which is 100 mod Suppose today is Thursday and we are interested in finding what day of the week will be in a 100 days time. How can we find the day of week in 100 days? 7, 14, 1, 8, days after Thursday is a Thursday so we are interested in the remainder of 100 divided by 7 which is. Hence in 100 days time it will be Saturday because 100 mod 7 A Complete System of Residues a = n q + r then In general if ( ) ( mod ) a º r n [r is the remainder of a divided by n] Remember modular arithmetic classifies a number according to the remainder. Since the remainder r can be of any value 0, 1,, 3, 4,, n 1 we conclude that every integer is congruent to one of these. Another name for these remainders is residues. In everyday English language, what does the term residue mean? It means what is left over after something has been removed. What are the residues of modulo 7? The leftovers after dividing any number by 7 can only be 0, 1,, 3, 4, 5 or 6. We normally write these residues in a set 0, 1,, 3, 4, 5, 6. This set 0, 1,, 3, 4, 5, 6 is a complete set of residues modulo 7. What about the residues 7, 8, 9, 10, 11, 1, 13 modulo 7? This is also a complete set of residues modulo 7. However these can all be written as a multiple of 7 plus a remainder between 0 and 6. For example Writing this in terms of congruences we have 8 1mod7 Example 1 Write two more sets of complete residues modulo 7.

5 Chapter 3: Theory of Modular Arithmetic 5 We can illustrate modulo 7 as a circle or clock as shown in Fig. 3. We carry out the arithmetic for modulo 7 on this clock with the addition of integers going clockwise and the subtraction of integers going anti-clockwise: Subtract numbers this way. Add numbers this way. Figure 3 We can take integers from 14 onwards, 14, 15, 16, 17, 18, 19, 0. We can also consider negative integers which go anti-clockwise as you can observe from Fig 3. Hence a set of negative integers which form a complete set of residues is 1,, 3, 4, 5, 6, 7 If a set of integers covers all the junctions ( ) around the clock and this set only stops once at each junction then the set is said to be a complete system of residues. The formal definition is: Definition (3.3). The set r, r, r,, r, r is said to form a complete set of residues 1 3 n1 modulo n if every integer is congruent to one and only one r k in the set. This is also called a complete system of residues modulo n. A set of integers is a complete system if it satisfies both these conditions: 1. all stops are covered by the set. the set only stops once at each junction All the above sets: 0, 1,, 3, 4, 5, 6, 7, 8, 9, 10, 11, 1, 13, 14, 15, 16, 17, 18, 19, 0 and 1,, 3, 4, 5, 6, 7 are a complete system modulo 7. How many of these sets can there be? An infinite number because any set of integers which leave a remainder 0, 1,, 3, 4, 5 and 6 will be a complete system of residues modulo 7. In mathematics we are interested in unique answers if possible. Can we define a unique set of integers which forms a complete system of residues? Yes the least residues or actually the least non-negative residues. The set of integers 0, 1,, 3,, n 1 is called the least non-negative residues modulo n. Hence 0, 1,, 3, 4, 5, 6 is the least non-negative residues modulo 7. Example Write down the complete system of least non-negative residues of: (a) modulo 10 (b) modulo (c) modulo 5 (d) modulo 7 (a) 0, 1,, 3, 4, 5, 6, 7, 8, 9 n

6 Chapter 3: Theory of Modular Arithmetic 6 (b) 0, 1 (c) 0, 1,, 3, 4 (d) We cannot have modulo of a negative number (see definition (3.1)). Therefore not possible to have least non-negative residues modulo 7. Example 3 In the following, let x be the least non-negative residue modulo n. Find x: 34 x mod x mod 9 7 x mod 7 (a) (b) (c) (d) 100 x mod 6 (a) Dividing 34 by 10 yields , we have 34 4 mod 10 so x 4 Note that we have written the number 34 as a multiple of 10 and a remainder of which means we have a remainder of 1 when (b) Dividing 100 by 9 gives divided by 9: 100 1mod 9 (c) By the Division Algorithm we have : 7 1mod 7 (d) Similarly we have : 100 mod 6 implies x 1 implies x 1 implies x If in a set of residues r1, r, r3,, rn 1, rn there are two or more residues congruent to each other modulo, then this system cannot form a complete system of residues. This means the set stops at least twice at a particular junction. For example none of the following are a complete system of residues modulo 5: 10, 15, 0, 5, 30, 1,, 3, 4, 8, 0, 1,, 3, 7 and 0, 1,, 3, 4, 5 Why not? We can illustrate modulo 5 as follows: Figure 4 Modulo 5 clock In the first set 10, 15, 0, 5, 30 all the members are congruent to 0 modulo 5. This means the stops 1,, 3, 4 mod 5 are missing so this set is not a complete system.

7 Chapter 3: Theory of Modular Arithmetic 7 In the second set, 1,, 3, 4, 8, the stop 0mod5 is missing so cannot be a complete system. In the third set 0, 1,, 3, 7 we have 7 mod 5. This means we have two stops at junction mod5. Remember for a complete system we can only have one stop at each junction. In the final set 0, 1,, 3, 4, 5 we have two stops at 0mod5 because 5 0 mod 5 so this is not a complete system. Proposition (3.4). For arbitrary integers a and b we have a b mod n a and b leave the same non-negative remainder when divided by n. How are we going to prove this result? Since we have the symbol in the statement we need to prove this both ways, and. We use Definition (3.1) and the Division Algorithm. Proof. a b mod n. By the Definition (3.1) :. Assume ( mod ) º a - b = ( k n) a b n There exists an integer k such that a - b = k n (*) ( ) By applying the Division Algorithm (1.7) to a and n we have a = q n + r 0 r < n ( ) Applying the Division Algorithm to b and n gives b = q n + r 0 r < n ( ) We are required to prove that the remainders are equal, that is r 1 r. Substituting these results, a = ( q n 1 ) + r and 1 ( ) a - b = q n + r ( q n + r ) = ( q - q ) n + ( r -r ) 1 1 b = q n + r, into (*) yields: = kn where k = q -q by (*) 1 This implies that r 1 r 0 which gives r 1 r.. Assume integers a and b leave the same remainder, say r, when divided by n. By the Division Algorithm we have Subtracting these gives From this ( ) 1 a = q n + r 0 r < n b = q n + r 0 r < n a - b = q n + r -q n -r 1 = q -q n ( ) 1 a - b = q - q n we have a b is a multiple of n which gives

8 Chapter 3: Theory of Modular Arithmetic 8 a b mod n An example of this result is: 47( mod 10) º 37( mod 10) º 7( mod 10) º 7 ( mod 10) Because 47, 37, 7 or 7 divided by 10 leaves the same remainder 7. We generally write this in compact form as 47 º 37 º 7 º 7 ( mod 10) If an integer a is not congruent to integer b modulo n then we denote this by a b mod n We say a is incongruent to b modulo n. For example 47 6 mod 10, because 47 divided by 10 gives remainder 7 and 6 divided by 10 gives remainder 6. We say 47 is incongruent to 6 modulo 10. A3 Properties of Congruences The congruent symbol can easily be confused with the equal sign and this is because they have very similar properties. Proposition (3.5). We have the following properties of congruences: a a mod n (Reflexive) (i) (ii) If a bmod n then b amod n (Symmetric) (iii) If a bmod n and b cmod n then a cmod n Numerical examples of these results are: 7 7 mod5 (i) (ii) 7 mod 5 7 mod 5 (Transitive) (iii) 7 mod 5, 3 mod 5 implies that 7 3 mod 5 How do we prove the general results given in the above Proposition? By using Definition (3.1) which says: ( mod ) º a - b = ( k n) a b n Proof of (i). We have aa 0 and 0 is a multiple of n because n 0 0 therefore by the definition of congruence a a mod n Proof of (ii). a b mod n We have and this implies there is an integer k such that a - b = ( k n) [a b is a multiple of n] Multiplying this by 1 gives -( a - b) =- k n - = (- ) é - is a multiple of b a k n b a nù êë úû

9 Chapter 3: Theory of Modular Arithmetic 9 Since b a is a multiple of n so by Definition (3.1) we have our required result: b a mod n Proof of (iii). a b mod n We assume and b cmod n. By using Definition (3.1) there exists integers k and m such that abkn ab is a multiple of n Adding these two gives a bbcknmn From the last line we have a bcmn bc is a multiple of n Simplifying and factorizing c is a multiple of n which implies that a cmod n ac km n. We also need to establish some results which concern addition, subtraction and multiplication in modular arithmetic. We will leave division (or the multiplicative inverse) in modular arithmetic for the next few sections. The next result concerns the addition and multiplication of two congruences. Proposition (3.6). a b mod n c d mod n then If and (i) a + c º ( b + d) ( mod n) (ii) a c º b d ( mod n) Numerical illustrations of this proposition are: 179 mod 11 This proposition says that mod 11 and mod 11 (i) (ii) mod 11 Notice that we did not need to evaluate the sum or the product See how modular arithmetic subdues these numbers. How do we prove the results of Proposition (3.6)? By using Definition (3.1): Proof of (i). ( mod ) º x - y = ( k n) x y n We can assume a bmod n Similarly with. By this Definition (3.1) there exists an integer k such that a - b = kn [a b is a multiple of n] c d mod n there exists an integer m such that c- d = mn [c d is a multiple of n] Adding these together, a - b = kn and c- d = mn, gives abcdknmn ac bd km n Rearranging and factorizing By the last line we have acb d is a multiple of n so by the above Definition (3.1): acb d mod n

10 Chapter 3: Theory of Modular Arithmetic 10 This completes our proof. (ii) Similarly we have a - b = kn and c- d = mn where k and m are integers. Multiplying the first a - b = kn by c and multiplying the second c- d = mn by b we have ac bc knc bc bd bmn Adding these gives ac - bc + bc - bd = knc + bmn = 0 ( ) ac - bd = kc + bm n éfactorizingù êë úû Hence ac bd is a multiple of n therefore ac bd mod n What use are these results just established? As a practical application we can apply these results to clockwork arithmetic. Consider the following example: Example 4 If it is 7am, what will be the time in 100 hours? Since we are given that our starting point is 7am so we use modulo 4. What do we need to determine first? Write 100 modulo 4 in terms of the least non-negative residue: mod so remainder is 4] [Because Applying the previous property in Proposition (3.6) part (i): If a bmod n and c d mod n then acb d mod n Since we start at 7am so adding 7 7mod 4 and mod mod 4 Therefore it will be 11am in 100 hours. gives A4 Applications to Large Integers At the start of this chapter we mentioned that modular arithmetic is used to find properties of large numbers. One application is that we can find the remainder of a large integer when it is divided by an integer. The following example demonstrates this. Example 5 Determine the remainder when 1!! 3! 4! 99! 100! is divided by 0. Recall what n! means: 6! n! n n1 n 31 Adding the first few terms of the given sum we have:

11 Chapter 3: Theory of Modular Arithmetic 11 1!! 3! 99! 100! mod mod mod 0 Multiple of 0 Multiple of 0 Multiple of 0 Multiple of mod 0 Hence the remainder is 13 after dividing the large sum 1!! 3! 4! 99! 100! by 0. Note that modular arithmetic tones down large numbers as you can observe from Example 5. Next we look at adding or multiplying the same congruence modulo n to both sides: Corollary (3.7). a b mod n then for any integer c we have If (i) a + c º b + c ( mod n) (ii) ( a c) º ( b c)( mod n) What does this mean? Like the equal sign, adding or multiplying by the same congruence keeps the same congruent relationship. Proof. Applying the previous Proposition (3.6) : If a bmod n and c d mod n then (i) acb d mod n (ii) ac bd mod n with c cmod n then we have both our results: (i) acb cmod n (ii) ac bc mod n A5 Indices of Congruences Which other arithmetic operation do we need to consider? Indices. Next we prove that if a is congruent to b modulo n then taking each of these, a and b, to a natural number index keeps the same congruent relationship. Proposition (3.8). k k a b mod n a º b mod n where k is a natural number. If º ( ) then ( ) A couple of numerical examples of this proposition are: mod mod 7 then 511 then mod mod 14 We did not need to evaluate these large numbers; ( 365 has 730 digits and 13 has 5 digits.) How do we prove this Proposition? We repeatedly use Proposition (3.6) (ii): or a c º b d ( mod n)

12 Chapter 3: Theory of Modular Arithmetic 1 We are given a º b ( mod n). Multiplying this a b ( mod n) a º b ( mod n) gives a a º b b ( mod n) implies that a º b ( mod n) Repeating this with a º b ( mod n) and a º b ( mod n) yields a a º b b ( mod n) which implies a 3 º b 3 ( mod n) k-1 k- Repeating this until we multiply a º b 1 ( mod n) and a º b ( mod n) : k-1 k-1 k k a a º b b ( mod n) which implies a º b ( mod n) º by the same congruence This completes our proof. We can use all these properties of adding, multiplying and taking powers of congruences to evaluate remainders of numbers. In the next example we demonstrate how modular arithmetic is used to find the last digit of a large number without finding all the digits of the number itself. Example 6 Determine the last digit of 3. The calculator will not show the last digit of this number large (it has 49 digits): copies 3 because the number is too So how do we evaluate the last digit of 3? The last digit of any integer is the least non-negative residue modulo 10. We are interested in finding the remainder (between 0 and 9) when 3 is divided by 10. This means that we examine modulo 10. Our goal is to find x in the following: 3 x mod 10 [x is the least non-negative residue modulo 10] We know that and 3 9 1mod because Subtract numbers this way. Add numbers this way. Figure 5 We want to write the index as a multiple of plus remainder because from above we 3 1 mod10 and this makes the arithmetic easier as we have a 1: have 50 1 By using the rules of indices we have

13 Chapter 3: Theory of Modular Arithmetic 13 Therefore the last digit of Using the rules of indices mod 10 From above is 3 because the remainder after division by 10 is 3. A6 Divisibility Tests Example Show that What does the notation mean? 4 goes into 13 1 exactly. Note that 13 1 is a large number ( 13 has 78 digits) which is impossible to write down in decimal format even by using a calculator as most calculators only have a 10 digit display. How are we going to show 4 divides 13 1? Using modular arithmetic with modulo 4. Note that: mod 4 Because Using the rules of indices we have Because Because mod 4 1mod 4 Hence mod 4 which means that is a multiple of 4 or We did not need to find the actual digits of the large number 13 1 in order to find that 4 goes into this number. The next proposition says that the congruence relationship holds in a polynomial which has integer coefficients. For example x 3x x x 3x1 is a polynomial with integer coefficients. Proposition (3.9) m1 m Let Pxc c xc x c x c x be an mth degree polynomial, that is 0 1 m1 c m 0 mod n, where the coefficients c s are integers. If a bmod n Proof. See Exercise 3(a). Example 8 m mod P a P b n then

14 Chapter 3: Theory of Modular Arithmetic 14 Show that if the sum of digits of an integer divides into 9 then the integer is divisible by 9. This is a very useful result in determining whether a number is divisible by 9 or not. For example, test whether is divisible by 9: The sum of the digits is and 9 does not divide into 39 therefore is not divisible by 9. Test for divisibility by 9: Similarly adding the digits of gives Clearly 9 divides 9 so is divisible by 9. We need to prove this test for divisibility by 9 for every case and not just these two numbers. Proof. Let the integer be N anan 1an aaa 1 0. The sum S of the digits is given by S a a a a a a (*) n n1 n 1 0 We are given that 9 divides into S, that is 9 S or S 0 mod9 ( ) How do we show that this results in 9 divides into the given integer N? N 0 mod9. What does We first write out the integer N and then show that N a a a a aa mean? n n1 n 1 0 It means that the unit s digit is a 0, 10 s digit is a 1, 100 s digit is a, and so on: 10 n 10 n a n an 1 We can write this in expanded form as: N a a a a aa n n1 n a a 1 a n n1 n an 10 an1 10 an 10 a 10 a1 10 a0 1 Since we are interested in divisibility by 9 so we use modulo 9. What is 10 modulo 9 equal to? 10 1 mod 9 k k By applying Proposition (3.8) a bmod n implies a b mod n mod mod 9 k k mod 9 Using these in the congruence below and applying Proposition (3.9): N a a a a aa By (*) n n1 n 1 0 we have n n1 an 10 an1 10 a 10 a1 10 a0 1 mod 9 a 1 a 1 a 1 a 1 a 1 By above results n n1 1 0 an an 1an a a1a0 S 0 mod9 By

15 Chapter 3: Theory of Modular Arithmetic 15 Hence 9 N because N 0 mod9. In the last calculation we had N S mod 9 which implies N S 9k which we can rearrange as N 9k S. This implies that if 9 N then 9 S. We can restate the above result of Example 8 as Integer is divisible by 9 the sum of the digits is divisible by 9. SUMMARY Modular arithmetic is used to deduce certain properties of large numbers. a b mod n is equivalent to a b is a multiple of n. We say that If a bmod n and c d mod n then 1) acb d mod n, ac bd mod n k k ) a b mod n

Modular Arithmetic. Marizza Bailey. December 14, 2015

Modular Arithmetic. Marizza Bailey. December 14, 2015 Modular Arithmetic Marizza Bailey December 14, 2015 Introduction to Modular Arithmetic If someone asks you what day it is 145 days from now, what would you answer? Would you count 145 days, or find a quicker

More information

Excerpt from "Art of Problem Solving Volume 1: the Basics" 2014 AoPS Inc.

Excerpt from Art of Problem Solving Volume 1: the Basics 2014 AoPS Inc. Chapter 5 Using the Integers In spite of their being a rather restricted class of numbers, the integers have a lot of interesting properties and uses. Math which involves the properties of integers is

More information

1 Elementary number theory

1 Elementary number theory Math 215 - Introduction to Advanced Mathematics Spring 2019 1 Elementary number theory We assume the existence of the natural numbers and the integers N = {1, 2, 3,...} Z = {..., 3, 2, 1, 0, 1, 2, 3,...},

More information

Module 2 Congruence Arithmetic pages 39 54

Module 2 Congruence Arithmetic pages 39 54 Module 2 Congruence Arithmetic pages 9 5 Here are some excellent websites that can help you on this topic: http://mathcentral.uregina.ca/qq/database/qq.09.98/kupper1.html http://nrich.maths.org/public.viewer.php?obj_id=50

More information

Introduction to Sets and Logic (MATH 1190)

Introduction to Sets and Logic (MATH 1190) Introduction to Sets and Logic () Instructor: Email: shenlili@yorku.ca Department of Mathematics and Statistics York University Dec 4, 2014 Outline 1 2 3 4 Definition A relation R from a set A to a set

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF Copyright Cengage Learning. All rights reserved. SECTION 4.3 Direct Proof and Counterexample III: Divisibility Copyright Cengage Learning. All rights

More information

Math Introduction to Advanced Mathematics

Math Introduction to Advanced Mathematics Math 215 - Introduction to Advanced Mathematics Number Theory Fall 2017 The following introductory guide to number theory is borrowed from Drew Shulman and is used in a couple of other Math 215 classes.

More information

Section 1.2 Fractions

Section 1.2 Fractions Objectives Section 1.2 Fractions Factor and prime factor natural numbers Recognize special fraction forms Multiply and divide fractions Build equivalent fractions Simplify fractions Add and subtract fractions

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF Copyright Cengage Learning. All rights reserved. SECTION 4.3 Direct Proof and Counterexample III: Divisibility Copyright Cengage Learning. All rights

More information

MITOCW watch?v=kvtlwgctwn4

MITOCW watch?v=kvtlwgctwn4 MITOCW watch?v=kvtlwgctwn4 PROFESSOR: The idea of congruence was introduced to the world by Gauss in the early 18th century. You've heard of him before, I think. He's responsible for some work on magnetism

More information

CHAPTER 8. Copyright Cengage Learning. All rights reserved.

CHAPTER 8. Copyright Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS Copyright Cengage Learning. All rights reserved. SECTION 8.3 Equivalence Relations Copyright Cengage Learning. All rights reserved. The Relation Induced by a Partition 3 The Relation

More information

Congruence Arithmetic

Congruence Arithmetic Module 4 Congruence Arithmetic Popper 4 Introduction to what is like Modulus choices Partitions by modulus Mod 5 Mod 7 Mod 30 Modular Arithmetic Addition Subtraction Multiplication INTEGERS! Mod 12 Cayley

More information

Math 302 Introduction to Proofs via Number Theory. Robert Jewett (with small modifications by B. Ćurgus)

Math 302 Introduction to Proofs via Number Theory. Robert Jewett (with small modifications by B. Ćurgus) Math 30 Introduction to Proofs via Number Theory Robert Jewett (with small modifications by B. Ćurgus) March 30, 009 Contents 1 The Integers 3 1.1 Axioms of Z...................................... 3 1.

More information

9.5 Equivalence Relations

9.5 Equivalence Relations 9.5 Equivalence Relations You know from your early study of fractions that each fraction has many equivalent forms. For example, 2, 2 4, 3 6, 2, 3 6, 5 30,... are all different ways to represent the same

More information

Introduction to Modular Arithmetic

Introduction to Modular Arithmetic Randolph High School Math League 2014-2015 Page 1 1 Introduction Introduction to Modular Arithmetic Modular arithmetic is a topic residing under Number Theory, which roughly speaking is the study of integers

More information

Senior Math Circles Cryptography and Number Theory Week 1

Senior Math Circles Cryptography and Number Theory Week 1 Senior Math Circles Cryptography and Number Theory Week 1 Dale Brydon Feb. 2, 2014 1 One-Time Pads Cryptography deals with the problem of encoding a message in such a way that only the intended recipient

More information

Ch 3.4 The Integers and Division

Ch 3.4 The Integers and Division Integers and Division 1 Ch 3.4 The Integers and Division This area of discrete mathematics belongs to the area of Number Theory. Some applications of the concepts in this section include generating pseudorandom

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems SCHOOL OF ENGINEERING & BUILT ENVIRONMENT Mathematics Numbers & Number Systems Introduction Numbers and Their Properties Multiples and Factors The Division Algorithm Prime and Composite Numbers Prime Factors

More information

Know the Well-ordering principle: Any set of positive integers which has at least one element contains a smallest element.

Know the Well-ordering principle: Any set of positive integers which has at least one element contains a smallest element. The first exam will be on Wednesday, September 22, 2010. The syllabus will be sections 1.1 and 1.2 in Lax, and the number theory handout found on the class web site, plus the handout on the method of successive

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF Copyright Cengage Learning. All rights reserved. SECTION 4.2 Direct Proof and Counterexample II: Rational Numbers Copyright Cengage Learning. All

More information

(1) Modular arithmetic

(1) Modular arithmetic (1) Modular arithmetic In mathematics, modular arithmetic (sometimes called clock arithmetic) is a system of arithmetic for integers, where numbers "wrap يلتف حولaround " after they reach a certain value

More information

Algorithmic number theory Cryptographic hardness assumptions. Table of contents

Algorithmic number theory Cryptographic hardness assumptions. Table of contents Algorithmic number theory Cryptographic hardness assumptions Foundations of Cryptography Computer Science Department Wellesley College Fall 2016 Table of contents Introduction Primes and Divisibility Modular

More information

Encryption à la Mod Name

Encryption à la Mod Name Rock Around the Clock Part Encryption à la Mod Let s call the integers,, 3,, 5, and the mod 7 encryption numbers and define a new mod 7 multiplication operation, denoted by, in the following manner: a

More information

Divisibility Rules and Their Explanations

Divisibility Rules and Their Explanations Divisibility Rules and Their Explanations Increase Your Number Sense These divisibility rules apply to determining the divisibility of a positive integer (1, 2, 3, ) by another positive integer or 0 (although

More information

Mathematics Background

Mathematics Background Finding Area and Distance Students work in this Unit develops a fundamentally important relationship connecting geometry and algebra: the Pythagorean Theorem. The presentation of ideas in the Unit reflects

More information

Chapter 4. Number Theory. 4.1 Factors and multiples

Chapter 4. Number Theory. 4.1 Factors and multiples Chapter 4 Number Theory We ve now covered most of the basic techniques for writing proofs. So we re going to start applying them to specific topics in mathematics, starting with number theory. Number theory

More information

Chapter 18 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

Chapter 18 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal. Chapter 8 out of 7 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal 8 Matrices Definitions and Basic Operations Matrix algebra is also known

More information

1 Elementary number theory

1 Elementary number theory 1 Elementary number theory We assume the existence of the natural numbers and the integers N = {1, 2, 3,...} Z = {..., 3, 2, 1, 0, 1, 2, 3,...}, along with their most basic arithmetical and ordering properties.

More information

Chapter 1: Number and Operations

Chapter 1: Number and Operations Chapter 1: Number and Operations 1.1 Order of operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

8/27/2016. ECE 120: Introduction to Computing. Graphical Illustration of Modular Arithmetic. Representations Must be Unambiguous

8/27/2016. ECE 120: Introduction to Computing. Graphical Illustration of Modular Arithmetic. Representations Must be Unambiguous University of Illinois at Urbana-Champaign Dept. of Electrical and Computer Engineering ECE 120: Introduction to Computing Signed Integers and 2 s Complement Strategy: Use Common Hardware for Two Representations

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF Copyright Cengage Learning. All rights reserved. SECTION 4.6 Indirect Argument: Contradiction and Contraposition Copyright Cengage Learning. All

More information

13 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011 Automata Theory EUR solutions

13 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011 Automata Theory EUR solutions 13 th Annual Johns Hopkins Math Tournament Saturday, February 19, 011 Automata Theory EUR solutions Problem 1 (5 points). Prove that any surjective map between finite sets of the same cardinality is a

More information

Math 126 Number Theory

Math 126 Number Theory Math 16 Number Theory Prof. D. Joyce, Clark University 8 Mar 006 Due Friday. Page 155: exercises 1,, 7. Choose one of the three and write it up completely. Whichever one you choose, find all those solutions

More information

Mini-Lectures by Section

Mini-Lectures by Section Mini-Lectures by Section BEGINNING AND INTERMEDIATE ALGEBRA, Mini-Lecture 1.1 1. Learn the definition of factor.. Write fractions in lowest terms.. Multiply and divide fractions.. Add and subtract fractions..

More information

Chapter 4 Triangles: Congruency & Similarity

Chapter 4 Triangles: Congruency & Similarity 1 Chapter 4 Triangles: Congruency & Similarity Concepts & Skills Quilting is a great American pastime especially in the heartland of the United States. Quilts can be simple in nature or as in the photo

More information

Section 1.1 Definitions and Properties

Section 1.1 Definitions and Properties Section 1.1 Definitions and Properties Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Abbreviate repeated addition using Exponents and Square

More information

Lecture 3: Recursion; Structural Induction

Lecture 3: Recursion; Structural Induction 15-150 Lecture 3: Recursion; Structural Induction Lecture by Dan Licata January 24, 2012 Today, we are going to talk about one of the most important ideas in functional programming, structural recursion

More information

An Interesting Way to Combine Numbers

An Interesting Way to Combine Numbers An Interesting Way to Combine Numbers Joshua Zucker and Tom Davis October 12, 2016 Abstract This exercise can be used for middle school students and older. The original problem seems almost impossibly

More information

Sets 1. The things in a set are called the elements of it. If x is an element of the set S, we say

Sets 1. The things in a set are called the elements of it. If x is an element of the set S, we say Sets 1 Where does mathematics start? What are the ideas which come first, in a logical sense, and form the foundation for everything else? Can we get a very small number of basic ideas? Can we reduce it

More information

星の研究. A Study of Stars. Junten Science Library 4. Revised English version based on the lecture on 2 nd Dec for

星の研究. A Study of Stars. Junten Science Library 4. Revised English version based on the lecture on 2 nd Dec for Junten Science Library Revised English version based on the lecture on nd Dec. 00 for Junten Junior High School and Chua Chu Kan Higih School in Singapore 星の研究 A Study of Stars Written and translated by

More information

Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008

Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008 Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008 Ten questions, each worth the same amount. Complete six of your choice. I will only grade the first six I see. Make sure your name

More information

AXIOMS FOR THE INTEGERS

AXIOMS FOR THE INTEGERS AXIOMS FOR THE INTEGERS BRIAN OSSERMAN We describe the set of axioms for the integers which we will use in the class. The axioms are almost the same as what is presented in Appendix A of the textbook,

More information

Adjacent sides are next to each other and are joined by a common vertex.

Adjacent sides are next to each other and are joined by a common vertex. Acute angle An angle less than 90. A Adjacent Algebra Angle Approximate Arc Area Asymmetrical Average Axis Adjacent sides are next to each other and are joined by a common vertex. Algebra is the branch

More information

9 abcd = dcba b + 90c = c + 10b b = 10c.

9 abcd = dcba b + 90c = c + 10b b = 10c. In this session, we ll learn how to solve problems related to place value. This is one of the fundamental concepts in arithmetic, something every elementary and middle school mathematics teacher should

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Modular Arithmetic. is just the set of remainders we can get when we divide integers by n

Modular Arithmetic. is just the set of remainders we can get when we divide integers by n 20181004 Modular Arithmetic We are accustomed to performing arithmetic on infinite sets of numbers. But sometimes we need to perform arithmetic on a finite set, and we need it to make sense and be consistent

More information

And Now From a New Angle Special Angles and Postulates LEARNING GOALS

And Now From a New Angle Special Angles and Postulates LEARNING GOALS And Now From a New Angle Special Angles and Postulates LEARNING GOALS KEY TERMS. In this lesson, you will: Calculate the complement and supplement of an angle. Classify adjacent angles, linear pairs, and

More information

GCSE-AS Mathematics Bridging Course. Chellaston School. Dr P. Leary (KS5 Coordinator) Monday Objectives. The Equation of a Line.

GCSE-AS Mathematics Bridging Course. Chellaston School. Dr P. Leary (KS5 Coordinator) Monday Objectives. The Equation of a Line. GCSE-AS Mathematics Bridging Course Chellaston School Dr (KS5 Coordinator) Monday Objectives The Equation of a Line Surds Linear Simultaneous Equations Tuesday Objectives Factorising Quadratics & Equations

More information

9 abcd = dcba b + 90c = c + 10b b = 10c.

9 abcd = dcba b + 90c = c + 10b b = 10c. In this session, we ll learn how to solve problems related to place value. This is one of the fundamental concepts in arithmetic, something every elementary and middle school mathematics teacher should

More information

Algebra 1 Review. Properties of Real Numbers. Algebraic Expressions

Algebra 1 Review. Properties of Real Numbers. Algebraic Expressions Algebra 1 Review Properties of Real Numbers Algebraic Expressions Real Numbers Natural Numbers: 1, 2, 3, 4,.. Numbers used for counting Whole Numbers: 0, 1, 2, 3, 4,.. Natural Numbers and 0 Integers:,

More information

The Real Number System

The Real Number System The Real Number System Pi is probably one of the most famous numbers in all of history. As a decimal, it goes on and on forever without repeating. Mathematicians have already calculated trillions of the

More information

Project 2: How Parentheses and the Order of Operations Impose Structure on Expressions

Project 2: How Parentheses and the Order of Operations Impose Structure on Expressions MAT 51 Wladis Project 2: How Parentheses and the Order of Operations Impose Structure on Expressions Parentheses show us how things should be grouped together. The sole purpose of parentheses in algebraic

More information

number Understand the equivalence between recurring decimals and fractions

number Understand the equivalence between recurring decimals and fractions number Understand the equivalence between recurring decimals and fractions Using and Applying Algebra Calculating Shape, Space and Measure Handling Data Use fractions or percentages to solve problems involving

More information

Slides for Faculty Oxford University Press All rights reserved.

Slides for Faculty Oxford University Press All rights reserved. Oxford University Press 2013 Slides for Faculty Assistance Preliminaries Author: Vivek Kulkarni vivek_kulkarni@yahoo.com Outline Following topics are covered in the slides: Basic concepts, namely, symbols,

More information

Section 1.4 Proving Conjectures: Deductive Reasoning

Section 1.4 Proving Conjectures: Deductive Reasoning Section 1.4 Proving Conjectures: Deductive Reasoning May 9 10:15 AM 1 Definition: Proof: A mathematical argument showing that a statement is valid in all cases, or that no counterexample exists. Generalization:

More information

Elementary Number Theory. Kenneth H. Rosen Sixth Edition

Elementary Number Theory. Kenneth H. Rosen Sixth Edition Elementary Number Theory Kenneth H. Rosen Sixth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web

More information

8 th Grade Pre Algebra Pacing Guide 1 st Nine Weeks

8 th Grade Pre Algebra Pacing Guide 1 st Nine Weeks 8 th Grade Pre Algebra Pacing Guide 1 st Nine Weeks MS Objective CCSS Standard I Can Statements Included in MS Framework + Included in Phase 1 infusion Included in Phase 2 infusion 1a. Define, classify,

More information

A.1 Numbers, Sets and Arithmetic

A.1 Numbers, Sets and Arithmetic 522 APPENDIX A. MATHEMATICS FOUNDATIONS A.1 Numbers, Sets and Arithmetic Numbers started as a conceptual way to quantify count objects. Later, numbers were used to measure quantities that were extensive,

More information

Problem One: A Quick Algebra Review

Problem One: A Quick Algebra Review CS103A Winter 2019 Solutions for Week One Handout 01S Problem One: A Quick Algebra Review In the first week of CS103, we'll be doing a few proofs that will require some algebraic manipulations and reasoning

More information

Theory of Computation Prof. Raghunath Tewari Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Theory of Computation Prof. Raghunath Tewari Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Theory of Computation Prof. Raghunath Tewari Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture 01 Introduction to Finite Automata Welcome everybody. This is

More information

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions:

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions: Matrices A Matrix is an array of numbers: We talk about one matrix, or several matrices. There are many things we can do with them... Adding A Matrix (This one has 2 Rows and 3 Columns) To add two matrices:

More information

A parallelogram is a quadrilateral in which both pairs of opposite sides are parallel.

A parallelogram is a quadrilateral in which both pairs of opposite sides are parallel. Chapter 8 Applying Congruent Triangles In the last chapter, we came across a very important concept. That is, corresponding parts of congruent triangles are congruent - cpctc. In this chapter, we will

More information

Is the statement sufficient? If both x and y are odd, is xy odd? 1) xy 2 < 0. Odds & Evens. Positives & Negatives. Answer: Yes, xy is odd

Is the statement sufficient? If both x and y are odd, is xy odd? 1) xy 2 < 0. Odds & Evens. Positives & Negatives. Answer: Yes, xy is odd Is the statement sufficient? If both x and y are odd, is xy odd? Is x < 0? 1) xy 2 < 0 Positives & Negatives Answer: Yes, xy is odd Odd numbers can be represented as 2m + 1 or 2n + 1, where m and n are

More information

INSIDE the circle. The angle is MADE BY. The angle EQUALS

INSIDE the circle. The angle is MADE BY. The angle EQUALS ANGLES IN A CIRCLE The VERTEX is located At the CENTER of the circle. ON the circle. INSIDE the circle. OUTSIDE the circle. The angle is MADE BY Two Radii Two Chords, or A Chord and a Tangent, or A Chord

More information

following determine whether it is an element, subset or neither of A and

following determine whether it is an element, subset or neither of A and 1. Let A, B, and C be subsets of the universal set U. Draw Venn diagrams illustrating the following: First, we have a square representing the universe U and three circles, one for each of A, B and C. Each

More information

36 Modular Arithmetic

36 Modular Arithmetic 36 Modular Arithmetic Tom Lewis Fall Term 2010 Tom Lewis () 36 Modular Arithmetic Fall Term 2010 1 / 10 Outline 1 The set Z n 2 Addition and multiplication 3 Modular additive inverse 4 Modular multiplicative

More information

Geometric Constructions

Geometric Constructions HISTORY OF MATHEMATICS Spring 2005 Geometric Constructions Notes, activities, assignment; #3 in a series. Note: I m not giving a specific due date for this somewhat vague assignment. The idea is that it

More information

COMPUTER SCIENCE TRIPOS

COMPUTER SCIENCE TRIPOS CST.2000.1.1 COMPUTER SCIENCE TRIPOS Part IA Monday 5 June 2000 1.30 to 4.30 Paper 1 Answer two questions from Section A, and one question from each of Sections B, C, D and E. Submit the answers in six

More information

Unit 7 Number System and Bases. 7.1 Number System. 7.2 Binary Numbers. 7.3 Adding and Subtracting Binary Numbers. 7.4 Multiplying Binary Numbers

Unit 7 Number System and Bases. 7.1 Number System. 7.2 Binary Numbers. 7.3 Adding and Subtracting Binary Numbers. 7.4 Multiplying Binary Numbers Contents STRAND B: Number Theory Unit 7 Number System and Bases Student Text Contents Section 7. Number System 7.2 Binary Numbers 7.3 Adding and Subtracting Binary Numbers 7.4 Multiplying Binary Numbers

More information

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism CHAPTER 2 Graphs 1. Introduction to Graphs and Graph Isomorphism 1.1. The Graph Menagerie. Definition 1.1.1. A simple graph G = (V, E) consists of a set V of vertices and a set E of edges, represented

More information

Intermediate Mathematics League of Eastern Massachusetts

Intermediate Mathematics League of Eastern Massachusetts Meet # January 010 Intermediate Mathematics League of Eastern Massachusetts Meet # January 010 Category 1 - Mystery Meet #, January 010 1. Of all the number pairs whose sum equals their product, what is

More information

Integers and Mathematical Induction

Integers and Mathematical Induction IT Program, NTUT, Fall 07 Integers and Mathematical Induction Chuan-Ming Liu Computer Science and Information Engineering National Taipei University of Technology TAIWAN 1 Learning Objectives Learn about

More information

CSE 20 DISCRETE MATH. Fall

CSE 20 DISCRETE MATH. Fall CSE 20 DISCRETE MATH Fall 2017 http://cseweb.ucsd.edu/classes/fa17/cse20-ab/ Final exam The final exam is Saturday December 16 11:30am-2:30pm. Lecture A will take the exam in Lecture B will take the exam

More information

CSE 20 DISCRETE MATH. Winter

CSE 20 DISCRETE MATH. Winter CSE 20 DISCRETE MATH Winter 2017 http://cseweb.ucsd.edu/classes/wi17/cse20-ab/ Final exam The final exam is Saturday March 18 8am-11am. Lecture A will take the exam in GH 242 Lecture B will take the exam

More information

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three)

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three) et et et CLASS IX Topic :Set Language et et 1. Describing and representing sets SECONDARY DRAFT SYLLABUS Able to describe a set in Descriptive, Set- builder and roster forms and through Venn diagram. Use

More information

Lecture 2 Algorithms with numbers

Lecture 2 Algorithms with numbers Advanced Algorithms Floriano Zini Free University of Bozen-Bolzano Faculty of Computer Science Academic Year 2013-2014 Lecture 2 Algorithms with numbers 1 RSA Algorithm Why does RSA work? RSA is based

More information

Glossary Common Core Curriculum Maps Math/Grade 6 Grade 8

Glossary Common Core Curriculum Maps Math/Grade 6 Grade 8 Glossary Common Core Curriculum Maps Math/Grade 6 Grade 8 Grade 6 Grade 8 absolute value Distance of a number (x) from zero on a number line. Because absolute value represents distance, the absolute value

More information

KS3 - Year 8 & 9 Course Outline: Mathematics

KS3 - Year 8 & 9 Course Outline: Mathematics KS3 - Year 8 & 9 Course Outline: Mathematics EFG D C B visualise and use 2D representations of 3D objects 39 81-82 G1 N1 N2 enlarge 2D shapes, given a centre of enlargement and a positive whole number

More information

Bulgarian Math Olympiads with a Challenge Twist

Bulgarian Math Olympiads with a Challenge Twist Bulgarian Math Olympiads with a Challenge Twist by Zvezdelina Stankova Berkeley Math Circle Beginners Group September 0, 03 Tasks throughout this session. Harder versions of problems from last time appear

More information

Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value

Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value 1 Number System Introduction In this chapter, we will study about the number system and number line. We will also learn about the four fundamental operations on whole numbers and their properties. Natural

More information

CGF Lecture 2 Numbers

CGF Lecture 2 Numbers CGF Lecture 2 Numbers Numbers A number is an abstract entity used originally to describe quantity. i.e. 80 Students etc The most familiar numbers are the natural numbers {0, 1, 2,...} or {1, 2, 3,...},

More information

EDINBURGH PRIMARY SCHOOL

EDINBURGH PRIMARY SCHOOL EDINBURGH PRIMARY SCHOOL TARGETS FOR THE NEW MATHEMATICS CURRICULUM Parent Information Edinburgh Primary School Assessment MATHEMATICS TARGETS - A YEAR 1 MATHEMATICIAN Number and place value I can count

More information

What s the Difference?

What s the Difference? What s the Difference? Subtracting Integers Learning Goals In this lesson, you will: Model subtraction of integers using two-color counters. Model subtraction of integers on a number line. Develop a rule

More information

Big Mathematical Ideas and Understandings

Big Mathematical Ideas and Understandings Big Mathematical Ideas and Understandings A Big Idea is a statement of an idea that is central to the learning of mathematics, one that links numerous mathematical understandings into a coherent whole.

More information

Lecture Notes, CSE 232, Fall 2014 Semester

Lecture Notes, CSE 232, Fall 2014 Semester Lecture Notes, CSE 232, Fall 2014 Semester Dr. Brett Olsen Week 11 - Number Theory Number theory is the study of the integers. The most basic concept in number theory is divisibility. We say that b divides

More information

4 Triangles and Congruence

4 Triangles and Congruence www.ck12.org CHAPTER 4 Triangles and Congruence Chapter Outline 4.1 TRIANGLE SUMS 4.2 CONGRUENT FIGURES 4.3 TRIANGLE CONGRUENCE USING SSS AND SAS 4.4 TRIANGLE CONGRUENCE USING ASA, AAS, AND HL 4.5 ISOSCELES

More information

Chapter 4. Relations & Graphs. 4.1 Relations. Exercises For each of the relations specified below:

Chapter 4. Relations & Graphs. 4.1 Relations. Exercises For each of the relations specified below: Chapter 4 Relations & Graphs 4.1 Relations Definition: Let A and B be sets. A relation from A to B is a subset of A B. When we have a relation from A to A we often call it a relation on A. When we have

More information

Chapter 1. Math review. 1.1 Some sets

Chapter 1. Math review. 1.1 Some sets Chapter 1 Math review This book assumes that you understood precalculus when you took it. So you used to know how to do things like factoring polynomials, solving high school geometry problems, using trigonometric

More information

CSE 215: Foundations of Computer Science Recitation Exercises Set #4 Stony Brook University. Name: ID#: Section #: Score: / 4

CSE 215: Foundations of Computer Science Recitation Exercises Set #4 Stony Brook University. Name: ID#: Section #: Score: / 4 CSE 215: Foundations of Computer Science Recitation Exercises Set #4 Stony Brook University Name: ID#: Section #: Score: / 4 Unit 7: Direct Proof Introduction 1. The statement below is true. Rewrite the

More information

UNIT-II NUMBER THEORY

UNIT-II NUMBER THEORY UNIT-II NUMBER THEORY An integer n is even if, and only if, n equals twice some integer. i.e. if n is an integer, then n is even an integer k such that n =2k An integer n is odd if, and only if, n equals

More information

The word zero has had a long and interesting history so far. The word comes

The word zero has had a long and interesting history so far. The word comes Worth 1000 Words Real Numbers and Their Properties Learning Goals In this lesson, you will: Classify numbers in the real number system. Understand the properties of real numbers. Key Terms real number

More information

Ramsey s Theorem on Graphs

Ramsey s Theorem on Graphs Ramsey s Theorem on Graphs 1 Introduction Exposition by William Gasarch Imagine that you have 6 people at a party. We assume that, for every pair of them, either THEY KNOW EACH OTHER or NEITHER OF THEM

More information

Angles, Polygons, Circles

Angles, Polygons, Circles Page 1 of 5 Part One Last week we learned about the angle properties of circles and used them to solve a simple puzzle. This week brings a new puzzle that will make us use our algebra a bit more. But first,

More information

Number- Algebra. Problem solving Statistics Investigations

Number- Algebra. Problem solving Statistics Investigations Place Value Addition, Subtraction, Multiplication and Division Fractions Position and Direction Decimals Percentages Algebra Converting units Perimeter, Area and Volume Ratio Properties of Shapes Problem

More information

This Lecture. We will first introduce some basic set theory before we do counting. Basic Definitions. Operations on Sets.

This Lecture. We will first introduce some basic set theory before we do counting. Basic Definitions. Operations on Sets. Sets A B C This Lecture We will first introduce some basic set theory before we do counting. Basic Definitions Operations on Sets Set Identities Defining Sets Definition: A set is an unordered collection

More information

Binary Relations McGraw-Hill Education

Binary Relations McGraw-Hill Education Binary Relations A binary relation R from a set A to a set B is a subset of A X B Example: Let A = {0,1,2} and B = {a,b} {(0, a), (0, b), (1,a), (2, b)} is a relation from A to B. We can also represent

More information

(a) (4 pts) Prove that if a and b are rational, then ab is rational. Since a and b are rational they can be written as the ratio of integers a 1

(a) (4 pts) Prove that if a and b are rational, then ab is rational. Since a and b are rational they can be written as the ratio of integers a 1 CS 70 Discrete Mathematics for CS Fall 2000 Wagner MT1 Sol Solutions to Midterm 1 1. (16 pts.) Theorems and proofs (a) (4 pts) Prove that if a and b are rational, then ab is rational. Since a and b are

More information

4&5 Binary Operations and Relations. The Integers. (part I)

4&5 Binary Operations and Relations. The Integers. (part I) c Oksana Shatalov, Spring 2016 1 4&5 Binary Operations and Relations. The Integers. (part I) 4.1: Binary Operations DEFINITION 1. A binary operation on a nonempty set A is a function from A A to A. Addition,

More information

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PAUL BALISTER Abstract It has been shown [Balister, 2001] that if n is odd and m 1,, m t are integers with m i 3 and t i=1 m i = E(K n) then K n can be decomposed

More information