CSCI 150 Discrete Mathematics Homework 5 Solution

Size: px
Start display at page:

Download "CSCI 150 Discrete Mathematics Homework 5 Solution"

Transcription

1 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 a 45% chance that someone s birthday is today. Eight candles are placed on the perimeter of a rectangular cake. For the sake of the math, each candle can be thought of as a point on the actual perimeter of the rectangle. Here s a possible example (just an example): This problem involves cutting cake, so we assume that cuts are straight and non-trivial, i.e. no piece should be empty or equal to the entire cake. (a) I ask you to cut the cake to make two pieces, and I let you take the piece with the most candles (I am nice). How many candles can you guarantee? Hint: Some simple logic. Solution: You can guarantee 7. Cut out the tiniest corner and take the rest. The corner can contain at most one candle (right at the corner). Observe that you can t do better, e.g. when all four corners have a candle. (b) If I cut the cake instead, but I still let you take the piece with the most candles, how many candles can you guarantee? Hint: Pigeon-hole. Solution: No matter how I cut the cake, one of the pieces will have at least 8/ = 4 candles by piegonhole (8 objects, two boxes). So you can t get less. (c) If I let you cut the cake, and give you the piece with the most candles, but require that the two pieces must have the same amount of cake (same area). How many candles can you guarantee? Hint: pigeon-hole with a twist. Solution: Pick one of the 8 points on the perimeter, say point p, and construct the line that goes through p and the center of the rectangle. Due to symmetry,

2 this line cuts the rectangle in two pieces of equal area (we will skip the formal argument). Observe that p is on the perimeter of both pieces. Aside from p, 7 points remain on the perimeter of the rectangle. By pigeon hole principle, one of the pieces must have at least 7/ = 4 among these on its perimeter. Together with p, that s five. Problem : Grid Consider the following grid: Experiment with this activity: Color five of the points black. Observe that at least two black points must satisfy the following property: The line segment that joins the two black points passes through a third one (either black or white). If you attempt to prove this property, what technique will you use and why? Try to formally prove this property. Hint: Think of the coordinates of each point as being either even or odd. Solution: The statement of the problem suggests the use of pigeonhole, since no matter how we choose the 5 points, they must satisfy the condition. A point can be categorized as (even, even), (even, odd), (odd, even), or (odd, odd) based on the parity of its two coordinates. If we imagine 4 boxes for these categories, placing the points in 4 boxes means that one of the boxes must contain at least two points. Let p = (x, y) and q = (a, b) be two such points. Then x and a have the same parity, and y and b have the same parity. This means x + a is even, and y + b is even. Therefore, the mid point z = ( x + a, y + b ) has integer coordinates, and therefore, must be another point on the grid. Problem 3: Languages In a certain class there are 5 students: 14 speak Spanish, 1 speak French, 6 speak French and Spanish, 5 speak German and Spanish, and speak all three. The 6 that speak German all speak another language. How many speak no foreign language? Solution: S = 14 F = 1 F S = 6 G S = 5

3 F G S = G = 6 G F is missing but we can determine it from the information that says all German speaking students also speak another language. Therefore, Now, G = (G S) (G F ) G = G F + G S G F S 6 = G F + 5 G F = 3 G F S = = 0 So 0 students speak a foreign language. Therefore, 5 students don t. Note: Another way to solve the problem is to say the following: since G is entirely covered by other sets, i.e. no element in G that is not in another set, then G F S is the same as F S, so we can do inclusion-exclusion on F and S alone to obtain the result. Problem 4: A 3-digit number Consider this question: How many 3-digit numbers are there if the first digit cannot be 1, the second digit cannot be, and the third digit cannot be 3. This can be easily answered using the product rule. There are 8 choices for the first digit (it can t be 0 or 1), there are 9 choices for the second digit (it can t be ), and there are 9 choices for the third digit (it can t be 3). Therefore, there are such numbers. (a) Reproduce the same result using inclusion-exclusion. Let P i be the set of three digit numbers that have i in the i th digit, and count P 1 P P 3. Solution: If the first digit is 1, then the second and third digit have possibilities. If the second digit is, then the first digit can be anything except 0, and the third digit has 10 possibilities, giving 90 combinations. Using similar arguments, we have: P 1 = P = 9 10 P 3 = 9 10 P 1 P = 10 P 1 P 3 = 10 P P 3 = 9 P 1 P P 3 = 1 Using the inclusion-exclusion formula, we get P 1 P P 3 = = 5

