Sec$on Summary. Permutations Combinations Combinatorial Proofs

Similar documents
Section Summary. Permutations Combinations Combinatorial Proofs

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n

Discrete Structures Lecture Permutations and Combinations

With Question/Answer Animations. Chapter 6

Sec.on Summary. The Product Rule The Sum Rule The Subtraction Rule (Principle of Inclusion- Exclusion)

CSCI FOUNDATIONS OF COMPUTER SCIENCE

Counting. Chapter 6. With Question/Answer Animations

With Question/Answer Animations. Chapter 6

Sec 5.1 The Basics of Counting

Topics to be covered

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6

Permutations and Combinations

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting

Permutations and Combinations

DISCRETE STRUCTURES COUNTING

What is counting? (how many ways of doing things) how many possible ways to choose 4 people from 10?

Counting in Algorithms

Jong C. Park Computer Science Division, KAIST

Combinatorial Proofs

Permutations and Combinations

CPCS 222 Discrete Structures I Counting

HOMEWORK ASSIGNMENT 5

MA 524 Midterm Solutions October 16, 2018

Discrete Mathematics with Applications MATH236

Mat 344F challenge set #2 Solutions

Chapter 2. Permutations and Combinations

Lecture 18 - Counting

Generalized Permutations and The Multinomial Theorem

Discrete mathematics

COUNTING AND PROBABILITY

Problem Set 8 Solutions R Y G R R G

Section : Combinations and Permutations

CSE 21 Math for Algorithms and Systems Analysis. Lecture 4 Mul<nomial Coefficients and Sets

Permutations and Combinations. Quantitative Aptitude & Business Statistics

Math 166: Topics in Contemporary Mathematics II

Permutations and Combinations Section

Week 1: Probability models and counting

Discrete Structures for Computer Science

Theory of Probability - Brett Bernstein

Math 42, Discrete Mathematics

CSE 20 DISCRETE MATH. Fall

MATH 2420 Discrete Mathematics Lecture notes

9.5 Counting Subsets of a Set: Combinations. Answers for Test Yourself

Well, there are 6 possible pairs: AB, AC, AD, BC, BD, and CD. This is the binomial coefficient s job. The answer we want is abbreviated ( 4

Counting and Probability Math 2320

CSE 21 Mathematics for Algorithm and System Analysis

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Multiple Choice Questions for Review

Lecture 14. What s to come? Probability. A bag contains:

Ma/CS 6a Class 16: Permutations

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

Foundations of Computing Discrete Mathematics Solutions to exercises for week 12

Introductory Probability

A STUDY OF EULERIAN NUMBERS FOR PERMUTATIONS IN THE ALTERNATING GROUP

CSE 312 Midterm Exam May 7, 2014

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

Chapter Permutations and Combinations. Section 4 Permutations and Combinations. Example. Definition of n Factorial (n!)

n! = n(n 1)(n 2) 3 2 1

Probability. Engr. Jeffrey T. Dellosa.

Finite Math - Fall 2016

Combinatorics and Intuitive Probability

Learning Objectives for Section 7.4 Permutations and Combinations. 7.4 Permutations and Combinations

CSE 312: Foundations of Computing II Quiz Section #2: Combinations, Counting Tricks (solutions)

X = {1, 2,...,n} n 1f 2f 3f... nf

Problem Set 8 Solutions R Y G R R G

Counting integral solutions

Elementary Combinatorics CE 311S

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 11

Math 3338: Probability (Fall 2006)

Pattern Avoidance in Unimodal and V-unimodal Permutations

Week 3-4: Permutations and Combinations

Chapter 1. Probability

CHAPTER 5 BASIC CONCEPTS OF PERMUTATIONS AND COMBINATIONS

Compound Probability. Set Theory. Basic Definitions

NON-OVERLAPPING PERMUTATION PATTERNS. To Doron Zeilberger, for his Sixtieth Birthday

NOTES ON SEPT 13-18, 2012

Integer Compositions Applied to the Probability Analysis of Blackjack and the Infinite Deck Assumption

Reading 14 : Counting

Discrete Mathematics. Spring 2017

CIS 2033 Lecture 6, Spring 2017

CS70: Lecture Review. 2. Stars/Bars. 3. Balls in Bins. 4. Addition Rules. 5. Combinatorial Proofs. 6. Inclusion/Exclusion

Combinations AMC AMS AMR ACS ACR ASR MSR MCR MCS CRS

Exercises Exercises. 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}?

