TESTCRACKER CAT TOPPER s PROGRAM: QUANT. Factorial

Size: px
Start display at page:

Download "TESTCRACKER CAT TOPPER s PROGRAM: QUANT. Factorial"

Transcription

1 TESTCRACKER CAT TOPPER s PROGRAM: QUANT Factorial The product of n consecutive natural numbers starting from 1 to n is called as the factorial n. n! = 1 x 2 x 3 x 4 x 5 x 6 x 7 x x (n 2) x (n 1) x n e.g. 5! = 1 x 2 x 3 x 4 x 5 = 120; 6! = 1 x 2 x 3 x 4 x 5 x 6 = 720 0! = 1 and 1! = 1 n! always ends with zero if n 5 The product of n consecutive natural numbers is always divisible by n!, where n! = n 1. Given for any natural number : if, then what is the value of? (a) 4 (b) 5 (c) 2 (d) None of these Solution: As we know, n! = n(n 1)!. The given function can be assumed to be the factorial function..(1) {Given in the question, compare this equation with equation (1)} = 20 = 5 x 4 = 3. Therefore the answer is (d). 2. If n is an odd natural number, what is the highest number that always divides n (n 2 1)? (a) 6 (b) 12 (c) 24 (d) None of these Solution: n (n 2 1) = (n 1) n (n + 1), which is a product of three consecutive numbers. Since n is odd, the numbers (n 1) and (n + 1) are both even. As they are two consecutive even numbers one of these numbers will be a multiple of 2 and the other will be a multiple of 4. Hence, their product is a multiple of 8. Since one out of every three consecutive numbers is a multiple of 3, one of the three numbers will be a multiple of three. Hence, the product of three numbers will be a multiple of 8 3 = 24. Hence, the highest number that always divides n (n 2 1) is Find the sum of all values of n which satisfy + = 240 Solution: Let n! = k. Taking 4! off both sides and simplifying, we get k 2 + (7!x5!)(4!/4) = 240 x (4!)k k 2 5!x2x4!k + 7!x5!x3! k 2 5!x48k + 7!x5!x6 k 2 5!x48k + 7!x6!

2 k 2 5!x(6+42) k + 7!x6! [Attention: Why are we splitting 48 into 6+42 above? Because we want the above quadratic equation to be of the form x 2 -(a+b)x + ab] k 2 5!x6k 5!x6x7k+ 7!x6! k 2 6!k 7!k+ 7!x6! k 2 (6!+7!)k+ 7!x6! k = 6! and 7! n = 6 and 7 Sum = What is the remainder if (2n)! is divided by (n!) 2? (a) 0 (b) 2 (c) 4 (d) 1 Solution: (2n)! = (n 1) n (n + 1) 2n = (n)! (n + 1) (n + 2) 2n. Since (n + 1) (n + 2) 2n is a product of n consecutive numbers, it is divisible by n!. Hence, the product (n)! (n + 1) (n + 2) 2n is divisible by n! n! = (n!) 2. The remainder therefore is 0. Type 1: Highest Power of a Number in a Factorial Suppose we have to find the highest power of k that can exactly divide n!, we divide n by K, n by by.. and so on till we get equal to 1(where, [x] means the greatest integer less than or equal to x) and then add up as Examples 1. What is the largest power of 5 in 121!? Solution: + = = 28. (We cannot do it further since 121 is less than = 125) Hence, 5 is involved 28 times as a factor in 121! 2. What is the largest power of 2 that can divide 269!? Solution: = = 265. Thus the greatest power of 2 is 265 that can divide exactly 268!. TestCracker Trick: Now, you must have noticed that we consider only integral values of the quotient as [q] which gives an integer just less than or equal to q. So we can do this calculation in a slightly easier manner. Here we just divide the given number and then succeeding quotients will be divided by the same remainder as in case of successive division. So, we solve previous problem in this manner., n

3 So we can see that this method of calculation is easier since we need not know the values of,,,, etc. Also the division by 2 is easier than the division by, where is any large integer. 3. What is the largest power of 7 that can exactly divide 780!? Solution: Thus the highest power of 7 is 128 by which 777! can be divided. 4. What is the highest power of 72 in 100!? Solution: Since our method is applicable only for the prime factors, we solve it by breaking 72 in its prime factors. 72 =. Therefore, we need to find the highest power of and in 72!. 72 = 8 x 9. Since to make a 8 we need 2 x 2 x 2 i.e. three times. So we need to divide 97 by 3 and get 32. And, for 9 we need 3 x 3 i.e. two times. So we need to divide 48 by 2 and get 24. So x x Thus the largest power of 72 is 24. That can exactly divide 100!

4 5. What is the highest power of 81 that can divide 1802!? Solution: 81 = So, Thus we get. But we need to find out for. Therefore = x = x 3 Therefore the largest power of 81 is 224 which can divide exactly 1802! Type 2: Number of zeroes at the end of the product of numbers We know that 10 = 2 x 5, 100 = x etc. So we can say that number of zeroes at the end of the product we need exactly combinations of 5 x 2 The number of zeroes at the end of the product depends upon 2 x 5, but the condition is that (a) x gives number of zeroes if < y (b) x gives number of zeroes if y < Examples 1. What is the number of zeroes at the end of 10!? Solution: 10! = 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10. It is obvious from the above expression that there are only two 5 s and eight 2 s. Since the number of 5 s are less than number of 2 s, the number of 5 s will be effective to form the combination of 2 x 5. Thus there are only 2 zeroes at the end of 10! 2. Find the number of zeroes at the end of 100!? (a) 24 (b) 97 (d) 23 (d) None of these Solution: Since we know that the zeroes at the end of any product are due to the presence of 10 as the factor of the product and the number of zeroes depends upon the number of times 10 is involved.

