Inclusion and Exclusion Principle

Size: px
Start display at page:

Download "Inclusion and Exclusion Principle"

Transcription

1 Inclusion and Exclusion Principle Tutor: Zhang Qi Systems Engineering and Engineering Management November 2014 Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

2 Review Theorem (Addition Version) S 1... S m = m i=1 S i 1 i<j m S i S j + 1 i<j<k m S i S j S k... + ( 1) m 1 S 1... S m Theorem (Subtraction Version) S 1... S m = S S 1... S m The second term of RHS can be computed by addition version. Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

3 Example 1 A total of 1232 students have taken a course in Spanish, 879 have taken a course in French, and 114 have taken a course in Russian. Further, 103 have taken courses in both Spanish and French, 23 have taken courses in both Spanish and Russian, and 14 have taken courses in both French and Russian. If 2092 students have taken at least one of those three courses, how many students have taken all three courses? Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

4 Solution: Let S, F, R be sets of students who have taken a course in Spanish, French and Russian respectively. We want to get S F R. Then S = 1232, F = 879, R = 114 As S F = 103, S R = 23, F R = 14 S F R = 2092 S F R = S + F + R S F S R F R + S F R we have 2092 = S F R S F R = 7 Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

5 Example 2 How many onto functions are there from a set with six elements to a set with three elements? (Definition: a function f from set X to set Y is onto function if every element y in Y has a corresponding element x in X so that f(x)=y.) Hint: Suppose the three elements are b 1, b 2, b 3, and P 1, P 2, P 3 are properties that b 1, b 2, b 3 are not in the range of the function respectively. Note that a function is onto if and only if it has none of the properties P 1, P 2, P 3. Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

6 Solution: The number of onto functions from a set with six elements to a set with three elements is N(P 1 P 2 P 3 ). According to the inclusion-exclusion principle, N(P 1 P 2 P 3 ) = N N(P 1 P 2 P 3 ) = N [N(P 1 ) + N(P 2 ) + N(P 3 )] + [N(P 1 P 2 ) + N(P 1 P 3 ) + N(P 2 P 3 )] N(P 1 P 2 P 3 ) Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

7 Solution Cont : Firstly,N = 3 6 as there are three choices for the value of the function at each element of the domain. As N(P i ) is the number of functions that do not have b i in their range, there are two choices for the value of the function ( ) at each element of the 3 domain. Hence N(P i ) = 2 6 and there are of terms of this kind. 1 On the other hand N(P i P j ) is the number of functions that do not have b i, b j in their range, there are only one choice for the value of the function ( ) 3 at each element of the domain. Hence N(P i P j ) = 1 6 and there are 2 of terms of this kind. Last,N(P 1 P 2 P 3 ) = 0. So N(P 1 P 2 P 3 ) = 3 6 ( ) ( ) = Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

8 Example 3 How many ways are there to assign five different jobs to four different employees if every employee is assigned at least one job? Hint: Consider it as a function from the set of five jobs to the set of four employees. As every employee gets at least one job, the function is a onto function. Solution: It follows from example 2 that ( ) ( ) ( ) = Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

9 Example 4 Find the number of integers between 1 and 1000, inclusive, that are not divisible by 5,6, and 8. Hint: Let P 1, P 2, P 3 be the property that an integer is divisible by 5,6 and 8 respectively and A i be the set consisting of those integers in S(1 to 1000) with property P i. We wish to find the number of integers in A 1 A 2 A 3. Notation: For r R, we let [r] be the largest integer less than or equal to r. We use lcm{a, b, c} to stand for the least common multiple of integers. Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

10 Firstly, A 1 = [ ] = 200, A 2 = [ ] = 166, A 3 = [ ] = 125. Next, integers in the set A 1 A 2 are divisible by both 5 and 6, which is equivalent to divisible by lcm{5, 6} = 30, so A 1 A 2 = [ ] = 33. Similarly, we have lcm{5, 8} = 40, lcm{6, 8} = 24, lcm{5, 6, 8} = 120. Thus A 1 A 3 = [ ] = 25, A 2 A 3 = [ ] = 41 By inclusion and exclusion principle, A 1 A 2 A 3 = [ ] = 8 A 1 A 2 A 3 = 1000 ( ) + ( ) 8 = 600 Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

