combinaTorial Analysis

Slides:



Advertisements
Similar presentations
1 Counting Techniques: Possibility Trees, Multiplication Rule, Permutations.
Advertisements

Warm-Up Problem Can you predict which offers more choices for license plates? Choice A: a plate with three different letters of the alphabet in any order.
Counting Principles The Fundamental Counting Principle: If one event can occur m ways and another can occur n ways, then the number of ways the events.
Statistics Review. Box-and-Whisker Plots The Parts of a Box and Whisker Plot Name the parts of a Box-and-Whisker Plot MedianUpper Quartile Lower.
How many possible outcomes can you make with the accessories?
Multiplication Rule. A tree structure is a useful tool for keeping systematic track of all possibilities in situations in which events happen in order.
12.1 & 12.2: The Fundamental Counting Principal, Permutations, & Combinations.
Quit Permutations Combinations Pascal’s triangle Binomial Theorem.
ENM 207 Lecture 5. FACTORIAL NOTATION The product of positive integers from 1 to n is denoted by the special symbol n! and read “n factorial”. n!=1.2.3….(n-2).(n-1).n.
1 More Counting Techniques Possibility trees Multiplication rule Permutations Combinations.
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
6-7 Permutations & Combinations M11.E.3.2.1: Determine the number of permutations and/or combinations or apply the fundamental counting principle.
The Fundamental Counting Principal, Permutations, & Combinations.
Chapter 5 Possibilities and Probability Counting Permutations Combinations Probability.
T HE F UNDAMENTAL C OUNTING P RINCIPLE & P ERMUTATIONS.
The Fundamental Counting Principal - Permutations - Factorials.
Counting Techniques 0.4.
Permutations and Combinations. Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish permutations.
Sports Camp Morning Camp AerobicsRunningYogaSwimmingWeights Afternoon Camp HikingTennisVolleyballSoftball List all the possible choices available on your.
Methods of Counting Outcomes BUSA 2100, Section 4.1.
Chapter 10 – Data Analysis and Probability
© The McGraw-Hill Companies, Inc., Chapter 4 Counting Techniques.
Permutations. Definition of Permutation An arrangement of objects in which the order of selection matters. Ex: You have to visit Andrew’s house (A), Betty’s.
Permutations and Combinations
Permutations and Combinations. Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish permutations.
9.6 The Fundamental Counting Principal & Permutations.
6.7 Permutations & Combinations. Factorial: 4! = 4*3*2*1 On calculator: math ==> PRB ==> 4 7! = 5040 Try 12!
Lesson 0.4 (Counting Techniques)
37. Permutations and Combinations. Fundamental Counting Principle Fundamental Counting Principle states that if an event has m possible outcomes and another.
Combinations & Permutations Permutation => Order is important Combination => Order doesn’t matter Examples: Your Locker “Combination” The lunch line (might.
Mathematics Probability: Permutations Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund
Permutations and Combinations
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
0.4 Counting Techniques. Fundamental Counting Principle TWO EVENTS:If one event can occur in m ways and another event can occur in n ways, then the number.
13 Lesson 1 Let Me Count the Ways Fundamental Counting Principle, Permutations & Combinations CP Probability and Statistics FA 2014 S-ID.1S-CP.3S-CP.5.
Permutations and Combinations
Multiplication Rule Combinations Permutations
Counting Principals, Permutations, and Combinations
Happy Pi Day! Find x. 15 If you still have x
Section 4.7 Counting – Day 1.
Permutations 10.5 Notes.
Counting, Permutations, & Combinations
BASIC PROBABILITY Probability – the chance of something (an event) happening # of successful outcomes # of possible outcomes All probability answers must.
Counting Principle and Permutations
Calculating Probability, Combinations and Permutations
Chapter 0.4 Counting Techniques.
Elementary Statistics
12.1 The Fundamental Counting Principle & Permutations
4 Probability Lesson 4.8 Combinations and Probability.
Pascal's Triangle This is the start of Pascal's triangle. It follows a pattern, do you know.
In this lesson, you will learn to use the Fundamental Counting Principle.
Binomial Expansion 2 L.O. All pupils can follow where the binomial expansion comes from All pupils understand binomial notation All pupils can use the.
Permutations and Combinations
Counting, Permutations, & Combinations
Permutations and Combinations
Lesson 11-1 Permutations and Combinations
Permutations and Combinations
Permutations and Combinations
Permutations and Combinations
How many possible outcomes can you make with the accessories?
Bellwork Practice Packet 10.3 B side #3.
6.1 Counting Principles and Permutations
Probability Warm Up page 12- write the question you have 10 mins to complete it. See coaching on page 85.
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
PERMUTATIONS.
Lecture 7: Permutations and Combinations
Permutations and Combinations
Presentation transcript:

combinaTorial Analysis Principle of counting Permutations Combinations

Principal of counting If some event can occur in 𝑛 1 different ways, then a second event can happen in 𝑛 2 different ways then a third event can happen in 𝑛 3 different ways … Then the total number of possible outcomes of all events is 𝑛 1 * 𝑛 2 * 𝑛 3 * … Example how many license plates can there be with 2 letters followed by 3 digits where the first digit is not a 0? 26 * 26 * 9 * 10 * 10 = 608,400

Factorial Notation The product of all positive integers from 1 to n inclusively is denoted as n! n! = 1 * 2 * …* (n-1) * n Example) What is 4! ? 1*2*3*4 = 24 Notice n! = n * (n-1)! So we define 0! = 1 so that 1! = 1*0!