5 So there are 24 combinations of 2 x 5: it means there will be 24 zeroes at the end of 100! (Need to check for 5 only, since it has smaller power.) 3. Find the number of zeroes at the end of the product of first 100 multiples of 10. (a) 1000 (b) 24 (b) 100 (c) 124 Solution: (10 x 20 x 30 x 40 x.. x 1000) = [1 x 2 x 3 x 4 x x 100] = [100!] As we know from previous example, highest power of 5 in 100! is 24. Number of zeroes = = How many natural numbers n are there, such that n! ends with exactly 30 zeroes? (a) 0 (b) 1 (c) 3 (d) 4 Solution: According to question, n! should have 30 zeroes in the end. If n = 100 (taking randomly keeping in view 30 is the number of zeroes] 100! has =24,So n should be greater than 100. Next multiple of 5 is 105. But 105 = 5 x 21, has only one extra 5. Number of zeroes will increase by 1 only. Similarly 110, 115 and 120 also have one extra 5. Number of zeroes (from 120! to 124!) = 28. Now, the next multiple of 5 is 125 and 125 contains three 5 s. So, number of zeroes will increase by 3. Number of zeroes in 125! = = 31. So, there is no factorial of a number which ends with 30 zeroes. 5. n! has x number of zeroes at the end and (n + 1)! has (x + 3) zeroes at the end. 1 n How many solutions are possible for n? (a) 8 (b) 7 (c) 1 (d) 4 Solution: We can see that increasing the natural number by 1, we are gathering 3 more powers of 5. Therefore, (n + 1) is a multiple of 125 but not a multiple of 625 as it would result in 4 powers of 5. Therefore, (n + 1) will be equal to all the multiples of 125 minus 625. Total number of multiples of 125 less than 1000 = 8 Total number of multiples of 625 less than 1000 = 1 The required answer is (8 1) =7

6 6. If n! and (4n)! end with 25 zeroes and 106 zeroes respectively, then which of the following is a factor of n? (a) 25 (b) 26 (c) 27 (d) 28 Solution: Step 1: According to the question n! has 25 zeroes at the end. Here you have to try a bit to know the range of n. If n=100 (taking randomly keeping in view 26 is the number of zeroes] 100! has =24,So n should be greater than 100. Next multiple of 5 is 105. But 105 = 5 x 21, has only one 5. Number of zeroes will increase by 1 only. From 105 to 109, there is no multiple of 5. So, the range of n is in between 105 to 109. Step 2: As the next condition is (4n)! has 106 zeroes in the end. For getting the actual value just verify the value of n within the range {105 to 109}. You will get n = = 4 x 27. The required answer = If 146! Is divisible by then find the maximum value of n. (a) 74 (b) 70 (c) 76 (d) 75 Solution: In its current form the question looks intimidating. But is it? We simply need to find the highest power of 6 contained in 146! 6 = 2 x 3. As 3 is the largest prime factor of 6, we will find the highest power of 3 in 146! The highest power of 3 in 146! = = The number 2006! is written in base 22. How many zeroes are there at the end? (a) 450 (b) 500 (c) 199 (d) 200 Solution: Before we come to the exact question, let us quickly get a feel of how to change bases quickly TestCracker Trick: A number written in base 10 can be converted to any base b by first dividing the number by b and then dividing the successive quotients by b. The remainder thus obtained, written in reverse order, given the equivalent number in base b. Let s convert to base 7 = There is exactly one zero at the end of the number converted to base 7 because the number 63 is divisible once by 7 i.e. the highest power of 7 contained in the number 63 is exactly equal to =

7 Similarly, if we convert 56 to base 2 then there will be exactly three zeroes at the end of converted number in base 2 because the highest power of 2 contained in 56 is exactly equal to three i.e. the number 56 is divisible thrice by 2. Coming back to our question: Here, the number of zeroes present at the end of 2006! in base 22 will be equal to the number of times 22 divides 2006! completely. Therefore, we need to find the highest power of 22 contained in 2006! 22 = 2 x 11. As 11 is the largest prime factor of 22. We will find the highest power of 11 contained in 2006! Therefore, our answer has to be [2006/11] + [2006/11 2 ] + [2006/11 3 ] = ! when expressed in base 12 ends with k zeroes. Find k (a) 12 (b) 13 (c) 14 (d) None of these Solution: 12 = x 3 The highest power of in 30! = = = 13 The highest power of 3 in 30! = = 14 As the highest power of is less than that of 3, the highest power of 12 in 100! Is equal to that of. Hence, k = 13. Type 3: Factorial Of a Number Containing Highest Power (Different Base) Let, z(n) be the number of zeroes present at the end of n! in base b. Therefore, the highest power of b contained in n! is z(n). The base b = x x x where a, b, c, denote the power of prime numbers contained in base b. Let p be the largest prime factor of base b. So, the highest power of p contained in n! is z(n). z(n) = z(n) = z(n) x p = (approximately) (approximately) z(n) x p n = z(n) n = (p 1) x z(n) TestCracker Trick: For a given z(n), the smallest value of a natural number n such that there are z(n) zeroes present at the end of n! in base b can be calculated approximately as n = (p 1) x z(n), where z (n) denotes the number of zeroes present at the end of n! in base b and p is the largest prime factor of base b. 10. Find the least value of n such that n! has exactly 2394 zeroes Solution: Here, z (n) = n = (5-1) x 2394 = 9576 (approximately)

8 [Here the largest prime factor of the base (10) is 5] Let s count the number of zeroes present at the end of 9576! = = 2392 To get more zeroes, we will have to find the second least multiple of five greater than 9576 and it is The number of zeroes present at the end of 9585! = = Hence, n = Note: Increase in number of zeroes depends on whether given number is multiple of 5, 25, 125, Find the smallest positive integer n such that n! is a multiple of. Solution: It means that find the smallest natural number n such that n! has at least 2009 zeroes at the end. n = (5-1) x 2009 = 8036 (approximately) The number of zeroes present at the end of 8036! = = 2006 Here, number of zeroes are three less than required. So, we have to look for third multiple of 5 greater than The required multiple of 5 is The number of zeroes present at the end of 8050! = = Therefore, 8050! has 2010 trailing zeroes. Hence, 8050! is the least multiple of 12. n! has 100 trailing zeroes in base 35. Find the minimum value of n. Solution: Here, Base = 35 = 5 x 7. As 7 is the largest prime factor of 35. z(n) = 100. n = (p 1) x z(n) = 6 x 100 = 600 (approximately) Let s count the number of zeroes present at the end of 600! in base 35. The number of zeroes present at the end of 600! In base 35 = Number of factors of 7 in 600! = = 98 To get two more zeroes, we will have to find the second least multiple of 7 greater than = 85 x Therefore, the required multiple of 7 is {600 + (7 5) + 7} = What is the smallest n such that n! ends in exactly 91 zeroes in base 91 Solution: Here, Base = 91 = 7 x 13. As 13 is the largest prime factor of 91. z(n) = 91. n = (p 1) x z(n) = 12 x 91 = 1092 (approximately) Let s count the number of zeroes present at the end of 1092! in base 91. The number of zeroes present at end of 1092! In base 91 = = 90 To get more zeroes we will have to find the least multiple of 13 greater than = 84 x 13 Therefore, the next multiple of 13 is (13) = The number of zeroes present at the end of 1105! In base 91 = = 91 Hence, n = Find the number of possible values of n = 125 x m if n is less than or equal to 1000 and m is not divisible by 5. Solution: n = x m, where m is not divisible by 5 i.e. the highest power of 5 in the number n is exactly equal to three. The highest power of 5 contained in 1000! =