11 Example 5 How many permutations of the letters m,a,t,h,i,s,f,u,n are there such that none of the words math, is, and fun occur as consecutive letters? Hint: We let S be the set of all permutations. P 1 be the property that a permutation in S contains the word math as consecutive letters. And P 2, P 3 be the property that a permutation in S contains the word is and fun as consecutive letters respectively. Let A i be the set of those permutations in S satisfying property P i. We want to find the number of permutations in A 1 A 2 A 3. Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

12 Solutions: Firstly, S = 9! Next, we observe that the permutations in A 1 can be thought of as permutations of the following six elements: math, i, s, f, u, n where we treat math as a whole element to make sure for consecutive letters. Hence A 1 = 6! Similarly, we have A 2 = 8!, A 3 = 7! Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

13 Solutions Cont : The permutations in A 1 A 2 are permutations of five elements: math, is, f, u, n where we treat math and is as two whole elements at the same time to make sure for consecutive letters. Hence A 1 A 2 = 5! Similarly, we have A 1 A 3 = 4!, A 2 A 3 = 6! Finally,A 1 A 2 A 3 are permutations of math, is and fun A 1 A 2 A 3 = 3! Thus, A 1 A 2 A 3 = 9! 6! 8! 7! + 5! + 4! + 6! 3! = Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

14 Thank you for your time! Tutor: Zhang Qi (SEEM) Tutorial 7 November / 14

Combinations and Probabilities

Combinations and Probabilities Combinations and Probabilities Tutor: Zhang Qi Systems Engineering and Engineering Management qzhang@se.cuhk.edu.hk November 2014 Tutor: Zhang Qi (SEEM) Tutorial 7 November 2014 1 / 16 Combination Review

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

ENGG 2440B Discrete Mathematics for Engineers Tutorial 8

ENGG 2440B Discrete Mathematics for Engineers Tutorial 8 ENGG 440B Discrete Mathematics for Engineers Tutorial 8 Jiajin Li Department of Systems Engineering and Engineering Management, The Chinese University of Hong Kong jjli@se.cuhk.edu.hk November, 018 Jiajin

More information

Advanced Counting Techniques. Chapter 8

Advanced Counting Techniques. Chapter 8 Advanced Counting Techniques Chapter 8 Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence Relations Nonhomogeneous Recurrence Relations Divide-and-Conquer

More information

Arithmetic, Algebra, Number Theory

Arithmetic, Algebra, Number Theory Arithmetic, Algebra, Number Theory Peter Simon 21 April 2004 Types of Numbers Natural Numbers The counting numbers: 1, 2, 3,... Prime Number A natural number with exactly two factors: itself and 1. Examples:

More information

CSCI 150 Discrete Mathematics Homework 5 Solution

CSCI 150 Discrete Mathematics Homework 5 Solution CSCI 150 Discrete Mathematics Homework 5 Solution Saad Mneimneh Computer Science Hunter College of CUNY Problem 1: Happy Birthday (if it applies to you)! Based on the size of the class, there is approximately

More information

The Inclusion Exclusion Principle

The Inclusion Exclusion Principle The Inclusion Exclusion Principle 1 / 29 Outline Basic Instances of The Inclusion Exclusion Principle The General Inclusion Exclusion Principle Counting Derangements Counting Functions Stirling Numbers

More information

Math.3336: Discrete Mathematics. Combinatorics: Basics of Counting

Math.3336: Discrete Mathematics. Combinatorics: Basics of Counting Math.3336: Discrete Mathematics Combinatorics: Basics of Counting Instructor: Dr. Blerina Xhabli Department of Mathematics, University of Houston https://www.math.uh.edu/ blerina Email: blerina@math.uh.edu

More information

MATH 243E Test #3 Solutions

MATH 243E Test #3 Solutions MATH 4E Test # Solutions () Find a recurrence relation for the number of bit strings of length n that contain a pair of consecutive 0s. You do not need to solve this recurrence relation. (Hint: Consider

More information

Advanced Counting Techniques

Advanced Counting Techniques . All rights reserved. Authorized only for instructor use in the classroom. No reproduction or further distribution permitted without the prior written consent of McGraw-Hill Education. Advanced Counting

More information

