Combinations & Permutations

Slides:



Advertisements
Similar presentations
MATHCOUNTS TOOLBOX Facts, Formulas and Tricks
Advertisements

1. Permutation 2. Combination 3. Formula for P ( n,r ) 4. Factorial 5. Formula for C ( n,r ) 1.
Introduction to Probability
Statistics and Probability Theory
Introduction to Probability
Multiplication Rule. A tree structure is a useful tool for keeping systematic track of all possibilities in situations in which events happen in order.
Combinations and Probability
1 Counting Rules. 2 The probability of a specific event or outcome is a fraction. In the numerator we have the number of ways the specific event can occur.
Lecture 07 Prof. Dr. M. Junaid Mughal
6-7 Permutations & Combinations M11.E.3.2.1: Determine the number of permutations and/or combinations or apply the fundamental counting principle.
4.1. Fundamental Counting Principal Find the number of choices for each option and multiply those numbers together. Lets walk into TGIF and they are offering.
Counting Principles and Probability Digital Lesson.
Combinations & Permutations. Essentials: Permutations & Combinations (So that’s how we determine the number of possible samples!) Definitions: Permutation;
1 Algorithms CSCI 235, Fall 2012 Lecture 9 Probability.
Combinations and Permutations
Lecture 08 Prof. Dr. M. Junaid Mughal
Finding Probability Using Tree Diagrams and Outcome Tables
Counting Principles. What you will learn: Solve simple counting problems Use the Fundamental Counting Principle to solve counting problems Use permutations.
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.
Advanced Precalculus Advanced Precalculus Notes 12.2 Permutations and Combinations.
Probability Chapter 3. § 3.4 Counting Principles.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
 History and Relevance of probability theory Probability theory began with the study of game of chance that were related to gambling, like throwing a.
6.3Find Probabilities Using Combinations
Two way tables and tree diagrams
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
Phrase-structure grammar A phrase-structure grammar is a quadruple G = (V, T, P, S) where V is a finite set of symbols called nonterminals, T is a set.
Permutations and Combinations
A horse race has the following horses running. How many different first, second and third place results are possible: Mushroom Pepper Sausage Tomato Onion.
A Valentines Day Problem Source The teachers lab Patterns in Mathematics
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
Counting Techniques Tree Diagram Multiplication Rule Permutations Combinations.
Distributive Property with area models
Warm Up For a main dish, you can choose steak or chicken; your side dish can be rice or potatoes; and your drink can be tea or water. Make a tree diagram.
Welcome to MM207 Unit 3 Seminar Dr. Bob Probability and Excel 1.
AP Statistics Intro to Probability: Sample Spaces and Counting.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 4-1 CHAPTER 4 Counting Techniques.
Business Statistics, 4e, by Ken Black. © 2003 John Wiley & Sons. 4-1 Business Statistics, 4e by Ken Black Chapter 4 Probability.
CHAPTER 5 Probability: What Are the Chances?
Elementary Probability Theory
Permutations.
Section 8.3 PROBABILITY.
4 Probability Lesson 4.7 The Multiplication Counting
Introduction to Probability
EXAMPLE 1 Find a sample space
Aim: Full House Grid: 9 Grid Play: Calculate answer & cross it off
Combinations COURSE 3 LESSON 11-3
Statistics for 8th Edition Chapter 3 Probability
Combinations & Permutations
Make an Organized List and Simulate a Problem
تصنيف التفاعلات الكيميائية
Probability Probability underlies statistical inference - the drawing of conclusions from a sample of data. If samples are drawn at random, their characteristics.
Probability Trees By Anthony Stones.
Probability Simple and Compound Probability
Arranging and Choosing
Permutations and Combinations
104- Ch. 11 part 1; 260- Ch. 5 pt. 2 master_prob_pc.pptx
Splash Screen.
AB AC AD AE AF 5 ways If you used AB, then, there would be 4 remaining ODD vertices (C, D, E and F) CD CE CF 3 ways If you used CD, then, there.
Splash Screen.
Probability By Mya Vaughan.
A Series of Slides in 5 Parts Movement 2. BFS
QUANTITATIVE METHODS 1 SAMIR K. SRIVASTAVA.
Using Permutations and Combinations
Splash Screen.
Multi-Stage Events and Applications of Probability
10.5 Permutations and Combinations.
Using Permutations and Combinations
10.3 – Using Permutations and Combinations
Business Statistics, 4e by Ken Black
Presentation transcript:

Combinations & Permutations

Essentials: Permutations & Combinations (So that’s how we determine the number of possible samples!) Definitions: Permutation; Factorial; Combination. What a Factorial is and how to use it. Ability to determine the number of permutations or combinations resulting from a stated situation. Extras here: Tree diagrams & the multiplication rule.

Factorials The Factorial of a number is the multiplication of that number by every smaller number down to 1. The Factorial Notation is n!, where n represents the number and the “!” indicates the factorial process. Note the following: By definition 0! = 1 Example: 8! = 8 * 7 *6 * 5 * 4 * 3 * 2 *1 = 40,320

Permutations A Permutation is an arrangement of n objects in a specific order using r objects at a time.

Permutations: Examples Example: A news program has time to present 2 of four available news stories. How many ways can the evening news be set up? Checking the process: If we let A, B, C, D represent the four shows, then the possible show orders would be: AB BA CA DA AC BC CB DB AD BD CD DC Twelve (12) possible presentations where order matters.

Combinations A combination is the selection of r objects from n objects without regard to order.

Combinations: Examples Example: A news program has time to present 2 of four available news stories. How many different sets of stories can be presented on the evening news? Checking the process: If we let A, B, C, D represent the four shows, then the possible show orders would be: AB BA CA DA AC BC CB DB AD BD CD DC However, AB and BA represent the presentation of the same two stories. If order does not matter, one of these two may be deleted. Repeating the process results in: AB, AC, AD, BC, BD, CD, Six (6) different presentations where order does not matter.

Tree Diagrams Example: What are the possible results of flipping a coin twice? A Tree Diagram systematically lists all possible ways a sequence of events can occur. Advantage: Visual display of sequential events. Disadvantage: Only practical where the number of choices are small. H T Results: HH HT TH TT

Multiplication Rule (events independent) In a sequence of n events in which the first event has k1 possibilities, the second event k2, etc. (to kn), the total number of possibilities is k1* k2* …* kn-1* kn. Example 1: What are the possible results of flipping a coin twice? Answer: 2 * 2 = 4 The Multiplication Rule replaces tree diagrams of any size. Consider the tree diagram that would result from the following example. Example 2: What are the dinner possibilities if there are 10 beverages, 6 appetizers, 11 entrees, and 8 desserts? Answer: 10 * 6 * 11 * 8 = 5,280 dinner possibilities.