Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1:

Size: px
Start display at page:

Download "Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1:"

Transcription

1 Block 1 - Sets and Basic Combinatorics Main Topics in Block 1: A short revision of some set theory Sets and subsets. Venn diagrams to represent sets. Describing sets using rules of inclusion. Set operations. Representation of these operations in Venn diagrams. The laws of set theory. Counting cardinalities of sets Cartesian products of sets. The Multiplication Principle. Power sets. Use of binary strings to count subsets. Partitions. The Addition Principle. The Principle of Inclusion-Exclusion Permutations and combinations. 1 Discrete Mathematics - Lecture Notes Part 1

2 Sets A set is any collection of objects such that we can tell whether any given object is in the set or not. The objects in the set are called the elements of the set. A set has no order and repeated elements are disregarded. Two sets are equal if they have exactly the same elements. Example We write {x Z 0 < x < 5} to represent the set of all integers which are positive and less than 5. This set is {1, 2, 3, 4}. The set {1, 3, 5, 5} is equal to the set {1, 3, 5}. On the left the element 5 occurs twice, but we only count it once. The sets {1, 3, 5} and {3, 5, 1} are equal since they have exactly the same elements. The sets {1, 3, 5} and {{1, 3, 5}} are not equal, e.g. 3 {1, 3, 5} but 3 {{1, 3, 5}}. The first set consists of the three elements 1, 3 and 5, the second set has just one element, namely the set {1, 3, 5}. 2 Discrete Mathematics - Lecture Notes Part 1

3 Venn diagrams for sets A Venn diagram is a method for visualising a set. When we are working with sets, they usually all have elements from some underlying universal set. If for example all elements from a set are integers (sv: heltal), the universal set would be the set of all integers, Z. In Swedish the universal set is called grundmängd, and we shall therefore call our universal sets G or U. In a Venn diagram, we draw the universal set as a big rectangle and the sets we work with are drawn as closed regions (usually circles, ovals or rectangles) inside it. Example Let G = {0, 1, 2, 3, 4, 5, 6} and consider the two sets A = {2, 3, 4} and B = {0, 3, 6, }. The Venn diagram for this scenario is as follows. A B 1 G 3 Discrete Mathematics - Lecture Notes Part 1

4 Subsets A subset T of a set S, written T S, is a set all of whose elements are in the set S. Example The set {1, 3} is a subset of the set {1, 3, 5}: The Venn diagram is {1, 3} {1, 3, 5} G 1 3 T 5 S Any set is a subset of itself, e.g. {1, 3, 5} {1, 3, 5}. Any set has the empty set, usually denoted { } or, as a subset, e.g. {1, 3, 5}. A subset of a set S which is not all of S itself is called a proper subset (sv: äkta delmängd) of S. In the above example the set {1, 3} is a proper subset of the set {1, 3, 5}. We write to emphasise this. {1, 3} {1, 3, 5} 4 Discrete Mathematics - Lecture Notes Part 1

5 Binary Operations on Sets Union The union of sets S and T, S T, is the set of all elements which are in either of the sets S or T or in both. Example If S = {1, 2, 3} and T = {2, 3, 4} then S T = {1, 2, 3, 4}. The Venn diagram is G S T Intersection (sv:snittet) The intersection of sets S and T, S T, is the set of elements which are in both the sets S and T. Example If S = {1, 2, 3} and T = {2, 3, 4} then S T = {2, 3}. The Venn diagram is G S T 5 Discrete Mathematics - Lecture Notes Part 1

6 Set Difference The difference of the sets S and T, written S T, is the set of elements which are in the set S but not in T. Example If S = {1, 2, 3} and T = {2, 3, 4} then S T = {1}. The Venn diagram is S T U Note that generally S T T S Symmetric Difference The symmetric difference of sets S and T is S T is the set of elements in S or T but not in both. Example If S = {1, 2, 3} and T = {2, 3, 4} then S T = {1, 4}. The Venn diagram is S T U S T = (S T ) (S T ) 6 Discrete Mathematics - Lecture Notes Part 1

7 Complements The complement S of a set S is everything in the universal set G which is not in S. We can think of S as G S. Example If G = Z and S = {x x > 3 or x < 1} then S = { 1, 0, 1, 2, 3}. The Venn diagram is 1 S U 3 You should be aware of the fact that the complement of a set S depends on the universal set. The operations of union, intersection, difference and symmetric difference depend on the sets S and T but not on the universal set. 7 Discrete Mathematics - Lecture Notes Part 1

8 Some universal sets of numbers The set of positive integers is Z + = {1, 2, 3, 4,...}. Note that 0 is not a positive integer. The set consisting of positive integers and 0 is the set of natural numbers (sv: naturliga tal) N = {0, 1, 2, 3, 4,...}. The set of negative integers is Z = { 1, 2, 3, 4,...}. Note that 0 is not a negative integer. The set of all integers is called Z. Z = Z + {0} Z. 8 Discrete Mathematics - Lecture Notes Part 1

9 Describing sets For many sets the easiest way of describing them is by listing their elements as we have done in the examples above. For example the set of even integers between 1 and 15 is {2, 4, 6, 8, 10, 12, 14}. But sometimes listing all elements of a set is too much work. E.g. the set of even integers between 1 and 1500 (inclusive) has 750 elements, and we cannot list them all. We write this set as {2, 4, 6, 8, 10,..., 1500}, where the...-symbol means and so on. We can use the...-symbol only when it is clear from the context which elements we mean. Another way of describing the same set would be by using rules of inclusion, e.g. {2n n Z, 1 n 750} or {x Z 1 x 1500, x is even}. 9 Discrete Mathematics - Lecture Notes Part 1