Math 454 Summer 2005 Due Wednesday 7/13/05 Homework #2. Counting problems:

Game Theory and Algorithms Lecture 19: Nim & Impartial Combinatorial Games

Principles and Formulas of Counting

7.4 Permutations and Combinations

MATH 351 Fall 2009 Homework 1 Due: Wednesday, September 30

Statistics Intermediate Probability

CISC-102 Fall 2017 Week 8

Chapter 6.1. Cycles in Permutations

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments

RESTRICTED PERMUTATIONS AND POLYGONS. Ghassan Firro and Toufik Mansour Department of Mathematics, University of Haifa, Haifa, Israel

The 99th Fibonacci Identity

A Combinatorial Proof of the Log-Concavity of the Numbers of Permutations with k Runs

Elementary Combinatorics

50 Counting Questions

1111: Linear Algebra I

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

1. Counting. 2. Tree 3. Rules of Counting 4. Sample with/without replacement where order does/doesn t matter.

Transcription:

Section 6.3

Sec$on Summary Permutations Combinations Combinatorial Proofs 2

Coun$ng ordered arrangements Ex: How many ways can we select 3 students from a group of 5 students to stand in line for a picture? Solution: Using the product rule, there are 5 4 3 = 60 ways to select 3 students from a group of 5 to stand in line. If we had wanted to select 5 students, there would be 5 4 3 2 1 = 120 ways for 5 students to stand in line. 3

Permuta$ons 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. Ex: Let S = {1,2,3}. The ordered arrangement 3,1,2 is a permutation of S. The ordered arrangement 3,2 is a 2-permutation of S. The number of r-permutations of a set with n elements is denoted by P(n,r). The 2-permutations of S = {1,2,3} are 1,2; 1,3; 2,1; 2,3; 3,1; and 3,2. Hence, P(3,2) = 6. 4

A Formula for the Number of Permuta$ons 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 5

Solving Coun$ng Problems by Coun$ng Permuta$ons Ex: 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 6

Solving Coun$ng Problems by Coun$ng Permuta$ons (con$nued) Ex: 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: P(7, 7) = 7! = 7 6 5 4 3 2 1 = 5040 If she wants to Jind the tour with the shortest path that visits all the cities, she must consider 5040 paths! 7

Solving Coun$ng Problems by Coun$ng Permuta$ons (con$nued) Ex: 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. P(6, 6) = 6! = 6 5 4 3 2 1 = 720 8

Coun$ng unordered arrangements Ex: How many different committees of 3 students can be formed from a group of 4 students? Solution: Find the number of subsets with 3 elements from the set containing 4 students. There is one subset for each of the 4 students (choosing 3 students is the same as choosing 1 of 4 students to leave out). Thus, there are 4 ways to choose. 9

Combina$ons Definition: An r-combination of elements of a set is an unordered selection of r elements from the set. Thus, an r-combination is 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. Ex: 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}. 10

Combina$ons 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, 11

Combina$ons Ex: 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 This is a special case of a general result. 12

Combina$ons 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). This result can be proved without using algebraic manipulation. 13

Combinatorial Proofs Definition: A combinatorial proof of an identity is a proof that uses one of the following methods. A double counting proof uses counting arguments to prove that both sides of an identity count the same objects, but in different ways. A bijective proof shows that there is a bijection between the sets of objects counted by the two sides of the identity. 14

Combinatorial Proofs Here is a combinatorial proof that C(n, r) = C(n, n r) when r and n are nonnegative integers with r n: Bijective Proof: Suppose that S is a set with n elements. The function that maps a subset A of S to is a bijection between the subsets of S with r elements and the subsets with n r elements. Since there is a bijection between the two sets, they must have the same number of elements. 15

Combinatorial Proofs Here is a combinatorial proof that C(n, r) = C(n, n r) when r and n are nonnegative integers with r n: Double counting Proof: Suppose that S is a set with n elements. The number of subsets of S with r elements is C(n,r). But each subset A of S is also determined by specifying which elements are not in A (and so are in ). Given that has n r elements, then there are also C(n, n-r) elements of S with r elements. Thus C(n,r) = C(n, n-r). 16

Combina$ons Ex: 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 Ex: 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 17