Direction: You are required to complete this test within 50 minutes. Please make sure that you have all the 10 pages. GOOD LUCK!

Direction: You are required to complete this test within 50 minutes. Please make sure that you have all the 10 pages. GOOD LUCK! Test 3 November 11, 2005 Name Math 521 Student Number Direction: You are required to complete this test within 50 minutes. (If needed, an extra 40 minutes will be allowed.) In order to receive full credit,

More information

Discrete Mathematics (CS503)

Discrete Mathematics (CS503) Discrete Mathematics (CS503) Module I Suggested Questions Day 1, 2 1. Translate the following statement into propositional logic using the propositions provided: You can upgrade your operating system only

More information

Sail into Summer with Math!

Sail into Summer with Math! Sail into Summer with Math! For Students Entering Algebra 1 This summer math booklet was developed to provide students in kindergarten through the eighth grade an opportunity to review grade level math

More information

Some Review Problems for Exam 3: Solutions

Some Review Problems for Exam 3: Solutions Math 3355 Spring 017 Some Review Problems for Exam 3: Solutions I thought I d start by reviewing some counting formulas. Counting the Complement: Given a set U (the universe for the problem), if you want

More information

Foundations of Computer Science Lecture 14 Advanced Counting

Foundations of Computer Science Lecture 14 Advanced Counting Foundations of Computer Science Lecture 14 Advanced Counting Sequences with Repetition Union of Overlapping Sets: Inclusion-Exclusion Pigeonhole Principle Last Time To count complex objects, construct

More information

Chapter 7. Inclusion-Exclusion a.k.a. The Sieve Formula