Examples of factorials How many ways can you arrange the three letters ABC? S = {ABC, ACB, BAC, BCA, CAB, CBA} = 6 = 3! How many ways can we choose the first letter? 3 Once that first letter is chosen, how many ways can we choose the second letter? 2 Once the first and second letters are chosen, now many way can we choose the third letter? 1 Total number if choices? 3*2*1 = 6

Example) Choose 2 from 5 Given the set of letters ABCDE, how many ways can you choose 2 letters where the order of the letters doesn’t matter? Well, there are 5! = 120 permutations of these letters, but we are only interested in the first 2 letters, so in the 120 permutations, that would include the permutations ABCDE, ABCED, ABDCE, ABDEC, ABECD, ABEDC BACDE, BACED, BADCE, BADEC, BAECD, BAEDC The 2 letters A and B show up as the first 2 letters 12 times, in the 120 permutations.

Example) 5 choose 2 ABCDE, ABCED, ABDCE, ABDEC, ABECD, ABEDC BACDE, BACED, BADCE, BADEC, BAECD, BAEDC There are 2! ways to list A and B and there are also there 3! ways to arrange the remaining letters CDE. So, if we were to count the 5! = 120 permutations of ABCDE, we will have to divide them by all the number of sets of duplicates. 𝑃𝑒𝑟𝑚(𝐴,𝐵,𝐶,𝐷,𝐸) (𝑃𝑒𝑟𝑚 𝐴,𝐵 ∗𝑃𝑒𝑟𝑚(𝐶,𝐷,𝐸)) = 𝑛! 𝑟 !∗ 𝑛−𝑟 ! Where r is the number of items you are choosing from n

Binomial Coefficients 𝑛 𝑟 = 𝑛! 𝑟 !∗ 𝑛−𝑟 ! = 𝑛∗ 𝑛−1 ∗…∗(𝑛−𝑟+1) 1∗2∗…∗𝑟 Example) How many ways can you choose 3 unique letters from the alphabet? 26 3 = 26! 3!∗23! = 26∗25∗24 1∗2∗3 =2600

Ordered Partitions Example) Given the letters of the alphabet, how many ways can you house 3 unique letters as your first set, then from the remaining letters pick another 2 unique letters? 26 3 ∗ 23 2 =657800

Ex) Win, Place, Show (Horse racing) There are 16 horses in a race, each having an equal chance to win. What are your chances to win? Win) Your horse must come in 1st place. 1 16 Place) Your horse must come in 1st or 2nd ? 2 16 Show) Your horse must come in 1st , 2nd or 3rd ? 3 16

Ex) Exacta (Horse racing bet) How many possible outcomes are there for these bets? Exacta) You must pick the 1st AND the 2nd place horse 16∗15=240 Exacta Box) You pick 2 horses and those 2 horses must come in 1st and 2nd in any order 16∗15 1∗2 =120

Ex) Trifecta (Horse racing bet) How many possible outcomes are there for these bets? You must pick the 1st AND 2nd AND 3rd place horse 16∗15∗14=3360 Trifecta Box) You pick 3 horses and those 3 horses must come in 1st , 2nd and 3rd in any order 16∗15∗14 1∗2∗3 =560

Ex) Super Bowl Football has 32 teams divided into 2 sets called conferences. The two conferences are disjoint sets of 16 teams. Each conference produces a winner and those 2 winners play each other in the Super Bowl. How many different combinations of teams may play in the super bowl? 16∗16=256 Not 32 2 because they are disjoint sets of 16 teams

Ex) Super Bowl continued Each conference has it’s own championship game prior to the Super Bowl. How many different combinations of teams may play in the two conference championship games? 16∗15 1∗2 ∗ 16∗15 1∗2 =14,400