10 Some more sets described by rules of inclusion {( 1) i i i Z + } = { 1, 2, 3, 4, 5, 6, 7,...} {3x x N} = {0, 3, 6, 9, 12, 15, 18, 21,...} {2n + 1 n N} = {1, 3, 5, 7, 9,...} Combine the last two to get all positive, odd multiples of 3: {3(2n + 1) n N} = {3, 9, 15, 21,...} 10 Discrete Mathematics - Lecture Notes Part 1

11 Combining set operations The laws for combining set operations were covered on the introductory maths course. You can find all the laws in [J] Theorem , but here are a few of the more important ones. The Associative Laws for Union and Intersection Let A, B and C be subsets of a universal set G. Then (A B) C = A (B C) (A B) C = A (B C) Such identities can be illustrated by Venn diagrams, e.g. 11 Discrete Mathematics - Lecture Notes Part 1

12 Combining set operations The Distributive Laws Let A, B and C be subsets of a universal set G. Then A (B C) = (A B) (A C) A (B C) = (A B) (A C) 12 Discrete Mathematics - Lecture Notes Part 1

13 Combining set operations De Morgan s Laws Let A and B be subsets of a universal set G. Then (A B) = A B (A B) = A B 13 Discrete Mathematics - Lecture Notes Part 1

14 Counting Things If we toss a coin five times how many sequences of heads and tails can arise? In order to find this we use the multiplication principle. In this case we have five events recorded and for each there are two possible outcomes. The total number can be determined by looking at the number of options for each and multiplying these together. In this case it is = 32 The multiplication principle states that if we have a procedure with n stages and each stage r has a r possible outcomes then the total number of possible outcomes is a 1 a 2 a 3... a n 14 Discrete Mathematics - Lecture Notes Part 1

15 Example On my shelf I have 12 different mathematics books and 6 different computing books. In how many ways can I select two books, one from each subject, to take on a weekend trip? Example In my local pizzeria they have 52 different pizzas on the menu, 8 kinds of drinks in their fridge and two kinds of salad. In how many ways can I choose a meal consisting of one pizza, one drink and one salad? Example Suppose we roll two dice. One die is blue and one die is red. How many possible rolls are there? How many outcomes are possible where the red die shows 6? How many outcomes are possible where the red die shows an even number and the blue die shows an odd number? 15 Discrete Mathematics - Lecture Notes Part 1

16 Example There are 2 n n-bit binary strings. Proof. We can find any n-bit binary string in n stages: Stage 1: Choose the 1st bit in the string Stage 2: Choose the 2nd bit in the string. Stage i: Choose the ith bit in the string. Stage n: Choose the nth bit in the string. At each stage we have precisely 2 choices, either the bit is 0 or the bit is 1, and each choice is independent of the previous choices. The multiplication principle with a 1 = a 2 = a 3 =... = a n = 2 thus gives us that there are 2 n n-bit binary strings. 16 Discrete Mathematics - Lecture Notes Part 1

17 Some more sets and their cardinalities The cardinality of a set S is the number of (distinct) elements in it. We let S denote this number. Example Let S = {2, 4, 6} then S = 3. Let A and B be subsets of the universal set U. The Cartesian product of A and B, written A B, consists of all ordered pairs (a, b) where a A and b B. Example Let A = {1, 2} and B = {a, b}, then A B = {(1, a), (1, b), (2, a), (2, b)} Note that in general A B B A. In our example B A = {(a, 1), (b, 1), (a, 2), (b, 2)}. Using the multiplication principle we find the cardinality A B = A B. 17 Discrete Mathematics - Lecture Notes Part 1

18 More general product sets Let A 1, A 2, A 3,..., A n be subsets of the universal set U. The product set consists of all n-tuples where a i A i for 1 i n. A 1 A 2 A 3... A n (a 1, a 2, a 3,..., a n ), Using the multiplication principle we find the cardinality A 1 A 2 A 3... A n = A 1 A 2 A 3... A n. 18 Discrete Mathematics - Lecture Notes Part 1

19 How do we show that two sets are the same size? We have two ways: 1. Count the number of elements in each set and check that they are equal. 2. Pair up the elements of the two sets. (This is also known as setting up a 1-1 correspondence (sv: bijektion) between the two sets, we shall learn more about 1-1 correpondences later in the course.) 19 Discrete Mathematics - Lecture Notes Part 1

20 Power sets The set of all subsets of a set X is called the power set of X and is denoted P(X). Result If X = n then P(X) = 2 n. We can prove this by pairing off the elements of P(X) with the elements in the set of all n-bit binary strings, and since we know that there are 2 n n-bit binary strings, there will thus also be 2 n elements of P(X). Suppose that X = {x 1, x 2,..., x n }, and let S be any subset of X, then we pair off S with the following unique n-bit binary string. Bit 1 is 1 if x 1 S and 0 if x 1 S; Bit 2 is 1 if x 2 S and 0 if x 2 S;. Bit i is 1 if x i S and 0 if x i S;. Bit n is 1 if x n S and 0 if x n S. Let us do this for a small example: 20 Discrete Mathematics - Lecture Notes Part 1

