Problem Set 3 Solutions

Size: px
Start display at page:

Download "Problem Set 3 Solutions"

Transcription

1 Problem Set 3 Solutions Section 3.1. For each of the following, use a counterexample to prove the statement is false. (a) For each odd natural number n, if n > 3 then 3 divides (n 1). Consider n = 9. Then, n 1 = 80 and (b) For each natural number n, (3 n + 3 n + 1) is a prime number. For n = 6, = 1651 = (c) For all real numbers x and y, x + y > xy. If x = y = 1, then we have >, which is false. (d) For each integer a, if 4 divides (a 1), then 4 divides (a 1). The statement can be shown to be false if we take a = 3, which gives that a 1 = 8 and 4 8, but a 1 = and Determine if each of the following statements is true or false. If a statement is true, then write a formal proof of that statement, and if it is false, then provide a counterexample that shows it is false. (a) For all integers a, b and c with a 0, if a b then a (bc).. Let a, b, c Z with a 0. We will show that if a b then a (bc). If a b, then k Z such that b = ka. Then, bc = (ak)c = a(kc) and hence, a bc. (b) For all integers a and b with a 0, if 6 (ab) then 6 a or 6 b. False. Consider a = and b = 3. then, 6 6, but 6 and 6 3. (c) For all integers a, b, and c with a 0, if a divides (b 1) and a divides (c 1), then a divides (bc 1). Let a, b, c Z. If a (b 1) and a (c 1) then there exists integers m, n such that am = b 1 and an = c 1. Then and since amn + m + n Z, a (bc 1). bc 1 = (am + 1)(an + 1) 1 = a mn + am + an = a(amn + m + n) (d) For each integer n, if 7 divides (n 4), then 7 divides (n ). False. Let n = 5. Then, 7 1 but 7 3. The trick is to note that n 4 = (n + )(n ) and to look for an n such that 7 (n + ) as it will therefore not be able to divide n. (e) For every integer n, 4n + 7n + 6 is an odd integer. False. If n is even, then for some k Z, we have that n = k. Then, 4n + 7n + 6 = 4(k) + 7(k) + 6 = 16k + 14k + 6 = (8k + 7k + 3) and since 8k + 7k + 3 Z, 4n + 7n + 6 is even whenever n is even.

2 (f) For every odd integer n, 4n + 7n + 6 is an odd integer. Let n be an odd integer. Then, there exists k Z such that n = k + 1. Now, 4n + 7n + 6 = 4(k + 1) + 7(k + 1) + 6 = 4(4k + 4k + 1) + 14k = 16k + 30k + 17 = (8k + 15k + 8) + 1 Since 8k + 15k + 3 Z, 4n + 7n + 6 is odd whenever n is odd. (g) For all integers a, b, and d with d 0, if d divides both a b and a + b, then d divides a. False. Let a = 3, b = 1 and d =. Then, d 4 and d but d 3. (h) For all integers a, b, and c with a 0, if a (bc) then a b or a c. False. Consider a = 6, b = 4 and c = 3. Then we have 6 1 but 6 4 and Determine if each of the following statements is true or false. If a statement is true, then write a formal proof of that statement, and if it is false, then provide a counterexample that shows it is false. (a) For each integer a, if there exists an integer n such that a divides (8n + 7) and a divides (4n + 1), then a divides 5.. If a (8n + 7) and a (4n + 1), then there exists integers k, m such that ak = 8n + 7 and am = 4n + 1. Multiplying the second equation by gives am = 8n + and subtracting the second equation from the first yields ak am = 5, or 5 = a(k m). Since k m Z, we have that a 5. (b) For each integer a, if there exists an integer n such that a divides (9n + 5) and a divides (6n + 1), then a divides 7. If a (9n + 5) and a (6n + 1) then there exists integers k, m such that ak = 9n + 5 and am = 6n + 1. Multiplying the first by and the second by 3 yields ak = 18n + 10 and 3am = 18n + 3. Subtracting the second from the first gives ak 3am = 7, or 7 = a(k 3m). Since k 3m Z, we have that a 7. (c) For each integer n, if n is odd, then 8 divides (n 4 + 4n + 11).. Suppose n is an odd integer. we will show 8 (n 4 + 4n + 11). If n is odd, then k Z such that n = k + 1. Consider n 4 + 4n + 11 = (k + 1) 4 + 4(k + 1) k 4 + 3k 3 + 4k + 8k k + 16k = 16k 4 + 3k k + 4k + 16 = 8(k 4 + 4k 3 + 5k + 3k + ) and since k 4 + 4k 3 + 5k + 3k + is an integer, 8 (n 4 + 4n + 11). (d) For each integer n, if n is odd, then 8 divides (n 4 + n + n). False. Let n = 1. Then, we have 8 4, which is not true.