9 8 and 1 are representing here number of numbers less than 1000 and divisible by and respectively. Hence, the required answer = (8 1) = 7. [Since m is not a multiple of 5, we know that n is not divisible by 5 4 ] 15. The quotient obtained by dividing n by 121 and the number 11 are co prime to each other. Find the number of possible values of n if n is less than or equal to 10,000. Solution: It means that the highest power of 11 contained in the number n is exactly equal to two. The highest power of 11 contained in 10,000! = = 75. Hence, the number of possible values of n is n! has number of zeroes at the end and (n + 1)! has ( + 3) zeroes at the end. Find the number of possible values of n if n is a three digit number. Solution: The highest power of 5 in n! is. How many zeroes we ll get at the end of (n + 1)! depends on whether (n + 1) is a multiple of,,,, and so on. Here (n + 1)! has ( + 3) zeroes at the end. Therefore the highest power of 5 in the number (n + 1) is exactly equal to 3. x 1 = 125 x 2 = 250 x 3 = 375 x 4 = 500 x 6 = 750 x 7 = 875 x 8 = 1000 The highest power of 5 in x 5 is 4, that s why, we ignore it. Hence, the possible values of n = 7. [Note: 1000 is n+1, therefore n, which is 999 will be a three digit number] Type 4: Last Non Zero digit/digits in a factorial Find the last non zero digit of n! : Last non zero digit of (ten consecutive integers) Let s take a 10 tuple of ten consecutive integers starting from (10a + 1) to (10a + 10). Last non zero digit of their product can be written as: = (10a + 1)(10a + 2)(10a + 3)(10a + 4)(10a + 5)(10a + 6)(10a + 7)(10a +8)(10a +9)(10a +10) = (10a + 1)(10a + 2)(10a + 3)(10a + 4)5(2a + 1)(10a + 6)(10a + 7)(10a +8)(10a +9)5(2a +2) = (10a + 1)(10a + 2)(10a + 3)2(5a + 2)5(2a + 1)2(5a + 3)(10a + 7)(10a +8)(10a +9)5(2a +2) = 100(10a + 1)(10a + 2)(10a + 3)(5a + 2)(2a + 1)(5a + 3)(10a + 7)(10a +8)(10a +9)(2a +2) = 100(2a + 1) (2a +2)(10a + 1)(10a + 2)(10a + 3)(5a + 2)(5a + 3)(10a + 7)(10a +8)(10a +9) {Now, we can remove both zeroes}

10 = Last non zero digit of (2a + 1) (2a +2)(1)(2)(3)(7)(8)(9)(5a + 2)(5a + 3) = Last non zero digit of 4{25a(a + 1) +6}(2a + 1)(2a + 2) = 4 x Last non zero digit of (2a + 1)(2a + 2) Examples 1. What is the last non zero digit of 20! Solution: Using above property we can write: 1 x 2 x3 x 4 x5 x6 x7 x8 x9 x10 = 4 x [Here, a = 0] 11 x 12 x13 x 14 x15 x16 x17 x18 x19 x20 = 4 x [Here, a = 1] So last non zero digit of 20! = x last non zero digit of 4! = last non zero digit of 6 x 4 = 4 TestCracker Trick: LNZ (10n!) = LNZ ( ) x LNZ (2n!) 2. What is the last non zero digit of 100! Solution: Last non zero digit of 100! = LNZ (10x10!) = LNZ ( ) x LNZ (20!) LNZ of 4 10 is the same as LNZ of 4 2, which is 6 From the above example, we know last non zero digit of 20!, which is 4. LNZ (100!) = LNZ (6 x 4) = 4 3. Find the last non zero digit of 125! Solution: 125 is not a multiple of 10; hence we can apply the above same method up to 120! and then multiply the result with last non zero digit of the product of remaining numbers i.e. 121 to 125. So, the last non zero digit of 125! = LNZ(125!) = LNZ( ) x LNZ (24!) x LNZ(121 x 122 x 123 x 124 x 125) = LNX(6 x ) x LNZ (4!) x LNZ(21 x 22 x 23 x 24) x LNZ (121 x 61 x 123 x 31) = LNZ(6 x 4 x 4 x 3) = 8. LAST TWO DIGITS IN A FACTORIAL With the use of above concept, we can directly derive formula for these types of questions. Last two non zero digits of (10n!) = Last two non zero digits of ( ) x Last two non zero digits of (2n!) TestCracker Trick: LTNZ (10n!) = LTNZ ( ) x LTNZ (2n!) Examples 1. What is the last two non-zero digits of 100! (a) 44 (b) 36 (c) 76 (d) 64 Solution: Last two digits of 100! = x last two non-zero of 20! = 2 20 x x 44 2 x last two non-zero digits of 4! = 76 x 01 x 36 x 24 =76 x 01 x 64 = 64; Option (d) (Note: if 2 10 power is odd we get 24 as the last two digits, if even we get 76 ).