4 Therefore, the 3-digit numbers that satisfy the condition that digit i th cannot be i, must be the total minus the above, which is = 648. (b) What if in addition, the three digits must be different? Solution: We can solve this using the same strategy but in addition require that the 3 digits are different. If the first digit is 1, then this leaves 9 choices for the second digit, and 8 choices for the third. So P 1 = 9 8. If the second digit is, then the first digit can be anything by 0 or, and that s 8 possibilities. The third digit has also 8 possibilities because it can t be the same as the first or the second. Using similar arguments, we get: P 1 = 9 8 P = 8 8 P 3 = 8 8 P 1 P = 8 P 1 P 3 = 8 P P 3 = 7 P 1 P P 3 = 1 Using the inclusion-exclusion formula, we get P 1 P P 3 = = 178 Subtracting from the total, which is now (first digit can be anything by 0, second digit can be anything but the first, and third digit can be anything but the first and second), we get 470. Problem 5: Integer solutions How many non-negative integer solutions are there of the equation x+y+z = 0 satisfying x 10, y 5, and z 15. Hint: we have seen how to solve this when the constraints are lower bounds, i.e. using > instead of. Let S x be the set of all solutions in which x > 10. Define S y and S z similarly, and find S x S y S z and subtract this number from all possible solutions (with only x, y, z 0). Solution: ( Let S be the) set of ( all possible ) non-negative solutions. We know that S = =. Let P be the property that x 11, P be the property that y 6, and P 3 be the property that z 16. Then we want the solutions in S possessing none of the properties P 1, P, and P 3. Let N(i) be the number of solutions possessing property P i, and N(i, j) be the number of solutions possessing properties P i and P j, and finally N(1,, 3) be the number of solutions possessing all three properties. Then the number of solutions possessing none of these properties is (by inclusion-exclusion): ( ) [ N(i) ] N(i, j) + N(1,, 3) i<j i Consider N(1). If x 11, then x = 11 + x where x 0, ( and ) the equation 11 becomes x + y + z = 9. The number of solutions is N(1) =. Similarly,

5 ( ) ( ) 16 6 N() =, and N(3) =. Next, N(1, ) is the number of solutions satisfying ( x ) 11 and y 6, resulting in an equation x + y + z = 3 with 5 N(1, ) =. Now N(1, 3), N(, 3), and N(1,, 3) are all zero, so we have: ( ) ( 11 ) ( 16 ) ( 6 ) ( 5 + ) = 51

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

Counting. Spock's dilemma (Walls and mirrors) call it C(n,k) Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 10/11/12

Counting. Spock's dilemma (Walls and mirrors) call it C(n,k) Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 10/11/12 Counting Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 Spock's dilemma (Walls and mirrors) n n planets in the solar system n can only visit k

More information

Lecture 3: Miscellaneous Techniques

Lecture 3: Miscellaneous Techniques Lecture 3: Miscellaneous Techniques Rajat Mittal IIT Kanpur In this document, we will take a look at few diverse techniques used in combinatorics, exemplifying the fact that combinatorics is a collection

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

Putnam Pigeonhole Principle October 25, 2005

Putnam Pigeonhole Principle October 25, 2005 Putnam Pigeonhole Principle October 5, 005 Introduction 1. If n > m pigeons are placed into m boxes, then there exists (at least) one box with at least two pigeons.. If n > m, then any function f : [n]

More information

Investigation Find the area of the triangle. (See student text.)

Investigation Find the area of the triangle. (See student text.) Selected ACE: Looking For Pythagoras Investigation 1: #20, #32. Investigation 2: #18, #38, #42. Investigation 3: #8, #14, #18. Investigation 4: #12, #15, #23. ACE Problem Investigation 1 20. Find the area

More information

Proving languages to be nonregular

Proving languages to be nonregular Proving languages to be nonregular We already know that there exist languages A Σ that are nonregular, for any choice of an alphabet Σ. This is because there are uncountably many languages in total and

