Section 6. 1. Basic Counting Principles: The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n 1.

Slides:



Advertisements
Similar presentations
Basic Counting Rosen 4.1. Sum Rule If a first task can be done in n 1 ways and a second task can be done in n 2 ways, and if these tasks cannot be done.
Advertisements

Counting Chapter 6 With Question/Answer Animations.
Recursively Defined Functions
Section 4.1: The Basics of Counting As we have seen, one way to count the number of objects in a finite set S is to produce a one-to-one correspondence.
Chapter 7 Logic, Sets, and Counting
College of Information Technology & Design
Chapter 6 With Question/Answer Animations. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
THE BASIC OF COUNTING Discrete mathematics KNURE, Software department, Ph , N.V. Bilous.
Chapter 7 Logic, Sets, and Counting Section 3 Basic Counting Principles.
Today Today: Reading: –Read Chapter 1 by next Tuesday –Suggested problems (not to be handed in): 1.1, 1.2, 1.8, 1.10, 1.16, 1.20, 1.24, 1.28.
Copyright © Zeph Grunschlag, Counting Techniques Zeph Grunschlag.
1 Section 4.1 Basics of Counting. 2 Basic Counting Principles: Sum Rule Suppose you have two tasks to perform: –The first task can be done in n 1 ways;
CSE115/ENGR160 Discrete Mathematics 04/10/12
Combinations We should use permutation where order matters
Recursive Definitions Rosen, 3.4 Recursive (or inductive) Definitions Sometimes easier to define an object in terms of itself. This process is called.
The Basics of Counting: Selected Exercises. Copyright © Peter Cappello2 Sum Rule Example There are 3 sizes of pink shirts & 7 sizes of blue shirts. How.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications (5 th edition) Kenneth H. Rosen Chapter 4 Counting.
Chapter 1 Fundamental principles of counting 陳彥良 中央大學資管系.
4. Counting 4.1 The Basic of Counting Basic Counting Principles Example 1 suppose that either a member of the faculty or a student in the department is.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Combinatorics.
Counting Chapter 6 With Question/Answer Animations.
Chapter The Basics of Counting 5.2 The Pigeonhole Principle
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
Discrete Maths Objective to introduce some of the counting rules (product, sum, subtraction, division, pigeonhole) through examples , Semester 2,
MAT 2720 Discrete Mathematics Section 6.1 Basic Counting Principles
1 Permutations and Combinations. 2 In this section, techniques will be introduced for counting the unordered selections of distinct objects and the ordered.
Counting. Why counting  Determine the complexity of algorithms To sort n numbers, how many instructions are executed ?  Count the number of objects.
The Basics of Counting Section 6.1.
Counting. Product Rule Example Sum Rule Pigeonhole principle If there are more pigeons than pigeonholes, then there must be at least one pigeonhole.
Basic Counting. This Lecture We will study some basic rules for counting. Sum rule, product rule, generalized product rule Permutations, combinations.
Chapter The Basics of Counting 5.2 The Pigeonhole Principle
Fall 2002CMSC Discrete Structures1 One, two, three, we’re… Counting.
Dr. Eng. Farag Elnagahy Office Phone: King ABDUL AZIZ University Faculty Of Computing and Information Technology CPCS 222.
ICS 253: Discrete Structures I Counting and Applications King Fahd University of Petroleum & Minerals Information & Computer Science Department.
Lesson Counting Techniques. Objectives Solve counting problems using the Multiplication Rule Solve counting problems using permutations Solve counting.
Sullivan Algebra and Trigonometry: Section 14.2 Objectives of this Section Solve Counting Problems Using the Multiplication Principle Solve Counting Problems.
The Basics of Counting Section 6.1.
Section Section Summary The Product Rule The Sum Rule The Subtraction Rule The Division Rule Examples, Examples, and Examples Tree Diagrams.
Counting Techniques. L172 Agenda Section 4.1: Counting Basics Sum Rule Product Rule Inclusion-Exclusion.
CS 103 Discrete Structures Lecture 16
1 Basics of Counting CS/APMA 202 Rosen section 4.1 Aaron Bloomfield.
Discrete Structures Counting (Ch. 6)
Introduction to Discrete Probability Epp, section 6.x CS 202.
Counting Principles Multiplication rule Permutations Combinations.
Counting.
Section 1.3 Each arrangement (ordering) of n distinguishable objects is called a permutation, and the number of permutations of n distinguishable objects.
2/24/20161 One, two, three, we’re… Counting. 2/24/20162 Basic Counting Principles Counting problems are of the following kind: “How many different 8-letter.
Introduction Suppose that a password on a computer system consists of 6, 7, or 8 characters. Each of these characters must be a digit or a letter of the.
CS 104: Discrete Mathematics
Chapter 6 With Question/Answer Animations Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written.
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Chapter 5 Counting 歐亞書局.
Section The Product Rule  Example: How many different license plates can be made if each plate contains a sequence of three uppercase English letters.
COUNTING Discrete Math Team KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS ) 1.
Lec 13 – March 10  The Basics of Counting  The Pigeonhole Principle  Permutations and Combinations  Binomial Coefficients and Identities  Generalized.
Counting Chapter 6.
ICS 253: Discrete Structures I
Chapter 5, Section 5.1 The Basics of Counting
COCS DISCRETE STRUCTURES
Counting Chapter 6 With Question/Answer Animations
Recursively Defined Functions
One, two, three, we’re… Counting.
Xuan Guo Lab 9 Xuan Guo
CS100: Discrete structures
Discrete Structures for Computer Science
8.3 Counting Apply the fundamental counting principle
Representations of Integers
Copyright © Zeph Grunschlag,
Copyright © Zeph Grunschlag,
Chapter 3. Sets & Combinatorics
With Question/Answer Animations
Presentation transcript:

Section 6. 1

Basic Counting Principles: The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n 1 ways to do the first task and n 2 ways to do the second task. Then there are n 1 ∙n 2 ways to do the procedure. Example: How many bit strings of length seven are there? Solution: Since each of the seven bits is either a 0 or a 1, the answer is 2 7 = 128.

The Product Rule Example: How many different license plates can be made if each plate contains a sequence of three uppercase English letters followed by three digits? Solution: By the product rule, there are 26 ∙ 26 ∙ 26 ∙ 10 ∙ 10 ∙ 10 = 17,576,000 different possible license plates.

Basic Counting Principles: The Sum Rule The Sum Rule: If a task can be done either in one of n 1 ways or in one of n 2 ways to do the second task, where none of the set of n 1 ways is the same as any of the n 2 ways, then there are n 1 + n 2 ways to do the task. Example: The mathematics department must choose either a student or a faculty member as a representative for a university committee. How many choices are there for this representative if there are 37 members of the mathematics faculty and 83 mathematics majors and no one is both a faculty member and a student. Solution: By the sum rule it follows that there are = 120 possible ways to pick a representative.

The Sum Rule in terms of sets. The sum rule can be phrased in terms of sets. |A ∪ B|= |A| + |B| as long as A and B are disjoint sets. Or more generally, The case where the sets have elements in common will be discussed when we consider the subtraction rule and taken up fully in Chapter 8. |A 1 ∪ A 2 ∪ ∙∙∙ ∪ A m |= |A 1 | + |A 2 | + ∙∙∙ + |A m | when A i ∩ A j = ∅ for all i, j.

Counting Passwords Combining the sum and product rule allows us to solve more complex problems. Example: Each user on a computer system has a password, which is six to eight characters long, where each character is an uppercase letter or a digit. Each password must contain at least one digit. How many possible passwords are there? Solution: Let P be the total number of passwords, and let P 6, P 7, and P 8 be the passwords of length 6, 7, and 8. By the sum rule P = P 6 + P 7 +P 8. To find each of P 6, P 7, and P 8, we find the number of passwords of the specified length composed of letters and digits and subtract the number composed only of letters. We find that: P 6 = 36 6 − 26 6 = 2,176,782,336 − 308,915,776 = 1,867,866,560. P 7 = 36 7 − 26 7 = 78,364,164,096 − 8, 031,810,176 = 70,332,353,920. P 8 = 36 8 − 26 8 = 2,821,109,907,456 − 208,827,064,576 = 2,612,282,842,880. Consequently, P = P 6 + P 7 +P 8 = 2,684,483,063,360.

Basic Counting Principles: Subtraction Rule Subtraction Rule: If a task can be done either in one of n 1 ways or in one of n 2 ways, then the total number of ways to do the task is n 1 + n 2 minus the number of ways to do the task that are common to the two different ways. Also known as, the principle of inclusion-exclusion:

Counting Bit Strings Example: How many bit strings of length eight either start with a 1 bit or end with the two bits 00 ? Solution: Use the subtraction rule. Number of bit strings of length eight that start with a 1 bit: 2 7 = 128 Number of bit strings of length eight that start with bits 00 : 2 6 = 64 Number of bit strings of length eight that start with a 1 bit and end with bits 00 : 2 5 = 32 Hence, the number is − 32 = 160.

Basic Counting Principles: Division Rule Division Rule: There are n/d ways to do a task if it can be done using a procedure that can be carried out in n ways, and for every way w, exactly d of the n ways correspond to way w. Example: How many ways are there to seat four people around a circular table, where two seatings are considered the same when each person has the same left and right neighbor? Solution: Number the seats around the table from 1 to 4 proceeding clockwise. There are four ways to select the person for seat 1, 3 for seat 2, 2 for seat 3, and one way for seat 4. Thus there are 4 ! = 24 ways to order the four people. But since two seatings are the same when each person has the same left and right neighbor, for every choice for seat 1, we get the same seating. Therefore, by the division rule, there are 24 / 4 = 6 different seating arrangements.

Tree Diagrams Tree Diagrams: We can solve many counting problems through the use of tree diagrams, where a branch represents a possible choice and the leaves represent possible outcomes. Example: Suppose that “I Love Discrete Math” T-shirts come in five different sizes: S,M,L,XL, and XXL. Each size comes in four colors (white, red, green, and black), except XL, which comes only in red, green, and black, and XXL, which comes only in green and black. What is the minimum number of T-shirts that the campus book store needs to stock to have one of each size and color available? Solution: Draw the tree diagram. The store must stock 17 T-shirts.