11 2. What is the last two non zero digits of 500! (a) 64 (b) 44 (c) 36 (d) None of these Solution: Last two non zero digits of 500! = x last two non zero digits of 100! = Last two non zero digits of 76 x 01 x 64 = How many zeroes are present at the end of 25! + 26! + 27! + 28! + 30! Solution: Let s find last two non-zero digits of 20! = 44 2 x last two non-zero digits of 4! = 36 x 24 = 64 Last two non-zero digits of 25! = 25 x 24 x 23 x 22 x 21 x last two non-zero digits of 20! = 25 x 24 x 23 x 22 x 21 x 64 Last two non zero digits of 25! = 84 25! + 26! + 27! + 28! + 30! = 25!( x x 27 x x 27 x 28 x 30) = 25!( x y56 + z80) = x x65 = a0,000,000 Hence, given expression has 7 zeroes.

Q 1 Find the square root of 729. 6. Squares and Square Roots Q 2 Fill in the blank using the given pattern. 7 2 = 49 67 2 = 4489 667 2 = 444889 6667 2 = Q 3 Without adding find the sum of 1 + 3 + 5 + 7

More information

A group of figures, representing a number, is called a numeral. Numbers are divided into the following types.

A group of figures, representing a number, is called a numeral. Numbers are divided into the following types. 1. Number System Quantitative Aptitude deals mainly with the different topics in Arithmetic, which is the science which deals with the relations of numbers to one another. It includes all the methods that

More information

Section 4. Quantitative Aptitude

Section 4. Quantitative Aptitude Section 4 Quantitative Aptitude You will get 35 questions from Quantitative Aptitude in the SBI Clerical 2016 Prelims examination and 50 questions in the Mains examination. One new feature of the 2016

More information

Maths Book Part 1. By Abhishek Jain

Maths Book Part 1. By Abhishek Jain Maths Book Part 1 By Abhishek Jain Topics: 1. Number System 2. HCF and LCM 3. Ratio & proportion 4. Average 5. Percentage 6. Profit & loss 7. Time, Speed & Distance 8. Time & Work Number System Understanding

More information

REVIEW Chapter 1 The Real Number System

REVIEW Chapter 1 The Real Number System REVIEW Chapter The Real Number System In class work: Complete all statements. Solve all exercises. (Section.4) A set is a collection of objects (elements). The Set of Natural Numbers N N = {,,, 4, 5, }

More information

MATH Dr. Halimah Alshehri Dr. Halimah Alshehri

MATH Dr. Halimah Alshehri Dr. Halimah Alshehri MATH 1101 haalshehri@ksu.edu.sa 1 Introduction To Number Systems First Section: Binary System Second Section: Octal Number System Third Section: Hexadecimal System 2 Binary System 3 Binary System The binary

More information

Quantitative Aptitude

Quantitative Aptitude WWW.UPSCMANTRA.COM Quantitative Aptitude Concept 1 1. Number System 2. HCF and LCM 2011 Prelims Paper II NUMBER SYSTEM 2 NUMBER SYSTEM In Hindu Arabic System, we use ten symbols 0, 1, 2, 3, 4, 5, 6, 7,

More information

1 Total Gadha s Complete Book of NUMBER SYSTEM TYPES OF NUMBERS Natural Numbers The group of numbers starting from 1 and including 1,,, 4, 5, and so on, are known as natural numbers. Zero, negative numbers,

More information

Fall 2017 Test II review problems

Fall 2017 Test II review problems Fall 2017 Test II review problems Dr. Holmes October 18, 2017 This is a quite miscellaneous grab bag of relevant problems from old tests. Some are certainly repeated. 1. Give the complete addition and

More information

Number Theory. Introduction

Number Theory. Introduction Number Theory Introduction Number theory is the branch of algebra which studies the properties of the integers. While we may from time to time use real or even complex numbers as tools to help us study

More information

SOUTH AFRICAN TERTIARY MATHEMATICS OLYMPIAD

SOUTH AFRICAN TERTIARY MATHEMATICS OLYMPIAD SOUTH AFRICAN TERTIARY MATHEMATICS OLYMPIAD. Determine the following value: 7 August 6 Solutions π + π. Solution: Since π

More information

Decimal Addition: Remember to line up the decimals before adding. Bring the decimal straight down in your answer.

Decimal Addition: Remember to line up the decimals before adding. Bring the decimal straight down in your answer. Summer Packet th into 6 th grade Name Addition Find the sum of the two numbers in each problem. Show all work.. 62 2. 20. 726 + + 2 + 26 + 6 6 Decimal Addition: Remember to line up the decimals before

More information

Solutions 2016 AB Exam

Solutions 2016 AB Exam Solutions 206 AB Exam Texas A&M High School Math Contest October 22, 206. If (x, y) is a point on the circle x 2 + y 2 = and the distance from (x, y) to (0, ) is 6 5, what is the value of y? ANSWER: 7

More information

Procedure for Graphing Polynomial Functions

Procedure for Graphing Polynomial Functions Procedure for Graphing Polynomial Functions P(x) = a nx n + a n-1x n-1 + + a 1x + a 0 To graph P(x): As an example, we will examine the following polynomial function: P(x) = 2x 3 3x 2 23x + 12 1. Determine

More information

Intermediate Math Circles February 14, 2018 Contest Prep: Number Theory

Intermediate Math Circles February 14, 2018 Contest Prep: Number Theory Intermediate Math Circles February 14, 2018 Contest Prep: Number Theory Part 1: Prime Factorization A prime number is an integer greater than 1 whose only positive divisors are 1 and itself. An integer

More information

not to be republished NCERT REAL NUMBERS CHAPTER 1 (A) Main Concepts and Results

not to be republished NCERT REAL NUMBERS CHAPTER 1 (A) Main Concepts and Results REAL NUMBERS CHAPTER 1 (A) Main Concepts and Results Euclid s Division Lemma : Given two positive integers a and b, there exist unique integers q and r satisfying a = bq + r, 0 r < b. Euclid s Division

More information

Numbers and their divisors

Numbers and their divisors Chapter 1 Numbers and their divisors 1.1 Some number theoretic functions Theorem 1.1 (Fundamental Theorem of Arithmetic). Every positive integer > 1 is uniquely the product of distinct prime powers: n

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

CLASS - X Mathematics (Real Number)