21 Example Suppose that X = {a, b, c}, and let S be any subset of X, then we use a 3-bit binary string to code S as follows: Bit 1 is 1 if a S and 0 if a S; Bit 2 is 1 if b S and 0 if b S; Bit 3 is 1 if c S and 0 if c S. The 1-1 correspondence between subsets and codes is thus subset {a} {b} {c} {a, b} {a, c} {b, c} {a, b, c} code Discrete Mathematics - Lecture Notes Part 1

22 Partitions A collection of non-empty sets A 1, A 2, A 3,..., A n is a partition of the set X if the following two conditions hold. 1. The union of all the sets is X, that is X = A 1 A 2 A 3... A n. 2. The sets are pairwise disjoint, that is A i A j = when i j. The n sets A 1, A 2, A 3,..., A n are known as the parts of the partition, and since each element of X is in exactly one of the A i, we can conclude that X = A 1 + A 2 + A A n. This result is known as the addition principle. A 1 A 2 A 3... A n Example Suppose that in a bag of sweets there are 5 Dumle, and 7 mints and 8 jelly beans. How many sweets are there in the bag? X 22 Discrete Mathematics - Lecture Notes Part 1

23 Example On my shelf I have 5 Maths books, 3 Computing books and 4 Physics books. In how many ways can I choose a pair of books from different subjects among the books on my shelf? The solution to this is easily seen, when you note that I have exactly three different kinds of pair of subjects, namely A. Maths & Computing; B. Maths & Physics; C. Computing and Physics. Note also that the three categories A, B and C are disjoint so all pairs of books fall into precisely one of the categories. A B C pairs Using the multiplication principle, the selection in A can be done in 5 3 ways. Similarly there are 5 4 selections in B and 3 4 selections in C. Hence by the addition principle there are = 47 ways of choosing a pair of books on different subjects among the books on my shelf. 23 Discrete Mathematics - Lecture Notes Part 1

24 The Principle of Inclusion-Exclusion Suppose we have two sets A and B and we know the sizes of these sets. Do we know the size of the union of these sets? Unfortunately, we cannot simply add the sizes of the individual sets, as if there are elements that lie in both sets they will be counted twice but will only count as one in the union. Thus for each element that is in both sets, and therefore is in the intersection of the sets, the sum of the sizes of the sets is one too great. Therefore in order to find the size of the union of the sets we have to sum the sizes of the individual sets and then subtract the size of the intersection of the sets. This gives: A B = A + B A B A B U 24 Discrete Mathematics - Lecture Notes Part 1

25 Example If A = {a, b, c, d} and B = {b, e, f} then: and A B = {a, b, c, d, e, f} A B = {b} A = 4, B = 3, A B = 6, A B = 1 We can therefore see that in this case A B = A + B A B. 25 Discrete Mathematics - Lecture Notes Part 1

26 Example If in a town 50% of people use buses, 40% of people use trains, and 20% of people use both, how many people use at least one of these forms of transport? Let U = the set of people in the town. Let A = the set of people who use buses. A = U. Let B = the set of people who use trains. B = U, A B = U. Then: A B = A + B A B = U + U U = U Thus 70% of people in the town use at least one of these forms of transport. 26 Discrete Mathematics - Lecture Notes Part 1

27 The Principle of Inclusion-Exclusion for more than two sets The result extends to three (and even more!) sets: A B C = A + B + C A B A C B C + A B C A B U C Example How many integers in the set are not divisible by 2, 3, or 5? {1, 2, 3, 4, 5,..., 100} 27 Discrete Mathematics - Lecture Notes Part 1

28 Selections Two important examples 1. I know 4 children. In how many ways can I choose a pair of children where one is to help me do the gardening while the other is to help me with my maths exercises? 2. I know 4 children. In how many ways can I choose a pair of children to take to the cinema? The two examples are fundamentally different: In the first example I am making an ordered selection, i.e. choosing an ordered pair of children. In the second example I am making an unordered selection, i.e. choosing a set with 2 children in it. 28 Discrete Mathematics - Lecture Notes Part 1

29 Ordered selections without repetition Problem: How many ways are there of choosing an ordered selection of k objects from a set of n objects where repetition is not allowed? Such selections are called permutations of length k from n objects, and we denote their number by P (n, k). How many are there? By the multiplication principle we get that P (n, k) = n (n 1) (n 2) (n (k 1)). Or if you prefer a neater expression, use the factorial function and write n! P (n, k) = (n k)! Recall that n! (n factorial) is defined for all natural numbers n N: 0! = 1, 1! = 1, 2! = 2 1, 3! = In general n! = n (n 1) (n 2) Discrete Mathematics - Lecture Notes Part 1

30 Unordered selections without repetition Problem: How many ways are there of choosing a subset of k elements from a set of n elements? Such selections are called combinations of k elements chosen from n, and we denote their number by ( ) n k This notation is read n choose k (sv: n över k). Some books use the alternative notation C(n, k) for such combinations. How many are there? Answer: ( ) n k = n! k!(n k)! Example The number of ways of choosing a subset of size 2 from {A,B,C,D} is ( ) 4 2 = 4! 2! 2! = = = 6, they are {A, B}, {A, C}, {A, D}, {B, C}, {B, D}, {C, D}. 30 Discrete Mathematics - Lecture Notes Part 1

