Section 6. 2. The Pigeonhole Principle If a flock of 20 pigeons roosts in a set of 19 pigeonholes, one of the pigeonholes must have more than 1 pigeon.

Slides:



Advertisements
Similar presentations
5.3 Permutations and Combinations
Advertisements

Counting Chapter 6 With Question/Answer Animations.
Permutations and Combinations Rosen 4.3. Permutations A permutation of a set of distinct objects is an ordered arrangement these objects. An ordered arrangement.
Counting Chapter 6 With Question/Answer Animations.
Chapter 6 With Question/Answer Animations. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
Permutations and Combinations
Counting Techniques: Combinations
THE BASIC OF COUNTING Discrete mathematics KNURE, Software department, Ph , N.V. Bilous.
CSE115/ENGR160 Discrete Mathematics 04/17/12
Permutations r-permutation (AKA “ordered r-selection”) An ordered arrangement of r elements of a set of n distinct elements. permutation of a set of n.
CSE 321 Discrete Structures Winter 2008 Lecture 16 Counting.
Recursive Definitions Rosen, 3.4 Recursive (or inductive) Definitions Sometimes easier to define an object in terms of itself. This process is called.
1 Permutations and Combinations CS/APMA 202 Epp section 6.4 Aaron Bloomfield.
Permutations and Combinations
1 Permutations and Combinations CS/APMA 202 Rosen section 4.3 Aaron Bloomfield.
Section 4.3: Permutations and Combinations Def: A permutation of a set of distinct objects is an ordered arrangement of these objects. Ex: {a, b, c, d}
CS100 : Discrete Structures
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.
Combinatorics 3/15 and 3/ Counting A restaurant offers the following menu: Main CourseVegetablesBeverage BeefPotatoesMilk HamGreen BeansCoffee.
Counting Chapter 6 With Question/Answer Animations.
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.
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 6 Counting and Probability Instructor: Hayk Melikyan Today we will review sections 6.4,
Chapter The Basics of Counting 5.2 The Pigeonhole Principle
Generalized Permutations and Combinations
Chapter 6 With Question/Answer Animations 1. Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients.
Permutations and Combinations
Fall 2002CMSC Discrete Structures1 One, two, three, we’re… Counting.
March 10, 2015Applied Discrete Mathematics Week 6: Counting 1 Permutations and Combinations How many different sets of 3 people can we pick from a group.
2 Permutations and Combinations Lesson 8 HAND OUT REFERENCE SHEET AND GO OVER IT.
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.
Lecture 5 Counting 4.3, Permutations r-permutation: An ordered arrangement of r elements of a set of n distinct elements. Example: S={1,2,3}:
Simple Arrangements & Selections. Combinations & Permutations A permutation of n distinct objects is an arrangement, or ordering, of the n objects. An.
The Pigeonhole Principle. The pigeonhole principle Suppose a flock of pigeons fly into a set of pigeonholes to roost If there are more pigeons than pigeonholes,
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 6 Counting and Probability Instructor: Hayk Melikyan Today we will review sections 6.6,
CS 103 Discrete Structures Lecture 16
Counting.
5.5 Generalized Permutations and Combinations
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.
Section 6.4. Powers of Binomial Expressions Definition: A binomial expression is the sum of two terms, such as x + y. (More generally, these terms can.
Binomial Coefficients and Identities
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.
ICS 253: Discrete Structures I Counting and Applications King Fahd University of Petroleum & Minerals Information & Computer Science Department.
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.
Fall 2002CMSC Discrete Structures1 Combinations An r-combination of elements of a set is an unordered selection of r elements from the set. Thus,
COUNTING Discrete Math Team KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS ) 1.
Section 6.3. Section Summary Permutations Combinations.
Example A standard deck of 52 cards has 13 kinds of cards, with four cards of each of kind, one in each of the four suits, hearts, diamonds, spades, and.
Lec 13 – March 10  The Basics of Counting  The Pigeonhole Principle  Permutations and Combinations  Binomial Coefficients and Identities  Generalized.
Counting Chapter 6.
Discrete Mathematics Counting.
Chapter 10 Counting Methods.
The Pigeonhole Principle
CSE15 Discrete Mathematics 04/19/17
ICS 253: Discrete Structures I
Chapter 5, Section 5.1 The Basics of Counting
Generalized Permutations and Combinations
COCS DISCRETE STRUCTURES
The Pigeonhole Principle
Permutations and Combinations
Counting Chapter 6 With Question/Answer Animations
CS100: Discrete structures
Permutations and Combinations
Permutations and Combinations
The Pigeonhole Principle
With Question/Answer Animations
Presentation transcript:

Section 6. 2

The Pigeonhole Principle If a flock of 20 pigeons roosts in a set of 19 pigeonholes, one of the pigeonholes must have more than 1 pigeon. Pigeonhole Principle: If k is a positive integer and k + 1 objects are placed into k boxes, then at least one box contains two or more objects. Proof: We use a proof by contraposition. Suppose none of the k boxes has more than one object. Then the total number of objects would be at most k. This contradicts the statement that we have k + 1 objects.

The Pigeonhole Principle Corollary 1 : A function f from a set with k + 1 elements to a set with k elements is not one-to-one. Example: Among any group of 367 people, there must be at least two with the same birthday, because there are only 366 possible birthdays.

Section 6.3

Permutations Definition: A permutation of a set of distinct objects is an ordered arrangement of these objects. An ordered arrangement of r elements of a set is called an r-permuation. Example: Let S = { a, b, c }. The ordered arrangement b, a, c is a permutation of S. The ordered arrangement c, a is a 2 -permutation of S. The number of r-permuatations of a set with n elements is denoted by P(n,r). The 2 -permutations of S = { a, b, c } are a, b; a, c; b, a; b, c; c, a; and c, b. Hence, P (3,2) = 6.

A Formula for the Number of Permutations Theorem 1 : If n is a positive integer and r is an integer with 1 ≤ r ≤ n, then there are P(n, r) = n(n − 1 )(n − 2 ) ∙∙∙ (n − r + 1 ) r-permutations of a set with n distinct elements. Proof: Use the product rule. The first element can be chosen in n ways. The second in n − 1 ways, and so on until there are ( n − ( r − 1 )) ways to choose the last element. Note that P(n, 0 ) = 1, since there is only one way to order zero elements. Corollary 1 : If n and r are integers with 1 ≤ r ≤ n, then

Solving Counting Problems by Counting Permutations Example: How many ways are there to select a first- prize winner, a second prize winner, and a third-prize winner from 100 different people who have entered a contest? Solution: P( 100, 3 ) = 100 ∙ 99 ∙ 98 = 970,200

Solving Counting Problems by Counting Permutations Example: Suppose that a saleswoman has to visit eight different cities. She must begin her trip in a specified city, but she can visit the other seven cities in any order she wishes. How many possible orders can the saleswoman use when visiting these cities? Solution: The first city is chosen, and the rest are ordered arbitrarily. Hence the orders are: 7! = 7 ∙ 6 ∙ 5 ∙ 4 ∙ 3 ∙ 2 ∙ 1 = 5040

Solving Counting Problems by Counting Permutations Example: How many permutations of the letters ABCDEFGH contain the string ABC ? Solution: We solve this problem by counting the permutations of six objects, ABC, D, E, F, G, and H. 6! = 6 ∙ 5 ∙ 4 ∙ 3 ∙ 2 ∙ 1 = 720

Combinations Definition: An r-combination of elements of a set is an unordered selection of r elements from the set. Thus, an r-combination is simply a subset of the set with r elements. The number of r-combinations of a set with n distinct elements is denoted by C(n, r). The notation is also used and is called a binomial coefficient. Example: Let S be the set {a, b, c, d}. Then {a, c, d} is a 3 - combination from S. It is the same as {d, c, a} since the order listed does not matter. C( 4, 2 ) = 6 because the 2-combinations of {a, b, c, d} are the six subsets {a, b}, {a, c}, {a, d}, {b, c}, {b, d}, and {c, d}.

Combinations Theorem 2 : The number of r-combinations of a set with n elements, where n ≥ r ≥ 0, equals Proof: By the product rule P(n, r) = C(n, r) ∙ P(r, r). Therefore,

Combinations Example: How many poker hands of five cards can be dealt from a standard deck of 52 cards? Also, how many ways are there to select 47 cards from a deck of 52 cards? Solution: Since the order in which the cards are dealt does not matter, the number of five card hands is: The different ways to select 47 cards from 52 is Note: Pascal’s triangle…

Combinations Corollary 2 : Let n and r be nonnegative integers with r ≤ n. Then C(n, r) = C(n, n − r ). Proof: From Theorem 2, it follows that and Hence, C(n, r) = C(n, n − r ).

Combinations Example: How many ways are there to select five players from a 10 -member tennis team to make a trip to a match at another school. Solution: By Theorem 2, the number of combinations is Example: A group of 30 people have been trained as astronauts to go on the first mission to Mars. How many ways are there to select a crew of six people to go on this mission? Solution: By Theorem 2, the number of possible crews is