3 7. Let a be an integer and let n N. (a) Prove that if a 0 (mod n), then n a. If a 0 (mod n), then n (a 0), or n a. (b) Prove that if n a, then a 0 (mod n). If n a, then n (a 0) and hence a 0 (mod n). 9. Let a and b be integers. Prove that if a 7 (mod 8) and b 3 (mod 8), then (a) a + b (mod 8) If a 7 (mod 8) and b 3 (mod 8), then there exists integers k, m such that a 7 = 8k and b 3 = 8m. Then, a + b = 8k m + 3 = 8k + 8m + 8 = 8(k + m + 1) That is, a + b 0 (mod 8), or a + b (mod 8). (b) a b 5 (mod 8) If a 7 (mod 8) and b 3 (mod 8), then there exists integers k, m such that a 7 = 8k and b 3 = 8m. Then, ab 5 = (8k + 7)(8m + 3) 5 = 64km + 56m + 4k = 8(8km + 7m + 3k + ) That is, ab 5 0 (mod 8), or ab 5 (mod 8). 16. Determine if each of the following statements is true or false. Provide a counterexample for statements that are false and provide a complete proof for those that are true. (a) For all real numbers x and y, xy x+y. False. For any x, y R such that x < 0 and y < 0, we would have that xy > 0, but x+y < 0, making the inequality false. (b) For all real numbers x and y, xy ( x+y ). ( ) x + y xy xy x + xy + y 4 4xy x + xy + y 0 x xy + y 0 (x y) This is true for all real numbers x and y, so the original statement is true. (c) For all nonnegative real numbers x and y, xy x+y. Let x, y R. If xy x+y, then xy x + y. Now, xy x + y 4xy x + xy + y 0 x xy + y 0 (x y)