Chapter 7. Inclusion-Exclusion a.k.a. The Sieve Formula Chapter 7. Inclusion-Exclusion a.k.a. The Sieve Formula Prof. Tesler Math 184A Fall 2019 Prof. Tesler Ch. 7. Inclusion-Exclusion Math 184A / Fall 2019 1 / 25 Venn diagram and set sizes A = {1, 2, 3, 4,

More information

MATH c UNIVERSITY OF LEEDS Examination for the Module MATH2210 (May/June 2004) INTRODUCTION TO DISCRETE MATHEMATICS. Time allowed : 2 hours

MATH c UNIVERSITY OF LEEDS Examination for the Module MATH2210 (May/June 2004) INTRODUCTION TO DISCRETE MATHEMATICS. Time allowed : 2 hours This question paper consists of 5 printed pages, each of which is identified by the reference MATH221001 MATH221001 No calculators allowed c UNIVERSITY OF LEEDS Examination for the Module MATH2210 (May/June

More information

Rational Numbers CHAPTER. 1.1 Introduction

Rational Numbers CHAPTER. 1.1 Introduction RATIONAL NUMBERS Rational Numbers CHAPTER. Introduction In Mathematics, we frequently come across simple equations to be solved. For example, the equation x + = () is solved when x =, because this value

More information

Revision Topic 8: Solving Inequalities Inequalities that describe a set of integers or range of values

Revision Topic 8: Solving Inequalities Inequalities that describe a set of integers or range of values Revision Topic 8: Solving Inequalities Inequalities that describe a set of integers or range of values The inequality signs: > greater than < less than greater than or equal to less than or equal to can

More information

CHAPTER 1 REAL NUMBERS KEY POINTS

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

More information

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

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

More information

Name: Solutions Final Exam

Name: Solutions Final Exam Instructions. Answer each of the questions on your own paper. Be sure to show your work so that partial credit can be adequately assessed. Put your name on each page of your paper. 1. [10 Points] All of

More information

Integers and Division

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

More information

1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves?

1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves? 1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves? This is most easily done by Prüfer codes. The number of times a vertex appears is the degree of the vertex.

More information

Mathematics Arithmetic Sequences

Mathematics Arithmetic Sequences a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Arithmetic Sequences Science and Mathematics Education Research Group Supported by UBC Teaching and

More information

UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1996 HIGH SCHOOL MATHEMATICS CONTEST March 4, f(x, y) = (max(x, y)) min(x,y)

UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1996 HIGH SCHOOL MATHEMATICS CONTEST March 4, f(x, y) = (max(x, y)) min(x,y) UNIVERSITY OF NORTH CAROLINA CHARLOTTE 1996 HIGH SCHOOL MATHEMATICS CONTEST March 4, 1996 1. If and then f(x, y) (max(x, y)) min(x,y) g(x, y) max(x, y) min(x, y), f(g( 1, 3 ), g( 4, 1.75)) (A) 0.5 (B)

More information

Counting Methods. CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo

Counting Methods. CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo Counting Methods CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo c Xin He (University at Buffalo) CSE 191 Discrete Structures 1 / 48 Need for Counting The problem of counting

More information

Unit Combinatorics State pigeonhole principle. If k pigeons are assigned to n pigeonholes and n < k then there is at least one pigeonhole containing more than one pigeons. Find the recurrence relation

More information

Some Review Problems for Exam 3: Solutions

Some Review Problems for Exam 3: Solutions Math 3355 Fall 018 Some Review Problems for Exam 3: Solutions I thought I d start by reviewing some counting formulas. Counting the Complement: Given a set U (the universe for the problem), if you want

More information

Homework #2 solutions Due: June 15, 2012

Homework #2 solutions Due: June 15, 2012 All of the following exercises are based on the material in the handout on integers found on the class website. 1. Find d = gcd(475, 385) and express it as a linear combination of 475 and 385. That is

More information

Indistinguishable objects in indistinguishable boxes

Indistinguishable objects in indistinguishable boxes Counting integer partitions 2.4 61 Indistinguishable objects in indistinguishable boxes When placing k indistinguishable objects into n indistinguishable boxes, what matters? We are partitioning the integer

More information

Further factorising, simplifying, completing the square and algebraic proof

Further factorising, simplifying, completing the square and algebraic proof Further factorising, simplifying, completing the square and algebraic proof 8 CHAPTER 8. Further factorising Quadratic epressions of the form b c were factorised in Section 8. by finding two numbers whose

More information

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry No. 1 of 10 1. The Common Logarithm is based on the powers of 10. Solve the logarithmic equation: log(x+2) log(x-1) = 1 (A) 1 (B)

More information

Kansas City Area Teachers of Mathematics 2014 KCATM Math Competition NUMBER SENSE GRADE 8 NO CALCULATOR

Kansas City Area Teachers of Mathematics 2014 KCATM Math Competition NUMBER SENSE GRADE 8 NO CALCULATOR Kansas City Area Teachers of Mathematics 2014 KCATM Math Competition NUMBER SENSE GRADE 8 NO CALCULATOR INSTRUCTIONS Do not open this booklet until instructed to do so. Time limit: 20 minutes You may NOT

More information

Review problems solutions

Review problems solutions Review problems solutions Math 3152 December 15, 2017 1. Use the binomial theorem to prove that, for all n 1 and k satisfying 0 k n, ( )( ) { n i ( 1) i k 1 if k n; i k 0 otherwise. ik Solution: Using

More information

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

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

More information

THE LOGIC OF QUANTIFIED STATEMENTS. Predicates and Quantified Statements I. Predicates and Quantified Statements I CHAPTER 3 SECTION 3.

THE LOGIC OF QUANTIFIED STATEMENTS. Predicates and Quantified Statements I. Predicates and Quantified Statements I CHAPTER 3 SECTION 3. CHAPTER 3 THE LOGIC OF QUANTIFIED STATEMENTS SECTION 3.1 Predicates and Quantified Statements I Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Predicates

More information

Contents. Introduction... 5

Contents. Introduction... 5 Contents Introduction... 5 The Language of Algebra Order of Operations... Expressions... Equations... Writing Expressions and Equations... Properties of The Four Operations... Distributive Property...

More information

Introduction to Combinatorial Mathematics

Introduction to Combinatorial Mathematics Introduction to Combinatorial Mathematics George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 300 George Voutsadakis (LSSU) Combinatorics April 2016 1 / 57

More information

Triceratopisms of Latin Squares

Triceratopisms of Latin Squares Triceratopisms of Latin Squares Ian Wanless Joint work with Brendan McKay and Xiande Zhang Latin squares A Latin square of order n is an n n matrix in which each of n symbols occurs exactly once in each

More information

MATH 114 Fall 2004 Solutions to practice problems for Final Exam

MATH 114 Fall 2004 Solutions to practice problems for Final Exam MATH 11 Fall 00 Solutions to practice problems for Final Exam Reminder: the final exam is on Monday, December 13 from 11am - 1am. Office hours: Thursday, December 9 from 1-5pm; Friday, December 10 from

More information

Core Mathematics 3 Algebra

Core Mathematics 3 Algebra http://kumarmathsweeblycom/ Core Mathematics 3 Algebra Edited by K V Kumaran Core Maths 3 Algebra Page Algebra fractions C3 The specifications suggest that you should be able to do the following: Simplify

More information

Math-2. Lesson 1-2 Solving Single-Unknown Linear Equations

Math-2. Lesson 1-2 Solving Single-Unknown Linear Equations Math-2 Lesson 1-2 Solving Single-Unknown Linear Equations Linear Equation: an equation where all of the letters (either variables or unknown values) have NO EXPONENTS. 4x 2 = 6 2x + 3y = 6 Previous Vocabulary

More information

Math 378 Spring 2011 Assignment 4 Solutions

Math 378 Spring 2011 Assignment 4 Solutions Math 3 Spring 2011 Assignment 4 Solutions Brualdi 6.2. The properties are P 1 : is divisible by 4. P 2 : is divisible by 6. P 3 : is divisible by. P 4 : is divisible by 10. Preparing to use inclusion-exclusion,

More information

CAHSEE on Target UC Davis, School and University Partnerships

CAHSEE on Target UC Davis, School and University Partnerships UC Davis, School and University Partnerships CAHSEE on Target Mathematics Curriculum Published by The University of California, Davis, School/University Partnerships Program 2006 Director Sarah R. Martinez,

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

SOME FAMOUS UNSOLVED PROBLEMS. November 18, / 5

SOME FAMOUS UNSOLVED PROBLEMS. November 18, / 5 SOME FAMOUS UNSOLVED PROBLEMS November 18, 2014 1 / 5 SOME FAMOUS UNSOLVED PROBLEMS Goldbach conjecture: Every even number greater than four is the sum of two primes. November 18, 2014 1 / 5 SOME FAMOUS

More information

Math 13, Spring 2013, Lecture B: Midterm

Math 13, Spring 2013, Lecture B: Midterm Math 13, Spring 2013, Lecture B: Midterm Name Signature UCI ID # E-mail address Each numbered problem is worth 12 points, for a total of 84 points. Present your work, especially proofs, as clearly as possible.

More information

Objective. The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9

Objective. The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9 Objective The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9 Designed by Skip Tyler, Varina High School Solving Systems of Equations So far, we have

More information

Extra Fun: The Indeterminate Forms 1, 0, and 0 0

Extra Fun: The Indeterminate Forms 1, 0, and 0 0 math 30, day 38 its: l hôpital s rule, part 7 Etra Fun: The Indeterminate Forms, 0, and 0 0 Some of the most interesting its in elementary calculus have the indeterminate forms,0 0, or 0 0. All of these

More information

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24 Direct Proof MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Direct Proof Fall 2014 1 / 24 Outline 1 Overview of Proof 2 Theorems 3 Definitions 4 Direct Proof 5 Using

More information

Self-Directed Course: Transitional Math Module 4: Algebra

Self-Directed Course: Transitional Math Module 4: Algebra Lesson #1: Solving for the Unknown with no Coefficients During this unit, we will be dealing with several terms: Variable a letter that is used to represent an unknown number Coefficient a number placed

More information

1. Revision Description Reflect and Review Teasers Answers Recall of Rational Numbers:

1. Revision Description Reflect and Review Teasers Answers Recall of Rational Numbers: 1. Revision Description Reflect Review Teasers Answers Recall of Rational Numbers: A rational number is of the form, where p q are integers q 0. Addition or subtraction of rational numbers is possible

More information

6 Permutations Very little of this section comes from PJE.

6 Permutations Very little of this section comes from PJE. 6 Permutations Very little of this section comes from PJE Definition A permutation (p147 of a set A is a bijection ρ : A A Notation If A = {a b c } and ρ is a permutation on A we can express the action

More information

Algebraic Structures Exam File Fall 2013 Exam #1

Algebraic Structures Exam File Fall 2013 Exam #1 Algebraic Structures Exam File Fall 2013 Exam #1 1.) Find all four solutions to the equation x 4 + 16 = 0. Give your answers as complex numbers in standard form, a + bi. 2.) Do the following. a.) Write

More information

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

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

More information

Discrete Probability

Discrete Probability Discrete Probability Counting Permutations Combinations r- Combinations r- Combinations with repetition Allowed Pascal s Formula Binomial Theorem Conditional Probability Baye s Formula Independent Events

More information

PROBLEMS ON CONGRUENCES AND DIVISIBILITY

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

More information

6 SQUARES AND SQUARE ROOTS

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

More information

A-LEVEL MATHS Bridging Work 2017

A-LEVEL MATHS Bridging Work 2017 A-LEVEL MATHS Bridging Work 017 Name: Firstly, CONGRATULATIONS for choosing the best A-Level subject there is. A-Level Maths at Wales is not only interesting and enjoyable but is highly regarded by colleges,

More information

Math 230 Final Exam, Spring 2009

Math 230 Final Exam, Spring 2009 IIT Dept. Applied Mathematics, May 13, 2009 1 PRINT Last name: Signature: First name: Student ID: Math 230 Final Exam, Spring 2009 Conditions. 2 hours. No book, notes, calculator, cell phones, etc. Part

More information

MATH ALGEBRA AND FUNCTIONS

MATH ALGEBRA AND FUNCTIONS Students: 1. Use letters, boxes, or other symbols to stand for any number in simple expressions or equations. 1. Students use and interpret variables, mathematical symbols and properties to write and simplify

More information

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

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

More information

May 6, Be sure to write your name on your bluebook. Use a separate page (or pages) for each problem. Show all of your work.

May 6, Be sure to write your name on your bluebook. Use a separate page (or pages) for each problem. Show all of your work. Math 236H May 6, 2008 Be sure to write your name on your bluebook. Use a separate page (or pages) for each problem. Show all of your work. 1. (15 points) Prove that the symmetric group S 4 is generated

More information

Counting in the Twilight Zone

Counting in the Twilight Zone Chapter 17 Counting in the Twilight Zone In Volume 1 we examined a great many counting methods, but all were based on the rock of common sense. In this chapter we will look at counting methods which go

More information

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences AQA Level 2 Further mathematics Further algebra Section 4: Proof and sequences Notes and Examples These notes contain subsections on Algebraic proof Sequences The limit of a sequence Algebraic proof Proof

More information

CSC 125 :: Final Exam December 14, 2011

CSC 125 :: Final Exam December 14, 2011 1-5. Complete the truth tables below: CSC 125 :: Final Exam December 14, 2011 p q p q p q p q p q p q T T F F T F T F (6 9) Let p be: Log rolling is fun. q be: The sawmill is closed. Express these as English

More information

Exam 2 Review Chapters 4-5

Exam 2 Review Chapters 4-5 Math 365 Lecture Notes S. Nite 8/18/2012 Page 1 of 9 Integers and Number Theory Exam 2 Review Chapters 4-5 Divisibility Theorem 4-1 If d a, n I, then d (a n) Theorem 4-2 If d a, and d b, then d (a+b).

More information

MA Discrete Mathematics

MA Discrete Mathematics MA2265 - Discrete Mathematics UNIT I 1. Check the validity of the following argument. If the band could not play rock music or the refreshments were not delivered on time, then the New year s party would

More information

3.2 Equations that Reduce to Linear Form. Copyright Cengage Learning. All rights reserved.

3.2 Equations that Reduce to Linear Form. Copyright Cengage Learning. All rights reserved. 3.2 Equations that Reduce to Linear Form Copyright Cengage Learning. All rights reserved. 1 What You Will Learn Solve linear equations containing symbols of grouping Solve linear equations involving fractions

More information

Clifton High School Mathematics Summer Workbook

Clifton High School Mathematics Summer Workbook Clifton High School Mathematics Summer Workbook Algebra II-H: 9 th grade Completion of this summer work is required on the first day of the school year. Date Received: Date Completed: Student Signature:

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics. College Algebra for STEM

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics. College Algebra for STEM Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics College Algebra for STEM Marcel B. Finan c All Rights Reserved 2015 Edition To my children Amin & Nadia Preface From

More information

a. Define your variables. b. Construct and fill in a table. c. State the Linear Programming Problem. Do Not Solve.

a. Define your variables. b. Construct and fill in a table. c. State the Linear Programming Problem. Do Not Solve. Math Section. Example : The officers of a high school senior class are planning to rent buses and vans for a class trip. Each bus can transport 4 students, requires chaperones, and costs $, to rent. Each

More information

4.4. Closure Property. Commutative Property. Associative Property The system is associative if TABLE 10

4.4. Closure Property. Commutative Property. Associative Property The system is associative if TABLE 10 4.4 Finite Mathematical Systems 179 TABLE 10 a b c d a a b c d b b d a c c c a d b d d c b a TABLE 11 a b c d a a b c d b b d a c c c a d b d d c b a 4.4 Finite Mathematical Systems We continue our study

More information

Expressions and Equations

Expressions and Equations 8 8.EE.7b Objective Common Core State Standards Expressions and Equations Solving Equations with Variables on Both Sides Another form of multi-step equations involves variables on both sides of the equation.

More information

Math161 HW#2, DUE DATE:

Math161 HW#2, DUE DATE: Math161 HW#2, DUE DATE: 07.01.10 Question1) How many students in a class must there be to ensure that 6 students get the same grade (one of A, B, C, D, or F)? Question2) 6 computers on a network are connected

More information

Combinations. April 12, 2006

Combinations. April 12, 2006 Combinations April 12, 2006 Combinations, April 12, 2006 Binomial Coecients Denition. The number of distinct subsets with j elements that can be chosen from a set with n elements is denoted by ( n j).

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

CS1800 Discrete Structures Spring 2018 February CS1800 Discrete Structures Midterm Version A

CS1800 Discrete Structures Spring 2018 February CS1800 Discrete Structures Midterm Version A CS1800 Discrete Structures Spring 2018 February 2018 CS1800 Discrete Structures Midterm Version A Instructions: 1. The exam is closed book and closed notes. You may not use a calculator or any other electronic

More information

Math League SCASD. Meet #2. Number Theory. Self-study Packet

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

More information

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

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

More information

2010 GCE A Level H2 Maths Solution Paper 2 Section A: Pure Mathematics. 1i) x 2 6x + 34 = 0 6 ± x = 2

2010 GCE A Level H2 Maths Solution Paper 2 Section A: Pure Mathematics. 1i) x 2 6x + 34 = 0 6 ± x = 2 00 GCE A Level H Maths Solution Paper Section A: Pure Mathematics i) x 6x + 34 0 6 ± 36 36 x 6 ± 0i 3 ± 5i (ii) Since the coefficients are all real, another root of the equation is x i. [ x ( + i) ] [

More information

Simplify each numerical expression. Show all work! Only use a calculator to check. 1) x ) 25 ( x 2 3) 3) 4)