31 ( ) n n! Result There are = ways of choosing a subset k k!(n k)! of k elements from a set of n elements. Proof. Recall the problem of choosing an ordered list of k elements without repetition from a set of n elements. A. We found the number of such lists is P (n, k) = n! (n k)!. B. Now solve the problem again, but this time by following a 2-stage procedure: 1. First choose a set of k elements from the n elements. This can be done in ( n k) ways. This is the number we are seeking. 2. Next order the chosen set from stage 1 so that it becomes a list. This can be done in P (k, k) = k! ways. So by the multiplication principle the number of ordered lists of k elements chosen without repetition from a set of n elements is ( ) n k! k Comparing the two solutions from A and B, we thus have that ( ) n! n (n k)! = k! k which in turn yields the required formula for ( n k). 31 Discrete Mathematics - Lecture Notes Part 1

32 Examples 1. In how many ways can a committee with 12 members choose a chairperson, a treasurer and a secretary? Order? Yes! Answer: How many rearrangements are there of the word DISKRET? Order? Yes! Answer: = 7! 3. How many possible 4-digit PIN-codes are there for a credit card? Answer: By the multiplication principle there are 10 4 possible PIN-codes. 4. How many 4-digit PIN-codes for a credit card have a repeated digit? Answer: There are 10 4 possible PIN-codes for a credit card. P (10, 4) = of these have no repeated digits, so have at least one repeated digit = Discrete Mathematics - Lecture Notes Part 1

33 Examples (cont.) 5. A poker hand consists of a selection of 5 cards from a deck of 52 cards. How many possible poker hands are there? Order? No! ( ) 52 Answer: 5 = How many possible poker hands are there where all five cards are of the same suit? Answer: There are ( ) ( 13 5 hands all hearts, 13 ) ( 5 hands all diamonds, 13 ) ( 5 hands all clubs and 13 ) 5 hands all spades. By the addition principle the number of such hands is thus ( ) = This morning I was very sleepy and chose blindly a pair of socks from my drawer. Given that the drawer contained just 4 socks (3 black and 1 white), what is the chance that I am wearing a matching pair of socks today? Answer: Altogether there are ( 4 2) = 6 possible pairs of socks. Of these ( 3 2) = 3 are a black pair. I have thus a 50% chance of wearing a matching pair. 33 Discrete Mathematics - Lecture Notes Part 1

Elementary Combinatorics

Elementary Combinatorics 184 DISCRETE MATHEMATICAL STRUCTURES 7 Elementary Combinatorics 7.1 INTRODUCTION Combinatorics deals with counting and enumeration of specified objects, patterns or designs. Techniques of counting are

More information

Compound Probability. Set Theory. Basic Definitions

Compound Probability. Set Theory. Basic Definitions Compound Probability Set Theory A probability measure P is a function that maps subsets of the state space Ω to numbers in the interval [0, 1]. In order to study these functions, we need to know some basic

More information

Slide 1 Math 1520, Lecture 13

Slide 1 Math 1520, Lecture 13 Slide 1 Math 1520, Lecture 13 In chapter 7, we discuss background leading up to probability. Probability is one of the most commonly used pieces of mathematics in the world. Understanding the basic concepts

More information

November 6, Chapter 8: Probability: The Mathematics of Chance

November 6, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 6, 2013 Last Time Crystallographic notation Groups Crystallographic notation The first symbol is always a p, which indicates that the pattern

More information

CSE 21 Mathematics for Algorithm and System Analysis

CSE 21 Mathematics for Algorithm and System Analysis CSE 21 Mathematics for Algorithm and System Analysis Unit 1: Basic Count and List Section 3: Set CSE21: Lecture 3 1 Reminder Piazza forum address: http://piazza.com/ucsd/summer2013/cse21/hom e Notes on

More information

Probability MAT230. Fall Discrete Mathematics. MAT230 (Discrete Math) Probability Fall / 37

Probability MAT230. Fall Discrete Mathematics. MAT230 (Discrete Math) Probability Fall / 37 Probability MAT230 Discrete Mathematics Fall 2018 MAT230 (Discrete Math) Probability Fall 2018 1 / 37 Outline 1 Discrete Probability 2 Sum and Product Rules for Probability 3 Expected Value MAT230 (Discrete

More information

Intermediate Math Circles November 1, 2017 Probability I

Intermediate Math Circles November 1, 2017 Probability I Intermediate Math Circles November 1, 2017 Probability I Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application.

More information

Probability. Ms. Weinstein Probability & Statistics

Probability. Ms. Weinstein Probability & Statistics Probability Ms. Weinstein Probability & Statistics Definitions Sample Space The sample space, S, of a random phenomenon is the set of all possible outcomes. Event An event is a set of outcomes of a random

More information

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set)

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set) 12.3 and 12.4 Notes Geometry 1 Diagramming the Sample Space using Venn Diagrams A sample space represents all things that could occur for a given event. In set theory language this would be known as the

More information

Section Introduction to Sets

Section Introduction to Sets Section 1.1 - Introduction to Sets Definition: A set is a well-defined collection of objects usually denoted by uppercase letters. Definition: The elements, or members, of a set are denoted by lowercase

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability)

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability) MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability) Last modified: November 10, 2004 This follows very closely Apostol, Chapter 13, the course pack. Attachments

More information

The probability set-up

The probability set-up CHAPTER 2 The probability set-up 2.1. Introduction and basic theory We will have a sample space, denoted S (sometimes Ω) that consists of all possible outcomes. For example, if we roll two dice, the sample