CLASS - X Mathematics (Real Number) CLASS - X Mathematics (Real Number) 1. 7 11 13 15 + 15is a (a) Composite number (c) Prime number (b) Whole number (d) None of these. For what least value of n a natural number, ( 4) n is divisible by 8?

More information

CHAPTER 1 REAL NUMBERS KEY POINTS

CHAPTER 1 REAL NUMBERS KEY POINTS CHAPTER 1 REAL NUMBERS 1. Euclid s division lemma : KEY POINTS For given positive integers a and b there exist unique whole numbers q and r satisfying the relation a = bq + r, 0 r < b. 2. Euclid s division

More information

Math Lecture 18 Notes

Math Lecture 18 Notes Math 1010 - Lecture 18 Notes Dylan Zwick Fall 2009 In our last lecture we talked about how we can add, subtract, and multiply polynomials, and we figured out that, basically, if you can add, subtract,

More information

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx MA3 Lecture 5 ( & 3//00) 77 0.3. Integration by parts If we integrate both sides of the proct rule we get d (uv) dx = dx or uv = d (uv) = dx dx v + udv dx v dx dx + v dx dx + u dv dx dx u dv dx dx This

More information

EDULABZ INTERNATIONAL NUMBER SYSTEM

EDULABZ INTERNATIONAL NUMBER SYSTEM NUMBER SYSTEM 1. Find the product of the place value of 8 and the face value of 7 in the number 7801. Ans. Place value of 8 in 7801 = 800, Face value of 7 in 7801 = 7 Required product = 800 7 = 00. How

More information

Divisibility of Natural Numbers

Divisibility of Natural Numbers 10-19-2009 Divisibility of Natural Numbers We now return to our discussion of the natural numbers. We have built up much of the mathematical foundation for the natural numbers (N = 1, 2, 3,...). We used

More information

Solutions Parabola Volume 49, Issue 2 (2013)

Solutions Parabola Volume 49, Issue 2 (2013) Parabola Volume 49, Issue (013) Solutions 1411 140 Q1411 How many three digit numbers are there which do not contain any digit more than once? What do you get if you add them all up? SOLUTION There are

More information

Math Review. for the Quantitative Reasoning measure of the GRE General Test

Math Review. for the Quantitative Reasoning measure of the GRE General Test Math Review for the Quantitative Reasoning measure of the GRE General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important for solving

More information

BASE PATTERNS A study of the patterns of reciprocals expressed in different bases of numeration.

BASE PATTERNS A study of the patterns of reciprocals expressed in different bases of numeration. BASE PATTERNS A study of the patterns of reciprocals expressed in different bases of numeration. The word fractional is introduced here to describe the representation of a fraction in positional notation;

More information

NUMBERS AND CODES CHAPTER Numbers

NUMBERS AND CODES CHAPTER Numbers CHAPTER 2 NUMBERS AND CODES 2.1 Numbers When a number such as 101 is given, it is impossible to determine its numerical value. Some may say it is five. Others may say it is one hundred and one. Could it

More information

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example:

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example: Polynomials Monomials: 10, 5x, 3x 2, x 3, 4x 2 y 6, or 5xyz 2. A monomial is a product of quantities some of which are unknown. Polynomials: 10 + 5x 3x 2 + x 3, or 4x 2 y 6 + 5xyz 2. A polynomial is a

More information

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS TOOLS IN FINDING ZEROS OF POLYNOMIAL FUNCTIONS Synthetic Division and Remainder Theorem (Compressed Synthetic Division) Fundamental

More information

. As the binomial coefficients are integers we have that. 2 n(n 1).

. As the binomial coefficients are integers we have that. 2 n(n 1). Math 580 Homework. 1. Divisibility. Definition 1. Let a, b be integers with a 0. Then b divides b iff there is an integer k such that b = ka. In the case we write a b. In this case we also say a is a factor

More information

Finding Prime Factors

Finding Prime Factors Section 3.2 PRE-ACTIVITY PREPARATION Finding Prime Factors Note: While this section on fi nding prime factors does not include fraction notation, it does address an intermediate and necessary concept to

More information

MATHEMATICS IN EVERYDAY LIFE 8

MATHEMATICS IN EVERYDAY LIFE 8 MATHEMATICS IN EVERYDAY LIFE 8 Chapter : Playing with Numbers ANSWER KEYS. Generalised form: (i) 8 = 0 8 + EXERCISE. (ii) 98 = 00 + 0 9 + 8 (iii) 7 = 00 7 + 0 + (iv) = 00 0 +. Usual form: (i) 0 + 7 = 0

More information

Summer Math Packet for Students Entering 6th Grade. Please have your student complete this packet and return it to school on Tuesday, September 4.

Summer Math Packet for Students Entering 6th Grade. Please have your student complete this packet and return it to school on Tuesday, September 4. Summer Math Packet for Students Entering 6th Grade Please have your student complete this packet and return it to school on Tuesday, September. Work on your packet gradually. Complete one to two pages

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

PROBLEMS ON CONGRUENCES AND DIVISIBILITY

PROBLEMS ON CONGRUENCES AND DIVISIBILITY PROBLEMS ON CONGRUENCES AND DIVISIBILITY 1. Do there exist 1,000,000 consecutive integers each of which contains a repeated prime factor? 2. A positive integer n is powerful if for every prime p dividing

More information

Conversions between Decimal and Binary

Conversions between Decimal and Binary Conversions between Decimal and Binary Binary to Decimal Technique - use the definition of a number in a positional number system with base 2 - evaluate the definition formula ( the formula ) using decimal

More information

Massachusetts Tests for Educator Licensure (MTEL )

Massachusetts Tests for Educator Licensure (MTEL ) Massachusetts Tests for Educator Licensure (MTEL ) BOOKLET 2 Mathematics Subtest Copyright 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved. Evaluation Systems, Pearson, P.O. Box 226,

More information

Numbers. 2.1 Integers. P(n) = n(n 4 5n 2 + 4) = n(n 2 1)(n 2 4) = (n 2)(n 1)n(n + 1)(n + 2); 120 =

Numbers. 2.1 Integers. P(n) = n(n 4 5n 2 + 4) = n(n 2 1)(n 2 4) = (n 2)(n 1)n(n + 1)(n + 2); 120 = 2 Numbers 2.1 Integers You remember the definition of a prime number. On p. 7, we defined a prime number and formulated the Fundamental Theorem of Arithmetic. Numerous beautiful results can be presented

More information

Intermediate Math Circles February 22, 2012 Contest Preparation II

Intermediate Math Circles February 22, 2012 Contest Preparation II Intermediate Math Circles February, 0 Contest Preparation II Answers: Problem Set 6:. C. A 3. B 4. [-6,6] 5. T 3, U and T 8, U 6 6. 69375 7. C 8. A 9. C 0. E Australian Mathematics Competition - Intermediate

More information

Four Basic Sets. Divisors

Four Basic Sets. Divisors Four Basic Sets Z = the integers Q = the rationals R = the real numbers C = the complex numbers Divisors Definition. Suppose a 0 and b = ax, where a, b, and x are integers. Then we say a divides b (or

More information

Finding Divisors, Number of Divisors and Summation of Divisors. Jane Alam Jan

Finding Divisors, Number of Divisors and Summation of Divisors. Jane Alam Jan Finding Divisors, Number of Divisors and Summation of Divisors by Jane Alam Jan Finding Divisors If we observe the property of the numbers, we will find some interesting facts. Suppose we have a number

More information

UNC Charlotte 2004 Algebra with solutions

UNC Charlotte 2004 Algebra with solutions with solutions March 8, 2004 1. Let z denote the real number solution to of the digits of z? (A) 13 (B) 14 (C) 15 (D) 16 (E) 17 3 + x 1 = 5. What is the sum Solution: E. Square both sides twice to get

More information

GROWTH MINDSTS IN MATHEMATICS AND IMPLEMENTING THE NEW NEW JERSEY MATHEMATICS STANDARDS OCTOBER 26-27, 2017

GROWTH MINDSTS IN MATHEMATICS AND IMPLEMENTING THE NEW NEW JERSEY MATHEMATICS STANDARDS OCTOBER 26-27, 2017 THE 2017 AMTNJ 27 TH ANNUAL CONFERENCE GROWTH MINDSTS IN MATHEMATICS AND IMPLEMENTING THE NEW NEW JERSEY MATHEMATICS STANDARDS OCTOBER 26-27, 2017 THE NATIONAL CONFERENCE CENTER AND THE HOLIDAY INN HOTEL

More information

N= {1,2,3,4,5,6,7,8,9,10,11,...}

N= {1,2,3,4,5,6,7,8,9,10,11,...} 1.1: Integers and Order of Operations 1. Define the integers 2. Graph integers on a number line. 3. Using inequality symbols < and > 4. Find the absolute value of an integer 5. Perform operations with

More information

GRE Quantitative Reasoning Practice Questions

GRE Quantitative Reasoning Practice Questions GRE Quantitative Reasoning Practice Questions y O x 7. The figure above shows the graph of the function f in the xy-plane. What is the value of f (f( ))? A B C 0 D E Explanation Note that to find f (f(

More information

2017 Chapter Competition Solutions

2017 Chapter Competition Solutions 017 Chapter Competition Solutions Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Sprint Round problem without a calculator? Are you wondering

More information

Commutative Rings and Fields

Commutative Rings and Fields Commutative Rings and Fields 1-22-2017 Different algebraic systems are used in linear algebra. The most important are commutative rings with identity and fields. Definition. A ring is a set R with two

More information

You separate binary numbers into columns in a similar fashion. 2 5 = 32

You separate binary numbers into columns in a similar fashion. 2 5 = 32 RSA Encryption 2 At the end of Part I of this article, we stated that RSA encryption works because it s impractical to factor n, which determines P 1 and P 2, which determines our private key, d, which

More information

SERIES

SERIES SERIES.... This chapter revisits sequences arithmetic then geometric to see how these ideas can be extended, and how they occur in other contexts. A sequence is a list of ordered numbers, whereas a series

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

CSEN102 Introduction to Computer Science

CSEN102 Introduction to Computer Science CSEN102 Introduction to Computer Science Lecture 7: Representing Information I Prof. Dr. Slim Abdennadher Dr. Mohammed Salem, slim.abdennadher@guc.edu.eg, mohammed.salem@guc.edu.eg German University Cairo,

More information

= How many four-digit numbers between 6000 and 7000 are there for which the thousands digits equal the sum of the other three digits?

= How many four-digit numbers between 6000 and 7000 are there for which the thousands digits equal the sum of the other three digits? March 5, 2007 1. Maya deposited 1000 dollars at 6% interest compounded annually. What is the number of dollars in the account after four years? (A) $1258.47 (B) $1260.18 (C) $1262.48 (D) $1263.76 (E) $1264.87

More information

Polynomials. This booklet belongs to: Period

Polynomials. This booklet belongs to: Period HW Mark: 10 9 8 7 6 RE-Submit Polynomials This booklet belongs to: Period LESSON # DATE QUESTIONS FROM NOTES Questions that I find difficult Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. REVIEW TEST Your teacher

More information

MATHEMATICS IN EVERYDAY LIFE 8

MATHEMATICS IN EVERYDAY LIFE 8 MATHEMATICS IN EVERYDAY LIFE Chapter : Square and Square Roots ANSWER KEYS EXERCISE.. We know that the natural numbers ending with the digits,, or are not perfect squares. (i) ends with digit. ends with

More information

Algebra Introduction to Polynomials

Algebra Introduction to Polynomials Introduction to Polynomials What is a Polynomial? A polynomial is an expression that can be written as a term or a sum of terms, each of which is the product of a scalar (the coefficient) and a series

More information

Proof of Infinite Number of Triplet Primes. Stephen Marshall. 28 May Abstract

Proof of Infinite Number of Triplet Primes. Stephen Marshall. 28 May Abstract Proof of Infinite Number of Triplet Primes Stephen Marshall 28 May 2014 Abstract This paper presents a complete and exhaustive proof that an Infinite Number of Triplet Primes exist. The approach to this

More information

Algebra II Polynomials: Operations and Functions

Algebra II Polynomials: Operations and Functions Slide 1 / 276 Slide 2 / 276 Algebra II Polynomials: Operations and Functions 2014-10-22 www.njctl.org Slide 3 / 276 Table of Contents click on the topic to go to that section Properties of Exponents Review

More information

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today?

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today? 2 Mod math Modular arithmetic is the math you do when you talk about time on a clock. For example, if it s 9 o clock right now, then it ll be 1 o clock in 4 hours. Clearly, 9 + 4 1 in general. But on a

More information

Unit 1. Number Theory

Unit 1. Number Theory Unit 1 Number Theory 1-1 Divisibility Rules Divisible by: Rule 2 The number is even (it ends in 0, 2, 4, 6 or 8) 3 The sum of its digits is divisible by 3 (eg 741: 7 + 4 + 1 = 12) 4 The last two digits

More information

The most factored form is usually accomplished by common factoring the expression. But, any type of factoring may come into play.

The most factored form is usually accomplished by common factoring the expression. But, any type of factoring may come into play. MOST FACTORED FORM The most factored form is the most factored version of a rational expression. Being able to find the most factored form is an essential skill when simplifying the derivatives found using

More information

REAL NUMBERS. Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b.

REAL NUMBERS. Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b. REAL NUMBERS Introduction Euclid s Division Algorithm Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b. Fundamental

More information

Algebra II. Slide 1 / 276. Slide 2 / 276. Slide 3 / 276. Polynomials: Operations and Functions. Table of Contents

Algebra II. Slide 1 / 276. Slide 2 / 276. Slide 3 / 276. Polynomials: Operations and Functions. Table of Contents Slide 1 / 276 lgebra II Slide 2 / 276 Polynomials: Operations and Functions 2014-10-22 www.njctl.org Table of ontents click on the topic to go to that section Slide 3 / 276 Properties of Exponents Review

More information

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2 Induction 0-8-08 Induction is used to prove a sequence of statements P(), P(), P(3),... There may be finitely many statements, but often there are infinitely many. For example, consider the statement ++3+

More information

Number Sense. Basic Ideas, Shortcuts and Problems #1-20 from the Sequence Chart

Number Sense. Basic Ideas, Shortcuts and Problems #1-20 from the Sequence Chart UIL Number Sense Contest Basic Ideas, Shortcuts and Problems #1-20 from the Sequence Chart Larry White UIL State Number Sense Contest Director texasmath@centex.net http://www.uiltexas.org/academics/number-sense

More information

THE PSEUDO-SMARANDACHE FUNCTION. David Gorski 137 William Street East Williston, NY (516)

THE PSEUDO-SMARANDACHE FUNCTION. David Gorski 137 William Street East Williston, NY (516) THE PSEUDO-SMARANDACHE FUNCTION David Gorski 137 William Street East Williston, NY 11596 (516)742-9388 Gorfam@Worldnet.att.net Abstract: The Pseudo-Smarandache Function is part of number theory. The function

More information

1: Please compute the Jacobi symbol ( 99

1: Please compute the Jacobi symbol ( 99 SCORE/xx: Math 470 Communications Cryptography NAME: PRACTICE FINAL Please show your work write only in pen. Notes are forbidden. Calculators, all other electronic devices, are forbidden. Brains are encouraged,

More information

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime.

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime. PUTNAM TRAINING NUMBER THEORY (Last updated: December 11, 2017) Remark. This is a list of exercises on Number Theory. Miguel A. Lerma Exercises 1. Show that the sum of two consecutive primes is never twice

More information

Park Forest Math Team. Meet #2. Number Theory. Self-study Packet

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

More information

All About Numbers Definitions and Properties

All About Numbers Definitions and Properties All About Numbers Definitions and Properties Number is a numeral or group of numerals. In other words it is a word or symbol, or a combination of words or symbols, used in counting several things. Types

More information

Probability & Combinatorics Test and Solutions February 18, 2012

Probability & Combinatorics Test and Solutions February 18, 2012 1. A standard 12-hour clock has hour, minute, and second hands. How many times do two hands cross between 1:00 and 2:00 (not including 1:00 and 2:00 themselves)? Answer: 119 Solution: We know that the

More information

Alpha Sequences & Series MAΘ National Convention 2018

Alpha Sequences & Series MAΘ National Convention 2018 . B. The series adds even numbers as the series progresses, defined as each term a n = a n- +2(n-). Therefore, the next term is 43+2(8-) = 57. 2. A. If we take the given series and find the differences

More information

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics:

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics: Executive Assessment Math Review Although the following provides a review of some of the mathematical concepts of arithmetic and algebra, it is not intended to be a textbook. You should use this chapter

More information

Math 3 Variable Manipulation Part 3 Polynomials A

Math 3 Variable Manipulation Part 3 Polynomials A Math 3 Variable Manipulation Part 3 Polynomials A 1 MATH 1 & 2 REVIEW: VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does

More information

Exam 2 Solutions. In class questions

Exam 2 Solutions. In class questions Math 5330 Spring 2018 Exam 2 Solutions In class questions 1. (15 points) Solve the following congruences. Put your answer in the form of a congruence. I usually find it easier to go from largest to smallest

More information

6 SQUARES AND SQUARE ROOTS

6 SQUARES AND SQUARE ROOTS 6 SQUARES AND SQUARE ROOTS Exercise 6.1 Q.1. What will be the unit digit of the squares of the following numbers? (i) 81 (ii) 272 (iii) 799 (iv) 3853 (v) 1234 (vi) 26387 (vii) 52698 (viii) 99880 (ix) 12796

More information

Integers and Division

Integers and Division Integers and Division Notations Z: set of integers N : set of natural numbers R: set of real numbers Z + : set of positive integers Some elements of number theory are needed in: Data structures, Random

More information

Some Review Problems for Exam 2: Solutions

Some Review Problems for Exam 2: Solutions Math 5366 Fall 017 Some Review Problems for Exam : Solutions 1 Find the coefficient of x 15 in each of the following: 1 (a) (1 x) 6 Solution: 1 (1 x) = ( ) k + 5 x k 6 k ( ) ( ) 0 0 so the coefficient

More information

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer?

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer? Chapter 3: Theory of Modular Arithmetic 25 SECTION C Solving Linear Congruences By the end of this section you will be able to solve congruence equations determine the number of solutions find the multiplicative

More information

More Polynomial Equations Section 6.4

More Polynomial Equations Section 6.4 MATH 11009: More Polynomial Equations Section 6.4 Dividend: The number or expression you are dividing into. Divisor: The number or expression you are dividing by. Synthetic division: Synthetic division

More information

PROBLEMS GUIDE Mathcounts / Contest Math

PROBLEMS GUIDE Mathcounts / Contest Math COPYRIGHT Brandon Wang. No distribution other than through BrWang.com shall be allowed. PROBLEMS GUIDE Mathcounts / Contest Math This material was created and copyrighted by Brandon Wang. No distribution

More information

Academic-Clinic.com BASIC ARITHMETIC AND ALGEBRA POINTERS. Whole (natural) numbers. Arithmetical operations

Academic-Clinic.com BASIC ARITHMETIC AND ALGEBRA POINTERS. Whole (natural) numbers. Arithmetical operations BASIC ARITHMETIC AND ALGEBRA POINTERS Whole (natural) numbers Natural numbers numbers, which appear as a result of calculus of single subjects: peoples, animals, birds, trees, different wares and so on.

More information

Solutions to Assignment 1

Solutions to Assignment 1 Solutions to Assignment 1 Question 1. [Exercises 1.1, # 6] Use the division algorithm to prove that every odd integer is either of the form 4k + 1 or of the form 4k + 3 for some integer k. For each positive

More information

Math Circle: Recursion and Induction

Math Circle: Recursion and Induction Math Circle: Recursion and Induction Prof. Wickerhauser 1 Recursion What can we compute, using only simple formulas and rules that everyone can understand? 1. Let us use N to denote the set of counting

More information

Polynomial Functions

Polynomial Functions Polynomial Functions Polynomials A Polynomial in one variable, x, is an expression of the form a n x 0 a 1 x n 1... a n 2 x 2 a n 1 x a n The coefficients represent complex numbers (real or imaginary),

More information

Ch 4.2 Divisibility Properties

Ch 4.2 Divisibility Properties Ch 4.2 Divisibility Properties - Prime numbers and composite numbers - Procedure for determining whether or not a positive integer is a prime - GCF: procedure for finding gcf (Euclidean Algorithm) - Definition:

More information

Exercises Exercises. 2. Determine whether each of these integers is prime. a) 21. b) 29. c) 71. d) 97. e) 111. f) 143. a) 19. b) 27. c) 93.

