Combinations, Enumerations without Repetitions

Slides:



Advertisements
Similar presentations
1 Gambling, Probability, and Risk (Basic Probability and Counting Methods)
Advertisements

4/16/2015 MATH 224 – Discrete Mathematics Counting Basic counting techniques are important in many aspects of computer science. For example, consider the.
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.
Math 221 Integrated Learning System Week 2, Lecture 1
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.
Counting (Combinatorics) 1.
Discrete Structures Chapter 4 Counting and Probability Nurul Amelina Nasharuddin Multimedia Department.
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.
Chapter 11 Counting Methods © 2008 Pearson Addison-Wesley. All rights reserved.
Probability Using Permutations and Combinations
Counting principle and permutations
Permutations and Combinations
Introduction to theory of probability and statistics
Chapter 5 Section 5 Counting Techniques.
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.
Do Now: Make a tree diagram that shows the number of different objects that can be created. T-shirts: Sizes: S, M, L and T-shirts: Sizes: S, M, L and Type:
Math 2 Honors - Santowski
P ERMUTATIONS AND C OMBINATIONS Homework: Permutation and Combinations WS.
Chapter 11: Counting Methods
Quiz 3 Counting: 4.3, 4.4, 4.5. Quiz3: April 27, pm Your answers should be expressed in terms of factorials and/or powers. A lonely gambler.
Chapter 10: Counting Methods
10.3 – Using Permutations and Combinations Permutation: The number of ways in which a subset of objects can be selected from a given set of objects, where.
Section 10-3 Using Permutations and Combinations.
Quiz 10-1, Which of these are an example of a “descrete” set of data? 2.Make a “tree diagram” showing all the ways the letters ‘x’, ‘y’, and ‘z’
Probability Permutations and Combinations.  Permutations are known as any arrangement of distinct objects in a particular _________. Permutations order.
Honors Precalculus Counting and Probability Section 12.2: Permutations and Combinations IBTWW: 10/23/2015.
Chapter 12 – Probability and Statistics 12.2 – Permutations and Combinations.
Sullivan Algebra and Trigonometry: Section 14.2 Objectives of this Section Solve Counting Problems Using the Multiplication Principle Solve Counting Problems.
CSNB143 – Discrete Structure Topic 6 – Counting Techniques.
Quiz Plot the point: (-4, 2, -3) in the Cartesian space. Find the midpoint between the 2 points: P(1, 5, -7) and Q(-5, 3, -3) 3. Find the distance.
Permutations and Combinations Section 2.2 & 2.3 Finite Math.
1 Gambling, Probability, and Risk (Basic Probability and Counting Methods)
Algebra-2 Counting and Probability. Quiz 10-1, Which of these are an example of a “descrete” set of data? 2.Make a “tree diagram” showing all.
Pick up two papers and two cards from the front..
Probability and Counting Rules 4-4: Counting Rules.
Quiz: Draw the unit circle: Include: (1)All “nice” angles in degrees (2) All “nice” angles in radians (3) The (x, y) pairs for each point on the unit circle.
The Fundamental Counting Principle and Permutations 18.0 Students use fundamental counting principles to compute combinations and permutations Students.
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. Permutations Definition –An ordered arrangement of objects is called a permutation. –Hence, a permutation of n distinct.
Counting Principles Ex. Eight pieces of paper are numbered 1 to 8 and placed in a box. One piece of paper is drawn from the box, its number is written.
Chapter 10 Counting Methods.
MATH 2311 Section 2.1.
Permutations and Combinations
Algebra 2/Trig Name: ________________________
Counting Methods and Probability Theory
Chapter 5 Probability 5.5 Counting Techniques.
Permutations 10.5 Notes.
6.7 – Permutations and Combinations
Permutations and Combinations
Chapter 0.4 Counting Techniques.
Chapter 10: Counting Methods
How to Count Things “There are three kinds of people in the world: those who can count and those who cannot.” 11/21/2018.
Chapter 3 Probability.
Warm Up Permutations and Combinations Evaluate  4  3  2  1
Probability: Living with the Odds
Section 12.8 The Counting Principle and Permutations
Permutations and Combinations
11.6 Conditional Probability
Probability: Living with the Odds
First lecture fsalamri Faten alamri.
MATH 2311 Section 2.1.
Counting Methods and Probability Theory
Counting Principle.
Section 6.4 Counting and Combinations with Multiple Cases
Using Permutations and Combinations
Using Permutations and Combinations
10.3 – Using Permutations and Combinations
MATH 2311 Section 2.1.
Vocabulary FCP/ Comb/Perm Simple Probability Compound Probability 1
Presentation transcript:

Combinations, Enumerations without Repetitions Session 9

Importance of permutation and combination The study of permutations and combinations is at the root of several topics in mathematics such as number theory, algebra, geometry, probability, statistics, discrete mathematics, graph theory, and many other specialties.

Combination and Permutation

Problem 1

Problem 2

Problem 2 Ans

Exercise Problems

Enumerations without Repetitions

Counting methods for computing probabilities Combinations— Order doesn’t matter With replacement: nr Permutations—order matters! Without replacement: n(n-1)(n-2)…(n-r+1)= Without replacement:

Permutations—without replacement Without replacement—Think cards (w/o reshuffling) and seating arrangements. Example: You are moderating a debate of gubernatorial candidates. How many different ways can you seat the panelists in a row? Call them Arianna, Buster, Camejo, Donald, and Eve.

Permutation—without replacement  “Trial and error” method: Systematically write out all combinations: A B C D E A B C E D A B D C E A B D E C A B E C D A B E D C . Quickly becomes a pain! Easier to figure out patterns using a the probability tree!

Permutation—without replacement B A C D ……. Seat One: 5 possible Seat Two: only 4 possible Etc…. # of permutations = 5 x 4 x 3 x 2 x 1 = 5! There are 5! ways to order 5 people in 5 chairs (since a person cannot repeat)

Permutation—without replacement What if you had to arrange 5 people in only 3 chairs (meaning 2 are out)? E B A C D Seat One: 5 possible Seat Two: Only 4 possible Seat Three: only 3 possible

Permutation—without replacement Note this also works for 5 people and 5 chairs:

Permutation—without replacement How many two-card hands can I draw from a deck when order matters (e.g., ace of spades followed by ten of clubs is different than ten of clubs followed by ace of spades) .   52 cards 51 cards

Summary: order matters, without replacement Formally, “order matters” and “without replacement” use factorials

Practice problems: A wine taster claims that she can distinguish four vintages or a particular Cabernet. What is the probability that she can do this by merely guessing (she is confronted with 4 unlabeled glasses)? (hint: without replacement) In some states, license plates have six characters: three letters followed by three numbers. How many distinct such plates are possible? (hint: with replacement)

Answer 1 A wine taster claims that she can distinguish four vintages or a particular Cabernet. What is the probability that she can do this by merely guessing (she is confronted with 4 unlabeled glasses)? (hint: without replacement) P(success) = 1 (there’s only way to get it right!) / total # of guesses she could make   Total # of guesses one could make randomly: glass one: glass two: glass three: glass four: 4 choices 3 vintages left 2 left no “degrees of freedom” left = 4 x 3 x 2 x 1 = 4! P(success) = 1 / 4! = 1/24 = .04167

Answer 2 In some states, license plates have six characters: three letters followed by three numbers. How many distinct such plates are possible? (hint: with replacement) 263 different ways to choose the letters and 103 different ways to choose the digits  total number = 263 x 103 = 17,576 x 1000 = 17,576,000

Summary of Counting Methods Counting methods for computing probabilities Combinations— Order doesn’t matter Without replacement

2. Combinations—Order doesn’t matter Introduction to combination function, or “choosing” Written as: Spoken: “n choose r”

Combinations How many two-card hands can I draw from a deck when order does not matter (e.g., ace of spades followed by ten of clubs is the same as ten of clubs followed by ace of spades) .   52 cards 51 cards

Combinations How many five-card hands can I draw from a deck when order does not matter? 48 cards 49 cards .   50 cards .   51 cards .     52 cards .   .  

Combinations 1.   2. 3. …. How many repeats total??

Combinations 1.   2. 3. …. i.e., how many different ways can you arrange 5 cards…?

That’s a permutation without replacement. 5! = 120 Combinations That’s a permutation without replacement. 5! = 120  

Combinations How many unique 2-card sets out of 52 cards? 5-card sets? r-card sets? r-card sets out of n-cards?

Summary: combinations If r objects are taken from a set of n objects without replacement and disregarding order, how many different samples are possible? Formally, “order doesn’t matter” and “without replacement” use choosing  

Examples—Combinations A lottery works by picking 6 numbers from 1 to 49. How many combinations of 6 numbers could you choose? Which of course means that your probability of winning is 1/13,983,816!

Exercises

Exercises

Exercises