More information

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following:

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following: CS 70 Discrete Mathematics for CS Fall 2004 Rao Lecture 14 Introduction to Probability The next several lectures will be concerned with probability theory. We will aim to make sense of statements such

More information

Chapter 2. Permutations and Combinations

Chapter 2. Permutations and Combinations 2. Permutations and Combinations Chapter 2. Permutations and Combinations In this chapter, we define sets and count the objects in them. Example Let S be the set of students in this classroom today. Find

More information

Lecture 2: Sum rule, partition method, difference method, bijection method, product rules

Lecture 2: Sum rule, partition method, difference method, bijection method, product rules Lecture 2: Sum rule, partition method, difference method, bijection method, product rules References: Relevant parts of chapter 15 of the Math for CS book. Discrete Structures II (Summer 2018) Rutgers

More information

8.2 Union, Intersection, and Complement of Events; Odds

8.2 Union, Intersection, and Complement of Events; Odds 8.2 Union, Intersection, and Complement of Events; Odds Since we defined an event as a subset of a sample space it is natural to consider set operations like union, intersection or complement in the context

More information

Theory of Probability - Brett Bernstein

Theory of Probability - Brett Bernstein Theory of Probability - Brett Bernstein Lecture 3 Finishing Basic Probability Review Exercises 1. Model flipping two fair coins using a sample space and a probability measure. Compute the probability of

More information

Reading 14 : Counting

Reading 14 : Counting CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Instructors: Beck Hasti, Gautam Prakriya Reading 14 : Counting In this reading we discuss counting. Often, we are interested in the cardinality

More information

Week 3 Classical Probability, Part I

Week 3 Classical Probability, Part I Week 3 Classical Probability, Part I Week 3 Objectives Proper understanding of common statistical practices such as confidence intervals and hypothesis testing requires some familiarity with probability

More information

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College Probability The MEnTe Program Math Enrichment through Technology Title V East Los Angeles College 2003 East Los Angeles College. All rights reserved. Topics Introduction Empirical Probability Theoretical

More information

Such a description is the basis for a probability model. Here is the basic vocabulary we use.

Such a description is the basis for a probability model. Here is the basic vocabulary we use. 5.2.1 Probability Models When we toss a coin, we can t know the outcome in advance. What do we know? We are willing to say that the outcome will be either heads or tails. We believe that each of these

More information

The probability set-up

The probability set-up CHAPTER The probability set-up.1. Introduction and basic theory We will have a sample space, denoted S sometimes Ω that consists of all possible outcomes. For example, if we roll two dice, the sample space

More information

Math 166: Topics in Contemporary Mathematics II

Math 166: Topics in Contemporary Mathematics II Math 166: Topics in Contemporary Mathematics II Xin Ma Texas A&M University September 30, 2017 Xin Ma (TAMU) Math 166 September 30, 2017 1 / 11 Last Time Factorials For any natural number n, we define

More information

Probability (Devore Chapter Two)

Probability (Devore Chapter Two) Probability (Devore Chapter Two) 1016-351-01 Probability Winter 2011-2012 Contents 1 Axiomatic Probability 2 1.1 Outcomes and Events............................... 2 1.2 Rules of Probability................................

More information

Counting and Probability Math 2320

Counting and Probability Math 2320 Counting and Probability Math 2320 For a finite set A, the number of elements of A is denoted by A. We have two important rules for counting. 1. Union rule: Let A and B be two finite sets. Then A B = A

More information

CHAPTER 8 Additional Probability Topics

CHAPTER 8 Additional Probability Topics CHAPTER 8 Additional Probability Topics 8.1. Conditional Probability Conditional probability arises in probability experiments when the person performing the experiment is given some extra information

More information

Name: Exam 1. September 14, 2017

