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

Size: px
Start display at page:

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

Transcription

1 CSE 215: Foundations of Computer Science Recitation Exercises Set #4 Stony Brook University Name: ID#: Section #: Score: / 4 Unit 7: Direct Proof Introduction 1. The statement below is true. Rewrite the statement with the quantification implicit as If, then, and also write the first sentence of a proof (the starting point ) and the last sentence of a proof (the conclusion to be shown ). For all integers m, if m > 1, then 0 < 1 m < 1. If an integer is greater than 1, then its reciprocal is between 0 and 1. Start of proof: Suppose m is any integer such that m > 1. Conclusion to be shown: 0 < 1 m < Prove the following statement: The difference of any even integer minus any odd integer is odd. Proof: Suppose a is any even integer and b is any odd integer. We must show that a b is odd. By definition of even and odd, a = 2r and b = 2s + 1 for some integers r and s. By substitution and algebra, a b = 2r (2s + 1) = 2r 2s 1 = 2(r s 1) + 1 Let t = r s 1. Then t is an integer because differences of integers are integers. Thus a b = 2t + 1, where t is an integer, and so, by definition of odd, a b is odd. CSE 215 R01/R02/R06 Page 1 of 6

2 3. Prove the following statement: Suppose that n is any even integer. Then ( 1) n = 1. Proof: Suppose n is any even integer. Then n = 2k for some integer k. Hence, ( 1) n = ( 1) 2k by substitution = (( 1) 2 ) k by a law of exponents = 1 k because ( 1) 2 = 1 = 1 because 1 raise to any power equals 1. This is what we wanted to show. 4. Prove that the following statement is false: There exists an integer m 3 such that m 2 1 is prime. The negation of the statement is For all integers m 3, m 2 1 is not prime. Proof of the negation: Suppose m is any integer with m 3. By basic algebra, m 2 1 = (m 1)(m + 1). Because m 3, both m 1 and m + 1 are positive integers greater than 1, and each is smaller than m 2 1. So m 2 1 is a product of two smaller positive integers, each greater than 1, and hence m 2 1 is not prime. CSE 215 R01/R02/R06 Page 2 of 6

3 Unit 8: Direct Proofs Involving Rational Numbers 5. Consider the statement: The negative of any rational number is rational. a. Write the statement formally using a quantifier and a variable. real numbers r, if r is rational then r is rational. Or: r, if r is a rational number then r is rational. Or: rational numbers r, r is rational. b. Determine whether the statement is true or false and justify your answer. The statement is true. Proof: Suppose r is a rational number. We must show that r is rational. By definition of rational, r = a b Then r = a b = a b by algebra for some integers a and b with b 0. by substitutions But since a is an integer, so is a (being the product of 1 and a). Hence, r is a quotient of integers with a nonzero denominator, and so r is rational 6. Prove that for any rational numbers r and s, 2r + 3s is rational. Suppose r and s are any rational numbers. Both 2 and 3 are integers, and are therefore rational numbers. Now, the product any two rational numbers is a rational number. (We proved this in class.) Therefore, both 2r and 3s are rational. We also know that the sum of two rational numbers is rational. (We proved this in class too.) Therefore, 2r + 3s is rational. CSE 215 R01/R02/R06 Page 3 of 6

4 Unit 9: Direct Proofs Involving Divisibility and the Quotient-Remainder Theorem 7. Prove that for all integers a, b and c, if a b and a c then a (b + c). Proof: Suppose a, b and c are any integers such that a b and a c. We must show that a (b + c). By definition of divides, b = ar and c = as for some integers r and s. Then b + c = ar + as = a(r + s) by algebra. Let t = r + s. Then t is an integer (being a sum of integers), and thus b + c = at where t is an integer. By definition of divides, then, a (b + c). 8. True or false: For all integers a, b and c, if a is a factor of c then ab is a factor of c. Prove your answer. The statement is false. Counterexample: Let a = 2, b = 3 and c = 8. Then a c because 2 divides 8, but ab c because ab = 6 and 6 does not divide Use the unique factorization theorem to write 1,176 in standard factored form = Suppose that in standard factored form, a = p e 1 1 p e 2 2 p e k k, where k is a positive integer; p 1, p 2,..., p k are prime numbers; and e 1, e 2,..., e k are positive integers. What is the standard factored form for a 2? p 2e 1 1 p 2e 2 2 p 2e k k CSE 215 R01/R02/R06 Page 4 of 6