More information

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

Inclusion and Exclusion Principle

Inclusion and Exclusion Principle Inclusion and Exclusion Principle Tutor: Zhang Qi Systems Engineering and Engineering Management qzhang@se.cuhk.edu.hk November 2014 Tutor: Zhang Qi (SEEM) Tutorial 7 November 2014 1 / 14 Review Theorem

More information

2005 Pascal Contest (Grade 9)

2005 Pascal Contest (Grade 9) Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 005 Pascal Contest (Grade 9) Wednesday, February 3, 005

More information

Basic Combinatorics. Math 40210, Section 01 Fall Homework 8 Solutions

Basic Combinatorics. Math 40210, Section 01 Fall Homework 8 Solutions Basic Combinatorics Math 4010, Section 01 Fall 01 Homework 8 Solutions 1.8.1 1: K n has ( n edges, each one of which can be given one of two colors; so Kn has (n -edge-colorings. 1.8.1 3: Let χ : E(K k

More information

MATH 3012 N Solutions to Review for Midterm 2

MATH 3012 N Solutions to Review for Midterm 2 MATH 301 N Solutions to Review for Midterm March 7, 017 1. In how many ways can a n rectangular checkerboard be tiled using 1 and pieces? Find a closed formula. If t n is the number of ways to tile the

More information

2. Introduction to commutative rings (continued)

2. Introduction to commutative rings (continued) 2. Introduction to commutative rings (continued) 2.1. New examples of commutative rings. Recall that in the first lecture we defined the notions of commutative rings and field and gave some examples of

More information

First Midterm Examination

First Midterm Examination 2015-2016 Fall Semester First Midterm Examination 1) 6 students will sit at a round table. Anıl, Sümeyye and Tahsin are in section 1 and Bora, İpek and Efnan are in section 2. They will sit such that nobody

More information

1 What is the area model for multiplication?

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

More information

WSMA Algebra - Expressions Lesson 14

WSMA Algebra - Expressions Lesson 14 Algebra Expressions Why study algebra? Because this topic provides the mathematical tools for any problem more complicated than just combining some given numbers together. Algebra lets you solve word problems

More information

Solutions to February 2008 Problems

Solutions to February 2008 Problems Solutions to February 008 Problems Problem. An Egyptian-style pyramid has a square b b base and height h. What is the volume of the smallest sphere that contains the pyramid? (This may be a little trickier

More information

An Introduction to Combinatorics

An Introduction to Combinatorics Chapter 1 An Introduction to Combinatorics What Is Combinatorics? Combinatorics is the study of how to count things Have you ever counted the number of games teams would play if each team played every

More information

Math 463/563 Homework #2 - Solutions

Math 463/563 Homework #2 - Solutions Math 463/563 Homework #2 - Solutions 1. How many 5-digit numbers can be formed with the integers 1, 2,..., 9 if no digit can appear exactly once? (For instance 43443 is OK, while 43413 is not allowed.)

More information

Introduction to Induction (LAMC, 10/14/07)

Introduction to Induction (LAMC, 10/14/07) Introduction to Induction (LAMC, 10/14/07) Olga Radko October 1, 007 1 Definitions The Method of Mathematical Induction (MMI) is usually stated as one of the axioms of the natural numbers (so-called Peano

More information

Counting. Mukulika Ghosh. Fall Based on slides by Dr. Hyunyoung Lee

Counting. Mukulika Ghosh. Fall Based on slides by Dr. Hyunyoung Lee Counting Mukulika Ghosh Fall 2018 Based on slides by Dr. Hyunyoung Lee Counting Counting The art of counting is known as enumerative combinatorics. One tries to count the number of elements in a set (or,

More information

PUTNAM TRAINING PROBLEMS

PUTNAM TRAINING PROBLEMS PUTNAM TRAINING PROBLEMS (Last updated: December 3, 2003) Remark This is a list of Math problems for the NU Putnam team to be discussed during the training sessions Miguel A Lerma 1 Bag of candies In a

More information

Unit 4 Day 4 & 5. Piecewise Functions

Unit 4 Day 4 & 5. Piecewise Functions Unit 4 Day 4 & 5 Piecewise Functions Warm Up 1. Why does the inverse variation have a vertical asymptote? 2. Graph. Find the asymptotes. Write the domain and range using interval notation. a. b. f(x)=

More information

Monroe County Schools First Grade Math

Monroe County Schools First Grade Math Grade 1 Overview Operations and Algebraic Thinking [OA] Represent and solve problems involving addition and subtraction. Understand and apply properties of operations and the relationship between addition

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

Lecture 10: Everything Else

Lecture 10: Everything Else Math 94 Professor: Padraic Bartlett Lecture 10: Everything Else Week 10 UCSB 2015 This is the tenth week of the Mathematics Subject Test GRE prep course; here, we quickly review a handful of useful concepts

More information

1 st Grade LEUSD Learning Targets in Mathematics

1 st Grade LEUSD Learning Targets in Mathematics 1 st Grade LEUSD Learning Targets in Mathematics 8/21/2015 The learning targets below are intended to provide a guide for teachers in determining whether students are exhibiting characteristics of being

More information

Algebra Mat: Working Towards Year 6

Algebra Mat: Working Towards Year 6 Algebra Mat: Working Towards Year 6 at 3 and adds 3 each time. 5, 10, 15, 20, Use simple formulae. The perimeter of a rectangle = a + a + b + b a = a b = 2, cd = 6, find 2 different pairs of numbers for

More information

A π day celebration! Everyone s favorite geometric constant!

A π day celebration! Everyone s favorite geometric constant! A π day celebration! Everyone s favorite geometric constant! Math Circle March 10, 2019 The circumference of a circle is another word for its perimeter. A circle s circumference is proportional to its

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

Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya

Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya BBM 205 Discrete Mathematics Hacettepe University http://web.cs.hacettepe.edu.tr/ bbm205 Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya Resources: Kenneth

More information

Every positive two digit number is greater than the product of it s digits. Asks class is it true? can you find a counter-example etc.

Every positive two digit number is greater than the product of it s digits. Asks class is it true? can you find a counter-example etc. Aim Activity Reasoning and Proof Introducing Proof Proof by Deduction Understand and use the structure of mathematical proof, proceeding from given assumptions through a series of logical steps to a conclusion;

More information

Ch 3.2: Direct proofs

Ch 3.2: Direct proofs Math 299 Lectures 8 and 9: Chapter 3 0. Ch3.1 A trivial proof and a vacuous proof (Reading assignment) 1. Ch3.2 Direct proofs 2. Ch3.3 Proof by contrapositive 3. Ch3.4 Proof by cases 4. Ch3.5 Proof evaluations

More information

Standards Based Map 6 th Grade Math

Standards Based Map 6 th Grade Math Standards Based Map 6 th Grade Math Timeline NxG Standard(s) Student I Can Statement(s) / Learning Target(s) M.6.NS.2. Fluently Divide multi-digit numbers using the standard algorithm M.6.NS.3 fluently

More information

MIT BLOSSOMS INITIATIVE

MIT BLOSSOMS INITIATIVE MIT BLOSSOMS INITIATIVE The Broken Stick Problem Taught by Professor Richard C. Larson Mitsui Professor of Engineering Systems and of Civil and Environmental Engineering Segment 1 Hi! My name is Dick Larson

More information

Discrete Mathematics with Applications MATH236

Discrete Mathematics with Applications MATH236 Discrete Mathematics with Applications MATH236 Dr. Hung P. Tong-Viet School of Mathematics, Statistics and Computer Science University of KwaZulu-Natal Pietermaritzburg Campus Semester 1, 2013 Tong-Viet

More information

California CCSS Mathematics Grades 1-3

California CCSS Mathematics Grades 1-3 Operations and Algebraic Thinking Represent and solve problems involving addition and subtraction. 1.OA.1. Use addition and subtraction within 20 to solve word problems involving situations of adding to,

More information

Solving Quadratic & Higher Degree Inequalities

Solving Quadratic & Higher Degree Inequalities Ch. 10 Solving Quadratic & Higher Degree Inequalities We solve quadratic and higher degree inequalities very much like we solve quadratic and higher degree equations. One method we often use to solve quadratic

More information

Modular Arithmetic Instructor: Marizza Bailey Name:

Modular Arithmetic Instructor: Marizza Bailey Name: Modular Arithmetic Instructor: Marizza Bailey Name: 1. Introduction to Modular Arithmetic If someone asks you what day it is 145 days from now, what would you answer? Would you count 145 days, or find

More information

Assignment #2 COMP 3200 Spring 2012 Prof. Stucki

Assignment #2 COMP 3200 Spring 2012 Prof. Stucki Assignment #2 COMP 3200 Spring 2012 Prof. Stucki 1) Construct deterministic finite automata accepting each of the following languages. In (a)-(c) the alphabet is = {0,1}. In (d)-(e) the alphabet is ASCII

More information

Ch. 11 Solving Quadratic & Higher Degree Inequalities

Ch. 11 Solving Quadratic & Higher Degree Inequalities Ch. 11 Solving Quadratic & Higher Degree Inequalities We solve quadratic and higher degree inequalities very much like we solve quadratic and higher degree equations. One method we often use to solve quadratic

More information

Lecture 6: The Pigeonhole Principle and Probability Spaces

Lecture 6: The Pigeonhole Principle and Probability Spaces Lecture 6: The Pigeonhole Principle and Probability Spaces Anup Rao January 17, 2018 We discuss the pigeonhole principle and probability spaces. Pigeonhole Principle The pigeonhole principle is an extremely

More information

Math 6 Common Core. Mathematics Prince George s County Public Schools

Math 6 Common Core. Mathematics Prince George s County Public Schools Math 6 Common Core Mathematics Prince George s County Public Schools 2014-2015 Course Code: Prerequisites: Successful completion of Math 5 Common Core This course begins the transition from the heavy emphasis

More information

Mathmatics 239 solutions to Homework for Chapter 2

Mathmatics 239 solutions to Homework for Chapter 2 Mathmatics 239 solutions to Homework for Chapter 2 Old version of 8.5 My compact disc player has space for 5 CDs; there are five trays numbered 1 through 5 into which I load the CDs. I own 100 CDs. a)

More information

BC Exam Solutions Texas A&M High School Math Contest October 24, p(1) = b + 2 = 3 = b = 5.

BC Exam Solutions Texas A&M High School Math Contest October 24, p(1) = b + 2 = 3 = b = 5. C Exam Solutions Texas &M High School Math Contest October 4, 01 ll answers must be simplified, and If units are involved, be sure to include them. 1. p(x) = x + ax + bx + c has three roots, λ i, with

More information

Integer Division. Student Probe

Integer Division. Student Probe Student Probe What is 24 3? Answer: 8 Integer Division Lesson Description This lesson is intended to help students develop an understanding of division of integers. The lesson focuses on using the array

More information

Grade 7/8 Math Circles February 22nd, 2012 Algebraic Approaches

Grade 7/8 Math Circles February 22nd, 2012 Algebraic Approaches University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Grade 7/8 Math Circles February 22nd, 2012 Algebraic Approaches Algebra is a very broad term in mathematics.

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

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

MATH 22. Lecture G: 9/23/2003 QUANTIFIERS & PIGEONHOLES

MATH 22. Lecture G: 9/23/2003 QUANTIFIERS & PIGEONHOLES MATH 22 Lecture G: 9/23/2003 QUANTIFIERS & PIGEONHOLES But I am pigeon-livered, and lack gall To make oppression [and Math 22] bitter... Hamlet, Act 2, sc. 2 Copyright 2003 Larry Denenberg Administrivia

More information

Combinatorics. But there are some standard techniques. That s what we ll be studying.

Combinatorics. But there are some standard techniques. That s what we ll be studying. Combinatorics Problem: How to count without counting. How do you figure out how many things there are with a certain property without actually enumerating all of them. Sometimes this requires a lot of

More information

Adding and Subtracting Terms

Adding and Subtracting Terms Adding and Subtracting Terms 1.6 OBJECTIVES 1.6 1. Identify terms and like terms 2. Combine like terms 3. Add algebraic expressions 4. Subtract algebraic expressions To find the perimeter of (or the distance

More information

3: Gauss s Law July 7, 2008

3: Gauss s Law July 7, 2008 3: Gauss s Law July 7, 2008 3.1 Electric Flux In order to understand electric flux, it is helpful to take field lines very seriously. Think of them almost as real things that stream out from positive charges

More information

Statistics 1L03 - Midterm #2 Review

Statistics 1L03 - Midterm #2 Review Statistics 1L03 - Midterm # Review Atinder Bharaj Made with L A TEX October, 01 Introduction As many of you will soon find out, I will not be holding the next midterm review. To make it a bit easier on

More information

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Summer HSSP Week 1 Homework. Lane Gunderman, Victor Lopez, James Rowan

Summer HSSP Week 1 Homework. Lane Gunderman, Victor Lopez, James Rowan Summer HSSP Week 1 Homework Lane Gunderman, Victor Lopez, James Rowan July 9, 2014 Questions 1 Chapter 1 Homework Questions These are the questions that should be turned in as homework. As mentioned in

More information

Madison County Schools Suggested 4 th Grade Math Pacing Guide,

Madison County Schools Suggested 4 th Grade Math Pacing Guide, Madison County Schools Suggested 4 th Grade Math Pacing Guide, 2016 2017 The following Standards have changes from the 2015-16 MS College- and Career-Readiness Standards: Significant Changes (ex: change

More information

Diocese of Boise Math Curriculum 1 st grade

Diocese of Boise Math Curriculum 1 st grade Diocese of Boise Math Curriculum 1 st grade ESSENTIAL What is counting and how can it be used? What are the different ways to solve word problems? Counting and Cardinality A1 Know and use number names

More information

Homework 3 Solutions, Math 55

Homework 3 Solutions, Math 55 Homework 3 Solutions, Math 55 1.8.4. There are three cases: that a is minimal, that b is minimal, and that c is minimal. If a is minimal, then a b and a c, so a min{b, c}, so then Also a b, so min{a, b}

More information

Chapter Two B: Linear Expressions, Equations, and Inequalities

Chapter Two B: Linear Expressions, Equations, and Inequalities Chapter Two B: Linear Expressions, Equations, and Inequalities Index: A: Intro to Inequalities (U2L8) Page 1 B: Solving Linear Inequalities (U2L9) Page 7 C: Compound Inequalities (And) (U2L10/11) Page

More information

Mathematics Crosswalk All Grades G Common Core Std MG GD POS Standard(s) DM Notes K CC.K.CC.1 Count to 100 by ones and by tens.

Mathematics Crosswalk All Grades G Common Core Std MG GD POS Standard(s) DM Notes K CC.K.CC.1 Count to 100 by ones and by tens. K CC.K.CC.1 Count to 100 by ones and by tens. K-3 0 to -3 KY.K-3.N.SC.1 Number Sense: Students will read, write, count and model whole numbers 0-10,000, developing an understanding of place value for ones,

More information

Chapter Four: Linear Expressions, Equations, and Inequalities

Chapter Four: Linear Expressions, Equations, and Inequalities Chapter Four: Linear Expressions, Equations, and Inequalities Index: A: Intro to Inequalities (U2L8) B: Solving Linear Inequalities (U2L9) C: Compound Inequalities (And) (U2L10/11) D: Compound Inequalities

More information

Probability Distributions

Probability Distributions Probability Distributions Probability This is not a math class, or an applied math class, or a statistics class; but it is a computer science course! Still, probability, which is a math-y concept underlies

More information

Objective: Recognize halves within a circular clock face and tell time to the half hour.

Objective: Recognize halves within a circular clock face and tell time to the half hour. Lesson 13 1 5 Lesson 13 Objective: Recognize halves within a circular clock face and tell time to the half Suggested Lesson Structure Fluency Practice Application Problem Concept Development Student Debrief

More information

Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin,

Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin, Chapter 8 Exercises Probability, For the Enthusiastic Beginner (Exercises, Version 1, September 2016) David Morin, morin@physics.harvard.edu 8.1 Chapter 1 Section 1.2: Permutations 1. Assigning seats *

More information

Kentucky Department of Education MATHEMATICS CROSSWALK

Kentucky Department of Education MATHEMATICS CROSSWALK Kentucky Department of Education MATHEMATICS CROSSWALK GRADE K Counting and Cardinality...1 Geometry...4 Measurement and Data...6 Number and Operations in Base Ten...7 Operations and Algebraic Thinking...8

More information

Chapter 4 Picture proofs

Chapter 4 Picture proofs 82 82 Chapter 4 Picture proofs 4. Adding odd numbers 82 4.2 Geometric sums 84 4.3 Arithmetic mean geometric mean inequality 84 4.4 Logarithms 88 4.5 Geometry 90 4.6 Summing series 92 Do you ever walk through

More information

College Algebra: Midterm Review

College Algebra: Midterm Review College Algebra: A Missive from the Math Department Learning College Algebra takes effort on your part as the student. Here are some hints for studying that you may find useful. Work Problems If you do,

More information

MATH 3012 N Homework Chapter 9

MATH 3012 N Homework Chapter 9 MATH 01 N Homework Chapter 9 February, 017 The recurrence r n+ = r n+1 + r n can be expressed with advancement operators as A A )r n = 0 The quadratic can then be factored using the quadratic formula,

More information

Chapter 1. Pigeonhole Principle

Chapter 1. Pigeonhole Principle Chapter 1. Pigeonhole Principle Prof. Tesler Math 184A Fall 2017 Prof. Tesler Ch. 1. Pigeonhole Principle Math 184A / Fall 2017 1 / 16 Pigeonhole principle https://commons.wikimedia.org/wiki/file:toomanypigeons.jpg

More information

Fundamentals of Mathematics I

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

More information

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky What follows is Vladimir Voevodsky s snapshot of his Fields Medal work on motivic homotopy, plus a little philosophy and from my point of view the main fun of doing mathematics Voevodsky (2002). Voevodsky

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

Born in Tulsa in 1914 and passed away in Norman in 2010.

Born in Tulsa in 1914 and passed away in Norman in 2010. Sooner Math Bowl 2016 November 16, 2016 Photo Martin Gardner by Alex Bellos in 2008 in Norman Born in Tulsa in 1914 and passed away in Norman in 2010. 1 Stage 1 2 Stage 1, Round 1 (2 Questions, 3 Minutes)

More information

Destination Math. Scope & Sequence. Grades K 12 solutions

Destination Math. Scope & Sequence. Grades K 12 solutions Destination Math Scope & Sequence Grades K 12 solutions Table of Contents Destination Math Mastering Skills & Concepts I: Pre-Primary Mathematics, Grades K-1... 3 Destination Math Mastering Skills & Concepts

More information

CHAPTER 6. Prime Numbers. Definition and Fundamental Results

CHAPTER 6. Prime Numbers. Definition and Fundamental Results CHAPTER 6 Prime Numbers Part VI of PJE. Definition and Fundamental Results 6.1. Definition. (PJE definition 23.1.1) An integer p is prime if p > 1 and the only positive divisors of p are 1 and p. If n

More information

2/3. Activity 3: Adding and Subtracting Unlike Proper Fractions: (Answer all questions using correct spelling and grammar.)

2/3. Activity 3: Adding and Subtracting Unlike Proper Fractions: (Answer all questions using correct spelling and grammar.) Activity : Adding and Subtracting Unlike Proper Fractions: (Answer all questions using correct spelling and grammar.) The Unit Grid will be introduced for working with Unlike Proper Fractions. We will

More information

Proportional Division Exposition by William Gasarch

Proportional Division Exposition by William Gasarch 1 Introduction Proportional Division Exposition by William Gasarch Whenever we say something like Alice has a piece worth 1/ we mean worth 1/ TO HER. Lets say we want Alice, Bob, Carol, to split a cake

More information

TAYLOR POLYNOMIALS DARYL DEFORD

TAYLOR POLYNOMIALS DARYL DEFORD TAYLOR POLYNOMIALS DARYL DEFORD 1. Introduction We have seen in class that Taylor polynomials provide us with a valuable tool for approximating many different types of functions. However, in order to really

More information

CISC 4090: Theory of Computation Chapter 1 Regular Languages. Section 1.1: Finite Automata. What is a computer? Finite automata

CISC 4090: Theory of Computation Chapter 1 Regular Languages. Section 1.1: Finite Automata. What is a computer? Finite automata CISC 4090: Theory of Computation Chapter Regular Languages Xiaolan Zhang, adapted from slides by Prof. Werschulz Section.: Finite Automata Fordham University Department of Computer and Information Sciences

More information

Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting

Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting Kousha Etessami U. of Edinburgh, UK Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 1 / 39 Chapter Summary The Basics

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

Introduction This is a puzzle station lesson with three puzzles: Skydivers Problem, Cheryl s Birthday Problem and Fun Problems & Paradoxes

Introduction This is a puzzle station lesson with three puzzles: Skydivers Problem, Cheryl s Birthday Problem and Fun Problems & Paradoxes Introduction This is a puzzle station lesson with three puzzles: Skydivers Problem, Cheryl s Birthday Problem and Fun Problems & Paradoxes Resources Calculators, pens and paper is all that is needed as

More information

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011 Math 31 Lesson Plan Day 2: Sets; Binary Operations Elizabeth Gillaspy September 23, 2011 Supplies needed: 30 worksheets. Scratch paper? Sign in sheet Goals for myself: Tell them what you re going to tell

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

State Math Contest Senior Exam SOLUTIONS

State Math Contest Senior Exam SOLUTIONS State Math Contest Senior Exam SOLUTIONS 1. The following pictures show two views of a non standard die (however the numbers 1-6 are represented on the die). How many dots are on the bottom face of figure?

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

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 2 Linear Equations

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 2 Linear Equations MATHS TEACHING RESOURCES For teachers of high-achieving students in KS Linear Equations Welcome These resources have been put together with you, the primary teacher, at the forefront of our thinking. At

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

Counting. 1 Sum Rule. Example 1. Lecture Notes #1 Sept 24, Chris Piech CS 109

Counting. 1 Sum Rule. Example 1. Lecture Notes #1 Sept 24, Chris Piech CS 109 1 Chris Piech CS 109 Counting Lecture Notes #1 Sept 24, 2018 Based on a handout by Mehran Sahami with examples by Peter Norvig Although you may have thought you had a pretty good grasp on the notion of

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

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM

MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM (FP1) The exclusive or operation, denoted by and sometimes known as XOR, is defined so that P Q is true iff P is true or Q is true, but not both. Prove (through

More information

Madison County Schools Suggested 3 rd Grade Math Pacing Guide,

Madison County Schools Suggested 3 rd Grade Math Pacing Guide, Madison County Schools Suggested 3 rd Grade Math Pacing Guide, 2016 2017 The following Standards have changes from the 2015-16 MS College- and Career-Readiness Standards: Significant Changes (ex: change

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 110 FOUNDATIONS OF THE REAL NUMBER SYSTEM FOR ELEMENTARY AND MIDDLE SCHOOL TEACHERS

Math 110 FOUNDATIONS OF THE REAL NUMBER SYSTEM FOR ELEMENTARY AND MIDDLE SCHOOL TEACHERS 4-1Divisibility Divisibility Divisibility Rules Divisibility An integer is if it has a remainder of 0 when divided by 2; it is otherwise. We say that 3 divides 18, written, because the remainder is 0 when

More information

Math 300: Final Exam Practice Solutions

Math 300: Final Exam Practice Solutions Math 300: Final Exam Practice Solutions 1 Let A be the set of all real numbers which are zeros of polynomials with integer coefficients: A := {α R there exists p(x) = a n x n + + a 1 x + a 0 with all a

More information

Lecture 4: Orbits. Rajat Mittal. IIT Kanpur

Lecture 4: Orbits. Rajat Mittal. IIT Kanpur Lecture 4: Orbits Rajat Mittal IIT Kanpur In the beginning of the course we asked a question. How many different necklaces can we form using 2 black beads and 10 white beads? In the question, the numbers

More information

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

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

More information

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos.

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos. Numbers 2 BIRKBECK MATHS SUPPORT www.mathsupport.wordpress.com In this section we will look at - the meaning of dividing - an introduction to fractions - when fractions are equivalent - adding and subtracting

More information