Name: Exam 1. September 14, 2017 Department of Mathematics University of Notre Dame Math 10120 Finite Math Fall 2017 Name: Instructors: Basit & Migliore Exam 1 September 14, 2017 This exam is in two parts on 9 pages and contains 14 problems

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. Study Guide for Test III (MATH 1630) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the number of subsets of the set. 1) {x x is an even

More information

Math236 Discrete Maths with Applications

Math236 Discrete Maths with Applications Math236 Discrete Maths with Applications P. Ittmann UKZN, Pietermaritzburg Semester 1, 2012 Ittmann (UKZN PMB) Math236 2012 1 / 43 The Multiplication Principle Theorem Let S be a set of k-tuples (s 1,

More information

CSCI 2200 Foundations of Computer Science (FoCS) Solutions for Homework 7

CSCI 2200 Foundations of Computer Science (FoCS) Solutions for Homework 7 CSCI 00 Foundations of Computer Science (FoCS) Solutions for Homework 7 Homework Problems. [0 POINTS] Problem.4(e)-(f) [or F7 Problem.7(e)-(f)]: In each case, count. (e) The number of orders in which a

More information

Section : Combinations and Permutations

Section : Combinations and Permutations Section 11.1-11.2: Combinations and Permutations Diana Pell A construction crew has three members. A team of two must be chosen for a particular job. In how many ways can the team be chosen? How many words

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Finite Math - Fall 2016

Finite Math - Fall 2016 Finite Math - Fall 206 Lecture Notes - /28/206 Section 7.4 - Permutations and Combinations There are often situations in which we have to multiply many consecutive numbers together, for example, in examples

More information

Probability. Dr. Zhang Fordham Univ.

Probability. Dr. Zhang Fordham Univ. Probability! Dr. Zhang Fordham Univ. 1 Probability: outline Introduction! Experiment, event, sample space! Probability of events! Calculate Probability! Through counting! Sum rule and general sum rule!

More information

CIS 2033 Lecture 6, Spring 2017

CIS 2033 Lecture 6, Spring 2017 CIS 2033 Lecture 6, Spring 2017 Instructor: David Dobor February 2, 2017 In this lecture, we introduce the basic principle of counting, use it to count subsets, permutations, combinations, and partitions,

More information

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics probability that you get neither? Class Notes The Addition Rule (for OR events) and Complements

More information

November 8, Chapter 8: Probability: The Mathematics of Chance

November 8, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 8, 2013 Last Time Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Crystallographic notation The first symbol

More information

EECS 203 Spring 2016 Lecture 15 Page 1 of 6

EECS 203 Spring 2016 Lecture 15 Page 1 of 6 EECS 203 Spring 2016 Lecture 15 Page 1 of 6 Counting We ve been working on counting for the last two lectures. We re going to continue on counting and probability for about 1.5 more lectures (including

More information

Discrete Structures for Computer Science

Discrete Structures for Computer Science Discrete Structures for Computer Science William Garrison bill@cs.pitt.edu 6311 Sennott Square Lecture #23: Discrete Probability Based on materials developed by Dr. Adam Lee The study of probability is

More information

Combinatorics and Intuitive Probability

Combinatorics and Intuitive Probability Chapter Combinatorics and Intuitive Probability The simplest probabilistic scenario is perhaps one where the set of possible outcomes is finite and these outcomes are all equally likely. A subset of the

More information

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability The study of probability is concerned with the likelihood of events occurring Like combinatorics, the origins of probability theory can be traced back to the study of gambling games Still a popular branch

More information

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG MATH DISCRETE MATHEMATICS INSTRUCTOR: P. WENG Counting and Probability Suggested Problems Basic Counting Skills, Inclusion-Exclusion, and Complement. (a An office building contains 7 floors and has 7 offices

More information

CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch )

CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch ) CS1802 Discrete Structures Recitation Fall 2017 October 9-12, 2017 CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch 8.5-9.3) Sets i. Set Notation: Draw an arrow from the box on

More information

SET THEORY AND VENN DIAGRAMS

SET THEORY AND VENN DIAGRAMS Mathematics Revision Guides Set Theory and Venn Diagrams Page 1 of 26 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier SET THEORY AND VENN DIAGRAMS Version: 2.1 Date: 15-10-2015 Mathematics

More information

7.1 Experiments, Sample Spaces, and Events

7.1 Experiments, Sample Spaces, and Events 7.1 Experiments, Sample Spaces, and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment

More information

It is important that you show your work. The total value of this test is 220 points.

It is important that you show your work. The total value of this test is 220 points. June 27, 2001 Your name It is important that you show your work. The total value of this test is 220 points. 1. (10 points) Use the Euclidean algorithm to solve the decanting problem for decanters of sizes

More information

Mixed Counting Problems

Mixed Counting Problems We have studied a number of counting principles and techniques since the beginning of the course and when we tackle a counting problem, we may have to use one or a combination of these principles. The

More information

Grade 7/8 Math Circles February 25/26, Probability

Grade 7/8 Math Circles February 25/26, Probability Faculty of Mathematics Waterloo, Ontario N2L 3G1 Probability Grade 7/8 Math Circles February 25/26, 2014 Probability Centre for Education in Mathematics and Computing Probability is the study of how likely

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques Diana Pell (Multiplication Principle) Suppose that a task consists of t choices performed consecutively. Suppose that choice 1 can be performed in m 1 ways; for each

More information

The topic for the third and final major portion of the course is Probability. We will aim to make sense of statements such as the following:

The topic for the third and final major portion of the course is Probability. We will aim to make sense of statements such as the following: CS 70 Discrete Mathematics for CS Spring 2006 Vazirani Lecture 17 Introduction to Probability The topic for the third and final major portion of the course is Probability. We will aim to make sense of

More information

Chapter 5: Probability: What are the Chances? Section 5.2 Probability Rules

Chapter 5: Probability: What are the Chances? Section 5.2 Probability Rules + Chapter 5: Probability: What are the Chances? Section 5.2 + Two-Way Tables and Probability When finding probabilities involving two events, a two-way table can display the sample space in a way that

More information

Unit 1 Day 1: Sample Spaces and Subsets. Define: Sample Space. Define: Intersection of two sets (A B) Define: Union of two sets (A B)

Unit 1 Day 1: Sample Spaces and Subsets. Define: Sample Space. Define: Intersection of two sets (A B) Define: Union of two sets (A B) Unit 1 Day 1: Sample Spaces and Subsets Students will be able to (SWBAT) describe events as subsets of sample space (the set of outcomes) using characteristics (or categories) of the outcomes, or as unions,

More information

4.1 Sample Spaces and Events

4.1 Sample Spaces and Events 4.1 Sample Spaces and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment is called an

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Week 6 Lecture Notes Discrete Probability Note Binomial coefficients are written horizontally. The symbol ~ is used to mean approximately equal. Introduction and

More information

CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch )

CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch ) CS1802 Discrete Structures Recitation Fall 2017 October 9-12, 2017 CS1802 Week 6: Sets Operations, Product Sum Rule Pigeon Hole Principle (Ch 8.5-9.3) Sets i. Set Notation: Draw an arrow from the box on

More information

Probability and Statistics. Copyright Cengage Learning. All rights reserved.

Probability and Statistics. Copyright Cengage Learning. All rights reserved. Probability and Statistics Copyright Cengage Learning. All rights reserved. 14.2 Probability Copyright Cengage Learning. All rights reserved. Objectives What Is Probability? Calculating Probability by

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

3 The multiplication rule/miscellaneous counting problems

3 The multiplication rule/miscellaneous counting problems Practice for Exam 1 1 Axioms of probability, disjoint and independent events 1 Suppose P (A 0, P (B 05 (a If A and B are independent, what is P (A B? What is P (A B? (b If A and B are disjoint, what is

More information

Multiple Choice Questions for Review

Multiple Choice Questions for Review Review Questions Multiple Choice Questions for Review 1. Suppose there are 12 students, among whom are three students, M, B, C (a Math Major, a Biology Major, a Computer Science Major. We want to send

More information

Discrete Structures Lecture Permutations and Combinations

Discrete Structures Lecture Permutations and Combinations Introduction Good morning. Many counting problems can be solved by finding the number of ways to arrange a specified number of distinct elements of a set of a particular size, where the order of these

More information

Math 42, Discrete Mathematics

Math 42, Discrete Mathematics c Fall 2018 last updated 10/29/2018 at 18:22:13 For use by students in this class only; all rights reserved. Note: some prose & some tables are taken directly from Kenneth R. Rosen, and Its Applications,

More information

MA 524 Midterm Solutions October 16, 2018

MA 524 Midterm Solutions October 16, 2018 MA 524 Midterm Solutions October 16, 2018 1. (a) Let a n be the number of ordered tuples (a, b, c, d) of integers satisfying 0 a < b c < d n. Find a closed formula for a n, as well as its ordinary generating

More information

Sample Spaces, Events, Probability

Sample Spaces, Events, Probability Sample Spaces, Events, Probability CS 3130/ECE 3530: Probability and Statistics for Engineers August 28, 2014 Sets A set is a collection of unique objects. Sets A set is a collection of unique objects.

More information

CSC/MATA67 Tutorial, Week 12

CSC/MATA67 Tutorial, Week 12 CSC/MATA67 Tutorial, Week 12 November 23, 2017 1 More counting problems A class consists of 15 students of whom 5 are prefects. Q: How many committees of 8 can be formed if each consists of a) exactly

More information

2. Nine points are distributed around a circle in such a way that when all ( )

2. Nine points are distributed around a circle in such a way that when all ( ) 1. How many circles in the plane contain at least three of the points (0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2), (2, 0), (2, 1), (2, 2)? Solution: There are ( ) 9 3 = 8 three element subsets, all

More information

PROBABILITY. Example 1 The probability of choosing a heart from a deck of cards is given by

PROBABILITY. Example 1 The probability of choosing a heart from a deck of cards is given by Classical Definition of Probability PROBABILITY Probability is the measure of how likely an event is. An experiment is a situation involving chance or probability that leads to results called outcomes.

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 11

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 11 EECS 70 Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 11 Counting As we saw in our discussion for uniform discrete probability, being able to count the number of elements of

More information

Principle of Inclusion-Exclusion Notes

Principle of Inclusion-Exclusion Notes Principle of Inclusion-Exclusion Notes The Principle of Inclusion-Exclusion (often abbreviated PIE is the following general formula used for finding the cardinality of a union of finite sets. Theorem 0.1.

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Spring 2007 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 7.1 - Experiments, Sample Spaces,

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Spring 2007 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 7.1 - Experiments, Sample Spaces,

More information

In how many ways can we paint 6 rooms, choosing from 15 available colors? What if we want all rooms painted with different colors?

In how many ways can we paint 6 rooms, choosing from 15 available colors? What if we want all rooms painted with different colors? What can we count? In how many ways can we paint 6 rooms, choosing from 15 available colors? What if we want all rooms painted with different colors? In how many different ways 10 books can be arranged

More information

MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar

MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar MATH 1324 Module 4 Notes: Sets, Counting and Probability 4.2 Basic Counting Techniques: Addition and Multiplication Principles What is probability? In layman s terms it is the act of assigning numerical

More information

Basic Probability Models. Ping-Shou Zhong

Basic Probability Models. Ping-Shou Zhong asic Probability Models Ping-Shou Zhong 1 Deterministic model n experiment that results in the same outcome for a given set of conditions Examples: law of gravity 2 Probabilistic model The outcome of the

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions)

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) CSE 31: Foundations of Computing II Quiz Section #: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) Review: Main Theorems and Concepts Binomial Theorem: x, y R, n N: (x + y) n

More information

Math 1313 Section 6.2 Definition of Probability

Math 1313 Section 6.2 Definition of Probability Math 1313 Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability

More information

Probability Models. Section 6.2

Probability Models. Section 6.2 Probability Models Section 6.2 The Language of Probability What is random? Empirical means that it is based on observation rather than theorizing. Probability describes what happens in MANY trials. Example

More information

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability Preliminary Concepts, Formulas, and Terminology Meanings of Basic Arithmetic Operations in Mathematics Addition: Generally

More information

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) =

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) = Section 6.6: Mixed Counting Problems We have studied a number of counting principles and techniques since the beginning of the course and when we tackle a counting problem, we may have to use one or a

More information

1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building?

1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building? 1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building? 2. A particular brand of shirt comes in 12 colors, has a male version and a female version,

More information

CHAPTER 7 Probability

CHAPTER 7 Probability CHAPTER 7 Probability 7.1. Sets A set is a well-defined collection of distinct objects. Welldefined means that we can determine whether an object is an element of a set or not. Distinct means that we can

More information

Solution: This is sampling without repetition and order matters. Therefore

Solution: This is sampling without repetition and order matters. Therefore June 27, 2001 Your name It is important that you show your work. The total value of this test is 220 points. 1. (10 points) Use the Euclidean algorithm to solve the decanting problem for decanters of sizes

More information

Chapter 2 Basic Counting

Chapter 2 Basic Counting Chapter 2 Basic Counting 2. The Multiplication Principle Suppose that we are ordering dinner at a small restaurant. We must first order our drink, the choices being Soda, Tea, Water, Coffee, and Wine (respectively

More information

Sets. Definition A set is an unordered collection of objects called elements or members of the set.

Sets. Definition A set is an unordered collection of objects called elements or members of the set. Sets Definition A set is an unordered collection of objects called elements or members of the set. Sets Definition A set is an unordered collection of objects called elements or members of the set. Examples:

More information

Probability and Randomness. Day 1

Probability and Randomness. Day 1 Probability and Randomness Day 1 Randomness and Probability The mathematics of chance is called. The probability of any outcome of a chance process is a number between that describes the proportion of

More information

Discrete mathematics

Discrete mathematics Discrete mathematics Petr Kovář petr.kovar@vsb.cz VŠB Technical University of Ostrava DiM 470-2301/02, Winter term 2018/2019 About this file This file is meant to be a guideline for the lecturer. Many

More information

Introduction to probability

Introduction to probability Introduction to probability Suppose an experiment has a finite set X = {x 1,x 2,...,x n } of n possible outcomes. Each time the experiment is performed exactly one on the n outcomes happens. Assign each

More information

Georgia Department of Education Georgia Standards of Excellence Framework GSE Geometry Unit 6

Georgia Department of Education Georgia Standards of Excellence Framework GSE Geometry Unit 6 How Odd? Standards Addressed in this Task MGSE9-12.S.CP.1 Describe categories of events as subsets of a sample space using unions, intersections, or complements of other events (or, and, not). MGSE9-12.S.CP.7

More information

Week 1: Probability models and counting

Week 1: Probability models and counting Week 1: Probability models and counting Part 1: Probability model Probability theory is the mathematical toolbox to describe phenomena or experiments where randomness occur. To have a probability model

More information

Mutually Exclusive Events

Mutually Exclusive Events Mutually Exclusive Events Suppose you are rolling a six-sided die. What is the probability that you roll an odd number and you roll a 2? Can these both occur at the same time? Why or why not? Mutually

More information

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #1 - SPRING DR. DAVID BRIDGE

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #1 - SPRING DR. DAVID BRIDGE MATH 205 - CALCULUS & STATISTICS/BUSN - PRACTICE EXAM # - SPRING 2006 - DR. DAVID BRIDGE TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. Tell whether the statement is

More information

Sets, Venn Diagrams & Counting

Sets, Venn Diagrams & Counting MT 142 College Mathematics Sets, Venn Diagrams & Counting Module SC Terri Miller revised December 13, 2010 What is a set? Sets set is a collection of objects. The objects in the set are called elements

More information

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states:

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states: Worksheet 4.11 Counting Section 1 Introduction When looking at situations involving counting it is often not practical to count things individually. Instead techniques have been developed to help us count

More information

Chapter 1: Sets and Probability

Chapter 1: Sets and Probability Chapter 1: Sets and Probability Section 1.3-1.5 Recap: Sample Spaces and Events An is an activity that has observable results. An is the result of an experiment. Example 1 Examples of experiments: Flipping

More information

4.3 Rules of Probability

4.3 Rules of Probability 4.3 Rules of Probability If a probability distribution is not uniform, to find the probability of a given event, add up the probabilities of all the individual outcomes that make up the event. Example:

More information

Chapter 5 - Elementary Probability Theory

Chapter 5 - Elementary Probability Theory Chapter 5 - Elementary Probability Theory Historical Background Much of the early work in probability concerned games and gambling. One of the first to apply probability to matters other than gambling

More information

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 4 Probability and Counting Rules 2 Objectives Determine sample spaces and find the probability of an event using classical probability or empirical

More information

Chapter 3: Elements of Chance: Probability Methods

Chapter 3: Elements of Chance: Probability Methods Chapter 3: Elements of Chance: Methods Department of Mathematics Izmir University of Economics Week 3-4 2014-2015 Introduction In this chapter we will focus on the definitions of random experiment, outcome,

More information

Important Distributions 7/17/2006

Important Distributions 7/17/2006 Important Distributions 7/17/2006 Discrete Uniform Distribution All outcomes of an experiment are equally likely. If X is a random variable which represents the outcome of an experiment of this type, then

More information

RANDOM EXPERIMENTS AND EVENTS

RANDOM EXPERIMENTS AND EVENTS Random Experiments and Events 18 RANDOM EXPERIMENTS AND EVENTS In day-to-day life we see that before commencement of a cricket match two captains go for a toss. Tossing of a coin is an activity and getting

More information