5 11. If a and b are integers and 12a = 25b, does 12 b? Does 25 a? Explain. Because 12a = 25b, the unique factorization theorem guarantees that the standard factored forms of 12a and 25b must be the same. Thus 25b contains the factors 2 2 3(= 12). But since neither 2 nor 3 divide 25, the factors must all occur in b, and hence 12 b. Similarly, 12a contains the factors 5 2 = 25, and since 5 is not a factor of 12, the factors 5 2 must occur in a. So 25 a. 12. Suppose a is an integer. If a mod 7 = 4, what is 5a mod 7? In other words, if division of a by 7 gives a remainder of 4, what is the remainder when 5a is divided by 7? Because a mod 7 = 4, the remainder obtained when a is divided by 7 is 4, and so a = 7q + 4 for some integer q. Multiplying this equation through by 5 gives that 5a = 35q + 20 = 35q = 7(5q + 2) + 6. Because q is an integer, 5q + 2 is also an integer, and so 5a = 7 (an integer) + 6. Thus, because 0 6 < 7, the remainder obtained when 5a is divided by 7 is 6, and so 5a mod 7 = 6. CSE 215 R01/R02/R06 Page 5 of 6

6 13. Use the quotient-remainder theorem with d = 3 to prove that the product of any three consecutive integers is divisible by 3. Suppose n, n+1 and n+2 are any three consecutive integers. We must show that n(n+1)(n+2) is divisible by 3. By the quotient-remainder theorem, n can be written in one of the three forms: 3q, 3q + 1 or 3q + 2 for some integer q. Case 1 (n = 3q): In this case, n(n + 1)(n + 2) = 3q(3q + 1)(3q + 2) = 3 [q(3q + 1)(3q + 2)] Let m = q(3q + 1)(3q + 2). Then m is an integer because q is an integer, and sums and products of integers are integers. By substitution, n(n + 1)(n + 2) = 3m where m is an integer. And so, by definition of divisible, n(n + 1)(n + 2) is divisible by 3. Case 2 (n = 3q + 1): In this case, n(n + 1)(n + 2) = (3q + 1)((3q + 1) + 1)((3q + 1) + 2) = (3q + 1)(3q + 2)(3q + 3) = (3q + 1)(3q + 2)3(q + 1) = 3 [(3q + 1)(3q + 2)(q + 1)] Let m = (3q + 1)(3q + 2)(q + 1). Then m is an integer because q is an integer, and sums and products of integers are integers. By substitution, n(n + 1)(n + 2) = 3m where m is an integer. And so, by definition of divisible, n(n + 1)(n + 2) is divisible by 3. Case 3 (n = 3q + 2): In this case, n(n + 1)(n + 2) = (3q + 2)((3q + 2) + 1)((3q + 2) + 2) = (3q + 2)(3q + 3)(3q + 4) = (3q + 2)3(q + 1)(3q + 4) = 3 [(3q + 2)(q + 1)(3q + 4)] Let m = (3q + 2)(q + 1)(3q + 4). Then m is an integer because q is an integer, and sums and products of integers are integers. By substitution, n(n + 1)(n + 2) = 3m where m is an integer. And so, by definition of divisible, n(n + 1)(n + 2) is divisible by 3. In all three cases, n(n + 1)(n + 2) is divisible by 3. But by the quotient-remainder theorem, one of these cases must occur. Therefore, the product of any three consecutive integers is divisible by 3. CSE 215 R01/R02/R06 Page 6 of 6

UNIT-II NUMBER THEORY

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

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

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

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

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

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

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

More information

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

CSE 215: Foundations of Computer Science Recitation Exercises Set #9 Stony Brook University. Name: ID#: Section #: Score: / 4 CSE 215: Foundations of Computer Science Recitation Exercises Set #9 Stony Brook University Name: ID#: Section #: Score: / 4 Unit 14: Set Theory: Definitions and Properties 1. Let C = {n Z n = 6r 5 for

More information

CHAPTER 8. Copyright Cengage Learning. All rights reserved.

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

