Mathematical Problem Solving TEAM A-11/12/2010

Size: px
Start display at page:

Download "Mathematical Problem Solving TEAM A-11/12/2010"

Transcription

1 Mathematical Problem Solving TEAM A-/2/200 Tramaine Find all integer solutions to x 2 + y 2 + z 2 = 2xyz. Solution. We see there is no solution other than x = y = z = 0. In fact, assume x, y, z are integers, not all 0, solving the equation. Then the left hand side is positive, thus the right hand side can t be 0; none of the integers can be 0. Assume they are all even; say x = 2m, y = 2n, z = 2k, where m, n, k are integers. Then 4m 2 4n 2 +4k 2 = 8mnk, hence m 2 +n 2 +k 2 = 2mnk, and m, n, k are also solutions of the equation. If we keep dividing by 2, we will eventually obtain a solution in which one of the elements is odd. This proves that if there is a solution with not all elements equal to 0, there is one with one of the elements an odd integer; tat is, there exists a solution x, y, z such that one of x, y, z is odd. Without loss of generality we may assume that x is odd. Since the right hand side of the equation is even, we conclude that there has that one of y, z is odd, the other one even; without loss of generality we can assume y is odd and z is even. Since z is even, 2xyz 0 (mod 4). However, mod 4 the squares of all odd integers are, of even integers are 0, thus x 2 + y 2 + z = 2 (mod 4). Thus contradicting the existence of a non-zero solution. 2 Hai x 2 + y 2 + z xyz (mod 4), For a deck containing an even number of cards define a perfect shuffle as follows: Divide the deck in two equal halves, the top half and the bottom half; then interleave the cards one by one between the two halves, starting with the top card of the bottom half, then the top card of the bottom half, etc. Determine the minimum number of perfect shuffles needed to restore a 94-card deck to its original order. Can you generalize this to decks of arbitrary (even) size? Solution. Suppose the deck contains n = 2m cards. We define a function f : {, 2,..., 2m} {, 2,..., 2m} as follows: If a card is in position k, then f(k) is the position in which it lands after a perfect shuffle. So if a card is originally in position k, after one shuffle it is in position f(k), after two shuffles in position f(f(k)), and so forth. To determine an expression for f we work mod n + = 2m +. (YES: 2m +, NOT 2m ). We see that every card from the bottom half; the cards numbered,..., m, goes to a position twice its original position: In the first shuffle (for example) goes to second place, 2 to fourth place,..., m to the last place; that is to position 2m. The card in position m +, the top of the bottom half, goes to position, m + 2 to 3, etc. Another way of saying this is to say that the card that was in position m + ends in position 2(m + ) (2m + ) =, the one in position 2m + 2 moves to position 2(2m + 2) (2m + ) = 3; etc. Briefly: { 2k if k m, f(k) = 2k (2m + ) if m + k 2m. Even more briefly: f(k) 2k(mod 2m + ). Thus shuffling moves every card to a new position that is twice the original one, reduced mod 2m +. After l shuffles, the card that was originally in position k is in position 2 l k. The minimum number of shuffles it takes to get everything back to where it was at first is thus the smallest positive integer l such that 2 l mod 2m +. This number is called the order of 2 mod 2m +. To determine it (up to a point), let us recall Euler s Theorem. Since gcd(2, 2m + ) =, we see that 2 ϕ(2m+) (mod 2m + ). This shows that l ϕ(2m + ). We can say a bit more. We can divide ϕ(2m + ) by l to get ϕ(2m + ) = al + r for some integers a and r, 0 r < l. Then 2 ϕ(2m+) = ( 2 l) a 2 r a 2 r = 2 r

2 hence 2 r (mod 2m + ). But l was the smallest positive integer such that 2 raised to that power was congruent to mod 2m + and 0 r < l, thus r = 0: l divides ϕ(2m + ). This is the best we can say in the general case: The smallest number of shuffles needed to restore a 2m-deck to its original order is a divisor of ϕ(2m + ). It has to be a divisor >, of course. For the case of n = 94 we need to find the order of 2 mod 95. Now 95 = 5 9, thus ϕ(95) = 95( /5)( /9) = 72. The divisors of 72 are 2, 4, 6, 8, 9, 2, 8, 24, 36, 72. The first of these powers of 2 larger than 95 is 8; Now (with meaning always mod 95) 2 8 = (mod 95) , 2 8 = ( 2 9) = , 2 36 = ( 2 8) = 52. The order is 36. Any potential smaller order would have to divide 36. Of the divisors of 36 the only one we haven t checked yet is 2; it is easy to see it won t work. 3 Ivan (a) Show that if 2 k is a prime, then 2 k (2 k ) is perfect. (b) Prove that if n is even and perfect, then n = 2 k (2 k ), where 2 k is prime. Solution. We denote by σ(n) the sum of all the divisors of n. Thus n is perfect if and only if σ(n) = 2n. (a) Let p = 2 k and assume it is prime. We have to show that n = 2 k p is perfect. Because p is prime, the divisors of n are (precisely!), 2,..., 2 k, p, 2p,..., 2 k p so that σ(n) = ( k ) + ( + 2,..., 2 k )p = ( + 2,..., 2 k )(p + ). If we use the formula for sum of a geometric progression + 2,..., 2 k = 2 k and the fact that p = 2 k, we see that This proves n perfect. σ(n) = (2 k )(2 k + ) = p2 k = 2(2 k p) = 2n. (b) Assume that n is even and perfect. To prove that it has the desired form, we have to use some properties of the function σ, specially that it is multiplicative: σ(nm) = σ(n)σ(m) if gcd(n, m) =. It is easy to calculate σ(n) if n is the power of a prime; if n = p k the divisors of n are precisely the integers, p,..., p k and by the formula for sum of a geometric progression, σ(p k ) = pk+ p. Assume now n is even and perfect. Because it is even, the prime power decomposition of n looks like n = 2 k p e per r, where k (because n is even) and p,..., p r are distinct odd primes; e,..., e r.by perfection and multiplicativity of σ, pe r r = 2n = σ(n) = σ(2 k )σ(p e ) σ(pe r ) = (2 k+ ) j= p. If we look at these equations carefully, specifically the equality of the left hand side of the first equation with the right hand side of the last one; that is at per r = (2 k+ ) p, () j= 2

3 we might notice how tight it is. (Incidentally, comments like these are NOT part of a proof and can appear in writings of an instructor or in a textbook, but should probably not appear in writings by students. Except if the student is acting as an instructor, which can happen at times.) Notice that p ej+ = p ej j + p ej j + + > p ej j (2) p so all the factors on the righthand side are strictly greater than a corresponding factor on the left hand side, except for the first factor, which is 2 k+ on the right hand side and 2 k+ on the left hand side. But 2 k+ is not so much smaller than 2 k+, specially if k is large. Is this difference enough to make up for how much larger all the other factors can be? The answer turns out to be: barely. Let us return to the proof as such. The key idea is to realize that 2 k+ must be divisible by one of the p j s because it is odd. In equation (), the left hand side must be the prime power decomposition of the right hand side; every prime factor of the right hand side appears on the left hand side. Since 2 k+ is odd, it must be divisible by one of the p j s; without loss of generality we may assume it is p. Then p 2 k+, hence /p /(2 k+ ), +/p +/(2 k+ ) = 2 k+ /(2 k+ ) and ) ) ( + p p e+ ( = p e p + pe + + = p e + p + + p e p e Using this information in () gives us the following interesting inequality (or inequalities): per r = (2 k+ ) j= p (2 k+ )p e 2 k+ 2 k+ j=2 p e = p 2 k+ 2 k+. (3) j=2 p. This is almost a contradiction. If r 2; if there are as many as two odd primes in the prime power decomposition of n, we have a contradiction. In fact, using (2) for j = 2,..., r gives and using this in the interesting inequality gives j=2 > p e 2 2 p pe r r per r > per r, which is nonsense. We conclude that r = ; n = 2 k p e for a single odd prime p. Let us return to equation (). which now reads ( = (2k+ ) pe + = (2 k+ )p e ). (4) p p p e Recall that we had p 2 k+ and from this we concluded that + p + + p e If ANY of these inequalities is strict, the end result would be + p 2k+ 2 k+. 2 k+ p e > (2k+ )p e 2k+ 2 k+ = 2 k+ p e = 2 k+ > 2 k+, which is again nonsense. Thus all these inequalities must be equalities, in particular, + p + + p e = + p, only possible if e =, and p = 2 k+. We proved that n = 2 k (2 k+ ) where 2 k+ is prime. We are done. 3

4 4 Mayra Let m and n be arbitrary non-negative integers. Show that (2m)!(2n)! m!n!(m + n)! is an integer. Solution. Looking up the online hints page, one finds as a hint to count powers of primes in numerator and denominator. Here is a proof doing just that. I will divide into several parts so it is easier to read (or, I hope it will be easier to read, assuming anybody reads it). Step. Let a, b be positive integers, let p be prime and for r =, 2,... let k r be the number of multiples of p r that are larger than or equal a and less than or equal a + b. Then the highest power of p dividing the product a(a + ) (a + b) is r= k r. Before proving this, let me try to clear it up with an example. Say a = 7, b = 25, p = 3. The product we are looking at is The multiples of 3 in that product are 9, 2, 5, 8, 2, 24, a total of six; thus k = 6. The multiples of 3 2 = 9 are 9, 8, thus k 2 = 2. There are no multiples of 3 3 = 27, 3 4 = 8, etc.; thus k r = 0 if r 3 and the highest power of 3 dividing the product in question is = 8. It is easy to see that the product in question equals showing the correctness of the result in this case. In general, if r is large enough, then p r > a + b, and k r = 0. The sum r= k r is always a finite sum. The proof is fairly obvious. Every multiple of p provides one power of p. Multiples of p 2 provide an additional power. If there is a multiple of p 3 in the list, each such multiple provides an additional power. And so forth. That s about it. Step 2. Let a, b be integers, a 0, b, let p be prime, let r N, and let k r be the number of multiples of p r that are larger than or equal a + and less than or equal a + b. Then k r = a + b p r a p r. Proof. Let j be the first integer such that jp r is larger than or equal to a; that is, ()p r < a jp r. By the well ordering of the integers, by the fact that 0 < a, and by the fact that eventually some multiple of p r is a, such a j exists. Since eventually a multiple of p r will be > a + b, there is l N {0} such that (j + l )p r a + b < (j + l)p r. (l = 0 if already jp r > a + b.) To figure out how many multiples of p r lie between a +, a + b (endpoints included) we consider two cases. Case : a = jp r. In this case the multiples are (j + )p r,..., (j + l )p r, a total of l. So k r = l. We have a/p r = j, j + l (a + b)/p r < j + l, thus On the other hand if a < jp r, then one sees that k r = l and k r = l = (j + l ) j = a + b p r a p r. < a p r < j = = a p r ; 4

5 from (j + l )p r < a + b (j + l)p r we get j + l a + b p r < j + l = j + l = a + b p r. Thus once more, as stated. k r = l = (j + l ) () = a + b p r a p r, Step 3. We will also need the following simple result. Let a, b, c be positive integers. Then 2a c + 2b c a c b c a + b c Proof. Let k = a/c, j = b/c. Then k a/c < k +, thus ck a < c(k + ); similarly, cj b < c(j + ). Thus ck + cj a + b < c(k + j + 2), hence k + j a + b < k + j + 2. c This implies that (a + b)/c is k + j or k + j +. We need to have an idea when it will be k + j +, and we see that for these to happen at least one of the following two inequalities must hold: a c k + 2, b c j + 2. Without loss of generality we can assume it is the first one. Thus (a + b)/c = k + j, or (a + b)/c is k + j + and a/c > k + (/2). Now 2k 2a/c < 2k + 2 so that 2a/c is either 2k or 2k +. If it is 2k, then 2a/c < 2k +, hence a/c < k + /2 and (by our choice of a as the one where a/c is larger than integer plus one half in case (a + b)/c > k + j) we also have (a+b)/c = k +j. Similarly b/c is 2j or 2j +, so that b/c 2j. Thus, if 2a/c = 2k, then (a+b)/c = k +j and 2a c + 2b c a c b + b 2k + 2j k j = k + j = a. c c On the other hand, if 2a/c = 2k +, 2a c + 2b c a c b + b 2k + + 2j k j = k + j + a. c c Step 4. Pulling it all together. We have (2m)!(2n)! m!n!(m + n)! (m + )(m + 2)... (2m)(n + )(n + 2) (2n) =. (m + n)! We want to see that if p is any prime dividing the denominator, and if p R is the largest power of p dividing the denominator (that is p R divides the denominator, but p R+ does not), then p R divides the numerator. By the uniqueness of the prime power decomposition, this proves the denominator divides the numerator evenly, and the expression is an integer. So let p be a prime factor of the denominator. Let k r be the number of multiples of p r in the list, 2,..., m + n; by Step, By Step 2, with a = 0, b = m + n R = k r. r=0 k r = m + n p r. Now let (I am sorry for all this notation) let p R, p R be the largest powers of p dividing (m + ) (2m), (n + ) (2n), respectively, then we want to show that R R + R. That will do it. For this, for r =, 2,..., let k r be the number of 5

6 multiples of p r greater than or equal m + and less than or equal 2m, let k r be the number of multiples of p r greater than or equal n + and less than or equal 2n. Since R = k r, R = k r, it suffices to prove that k r + k r k r for all r =, 2, By Step 2, so proving k r + k r k r is equivalent to proving r=0 k r = 2m p r m p r, r=0 k r = 2n p r n p r 2m p r m p r + 2n p r n p r m + n p r. However, this is a consequence of Step 3, with a = m, b = n and c = p r. We are done. While this proof is correct, it is particularly non-elegant. There should be a nicer, more illuminating proof. Look for it! 6

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

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

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

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

All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points.

All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points. Math 152, Problem Set 2 solutions (2018-01-24) All variables a, b, n, etc are integers unless otherwise stated. Each part of a problem is worth 5 points. 1. Let us look at the following equation: x 5 1

More information

SOLUTIONS TO PROBLEM SET 1. Section = 2 3, 1. n n + 1. k(k + 1) k=1 k(k + 1) + 1 (n + 1)(n + 2) n + 2,

SOLUTIONS TO PROBLEM SET 1. Section = 2 3, 1. n n + 1. k(k + 1) k=1 k(k + 1) + 1 (n + 1)(n + 2) n + 2, SOLUTIONS TO PROBLEM SET 1 Section 1.3 Exercise 4. We see that 1 1 2 = 1 2, 1 1 2 + 1 2 3 = 2 3, 1 1 2 + 1 2 3 + 1 3 4 = 3 4, and is reasonable to conjecture n k=1 We will prove this formula by induction.

More information

M381 Number Theory 2004 Page 1

M381 Number Theory 2004 Page 1 M81 Number Theory 2004 Page 1 [[ Comments are written like this. Please send me (dave@wildd.freeserve.co.uk) details of any errors you find or suggestions for improvements. ]] Question 1 20 = 2 * 10 +

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 Solutions Packet

Number Theory Solutions Packet Number Theory Solutions Pacet 1 There exist two distinct positive integers, both of which are divisors of 10 10, with sum equal to 157 What are they? Solution Suppose 157 = x + y for x and y divisors of

More information

Winter Camp 2009 Number Theory Tips and Tricks

Winter Camp 2009 Number Theory Tips and Tricks Winter Camp 2009 Number Theory Tips and Tricks David Arthur darthur@gmail.com 1 Introduction This handout is about some of the key techniques for solving number theory problems, especially Diophantine

More information

Contest Number Theory

Contest Number Theory Contest Number Theory Andre Kessler December 7, 2008 Introduction Number theory is one of the core subject areas of mathematics. It can be somewhat loosely defined as the study of the integers. Unfortunately,

More information

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru Number Theory Marathon Mario Ynocente Castro, National University of Engineering, Peru 1 2 Chapter 1 Problems 1. (IMO 1975) Let f(n) denote the sum of the digits of n. Find f(f(f(4444 4444 ))). 2. Prove

More information

7.2 Applications of Euler s and Fermat s Theorem.

7.2 Applications of Euler s and Fermat s Theorem. 7.2 Applications of Euler s and Fermat s Theorem. i) Finding and using inverses. From Fermat s Little Theorem we see that if p is prime and p a then a p 1 1 mod p, or equivalently a p 2 a 1 mod p. This

More information

ALGEBRA. 1. Some elementary number theory 1.1. Primes and divisibility. We denote the collection of integers

ALGEBRA. 1. Some elementary number theory 1.1. Primes and divisibility. We denote the collection of integers ALGEBRA CHRISTIAN REMLING 1. Some elementary number theory 1.1. Primes and divisibility. We denote the collection of integers by Z = {..., 2, 1, 0, 1,...}. Given a, b Z, we write a b if b = ac for some

More information

20th Bay Area Mathematical Olympiad. BAMO 2018 Problems and Solutions. February 27, 2018

20th Bay Area Mathematical Olympiad. BAMO 2018 Problems and Solutions. February 27, 2018 20th Bay Area Mathematical Olympiad BAMO 201 Problems and Solutions The problems from BAMO- are A E, and the problems from BAMO-12 are 1 5. February 27, 201 A Twenty-five people of different heights stand

More information

RMT 2013 Power Round Solutions February 2, 2013

RMT 2013 Power Round Solutions February 2, 2013 RMT 013 Power Round Solutions February, 013 1. (a) (i) {0, 5, 7, 10, 11, 1, 14} {n N 0 : n 15}. (ii) Yes, 5, 7, 11, 16 can be generated by a set of fewer than 4 elements. Specifically, it is generated

More information

Chapter 5. Number Theory. 5.1 Base b representations

Chapter 5. Number Theory. 5.1 Base b representations Chapter 5 Number Theory The material in this chapter offers a small glimpse of why a lot of facts that you ve probably nown and used for a long time are true. It also offers some exposure to generalization,

More information

Chapter 1. Number of special form. 1.1 Introduction(Marin Mersenne) 1.2 The perfect number. See the book.

Chapter 1. Number of special form. 1.1 Introduction(Marin Mersenne) 1.2 The perfect number. See the book. Chapter 1 Number of special form 1.1 Introduction(Marin Mersenne) See the book. 1.2 The perfect number Definition 1.2.1. A positive integer n is said to be perfect if n is equal to the sum of all its positive

More information

Number Theory. Zachary Friggstad. Programming Club Meeting

Number Theory. Zachary Friggstad. Programming Club Meeting Number Theory Zachary Friggstad Programming Club Meeting Outline Factoring Sieve Multiplicative Functions Greatest Common Divisors Applications Chinese Remainder Theorem Throughout, problems to try are

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Number Theory. Everything else. Misha Lavrov. ARML Practice 10/06/2013

Number Theory. Everything else. Misha Lavrov. ARML Practice 10/06/2013 Number Theory Everything else Misha Lavrov ARML Practice 10/06/2013 Solving integer equations using divisors PUMaC, 2009. How many positive integer pairs (a, b) satisfy a 2 + b 2 = ab(a + b)? Solving integer

More information

Solutions, Project on p-adic Numbers, Real Analysis I, Fall, 2010.

Solutions, Project on p-adic Numbers, Real Analysis I, Fall, 2010. Solutions, Project on p-adic Numbers, Real Analysis I, Fall, 2010. (24) The p-adic numbers. Let p {2, 3, 5, 7, 11,... } be a prime number. (a) For x Q, define { 0 for x = 0, x p = p n for x = p n (a/b),

More information

Summary Slides for MATH 342 June 25, 2018

Summary Slides for MATH 342 June 25, 2018 Summary Slides for MATH 342 June 25, 2018 Summary slides based on Elementary Number Theory and its applications by Kenneth Rosen and The Theory of Numbers by Ivan Niven, Herbert Zuckerman, and Hugh Montgomery.

More information

41st International Mathematical Olympiad

41st International Mathematical Olympiad 41st International Mathematical Olympiad Taejon, Korea, July 2000 1 Two circles Γ 1 and Γ 2 intersect at M and N Let l be the common tangent to Γ 1 and Γ 2 so that M is closer to l than N is Let l touch

More information

Math 4320 Prelim, Part I

Math 4320 Prelim, Part I Math 4320 Prelim, Part I 1:25pm 2:15pm, Monday 12th March 2012 Algebra is generous; she often gives more than is asked of her. Jean-Baptiste le Rond D Alembert This exam contains three questions. Choose

More information

CYCLICITY OF (Z/(p))

CYCLICITY OF (Z/(p)) CYCLICITY OF (Z/(p)) KEITH CONRAD 1. Introduction For each prime p, the group (Z/(p)) is cyclic. We will give seven proofs of this fundamental result. A common feature of the proofs that (Z/(p)) is cyclic

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

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

LARGE PRIME NUMBERS (32, 42; 4) (32, 24; 2) (32, 20; 1) ( 105, 20; 0).

LARGE PRIME NUMBERS (32, 42; 4) (32, 24; 2) (32, 20; 1) ( 105, 20; 0). LARGE PRIME NUMBERS 1. Fast Modular Exponentiation Given positive integers a, e, and n, the following algorithm quickly computes the reduced power a e % n. (Here x % n denotes the element of {0,, n 1}

More information

Math 324, Fall 2011 Assignment 6 Solutions

Math 324, Fall 2011 Assignment 6 Solutions Math 324, Fall 2011 Assignment 6 Solutions Exercise 1. (a) Find all positive integers n such that φ(n) = 12. (b) Show that there is no positive integer n such that φ(n) = 14. (c) Let be a positive integer.

More information

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions MATH 11/CSCI 11, Discrete Structures I Winter 007 Toby Kenney Homework Sheet 5 Hints & Model Solutions Sheet 4 5 Define the repeat of a positive integer as the number obtained by writing it twice in a

More information

2011 Olympiad Solutions

2011 Olympiad Solutions 011 Olympiad Problem 1 Let A 0, A 1, A,..., A n be nonnegative numbers such that Prove that A 0 A 1 A A n. A i 1 n A n. Note: x means the greatest integer that is less than or equal to x.) Solution: We

More information

MATH 310: Homework 7

MATH 310: Homework 7 1 MATH 310: Homework 7 Due Thursday, 12/1 in class Reading: Davenport III.1, III.2, III.3, III.4, III.5 1. Show that x is a root of unity modulo m if and only if (x, m 1. (Hint: Use Euler s theorem and

More information

Baltic Way 2003 Riga, November 2, 2003

Baltic Way 2003 Riga, November 2, 2003 altic Way 2003 Riga, November 2, 2003 Problems and solutions. Let Q + be the set of positive rational numbers. Find all functions f : Q + Q + which for all x Q + fulfil () f ( x ) = f (x) (2) ( + x ) f

More information

Standard forms for writing numbers

Standard forms for writing numbers Standard forms for writing numbers In order to relate the abstract mathematical descriptions of familiar number systems to the everyday descriptions of numbers by decimal expansions and similar means,

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

SMT 2013 Power Round Solutions February 2, 2013

SMT 2013 Power Round Solutions February 2, 2013 Introduction This Power Round is an exploration of numerical semigroups, mathematical structures which appear very naturally out of answers to simple questions. For example, suppose McDonald s sells Chicken

More information

Beautiful Mathematics

Beautiful Mathematics Beautiful Mathematics 1. Principle of Mathematical Induction The set of natural numbers is the set of positive integers {1, 2, 3,... } and is denoted by N. The Principle of Mathematical Induction is a

More information

Solutions to Practice Final

Solutions to Practice Final s to Practice Final 1. (a) What is φ(0 100 ) where φ is Euler s φ-function? (b) Find an integer x such that 140x 1 (mod 01). Hint: gcd(140, 01) = 7. (a) φ(0 100 ) = φ(4 100 5 100 ) = φ( 00 5 100 ) = (

More information

31. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

31. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 3 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

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

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

a the relation arb is defined if and only if = 2 k, k

a the relation arb is defined if and only if = 2 k, k DISCRETE MATHEMATICS Past Paper Questions in Number Theory 1. Prove that 3k + 2 and 5k + 3, k are relatively prime. (Total 6 marks) 2. (a) Given that the integers m and n are such that 3 (m 2 + n 2 ),

More information

p = This is small enough that its primality is easily verified by trial division. A candidate prime above 1000 p of the form p U + 1 is

p = This is small enough that its primality is easily verified by trial division. A candidate prime above 1000 p of the form p U + 1 is LARGE PRIME NUMBERS 1. Fermat Pseudoprimes Fermat s Little Theorem states that for any positive integer n, if n is prime then b n % n = b for b = 1,..., n 1. In the other direction, all we can say is that

More information

Chapter 5.1: Induction

Chapter 5.1: Induction Chapter.1: Induction Monday, July 1 Fermat s Little Theorem Evaluate the following: 1. 1 (mod ) 1 ( ) 1 1 (mod ). (mod 7) ( ) 8 ) 1 8 1 (mod ). 77 (mod 19). 18 (mod 1) 77 ( 18 ) 1 1 (mod 19) 18 1 (mod

More information

Lecture notes: Algorithms for integers, polynomials (Thorsten Theobald)

Lecture notes: Algorithms for integers, polynomials (Thorsten Theobald) Lecture notes: Algorithms for integers, polynomials (Thorsten Theobald) 1 Euclid s Algorithm Euclid s Algorithm for computing the greatest common divisor belongs to the oldest known computing procedures

More information

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...}

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...} WORKSHEET ON NUMBERS, MATH 215 FALL 18(WHYTE) We start our study of numbers with the integers: Z = {..., 2, 1, 0, 1, 2, 3,... } and their subset of natural numbers: N = {1, 2, 3,...} For now we will not

More information

LP03 Chapter 5. A prime number is a natural number greater that 1 that has only itself and 1 as factors. 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,

LP03 Chapter 5. A prime number is a natural number greater that 1 that has only itself and 1 as factors. 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, LP03 Chapter 5 Prime Numbers A prime number is a natural number greater that 1 that has only itself and 1 as factors. 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, Question 1 Find the prime factorization of 120.

More information

Unit 3 Factors & Products

Unit 3 Factors & Products 1 Unit 3 Factors & Products General Outcome: Develop algebraic reasoning and number sense. Specific Outcomes: 3.1 Demonstrate an understanding of factors of whole number by determining the: o prime factors

More information

ASSIGNMENT Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9.

ASSIGNMENT Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9. ASSIGNMENT 1 1. Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9. 2. (i) If d a and d b, prove that d (a + b). (ii) More generally,

More information

A Readable Introduction to Real Mathematics

A Readable Introduction to Real Mathematics Solutions to selected problems in the book A Readable Introduction to Real Mathematics D. Rosenthal, D. Rosenthal, P. Rosenthal Chapter 7: The Euclidean Algorithm and Applications 1. Find the greatest

More information

If something is repeated, look for what stays unchanged!

If something is repeated, look for what stays unchanged! LESSON 5: INVARIANTS Invariants are very useful in problems concerning algorithms involving steps that are repeated again and again (games, transformations). While these steps are repeated, the system

More information

SOLUTIONS FOR 2012 APMO PROBLEMS

SOLUTIONS FOR 2012 APMO PROBLEMS Problem. SOLUTIONS FOR 0 APMO PROBLEMS Solution: Let us denote by XY Z the area of the triangle XY Z. Let x = P AB, y = P BC and z = P CA. From y : z = BCP : ACP = BF : AF = BP F : AP F = x : follows that

More information

k, then n = p2α 1 1 pα k

k, then n = p2α 1 1 pα k Powers of Integers An integer n is a perfect square if n = m for some integer m. Taking into account the prime factorization, if m = p α 1 1 pα k k, then n = pα 1 1 p α k k. That is, n is a perfect square

More information

CMPSCI 250: Introduction to Computation. Lecture #15: The Fundamental Theorem of Arithmetic David Mix Barrington 24 February 2014

CMPSCI 250: Introduction to Computation. Lecture #15: The Fundamental Theorem of Arithmetic David Mix Barrington 24 February 2014 CMPSCI 250: Introduction to Computation Lecture #15: The Fundamental Theorem of Arithmetic David Mix Barrington 24 February 2014 The Fundamental Theorem Statement of the Theorem Existence of a Factorization

More information

This is a recursive algorithm. The procedure is guaranteed to terminate, since the second argument decreases each time.

This is a recursive algorithm. The procedure is guaranteed to terminate, since the second argument decreases each time. 8 Modular Arithmetic We introduce an operator mod. Let d be a positive integer. For c a nonnegative integer, the value c mod d is the remainder when c is divided by d. For example, c mod d = 0 if and only

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

On the Prime Divisors of Odd Perfect Numbers

On the Prime Divisors of Odd Perfect Numbers On the Prime Divisors of Odd Perfect Numbers Justin Sweeney Department of Mathematics Trinity College Hartford, CT justin.sweeney@trincoll.edu April 27, 2009 1 Contents 1 History of Perfect Numbers 5 2

More information

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru Number Theory Marathon Mario Ynocente Castro, National University of Engineering, Peru 1 2 Chapter 1 Problems 1. (IMO 1975) Let f(n) denote the sum of the digits of n. Find f(f(f(4444 4444 ))). 2. Prove

More information

Theory of Numbers Problems

Theory of Numbers Problems Theory of Numbers Problems Antonios-Alexandros Robotis Robotis October 2018 1 First Set 1. Find values of x and y so that 71x 50y = 1. 2. Prove that if n is odd, then n 2 1 is divisible by 8. 3. Define

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

MATH 4400 SOLUTIONS TO SOME EXERCISES. 1. Chapter 1

MATH 4400 SOLUTIONS TO SOME EXERCISES. 1. Chapter 1 MATH 4400 SOLUTIONS TO SOME EXERCISES 1.1.3. If a b and b c show that a c. 1. Chapter 1 Solution: a b means that b = na and b c that c = mb. Substituting b = na gives c = (mn)a, that is, a c. 1.2.1. Find

More information

Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3

Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3 Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3 3. (a) Yes; (b) No; (c) No; (d) No; (e) Yes; (f) Yes; (g) Yes; (h) No; (i) Yes. Comments: (a) is the additive group

More information

1. multiplication is commutative and associative;

1. multiplication is commutative and associative; Chapter 4 The Arithmetic of Z In this chapter, we start by introducing the concept of congruences; these are used in our proof (going back to Gauss 1 ) that every integer has a unique prime factorization.

More information

Math 319 Problem Set #2 Solution 14 February 2002

Math 319 Problem Set #2 Solution 14 February 2002 Math 39 Problem Set # Solution 4 February 00. (.3, problem 8) Let n be a positive integer, and let r be the integer obtained by removing the last digit from n and then subtracting two times the digit ust

More information

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 9 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

More information

2 BAMO 2015 Problems and Solutions February 26, 2015

2 BAMO 2015 Problems and Solutions February 26, 2015 17TH AY AREA MATHEMATIAL OLYMPIAD PROLEMS AND SOLUTIONS A: There are 7 boxes arranged in a row and numbered 1 through 7. You have a stack of 2015 cards, which you place one by one in the boxes. The first

More information

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions Warm-up Problems 1. What is a prime number? Give an example of an even prime number and an odd prime number. A prime number

More information

1. Prove that for every positive integer n there exists an n-digit number divisible by 5 n all of whose digits are odd.

1. Prove that for every positive integer n there exists an n-digit number divisible by 5 n all of whose digits are odd. 32 nd United States of America Mathematical Olympiad Proposed Solutions May, 23 Remark: The general philosophy of this marking scheme follows that of IMO 22. This scheme encourages complete solutions.

More information

ORDERS OF UNITS IN MODULAR ARITHMETIC

ORDERS OF UNITS IN MODULAR ARITHMETIC ORDERS OF UNITS IN MODULAR ARITHMETIC KEITH CONRAD. Introduction If a mod m is a unit then a ϕ(m) mod m by Euler s theorem. Depending on a, it might happen that a n mod m for a positive integer n that

More information

Discrete Math in Computer Science Solutions to Practice Problems for Midterm 2

Discrete Math in Computer Science Solutions to Practice Problems for Midterm 2 Discrete Math in Computer Science Solutions to Practice Problems for Midterm 2 CS 30, Fall 2018 by Professor Prasad Jayanti Problems 1. Let g(0) = 2, g(1) = 1, and g(n) = 2g(n 1) + g(n 2) whenever n 2.

More information

Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively

Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively 6 Prime Numbers Part VI of PJE 6.1 Fundamental Results Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively D (p) = { p 1 1 p}. Otherwise

More information

x y z 2x y 2y z 2z x n

x y z 2x y 2y z 2z x n Integer Solutions, Rational solutions of the equations 4 4 4 x y z x y y z z x n 4 4 and x y z xy xz y z n; And Crux Mathematicorum Contest Corner problem CC4 Konstantine Zelator P.O. Box 480 Pittsburgh,

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2016 INTERMEDIATE DIVISION: SOLUTIONS (1) In the following sum substitute each letter for a different

More information

22. The Quadratic Sieve and Elliptic Curves. 22.a The Quadratic Sieve

22. The Quadratic Sieve and Elliptic Curves. 22.a The Quadratic Sieve 22. The Quadratic Sieve and Elliptic Curves 22.a The Quadratic Sieve Sieve methods for finding primes or for finding factors of numbers are methods by which you take a set P of prime numbers one by one,

More information

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction Math 4 Summer 01 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

More information

Counting Perfect Polynomials

Counting Perfect Polynomials Enrique Treviño joint work with U. Caner Cengiz and Paul Pollack 49th West Coast Number Theory December 18, 2017 49th West Coast Number Theory 2017 1 Caner (a) Caner Cengiz (b) Paul Pollack 49th West Coast

More information

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

CMPUT 403: Number Theory

CMPUT 403: Number Theory CMPUT 403: Number Theory Zachary Friggstad February 26, 2016 Outline Factoring Sieve Multiplicative Functions Greatest Common Divisors Applications Chinese Remainder Theorem Factoring Theorem (Fundamental

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

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

Math 324, Fall 2011 Assignment 7 Solutions. 1 (ab) γ = a γ b γ mod n.

Math 324, Fall 2011 Assignment 7 Solutions. 1 (ab) γ = a γ b γ mod n. Math 324, Fall 2011 Assignment 7 Solutions Exercise 1. (a) Suppose a and b are both relatively prime to the positive integer n. If gcd(ord n a, ord n b) = 1, show ord n (ab) = ord n a ord n b. (b) Let

More information

PREFACE. Synergy for Success in Mathematics 8 is designed for Grade 8 students. The textbook contains

PREFACE. Synergy for Success in Mathematics 8 is designed for Grade 8 students. The textbook contains Synergy for Success in Mathematics 8 is designed for Grade 8 students. The textbook contains all the required learning competencies and is supplemented with some additional topics for enrichment. Lessons

More information

Basic elements of number theory

Basic elements of number theory Cryptography Basic elements of number theory Marius Zimand By default all the variables, such as a, b, k, etc., denote integer numbers. Divisibility a 0 divides b if b = a k for some integer k. Notation

More information

Basic elements of number theory

Basic elements of number theory Cryptography Basic elements of number theory Marius Zimand 1 Divisibility, prime numbers By default all the variables, such as a, b, k, etc., denote integer numbers. Divisibility a 0 divides b if b = a

More information

Elementary Number Theory Review. Franz Luef

Elementary Number Theory Review. Franz Luef Elementary Number Theory Review Principle of Induction Principle of Induction Suppose we have a sequence of mathematical statements P(1), P(2),... such that (a) P(1) is true. (b) If P(k) is true, then

More information

Warm-up Quantifiers and the harmonic series Sets Second warmup Induction Bijections. Writing more proofs. Misha Lavrov

Warm-up Quantifiers and the harmonic series Sets Second warmup Induction Bijections. Writing more proofs. Misha Lavrov Writing more proofs Misha Lavrov ARML Practice 3/16/2014 and 3/23/2014 Warm-up Using the quantifier notation on the reference sheet, and making any further definitions you need to, write the following:

More information

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19 Introductory Analysis I Fall 204 Homework #9 Due: Wednesday, November 9 Here is an easy one, to serve as warmup Assume M is a compact metric space and N is a metric space Assume that f n : M N for each

More information

PRODUCTS THAT ARE POWERS. A mathematical vignette Ed Barbeau, University of Toronto

PRODUCTS THAT ARE POWERS. A mathematical vignette Ed Barbeau, University of Toronto PRODUCTS THAT ARE POWERS. A mathematical vignette Ed Barbeau, University of Toronto This investigation was originally designed for school students to gain fluency with the factoring of positive integers

More information

Transposition as a permutation: a tale of group actions and modular arithmetic

Transposition as a permutation: a tale of group actions and modular arithmetic Transposition as a permutation: a tale of group actions and modular arithmetic Jeff Hooper Franklin Mendivil Department of Mathematics and Statistics Acadia University Abstract Converting a matrix from

More information

Math 370 Homework 2, Fall 2009

Math 370 Homework 2, Fall 2009 Math 370 Homework 2, Fall 2009 (1a) Prove that every natural number N is congurent to the sum of its decimal digits mod 9. PROOF: Let the decimal representation of N be n d n d 1... n 1 n 0 so that N =

More information

Math From Scratch Lesson 28: Rational Exponents

Math From Scratch Lesson 28: Rational Exponents Math From Scratch Lesson 28: Rational Exponents W. Blaine Dowler October 8, 2012 Contents 1 Exponent Review 1 1.1 x m................................. 2 x 1.2 n x................................... 2 m

More information

Ma/CS 6a Class 4: Primality Testing

Ma/CS 6a Class 4: Primality Testing Ma/CS 6a Class 4: Primality Testing By Adam Sheffer Reminder: Euler s Totient Function Euler s totient φ(n) is defined as follows: Given n N, then φ n = x 1 x < n and GCD x, n = 1. In more words: φ n is

More information

SOLUTIONS Math 345 Homework 6 10/11/2017. Exercise 23. (a) Solve the following congruences: (i) x (mod 12) Answer. We have

SOLUTIONS Math 345 Homework 6 10/11/2017. Exercise 23. (a) Solve the following congruences: (i) x (mod 12) Answer. We have Exercise 23. (a) Solve the following congruences: (i) x 101 7 (mod 12) Answer. We have φ(12) = #{1, 5, 7, 11}. Since gcd(7, 12) = 1, we must have gcd(x, 12) = 1. So 1 12 x φ(12) = x 4. Therefore 7 12 x

More information

STEP Support Programme. Hints and Partial Solutions for Assignment 17

STEP Support Programme. Hints and Partial Solutions for Assignment 17 STEP Support Programme Hints and Partial Solutions for Assignment 7 Warm-up You need to be quite careful with these proofs to ensure that you are not assuming something that should not be assumed. For

More information

n = p 1 p 2 p r = q 1 q 2 q m, then r = m (i.e. the number of primes in any prime decomposition

n = p 1 p 2 p r = q 1 q 2 q m, then r = m (i.e. the number of primes in any prime decomposition Department of Mathematical Sciences Instructor: Daiva Pucinskaite Discrete Mathematics Factoring Recall. Fundamental Theorem of Arithmetic. Let n be a positive integer n > 1. Then n can be represented

More information

March 5, Solution: D. The event happens precisely when the number 2 is one of the primes selected. This occurs with probability ( (

March 5, Solution: D. The event happens precisely when the number 2 is one of the primes selected. This occurs with probability ( ( March 5, 2007 1. We randomly select 4 prime numbers without replacement from the first 10 prime numbers. What is the probability that the sum of the four selected numbers is odd? (A) 0.21 (B) 0.30 (C)

More information

Discrete Logarithms. Let s begin by recalling the definitions and a theorem. Let m be a given modulus. Then the finite set

Discrete Logarithms. Let s begin by recalling the definitions and a theorem. Let m be a given modulus. Then the finite set Discrete Logarithms Let s begin by recalling the definitions and a theorem. Let m be a given modulus. Then the finite set Z/mZ = {[0], [1],..., [m 1]} = {0, 1,..., m 1} of residue classes modulo m is called

More information

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}.

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. 2 Arithmetic This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. (See [Houston, Chapters 27 & 28]) 2.1 Greatest common divisors Definition 2.16. If a, b are integers, we say

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions 1. Find integers x and y such that 13x + 1y 1 SOLUTION: By the Euclidean algorithm: One can work backwards to obtain 1 1 13 + 2 13 6 2 + 1 1 13 6 2 13 6 (1 1 13) 7 13 6 1 Hence

More information