Simplify each numerical expression. Show all work! Only use a calculator to check. 1) x ) 25 ( x 2 3) 3) 4) NAME HONORS ALGEBRA II REVIEW PACKET To maintain a high quality program, students entering Honors Algebra II are expected to remember the basics of the mathematics taught in their Algebra I course. In

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

MA 524 Final Fall 2015 Solutions

MA 524 Final Fall 2015 Solutions MA 54 Final Fall 05 Solutions Name: Question Points Score 0 0 3 5 4 0 5 5 6 5 7 0 8 5 Total: 60 MA 54 Solutions Final, Page of 8. Let L be a finite lattice. (a) (5 points) Show that p ( (p r)) (p ) (p

More information

Unit 4: Quadratic equations in one unknown. Quadratic equations in one unknown

Unit 4: Quadratic equations in one unknown. Quadratic equations in one unknown CMV6111 Foundation Mathematics 9/00 Unit 4: Quadratic equations in one unknown Learning Objectives The students should be able to: Define a quadratic equation and its solutions (roots) Solve quadratic

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Math Lecture 3 Notes

Math Lecture 3 Notes Math 1010 - Lecture 3 Notes Dylan Zwick Fall 2009 1 Operations with Real Numbers In our last lecture we covered some basic operations with real numbers like addition, subtraction and multiplication. This

More information

Mathematics. Differentiation. Applying the Differentiation of Trigonometric Functions

Mathematics. Differentiation. Applying the Differentiation of Trigonometric Functions Mathematics Stills from our new series Differentiation Differentiation is one of the most fundamental tools in calculus. This series can be used to introduce or review this important topic through 13 targeted

More information

Math Released Item Grade 5. Expressions with Same Value 4054-M03251

Math Released Item Grade 5. Expressions with Same Value 4054-M03251 Math Released Item 2018 Grade 5 Expressions with Same Value 4054-M03251 Anchor Set A1 A8 With Annotations Prompt Score Description 4054-M03251 Rubric Part A 1 This part of the item is machine-scored. Reasoning

More information

then the hard copy will not be correct whenever your instructor modifies the assignments.

then the hard copy will not be correct whenever your instructor modifies the assignments. Assignments for Math 2030 then the hard copy will not be correct whenever your instructor modifies the assignments. exams, but working through the problems is a good way to prepare for the exams. It is

More information

Arithmetic. Integers: Any positive or negative whole number including zero

Arithmetic. Integers: Any positive or negative whole number including zero Arithmetic Integers: Any positive or negative whole number including zero Rules of integer calculations: Adding Same signs add and keep sign Different signs subtract absolute values and keep the sign of

More information

2009 A-level Maths Tutor All Rights Reserved

2009 A-level Maths Tutor All Rights Reserved 2 This book is under copyright to A-level Maths Tutor. However, it may be distributed freely provided it is not sold for profit. Contents the Sigma Notation 3 arithmetical progressions(series) 6 geometrical

More information

Math 103A Fall 2012 Exam 2 Solutions

Math 103A Fall 2012 Exam 2 Solutions Math 103A Fall 2012 Exam 2 Solutions November 14, 2012 NAME: Solutions Problem 1 /10 Problem 2 /10 Problem 3 /10 Problem 4 /10 Total /40 1 Problem 1 (10 points) Consider the element α = (541)(3742)(1265)

More information

Notes. Combinatorics. Combinatorics II. Notes. Notes. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Spring 2006

Notes. Combinatorics. Combinatorics II. Notes. Notes. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Spring 2006 Combinatorics Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Spring 2006 Computer Science & Engineering 235 Introduction to Discrete Mathematics Sections 4.1-4.6 & 6.5-6.6 of Rosen cse235@cse.unl.edu

More information

and LCM (a, b, c) LCM ( a, b) LCM ( b, c) LCM ( a, c)

and LCM (a, b, c) LCM ( a, b) LCM ( b, c) LCM ( a, c) CHAPTER 1 Points to Remember : REAL NUMBERS 1. Euclid s division lemma : Given positive integers a and b, there exists whole numbers q and r satisfying a = bq + r, 0 r < b.. Euclid s division algorithm

More information

Equations, Inequalities, and Problem Solving

Equations, Inequalities, and Problem Solving M0_BITT717_0_C0_01 pp.qxd 10/7/0 : PM Page 77 Equations, Inequalities, and Problem Solving Deborah Elias EVENT COORDINATOR Houston, Texas As an event planner, I am constantly using math. Calculations range

More information

Module 4 Linear Equations

Module 4 Linear Equations Module 4 Linear Equations Oct 20 9:19 PM Lesson 1 Writing Equations Using Symbols Dec 1 10:40 PM 1 5(b 6) Reviewing Distributive Property 10( 5 + x) 3(9 + a) = 54 Feb 23 10:31 PM Mathematical Statement

More information

Sail into Summer with Math!

Sail into Summer with Math! Sail into Summer with Math! For Students Entering Investigations into Mathematics This summer math booklet was developed to provide students in kindergarten through the eighth grade an opportunity to review

More information

1. Sample spaces, events and conditional probabilities. A sample space is a finite or countable set S together with a function. P (x) = 1.

1. Sample spaces, events and conditional probabilities. A sample space is a finite or countable set S together with a function. P (x) = 1. DEPARTMENT OF MATHEMATICS UNIVERSITY OF CALIFORNIA, BERKELEY Probability theory H.W. Lenstra, Jr. These notes contain material on probability for Math 55, Discrete mathematics. They were written to supplement

More information