More information

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum.

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum. Problem Solving Drill 05: Exponents and Radicals Question No. 1 of 10 Question 1. Simplify: 7u v 4u 3 v 6 Question #01 (A) 11u 5 v 7 (B) 8u 6 v 6 (C) 8u 5 v 7 (D) 8u 3 v 9 To simplify this expression you

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions Multiplying and Dividing Rational Expressions Warm Up Simplify each expression. Assume all variables are nonzero. 1. x 5 x 2 3. x 6 x 2 x 7 Factor each expression. 2. y 3 y 3 y 6 x 4 4. y 2 1 y 5 y 3 5.

More information

Chapter 1: Number and Operations

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

More information

Number Theory and Proof Methods

Number Theory and Proof Methods 9/6/17 Lecture Notes on Discrete Mathematics. Birzeit University Palestine 2016 and Proof Methods Mustafa Jarrar 4.1 Introduction 4.3 Divisibility 4.4 Quotient-Remainder Theorem mjarrar 2015 1 Watch this

More information

Algebra 1 Review. Properties of Real Numbers. Algebraic Expressions

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

More information

Algebra II Chapter 6: Rational Exponents and Radical Functions

Algebra II Chapter 6: Rational Exponents and Radical Functions Algebra II Chapter 6: Rational Exponents and Radical Functions Chapter 6 Lesson 1 Evaluate nth Roots and Use Rational Exponents Vocabulary 1 Example 1: Find nth Roots Note: and Example 2: Evaluate Expressions

More information

Rules of Exponents Part 1[Algebra 1](In Class Version).notebook. August 22, 2017 WARM UP. Simplify using order of operations. SOLUTION.

Rules of Exponents Part 1[Algebra 1](In Class Version).notebook. August 22, 2017 WARM UP. Simplify using order of operations. SOLUTION. WARM UP Simplify using order of operations. Aug 22 3:22 PM 1 Aug 22 4:09 PM 2 WARM UP a) The equation 3(4x) = (4x)3 illustrates which property? b) Which property of real numbers is illustrated by the equation

More information

Warm Up Simplify each expression. Assume all variables are nonzero.

Warm Up Simplify each expression. Assume all variables are nonzero. Warm Up Simplify each expression. Assume all variables are nonzero. 1. x 5 x 2 3. x 6 x 2 x 7 x 4 Factor each expression. 2. y 3 y 3 y 6 4. y 2 1 y 5 y 3 5. x 2 2x 8 (x 4)(x + 2) 6. x 2 5x x(x 5) 7. x

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions Page 1 of 14 Multiplying and Dividing Rational Expressions Attendance Problems. Simplify each expression. Assume all variables are nonzero. x 6 y 2 1. x 5 x 2 2. y 3 y 3 3. 4. x 2 y 5 Factor each expression.

More information

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

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

More information

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not.

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is an INTEGER/NONINTEGER? Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is a REAL/IMAGINARY number? A real number is

More information

Problem. Prove that the square of any whole number n is a multiple of 4 or one more than a multiple of 4.

Problem. Prove that the square of any whole number n is a multiple of 4 or one more than a multiple of 4. CHAPTER 8 Integers Problem. Prove that the square of any whole number n is a multiple of 4 or one more than a multiple of 4. Strategy 13 Use cases. This strategy may be appropriate when A problem can be

More information

Simplifying Square Root Expressions[In Class Version][Algebra 1 Honors].notebook August 26, Homework Assignment. Example 5 Example 6.

Simplifying Square Root Expressions[In Class Version][Algebra 1 Honors].notebook August 26, Homework Assignment. Example 5 Example 6. Homework Assignment The following examples have to be copied for next class Example 1 Example 2 Example 3 Example 4 Example 5 Example 6 Example 7 Example 8 Example 9 Example 10 Example 11 Example 12 The

More information

EXAMPLE 1. Change each of the following fractions into decimals.

EXAMPLE 1. Change each of the following fractions into decimals. CHAPTER 1. THE ARITHMETIC OF NUMBERS 1.4 Decimal Notation Every rational number can be expressed using decimal notation. To change a fraction into its decimal equivalent, divide the numerator of the fraction

More information

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

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

More information

A.1 Numbers, Sets and Arithmetic

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

More information

Rational Numbers: Multiply and Divide

Rational Numbers: Multiply and Divide Rational Numbers: Multiply and Divide Multiplying Positive and Negative Numbers You know that when you multiply a positive number by a positive number, the result is positive. Multiplication with negative