4 Section which is always true for nonnegative real numbers x and y. Note: we covered the failure of this if x and y are negative in (a). If only one of x and y are negative, then xy is imaginary, so the hypothesis would be invalid. (a) Write the contrapositive of the following statement: For all positive real numbers a and b, if ab a+b, then a b. For all positive real numbers a and b, if a = b, then ab = a+b. (b) Is this statement true or false? Prove the statement if it is true and provide a counterexample if it is false. a+b Suppose for positive real numbers a and b, a = b. Then, = a+a = a = a and ab = a = a. 4. Are the following statements true or false? Justify your conclusions. (a) For each a Z, if a (mod 5), then a 4 (mod 5). If a (mod 5), then k Z such that a = 5k, or a = + 5k. Consider a = ( + 5k) = 4 + 0k + 5k That is, a 4 = 5(4k + 5k ), or that a 4 (mod 5). (b) For each a Z, if a (mod 5), then a 4 (mod 5). False. There is no integer a such that a (mod 5), so the hypotheses cannot be satisfied. All squares (modulo 5) have remainders 1, 4 or 5. (c) For each a Z, a (mod 5), if and only if a 4 (mod 5). False. Part (b) shows this is false. 7. Consider the following proposition: For each integer a, a (mod 8) if and only if (a + 4a) 4 (mod 8). (a) Write the proposition as the conjunction of two conditional statements. ( a Z)([(a (mod 8)) ((a + 4a) 4 (mod 8))] [((a + 4a) 4 (mod 8)) ((a (mod 8))]) (b) Determine Determine if the two conditional statements in Part (a) are true or false. If a conditional statement is true, write a proof, and if it is false, provide a counterexample. (a (mod 8)) ((a + 4a) 4 (mod 8))

5 If a (mod 8), then there exists k Z such that a = 8k, or a = 8k +. Then a + 4a 4 = (8k + ) + 4(8k + ) 4 = 64k + 3k k = 64k + 8 = 8(8k + 1) Since 8k + 1 Z, a + 4a 4 0 (mod 8), or (a + 4a) 4 (mod 8). ((a + 4a) 4 (mod 8)) ((a (mod 8)) The statement is false. Let a = 6. Then we have = 60 4 (mod 8), but 6 (mod 8). (c) Is the given proposition true or false? Explain. The given proposition is false since the statement Q P is false. 9. A real number x is defined to be a rational number provided there exists integers m and n with n 0 such that x = m n. A real number that is not rational is called an irrational number. It is known that if x is a positive rational number, then there exists positive integers m and n with n 0 such that x = m n. Is the following proposition true or false? Explain. For each positive real number x, if x is irrational, then x is irrational. The proposition is true. We will prove by contrapositive. Suppose x is rational. We will show x is rational as well. If x is rational then there exists ( ) some rational number p q with p, q Z and q 0. Then, p q = p = x, and since p and q q are integers with q 0, x is rational. 14. Are the following propositions true or false? Justify your conclusion. (a) There exists integers x and y such that 4x + 6y =. 4x + 6y = (x + 3y) and for x =, y = 1, we have that x + 3y = 1. Therefore, 4x + 6y =. (b) There exists integers x and y such that 6x + 15y =. The statement is false. 6x + 15y = 3(x + 5y). Now, x + 5y Z, so we have that 3(x + 5y) = 3n for some n Z. But, if 3n =, then n = 3, and 3 Z, so we contradict that n Z. (c) There exists integers x and y such that 6x + 15y = 9. Note that 6x + 15y = 9 is the same as x + 5y = 3. If we let x = 4 and y = 1, we see that this equation is satisfied. 17. Let a and b be rational numbers such that a = b 3. Prove each of the propositions in Parts (6a) through (6d).

6 (a) If a is even, then 4 divides a. Assume that a is even. Then, there exists k Z such that a = k. So, 4k = b 3. Since b Z and b 3 is even, b must be even as well. So, there exists m Z such that b = m. The, we have that 4k = 8m 3, or that k = m 3. Thus, k is even. Since k Z and k is even, k is even as well. So, there exists q Z such that k = q, and since a = k, we have that a = 4q, or that 4 a. (b) If 4 divides a, then 4 divides b. Since 4 a, there is an integer n Z such that a = 4n. Since a = b 3, we have that b 3 = 16n. So, b 3 is even and so b is even. Then, there exists m Z such that b = m. This implies that 8m 3 = 16n, or m 3 = n. So, since m 3 is even and m Z, m is even as well. So, there exists k Z such that m = k. But since b = m, it follows that b = 4k, or that 4 b. (c) If 4 divides b, then 8 divides a. If 4 b, then since a = b 3, we can conclude that a is even. But this implies that a is even. So, by (a), 4 a. So there exists integers s, t such that b = 4s and a = 4t. Then, 16t = 64s 3, or t = 4s 3. So, t is even and hence t must be even. Since a = 4t and t is even, it follows that 8 a. (d) If a is even, then 8 divides a. If a is even, then by (a), 4 a. If 4 a, then by (b), 4 b. And if 4 b, then by (c), 8 a. Section 3.3 (e) Give an example of natural numbers a and b such that a is even and a = b 3, but b is not divisible by 8. This is the case when a = 8 and b = 4.. Are the following statements true or false? Justify each conclusion. (a) For all integers a and b, if a is even and b is odd, then 4 does not divide (a + b ). If a is even and b is odd, then there exists s, t Z such that a = s and b = t + 1. Then, a + b = (s) + (t + 1) = 4s + 4t + 4t + 1 = 4(s + t + t) + 1 where s + t + t Z. Therefore, a + b 1 (mod 4), or 4 (a + b ). (b) For all integers a and b, if a is even and b is odd, then 6 does not divide (a + b ). From (a), we see that we can write a + b as 4(s + t + t) + 1. Notice that this is odd, so (a + b ). Since this is the case, no multiple of can divide a + b either. (c) For all integers a and b, if a is even and b is odd, then 4 does not divide (a + b ). If a is even and b is odd, then there exists s, t Z such that a = s and b = t + 1. Then, a + b = (s) + (t + 1) = 4s + 8t + 8t + = (s + 4t + 4t + 1)

7 Since s + 4t + 4t + 1 Z, (a + b ). But, notice that s + 4t + 4t + 1 = (s +t +t)+1, so this expression is odd and is therefore not divisible by. Therefore, 4 a + b. (d) For all integers a and b, if a is odd and b is odd, then 4 divides (a + 3b ). If a and b are odd, then there exists integers k and m such that a = k+1 and b = m+1. Consider a +3b = (k+1) +3(m+1) = 4k +4k+1+1m +1m+3 = 4(k +k+3m +3m+1) Since k + k 3 m + 3m + 1 Z, 4 (a + 3b ). 4. Prove that the cube root of is an irrational number. That is, prove that if r is a real number such that r 3 =, then r is an irrational number. Suppose to the contrary that 3 is rational. Then, there exists p, q Z with q 0 such that 3 = p q and p and q have no common divisors. Then, 7. = ( ) p 3 q 3 = p 3 q So, p 3 must be even and since p Z, p is even as well. Therefore there exists k Z such that p = k. Then, we have q 3 = (k) 3 q 3 = 8k 3 q 3 = 4k 3 That is, q 3 is even, and since q Z, q is even as well. But, if p and q are both even, then they share the common factor of, contradicting our assumption that they were relatively prime. Thus, 3 is irrational. (a) Give an example that shows that the sum of two irrational numbers can be a rational number. Consider and. The, + ( ) = 0, and 0 Q. (b) Now explain why the following proof that ( + 5 ) is an irrational number is not a valid proof: Since and 5 are both irrational numbers, their sum is an irrational number. Therefore, ( + 5 ) is an irrational number. The proof is invalid because we are simply stating the conclusion as fact with no justification. They assume that irrational numbers are closed under addition, but (a) points out that this is not the case. (c) Is the real number + 5 a rational number or an irrational number Justify your conclusion. + 5 is irrational. We will prove this by contradiction. So suppose + 5 is rational. Then there exists a Q such that + 5 = a. Then, we can rewrite this as 5 = a, and squaring both sides gives 5 = a a +

8 We can rewrite this to give = a 3 a Since a 3 and a are both integers, this shows that is rational, a contradiction. 17. Is the following statement true or false? Justify your conclusion. For each integer n that is greater than 1, if a is the smallest positive factor of n that is greater than 1, then a is prime. If n is prime, then it has only one prime factor greater than 1, namely n, so the smallest positive factor is indeed prime. Suppose n is composite. We will prove the assertion by contradiction. So suppose to the contrary that a is the smallest positive factor of a, but that a is composite. Then, there exists positive integers k, m such that 1 < k, m < a where a = mk. Hence, a has positive factors smaller than a, and therefore k and m are factors of n as well. But, k and m are both positive integers smaller than a, contradicting the assumption that a is the smallest positive factor of n. Therefore, if a is the smallest positive factor of an integer n, a is prime.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook. Elementary Number Theory and Methods of Proof CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.edu/~cse215 1 Number theory Properties: 2 Properties of integers (whole

More information

Homework until Test #2

Homework until Test #2 MATH31: Number Theory Homework until Test # Philipp BRAUN Section 3.1 page 43, 1. It has been conjectured that there are infinitely many primes of the form n. Exhibit five such primes. Solution. Five such

More information

The last three chapters introduced three major proof techniques: direct,

The last three chapters introduced three major proof techniques: direct, CHAPTER 7 Proving Non-Conditional Statements The last three chapters introduced three major proof techniques: direct, contrapositive and contradiction. These three techniques are used to prove statements

More information

SOLUTIONS FOR PROBLEM SET 2

SOLUTIONS FOR PROBLEM SET 2 SOLUTIONS FOR PROBLEM SET 2 A: There exist primes p such that p+6k is also prime for k = 1,2 and 3. One such prime is p = 11. Another such prime is p = 41. Prove that there exists exactly one prime p such

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

CS 103X: Discrete Structures Homework Assignment 3 Solutions

CS 103X: Discrete Structures Homework Assignment 3 Solutions CS 103X: Discrete Structures Homework Assignment 3 s Exercise 1 (20 points). On well-ordering and induction: (a) Prove the induction principle from the well-ordering principle. (b) Prove the well-ordering

More information

Solutions for Practice problems on proofs

Solutions for Practice problems on proofs Solutions for Practice problems on proofs Definition: (even) An integer n Z is even if and only if n = 2m for some number m Z. Definition: (odd) An integer n Z is odd if and only if n = 2m + 1 for some

More information

Applications of Fermat s Little Theorem and Congruences

Applications of Fermat s Little Theorem and Congruences Applications of Fermat s Little Theorem and Congruences Definition: Let m be a positive integer. Then integers a and b are congruent modulo m, denoted by a b mod m, if m (a b). Example: 3 1 mod 2, 6 4

More information

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers. MATHEMATICAL INDUCTION MIGUEL A LERMA (Last updated: February 8, 003) Mathematical Induction This is a powerful method to prove properties of positive integers Principle of Mathematical Induction Let P

More information

Solutions to Homework 6 Mathematics 503 Foundations of Mathematics Spring 2014

Solutions to Homework 6 Mathematics 503 Foundations of Mathematics Spring 2014 Solutions to Homework 6 Mathematics 503 Foundations of Mathematics Spring 2014 3.4: 1. If m is any integer, then m(m + 1) = m 2 + m is the product of m and its successor. That it to say, m 2 + m is the

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information

Handout #1: Mathematical Reasoning

Handout #1: Mathematical Reasoning Math 101 Rumbos Spring 2010 1 Handout #1: Mathematical Reasoning 1 Propositional Logic A proposition is a mathematical statement that it is either true or false; that is, a statement whose certainty or

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 5, due Wednesday, February 22 5.1.4 Let P (n) be the statement that 1 3 + 2 3 + + n 3 = (n(n + 1)/2) 2 for the positive integer n. a) What

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

8 Divisibility and prime numbers

8 Divisibility and prime numbers 8 Divisibility and prime numbers 8.1 Divisibility In this short section we extend the concept of a multiple from the natural numbers to the integers. We also summarize several other terms that express

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion CHAPTER 5 Number Theory 1. Integers and Division 1.1. Divisibility. Definition 1.1.1. Given two integers a and b we say a divides b if there is an integer c such that b = ac. If a divides b, we write a

More information

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12 CONTINUED FRACTIONS AND PELL S EQUATION SEUNG HYUN YANG Abstract. In this REU paper, I will use some important characteristics of continued fractions to give the complete set of solutions to Pell s equation.

More information

Basic Proof Techniques

Basic Proof Techniques Basic Proof Techniques David Ferry dsf43@truman.edu September 13, 010 1 Four Fundamental Proof Techniques When one wishes to prove the statement P Q there are four fundamental approaches. This document

More information

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved First Draft February 8, 2006 1 Contents 25

More information

MATH10040 Chapter 2: Prime and relatively prime numbers

MATH10040 Chapter 2: Prime and relatively prime numbers MATH10040 Chapter 2: Prime and relatively prime numbers Recall the basic definition: 1. Prime numbers Definition 1.1. Recall that a positive integer is said to be prime if it has precisely two positive

More information

3 0 + 4 + 3 1 + 1 + 3 9 + 6 + 3 0 + 1 + 3 0 + 1 + 3 2 mod 10 = 4 + 3 + 1 + 27 + 6 + 1 + 1 + 6 mod 10 = 49 mod 10 = 9.

3 0 + 4 + 3 1 + 1 + 3 9 + 6 + 3 0 + 1 + 3 0 + 1 + 3 2 mod 10 = 4 + 3 + 1 + 27 + 6 + 1 + 1 + 6 mod 10 = 49 mod 10 = 9. SOLUTIONS TO HOMEWORK 2 - MATH 170, SUMMER SESSION I (2012) (1) (Exercise 11, Page 107) Which of the following is the correct UPC for Progresso minestrone soup? Show why the other numbers are not valid

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

SUBGROUPS OF CYCLIC GROUPS. 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by

SUBGROUPS OF CYCLIC GROUPS. 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by SUBGROUPS OF CYCLIC GROUPS KEITH CONRAD 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by g = {g k : k Z}. If G = g, then G itself is cyclic, with g as a generator. Examples

More information

Chapter 3. if 2 a i then location: = i. Page 40

Chapter 3. if 2 a i then location: = i. Page 40 Chapter 3 1. Describe an algorithm that takes a list of n integers a 1,a 2,,a n and finds the number of integers each greater than five in the list. Ans: procedure greaterthanfive(a 1,,a n : integers)

More information

Notes on Factoring. MA 206 Kurt Bryan

Notes on Factoring. MA 206 Kurt Bryan The General Approach Notes on Factoring MA 26 Kurt Bryan Suppose I hand you n, a 2 digit integer and tell you that n is composite, with smallest prime factor around 5 digits. Finding a nontrivial factor

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information

6.2 Permutations continued

6.2 Permutations continued 6.2 Permutations continued Theorem A permutation on a finite set A is either a cycle or can be expressed as a product (composition of disjoint cycles. Proof is by (strong induction on the number, r, of

More information

SECTION 10-2 Mathematical Induction

SECTION 10-2 Mathematical Induction 73 0 Sequences and Series 6. Approximate e 0. using the first five terms of the series. Compare this approximation with your calculator evaluation of e 0.. 6. Approximate e 0.5 using the first five terms

More information

Math 319 Problem Set #3 Solution 21 February 2002

Math 319 Problem Set #3 Solution 21 February 2002 Math 319 Problem Set #3 Solution 21 February 2002 1. ( 2.1, problem 15) Find integers a 1, a 2, a 3, a 4, a 5 such that every integer x satisfies at least one of the congruences x a 1 (mod 2), x a 2 (mod

More information

Number Theory: A Mathemythical Approach. Student Resources. Printed Version

Number Theory: A Mathemythical Approach. Student Resources. Printed Version Number Theory: A Mathemythical Approach Student Resources Printed Version ii Contents 1 Appendix 1 2 Hints to Problems 3 Chapter 1 Hints......................................... 3 Chapter 2 Hints.........................................

More information

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have 8.6 Rational Exponents 8.6 OBJECTIVES 1. Define rational exponents 2. Simplify expressions containing rational exponents 3. Use a calculator to estimate the value of an expression containing rational exponents

More information

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs CHAPTER 3 Methods of Proofs 1. Logical Arguments and Formal Proofs 1.1. Basic Terminology. An axiom is a statement that is given to be true. A rule of inference is a logical rule that is used to deduce

More information

Integer roots of quadratic and cubic polynomials with integer coefficients

Integer roots of quadratic and cubic polynomials with integer coefficients Integer roots of quadratic and cubic polynomials with integer coefficients Konstantine Zelator Mathematics, Computer Science and Statistics 212 Ben Franklin Hall Bloomsburg University 400 East Second Street

More information

Mathematical Induction. Lecture 10-11

Mathematical Induction. Lecture 10-11 Mathematical Induction Lecture 10-11 Menu Mathematical Induction Strong Induction Recursive Definitions Structural Induction Climbing an Infinite Ladder Suppose we have an infinite ladder: 1. We can reach

More information

DigitalCommons@University of Nebraska - Lincoln

DigitalCommons@University of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-1-007 Pythagorean Triples Diane Swartzlander University

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me SYSTEMS OF PYTHAGOREAN TRIPLES CHRISTOPHER TOBIN-CAMPBELL Abstract. This paper explores systems of Pythagorean triples. It describes the generating formulas for primitive Pythagorean triples, determines

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5. PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include

More information

Every Positive Integer is the Sum of Four Squares! (and other exciting problems)

Every Positive Integer is the Sum of Four Squares! (and other exciting problems) Every Positive Integer is the Sum of Four Squares! (and other exciting problems) Sophex University of Texas at Austin October 18th, 00 Matilde N. Lalín 1. Lagrange s Theorem Theorem 1 Every positive integer

More information

DIVISIBILITY AND GREATEST COMMON DIVISORS

DIVISIBILITY AND GREATEST COMMON DIVISORS DIVISIBILITY AND GREATEST COMMON DIVISORS KEITH CONRAD 1 Introduction We will begin with a review of divisibility among integers, mostly to set some notation and to indicate its properties Then we will

More information

Category 3 Number Theory Meet #1, October, 2000

Category 3 Number Theory Meet #1, October, 2000 Category 3 Meet #1, October, 2000 1. For how many positive integral values of n will 168 n be a whole number? 2. What is the greatest integer that will always divide the product of four consecutive integers?

More information

Lecture 13 - Basic Number Theory.

Lecture 13 - Basic Number Theory. Lecture 13 - Basic Number Theory. Boaz Barak March 22, 2010 Divisibility and primes Unless mentioned otherwise throughout this lecture all numbers are non-negative integers. We say that A divides B, denoted

More information

Just the Factors, Ma am

Just the Factors, Ma am 1 Introduction Just the Factors, Ma am The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

LAKE ELSINORE UNIFIED SCHOOL DISTRICT

LAKE ELSINORE UNIFIED SCHOOL DISTRICT LAKE ELSINORE UNIFIED SCHOOL DISTRICT Title: PLATO Algebra 1-Semester 2 Grade Level: 10-12 Department: Mathematics Credit: 5 Prerequisite: Letter grade of F and/or N/C in Algebra 1, Semester 2 Course Description:

More information

Exponents, Radicals, and Scientific Notation

Exponents, Radicals, and Scientific Notation General Exponent Rules: Exponents, Radicals, and Scientific Notation x m x n = x m+n Example 1: x 5 x = x 5+ = x 7 (x m ) n = x mn Example : (x 5 ) = x 5 = x 10 (x m y n ) p = x mp y np Example : (x) =

More information

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may Number Theory Divisibility and Primes Definition. If a and b are integers and there is some integer c such that a = b c, then we say that b divides a or is a factor or divisor of a and write b a. Definition

More information

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples Brian Hilley Boston College MT695 Honors Seminar March 3, 2006 1 Introduction 1.1 Mazur s Theorem Let C be a

More information

Solutions Manual for How to Read and Do Proofs

Solutions Manual for How to Read and Do Proofs Solutions Manual for How to Read and Do Proofs An Introduction to Mathematical Thought Processes Sixth Edition Daniel Solow Department of Operations Weatherhead School of Management Case Western Reserve

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

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

More information

Chapter 11 Number Theory

Chapter 11 Number Theory Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications

More information

3 1. Note that all cubes solve it; therefore, there are no more

3 1. Note that all cubes solve it; therefore, there are no more Math 13 Problem set 5 Artin 11.4.7 Factor the following polynomials into irreducible factors in Q[x]: (a) x 3 3x (b) x 3 3x + (c) x 9 6x 6 + 9x 3 3 Solution: The first two polynomials are cubics, so if

More information

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

SUM OF TWO SQUARES JAHNAVI BHASKAR

SUM OF TWO SQUARES JAHNAVI BHASKAR SUM OF TWO SQUARES JAHNAVI BHASKAR Abstract. I will investigate which numbers can be written as the sum of two squares and in how many ways, providing enough basic number theory so even the unacquainted

More information

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that Instructions. Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Credit will not be given for answers (even correct ones) without

More information

MATH 289 PROBLEM SET 4: NUMBER THEORY

MATH 289 PROBLEM SET 4: NUMBER THEORY MATH 289 PROBLEM SET 4: NUMBER THEORY 1. The greatest common divisor If d and n are integers, then we say that d divides n if and only if there exists an integer q such that n = qd. Notice that if d divides

More information

Revised Version of Chapter 23. We learned long ago how to solve linear congruences. ax c (mod m)

Revised Version of Chapter 23. We learned long ago how to solve linear congruences. ax c (mod m) Chapter 23 Squares Modulo p Revised Version of Chapter 23 We learned long ago how to solve linear congruences ax c (mod m) (see Chapter 8). It s now time to take the plunge and move on to quadratic equations.

More information

Practice with Proofs

Practice with Proofs Practice with Proofs October 6, 2014 Recall the following Definition 0.1. A function f is increasing if for every x, y in the domain of f, x < y = f(x) < f(y) 1. Prove that h(x) = x 3 is increasing, using

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009 Notes on Algebra These notes contain as little theory as possible, and most results are stated without proof. Any introductory

More information

Indices and Surds. The Laws on Indices. 1. Multiplication: Mgr. ubomíra Tomková

Indices and Surds. The Laws on Indices. 1. Multiplication: Mgr. ubomíra Tomková Indices and Surds The term indices refers to the power to which a number is raised. Thus x is a number with an index of. People prefer the phrase "x to the power of ". Term surds is not often used, instead

More information

Winter Camp 2011 Polynomials Alexander Remorov. Polynomials. Alexander Remorov alexanderrem@gmail.com

Winter Camp 2011 Polynomials Alexander Remorov. Polynomials. Alexander Remorov alexanderrem@gmail.com Polynomials Alexander Remorov alexanderrem@gmail.com Warm-up Problem 1: Let f(x) be a quadratic polynomial. Prove that there exist quadratic polynomials g(x) and h(x) such that f(x)f(x + 1) = g(h(x)).

More information

H/wk 13, Solutions to selected problems

H/wk 13, Solutions to selected problems H/wk 13, Solutions to selected problems Ch. 4.1, Problem 5 (a) Find the number of roots of x x in Z 4, Z Z, any integral domain, Z 6. (b) Find a commutative ring in which x x has infinitely many roots.

More information

GREATEST COMMON DIVISOR

GREATEST COMMON DIVISOR DEFINITION: GREATEST COMMON DIVISOR The greatest common divisor (gcd) of a and b, denoted by (a, b), is the largest common divisor of integers a and b. THEOREM: If a and b are nonzero integers, then their

More information

2.6 Exponents and Order of Operations

2.6 Exponents and Order of Operations 2.6 Exponents and Order of Operations We begin this section with exponents applied to negative numbers. The idea of applying an exponent to a negative number is identical to that of a positive number (repeated

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures Number Theory Hungarian Style Cameron Byerley s interpretation of Csaba Szabó s lectures August 20, 2005 2 0.1 introduction Number theory is a beautiful subject and even cooler when you learn about it

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

Negative Integer Exponents

Negative Integer Exponents 7.7 Negative Integer Exponents 7.7 OBJECTIVES. Define the zero exponent 2. Use the definition of a negative exponent to simplify an expression 3. Use the properties of exponents to simplify expressions

More information

SOLVING POLYNOMIAL EQUATIONS

SOLVING POLYNOMIAL EQUATIONS C SOLVING POLYNOMIAL EQUATIONS We will assume in this appendix that you know how to divide polynomials using long division and synthetic division. If you need to review those techniques, refer to an algebra

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents Appendix A. Exponents and Radicals A11 A. Exponents and Radicals What you should learn Use properties of exponents. Use scientific notation to represent real numbers. Use properties of radicals. Simplify

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

Lesson 9: Radicals and Conjugates

Lesson 9: Radicals and Conjugates Student Outcomes Students understand that the sum of two square roots (or two cube roots) is not equal to the square root (or cube root) of their sum. Students convert expressions to simplest radical form.

More information

FACTORING POLYNOMIALS

FACTORING POLYNOMIALS 296 (5-40) Chapter 5 Exponents and Polynomials where a 2 is the area of the square base, b 2 is the area of the square top, and H is the distance from the base to the top. Find the volume of a truncated

More information

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886)

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) Chapter 2 Numbers God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) God created the integers and the rest is the work

More information

15 Prime and Composite Numbers

15 Prime and Composite Numbers 15 Prime and Composite Numbers Divides, Divisors, Factors, Multiples In section 13, we considered the division algorithm: If a and b are whole numbers with b 0 then there exist unique numbers q and r such

More information

Lesson 9: Radicals and Conjugates

Lesson 9: Radicals and Conjugates Student Outcomes Students understand that the sum of two square roots (or two cube roots) is not equal to the square root (or cube root) of their sum. Students convert expressions to simplest radical form.

More information

Math 3000 Section 003 Intro to Abstract Math Homework 2

Math 3000 Section 003 Intro to Abstract Math Homework 2 Math 3000 Section 003 Intro to Abstract Math Homework 2 Department of Mathematical and Statistical Sciences University of Colorado Denver, Spring 2012 Solutions (February 13, 2012) Please note that these

More information

Playing with Numbers

Playing with Numbers PLAYING WITH NUMBERS 249 Playing with Numbers CHAPTER 16 16.1 Introduction You have studied various types of numbers such as natural numbers, whole numbers, integers and rational numbers. You have also

More information

Stupid Divisibility Tricks

Stupid Divisibility Tricks Stupid Divisibility Tricks 101 Ways to Stupefy Your Friends Appeared in Math Horizons November, 2006 Marc Renault Shippensburg University Mathematics Department 1871 Old Main Road Shippensburg, PA 17013

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

Test1. Due Friday, March 13, 2015.

Test1. Due Friday, March 13, 2015. 1 Abstract Algebra Professor M. Zuker Test1. Due Friday, March 13, 2015. 1. Euclidean algorithm and related. (a) Suppose that a and b are two positive integers and that gcd(a, b) = d. Find all solutions

More information

Welcome to Math 19500 Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013

Welcome to Math 19500 Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013 Welcome to Math 19500 Video Lessons Prof. Department of Mathematics The City College of New York Fall 2013 An important feature of the following Beamer slide presentations is that you, the reader, move

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Math Circle Beginners Group October 18, 2015

Math Circle Beginners Group October 18, 2015 Math Circle Beginners Group October 18, 2015 Warm-up problem 1. Let n be a (positive) integer. Prove that if n 2 is odd, then n is also odd. (Hint: Use a proof by contradiction.) Suppose that n 2 is odd

More information

Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013

Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013 Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013 D. R. Wilkins Copyright c David R. Wilkins 1997 2013 Contents A Cyclotomic Polynomials 79 A.1 Minimum Polynomials of Roots of

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system CHAPTER Number Theory FIGURE FIGURE FIGURE Plus hours Plus hours Plus hours + = + = + = FIGURE. Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter described a mathematical

More information

Introduction. Appendix D Mathematical Induction D1

Introduction. Appendix D Mathematical Induction D1 Appendix D Mathematical Induction D D Mathematical Induction Use mathematical induction to prove a formula. Find a sum of powers of integers. Find a formula for a finite sum. Use finite differences to

More information

MATH 537 (Number Theory) FALL 2016 TENTATIVE SYLLABUS

MATH 537 (Number Theory) FALL 2016 TENTATIVE SYLLABUS MATH 537 (Number Theory) FALL 2016 TENTATIVE SYLLABUS Class Meetings: MW 2:00-3:15 pm in Physics 144, September 7 to December 14 [Thanksgiving break November 23 27; final exam December 21] Instructor:

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography 3 Congruence Congruences are an important and useful tool for the study of divisibility. As we shall see, they are also critical

More information

MATH 22. THE FUNDAMENTAL THEOREM of ARITHMETIC. Lecture R: 10/30/2003

MATH 22. THE FUNDAMENTAL THEOREM of ARITHMETIC. Lecture R: 10/30/2003 MATH 22 Lecture R: 10/30/2003 THE FUNDAMENTAL THEOREM of ARITHMETIC You must remember this, A kiss is still a kiss, A sigh is just a sigh; The fundamental things apply, As time goes by. Herman Hupfeld

More information