Exercises Exercises. 2. Determine whether each of these integers is prime. a) 21. b) 29. c) 71. d) 97. e) 111. f) 143. a) 19. b) 27. c) 93. Exercises Exercises 1. Determine whether each of these integers is prime. a) 21 b) 29 c) 71 d) 97 e) 111 f) 143 2. Determine whether each of these integers is prime. a) 19 b) 27 c) 93 d) 101 e) 107 f)

More information

Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS:

Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS: Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS: 1 EXPONENT REVIEW PROBLEMS: 2 1. 2x + x x + x + 5 =? 2. (x 2 + x) (x + 2) =?. The expression 8x (7x 6 x 5 ) is equivalent to?.

More information

PRACTICE PROBLEMS: SET 1

PRACTICE PROBLEMS: SET 1 PRACTICE PROBLEMS: SET MATH 437/537: PROF. DRAGOS GHIOCA. Problems Problem. Let a, b N. Show that if gcd(a, b) = lcm[a, b], then a = b. Problem. Let n, k N with n. Prove that (n ) (n k ) if and only if

More information

= 1 2x. x 2 a ) 0 (mod p n ), (x 2 + 2a + a2. x a ) 2

= 1 2x. x 2 a ) 0 (mod p n ), (x 2 + 2a + a2. x a ) 2 8. p-adic numbers 8.1. Motivation: Solving x 2 a (mod p n ). Take an odd prime p, and ( an) integer a coprime to p. Then, as we know, x 2 a (mod p) has a solution x Z iff = 1. In this case we can suppose