More information

Pythagorean Triples. Chapter 2. Exercises

Pythagorean Triples. Chapter 2. Exercises Chapter Pythagorean Triples Exercises.1. (a) We showed that in any primitive Pythagorean triple (a, b, c), either a or b is even. Use the same sort of argument to show that either a or b must be a multiple

More information

Summer Assignment Glossary

Summer Assignment Glossary Algebra 1.1 Summer Assignment Name: Date: Hour: Directions: Show all work for full credit using a pencil. Circle your final answer. This assignment is due the first day of school. Use the summer assignment

More information

Student Outcomes. Classwork. Discussion (10 minutes)

Student Outcomes. Classwork. Discussion (10 minutes) Student Outcomes Students know the definition of a number raised to a negative exponent. Students simplify and write equivalent expressions that contain negative exponents. Classwork Discussion (10 minutes)

More information

(-,+) (+,+) Plotting Points

(-,+) (+,+) Plotting Points Algebra Basics +y (-,+) (+,+) -x +x (-,-) (+,-) Plotting Points -y Commutative Property of Addition/Multiplication * You can commute or move the terms * This only applies to addition and multiplication

More information

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

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

More information

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties Chapter 3: Arithmetic Properties CHAPTER 3: ARITHMETIC PROPERTIES Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Arithmetic Properties Date: Lesson: Learning Log Title:

More information

Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework

Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework 1 T 8/30 Introductions Operations on Decimals Converting Decimals

More information

Operations and Properties

Operations and Properties . Operations and Properties. OBJECTIVES. Represent the four arithmetic operations using variables. Evaluate expressions using the order of operations. Recognize and apply the properties of addition 4.

More information

Chapter 4 Section 2 Operations on Decimals

Chapter 4 Section 2 Operations on Decimals Chapter 4 Section 2 Operations on Decimals Addition and subtraction of decimals To add decimals, write the numbers so that the decimal points are on a vertical line. Add as you would with whole numbers.

More information

Exponents and Real Numbers

Exponents and Real Numbers Exponents and Real Numbers MODULE? ESSENTIAL QUESTION What sets of numbers are included in the real numbers? CALIFORNIA COMMON CORE LESSON.1 Radicals and Rational Exponents N.RN.1, N.RN. LESSON. Real Numbers

More information

Mth 60 Module 2 Section Signed Numbers All numbers,, and

Mth 60 Module 2 Section Signed Numbers All numbers,, and Section 2.1 - Adding Signed Numbers Signed Numbers All numbers,, and The Number Line is used to display positive and negative numbers. Graph -7, 5, -3/4, and 1.5. Where are the positive numbers always

More information

Study Guide For use with pages

Study Guide For use with pages . GOAL For use with pages Write fractions as decimals and vice versa. VOCABULARY A rational number is a number that can be written as a quotient of two integers. In a terminating decimal, the division

More information

Lesson 1: Arithmetic Review

Lesson 1: Arithmetic Review In this lesson we step back and review several key arithmetic topics that are extremely relevant to this course. Before we work with algebraic expressions and equations, it is important to have a good

More information

Lemma (x, y, z) is a Pythagorean triple iff (y, x, z) is a Pythagorean triple.

Lemma (x, y, z) is a Pythagorean triple iff (y, x, z) is a Pythagorean triple. Chapter Pythagorean Triples.1 Introduction. The Pythagorean triples have been known since the time of Euclid and can be found in the third century work Arithmetica by Diophantus [9]. An ancient Babylonian

More information

[Ch 6] Set Theory. 1. Basic Concepts and Definitions. 400 lecture note #4. 1) Basics

[Ch 6] Set Theory. 1. Basic Concepts and Definitions. 400 lecture note #4. 1) Basics 400 lecture note #4 [Ch 6] Set Theory 1. Basic Concepts and Definitions 1) Basics Element: ; A is a set consisting of elements x which is in a/another set S such that P(x) is true. Empty set: notated {

More information

Math Glossary Numbers and Arithmetic

Math Glossary Numbers and Arithmetic Math Glossary Numbers and Arithmetic Version 0.1.1 September 1, 200 Next release: On or before September 0, 200. E-mail edu@ezlink.com for the latest version. Copyright 200 by Brad Jolly All Rights Reserved

More information

50 MATHCOUNTS LECTURES (6) OPERATIONS WITH DECIMALS

50 MATHCOUNTS LECTURES (6) OPERATIONS WITH DECIMALS BASIC KNOWLEDGE 1. Decimal representation: A decimal is used to represent a portion of whole. It contains three parts: an integer (which indicates the number of wholes), a decimal point (which separates

More information

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist?

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist? Hartfield Intermediate Algebra (Version 2014-2D) Unit 4 Page 1 Topic 4 1 Radical Epressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Math 24 - Study Guide - Chapter 1 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Give one number between -8 and 8 that is a negative real

More information

Exercise 1.1. Page 1 of 22. Website: Mobile:

Exercise 1.1. Page 1 of 22. Website:    Mobile: Question 1: Exercise 1.1 Use Euclid s division algorithm to find the HCF of: (i) 135 and 225 Since 225 > 135, we apply the division lemma to 225 and 135 to obtain 225 = 135 1 + 90 Since remainder 90 0,

More information

Algebra II Chapter 8 Part 2: Rational Functions

Algebra II Chapter 8 Part 2: Rational Functions Algebra II Chapter 8 Part 2: Rational Functions Chapter 8 Lesson 4 Multiply and Divide Rational Functions Vocabulary Words to Review: Reciprocal The rules of fractions DO NOT change! *When adding and subtracting,

More information

Section 3.1 Factors and Multiples of Whole Numbers:

Section 3.1 Factors and Multiples of Whole Numbers: Chapter Notes Math 0 Chapter : Factors and Products: Skill Builder: Some Divisibility Rules We can use rules to find out if a number is a factor of another. To find out if, 5, or 0 is a factor look at

More information

1-3 Multiplying and Dividing Real Numbers

1-3 Multiplying and Dividing Real Numbers Multiplying and Dividing 1-3 Multiplying and Dividing Real Numbers Real Numbers Warm Up Lesson Presentation Lesson Quiz 1 2 pts Bell Quiz 1-3 Add or Subtract 1. 3 8 2 pts 2. - 8 + 12 2 pts 3. 4 (-4) 2

More information

2.4 Multiplication and Division of Integers

2.4 Multiplication and Division of Integers 2.4. MULTIPLICATION AND DIVISION OF INTEGERS 137 2.4 Multiplication and Division of Integers Before we begin, let it be known that the integers satisfy the same properties of multiplication as do the whole

More information

Mini-Lectures by Section

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

More information

Unit 3: Multiplication and Division Reference Guide pages x 7 = 392 factors: 56, 7 product 392

Unit 3: Multiplication and Division Reference Guide pages x 7 = 392 factors: 56, 7 product 392 Lesson 1: Multiplying Integers and Decimals, part 1 factor: any two or more numbers multiplied to form a product 56 x 7 = 392 factors: 56, 7 product 392 Integers: all positive and negative whole numbers

More information

Review of Operations on the Set of Real Numbers

Review of Operations on the Set of Real Numbers 1 Review of Operations on the Set of Real Numbers Before we start our jurney through algebra, let us review the structure of the real number system, properties of four operations, order of operations,

More information

Rational numbers as decimals and as integer fractions

Rational numbers as decimals and as integer fractions Rational numbers as decimals and as integer fractions Given a rational number expressed as an integer fraction reduced to the lowest terms, the quotient of that fraction will be: an integer, if the denominator

More information

Section 2.3 Rational Numbers. A rational number is a number that may be written in the form a b. for any integer a and any nonzero integer b.

Section 2.3 Rational Numbers. A rational number is a number that may be written in the form a b. for any integer a and any nonzero integer b. Section 2.3 Rational Numbers A rational number is a number that may be written in the form a b for any integer a and any nonzero integer b. Why is division by zero undefined? For example, we know that

More information

Math Circle Beginners Group October 18, 2015 Solutions

Math Circle Beginners Group October 18, 2015 Solutions Math Circle Beginners Group October 18, 2015 Solutions 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

More information

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

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

More information

Final Exam: Precalculus

Final Exam: Precalculus Final Exam: Precalculus Apr. 17, 2018 ANSWERS Without Notes or Calculators Version A 1. Consider the unit circle: a. Angle in degrees: What is the angle in radians? What are the coordinates? b. Coordinates:

More information

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS KEY FEATURES OF POLYNOMIALS Intercepts of a function o x-intercepts - a point on the graph where y is zero {Also called the zeros of the function.} o y-intercepts

More information

Any Integer Can Be Written as a Fraction

Any Integer Can Be Written as a Fraction All fractions have three parts: a numerator, a denominator, and a division symbol. In the simple fraction, the numerator and the denominator are integers. Eample 1: Find the numerator, denominator, and

More information

Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Numbers

Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Numbers Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Student Outcomes Students use properties of operations to multiply and divide rational numbers without the use of a calculator.

More information

SUMMER REVIEW PACKET 2 FOR STUDENTS ENTERING ALGEBRA 1

SUMMER REVIEW PACKET 2 FOR STUDENTS ENTERING ALGEBRA 1 SUMMER REVIEW PACKET FOR STUDENTS ENTERING ALGEBRA Dear Students, Welcome to Ma ayanot. We are very happy that you will be with us in the Fall. The Math department is looking forward to working with you

More information

Prepared by Sa diyya Hendrickson. Package Summary

Prepared by Sa diyya Hendrickson. Package Summary Introduction Prepared by Sa diyya Hendrickson Name: Date: Package Summary Exponent Form and Basic Properties Order of Operations Using Divisibility Rules Finding Factors and Common Factors Primes, Prime

More information

Unit 2: Accentuate the Negative Name:

Unit 2: Accentuate the Negative Name: Unit 2: Accentuate the Negative Name: 1.1 Using Positive & Negative Numbers Number Sentence A mathematical statement that gives the relationship between two expressions that are composed of numbers and

More information

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION Alessandro Artale UniBZ - http://www.inf.unibz.it/ artale/ SECTION 5.5 Application: Correctness of Algorithms Copyright Cengage Learning. All

More information

Exponent Properties: The Product Rule. 2. Exponential expressions multiplied with each other that have the same base.

Exponent Properties: The Product Rule. 2. Exponential expressions multiplied with each other that have the same base. Exponent Properties: The Product Rule 1. What is the difference between 3x and x 3? Explain in complete sentences and with examples. 2. Exponential expressions multiplied with each other that have the

More information

Mathematics. Grade 8 Curriculum Guide. Curriculum Guide Revised 2016

Mathematics. Grade 8 Curriculum Guide. Curriculum Guide Revised 2016 Mathematics Grade 8 Curriculum Guide Curriculum Guide Revised 2016 Intentionally Left Blank Introduction The Mathematics Curriculum Guide serves as a guide for teachers when planning instruction and assessment.

More information

Mathematics Background

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

More information

Lesson 10: Representing, Naming, and Evaluating Functions

Lesson 10: Representing, Naming, and Evaluating Functions : Representing, Naming, and Evaluation Functions Classwork Opening Exercise Study the 4 representations of a function below. How are these representations alike? How are they different? TABLE: Input 0

More information

6.3. Complex Fractions

6.3. Complex Fractions 6. Comple Fractions 1. Simplify comple fractions by simplifying the numerator and denominator (Method 1).. Simplify comple fractions by multiplying by a common denominator (Method ).. Compare the two methods

More information

Name Core Date Accentuate the Negative

Name Core Date Accentuate the Negative Name Core Date Accentuate the Negative Investigation 2 Additional Practice Problem 1 Extending Addition to Rational Numbers FOCUS QUESTION: How can you predict whether the results of addition of two numbers

More information

Radicals - Mixed Index

Radicals - Mixed Index .7 Radicals - Mixed Index Knowing that a radical has the same properties as exponents (written as a ratio) allows us to manipulate radicals in new ways. One thing we are allowed to do is reduce, not just

More information

Math 7 Notes Unit 2B: Rational Numbers

Math 7 Notes Unit 2B: Rational Numbers Math 7 Notes Unit B: Rational Numbers Teachers Before we move to performing operations involving rational numbers, we must be certain our students have some basic understandings and skills. The following

More information

Section 1.2 Fractions

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

More information

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS Name: Date: 1 Section 1.1: Order of Operations PEMDAS If we are working with a mathematical expression that contains more than one operation, then we need to understand how to simplify. The acronym PEMDAS

More information

Limits and Continuity: section 12.2

Limits and Continuity: section 12.2 Limits and Continuity: section 1. Definition. Let f(x,y) be a function with domain D, and let (a,b) be a point in the plane. We write f (x,y) = L if for each ε > 0 there exists some δ > 0 such that if

More information

Objective Simplify expressions using the properties of exponents.

Objective Simplify expressions using the properties of exponents. Pre-Algebra: Exponent Properties Objective Simplify expressions using the properties of exponents. Exponents are used to simplify expressions. For example, a*a*a*a*a*a*a is the expanded expression of a

More information

NAME UNIT 4 ALGEBRA II. NOTES PACKET ON RADICALS, RATIONALS d COMPLEX NUMBERS

NAME UNIT 4 ALGEBRA II. NOTES PACKET ON RADICALS, RATIONALS d COMPLEX NUMBERS NAME UNIT 4 ALGEBRA II NOTES PACKET ON RADICALS, RATIONALS d COMPLEX NUMBERS Properties for Algebra II Name: PROPERTIES OF EQUALITY EXAMPLE/MEANING Reflexive a - a Any quantity is equal to itself. Symmetric

More information

Course Learning Outcomes for Unit I. Reading Assignment. Unit Lesson. UNIT I STUDY GUIDE Number Theory and the Real Number System

Course Learning Outcomes for Unit I. Reading Assignment. Unit Lesson. UNIT I STUDY GUIDE Number Theory and the Real Number System UNIT I STUDY GUIDE Number Theory and the Real Number System Course Learning Outcomes for Unit I Upon completion of this unit, students should be able to: 2. Relate number theory, integer computation, and

More information

Math 355: Linear Algebra: Midterm 1 Colin Carroll June 25, 2011

Math 355: Linear Algebra: Midterm 1 Colin Carroll June 25, 2011 Rice University, Summer 20 Math 355: Linear Algebra: Midterm Colin Carroll June 25, 20 I have adhered to the Rice honor code in completing this test. Signature: Name: Date: Time: Please read the following

More information

Slide 1 / 180. Radicals and Rational Exponents

Slide 1 / 180. Radicals and Rational Exponents Slide 1 / 180 Radicals and Rational Exponents Slide 2 / 180 Roots and Radicals Table of Contents: Square Roots Intro to Cube Roots n th Roots Irrational Roots Rational Exponents Operations with Radicals

More information

Ch 3.4 The Integers and Division

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

More information

Algebra II Radical Equations

Algebra II Radical Equations 1 Algebra II Radical Equations 2016-04-21 www.njctl.org 2 Table of Contents: Graphing Square Root Functions Working with Square Roots Irrational Roots Adding and Subtracting Radicals Multiplying Radicals

More information

Rational number operations can often be simplified by converting mixed numbers to improper fractions Add EXAMPLE:

Rational number operations can often be simplified by converting mixed numbers to improper fractions Add EXAMPLE: Rational number operations can often be simplified by converting mixed numbers to improper fractions Add ( 2) EXAMPLE: 2 Multiply 1 Negative fractions can be written with the negative number in the numerator

More information

REGULAR GRAPHS OF GIVEN GIRTH. Contents

REGULAR GRAPHS OF GIVEN GIRTH. Contents REGULAR GRAPHS OF GIVEN GIRTH BROOKE ULLERY Contents 1. Introduction This paper gives an introduction to the area of graph theory dealing with properties of regular graphs of given girth. A large portion

More information

Pick any positive integer. If the integer is even, divide it by 2. If it is odd,

Pick any positive integer. If the integer is even, divide it by 2. If it is odd, Equal Groups Multiplying and Dividing Integers Learning Goals In this lesson, you will: Multiply integers. Divide integers. Pick any positive integer. If the integer is even, divide it by 2. If it is odd,

More information

ALGEBRA I Summer Packet

ALGEBRA I Summer Packet ALGEBRA I Summer Packet 2018-2019 Name 7 th Grade Math Teacher: Objectives for Algebra I Summer Packet I. Variables and translating (Problems #1 5) Write Algebraic Expressions Writing Algebraic Equations

More information

Math 083 Final Exam Practice

Math 083 Final Exam Practice Math 083 Final Exam Practice Name: 1. Simplify the expression. Remember, negative exponents give reciprocals.. Combine the expressions. 3. Write the expression in simplified form. (Assume the variables

More information

Odd-Numbered Answers to Exercise Set 1.1: Numbers

Odd-Numbered Answers to Exercise Set 1.1: Numbers Odd-Numbered Answers to Exercise Set.: Numbers. (a) Composite;,,, Prime Neither (d) Neither (e) Composite;,,,,,. (a) 0. 0. 0. (d) 0. (e) 0. (f) 0. (g) 0. (h) 0. (i) 0.9 = (j). (since = ) 9 9 (k). (since

More information

College Prep Algebra II Summer Packet

College Prep Algebra II Summer Packet Name: College Prep Algebra II Summer Packet This packet is an optional review which is highly recommended before entering CP Algebra II. It provides practice for necessary Algebra I topics. Remember: When

More information

EXERCISE Which of the following is irrational? (C) 7 (D) 81 (A) (B)

EXERCISE Which of the following is irrational? (C) 7 (D) 81 (A) (B) EXERCISE Write the correct answer in each of the following:. Every rational number is a natural number an integer (C) a real number (D) a whole number. Between two rational numbers there is no rational

More information

Chapter 3. Set Theory. 3.1 What is a Set?

Chapter 3. Set Theory. 3.1 What is a Set? Chapter 3 Set Theory 3.1 What is a Set? A set is a well-defined collection of objects called elements or members of the set. Here, well-defined means accurately and unambiguously stated or described. Any

More information

2009 HMMT Team Round. Writing proofs. Misha Lavrov. ARML Practice 3/2/2014

2009 HMMT Team Round. Writing proofs. Misha Lavrov. ARML Practice 3/2/2014 Writing proofs Misha Lavrov ARML Practice 3/2/2014 Warm-up / Review 1 (From my research) If x n = 2 1 x n 1 for n 2, solve for x n in terms of x 1. (For a more concrete problem, set x 1 = 2.) 2 (From this

More information

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

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

More information

1-3 Continuity, End Behavior, and Limits

1-3 Continuity, End Behavior, and Limits Determine whether each function is continuous at the given x-value(s). Justify using the continuity test. If discontinuous, identify the type of discontinuity as infinite, jump, or removable. 1. f (x)

More information

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result RT. Complex Fractions Wen working wit algebraic expressions, sometimes we come across needing to simplify expressions like tese: xx 9 xx +, xx + xx + xx, yy xx + xx + +, aa Simplifying Complex Fractions

More information

Chapter 9 Review. By Charlie and Amy

Chapter 9 Review. By Charlie and Amy Chapter 9 Review By Charlie and Amy 9.1- Inverse and Joint Variation- Explanation There are 3 basic types of variation: direct, indirect, and joint. Direct: y = kx Inverse: y = (k/x) Joint: y=kxz k is

More information

Divisibility Rules and Their Explanations

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

More information

Solving Algebraic Equations

Solving Algebraic Equations Lesson 4. Solving Algebraic Equations 3 3 3 3 3 8 8 4 Add 3 to both sides. Divide both sides by. 4 gives the solution of the equation 3. Check: Substitute 4 for x into the original equation. 3 4 3 When

More information

PreCalculus 300. Algebra 2 Review

PreCalculus 300. Algebra 2 Review PreCalculus 00 Algebra Review Algebra Review The following topics are a review of some of what you learned last year in Algebra. I will spend some time reviewing them in class. You are responsible for

More information

Indirect measure the measurement of an object through the known measure of another object.

Indirect measure the measurement of an object through the known measure of another object. Indirect measure the measurement of an object through the known measure of another object. M Inequality a sentence that states one expression is greater than, greater than or equal to, less than, less

More information

The set consisting of all natural numbers that are in A and are in B is the set f1; 3; 5g;

The set consisting of all natural numbers that are in A and are in B is the set f1; 3; 5g; Chapter 5 Set Theory 5.1 Sets and Operations on Sets Preview Activity 1 (Set Operations) Before beginning this section, it would be a good idea to review sets and set notation, including the roster method

More information

Limits and an Introduction to Calculus. Copyright Cengage Learning. All rights reserved.

Limits and an Introduction to Calculus. Copyright Cengage Learning. All rights reserved. Limits and an Introduction to Calculus 12 Copyright Cengage Learning. All rights reserved. 12.2 TECHNIQUES FOR EVALUATING LIMITS Copyright Cengage Learning. All rights reserved. What You Should Learn Use

More information