More information

Mathathon Round 1 (2 points each)

Mathathon Round 1 (2 points each) Mathathon Round ( points each). A circle is inscribed inside a square such that the cube of the radius of the circle is numerically equal to the perimeter of the square. What is the area of the circle?

More information

Intermediate Math Circles February 29, 2012 Linear Diophantine Equations I

Intermediate Math Circles February 29, 2012 Linear Diophantine Equations I Intermediate Math Circles February 29, 2012 Linear Diophantine Equations I Diophantine equations are equations intended to be solved in the integers. We re going to focus on Linear Diophantine Equations.

More information

Chapter 2. Divisibility. 2.1 Common Divisors

Chapter 2. Divisibility. 2.1 Common Divisors Chapter 2 Divisibility 2.1 Common Divisors Definition 2.1.1. Let a and b be integers. A common divisor of a and b is any integer that divides both a and b. Suppose that a and b are not both zero. By Proposition

More information

Continuing discussion of CRC s, especially looking at two-bit errors

Continuing discussion of CRC s, especially looking at two-bit errors Continuing discussion of CRC s, especially looking at two-bit errors The definition of primitive binary polynomials Brute force checking for primitivity A theorem giving a better test for primitivity Fast

More information

Clock Arithmetic. 1. If it is 9 o clock and you get out of school in 4 hours, when do you get out of school?

Clock Arithmetic. 1. If it is 9 o clock and you get out of school in 4 hours, when do you get out of school? Clock Arithmetic We are going to learn all about clock addition and the relationship to remainders when you divide numbers. 1 Standard Clock Addition 1. If it is 9 o clock and you get out of school in

More information

Park Forest Math Team. Meet #2. Number Theory. Self-study Packet

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

More information

Divisibility, Factors, and Multiples

Divisibility, Factors, and Multiples Divisibility, Factors, and Multiples An Integer is said to have divisibility with another non-zero Integer if it can divide into the number and have a remainder of zero. Remember: Zero divided by any number

More information

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

Numbering Systems. Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary.

Numbering Systems. Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary. Numbering Systems Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary. Addition & Subtraction using Octal & Hexadecimal 2 s Complement, Subtraction Using 2 s Complement.

More information