Probability Counting techniques.

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
Copyright © Cengage Learning. All rights reserved. 2 Probability.
Probability Using Permutations and Combinations
Thinking Mathematically
Transparency 3 Click the mouse button or press the Space Bar to display the answers.
HAWKES LEARNING Students Count. Success Matters. Copyright © 2015 by Hawkes Learning/Quant Systems, Inc. All rights reserved. Section 7.3 Using Counting.
Principles of Statistics Chapter 2 Elements of Probability.
Section 2.6: Probability and Expectation Practice HW (not to hand in) From Barr Text p. 130 # 1, 2, 4-12.
Section 2.6 Probability and Expectation Cryptanalyzing the Vigenere cipher is not a trivial process. A probabilistic method that allows one to determine.
10.3 Combinations **Quiz over Tomorrow**
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
Introduction to Probability. 5.1 Experiments, Outcomes, Events, and Sample Spaces Sample space - The set of all possible outcomes for an experiment Roll.
Do Now 1. Find the number of permutations with 7 books taken 4 at a time. 2. Find the number of permutations of the letters in each word: TennesseeGeorgiaAlabama.
Copyright © Cengage Learning. All rights reserved. Elementary Probability Theory 4.
Chapter 4 Probability, Randomness, and Uncertainty.
Lesson 0.4 (Counting Techniques)
HAWKES LEARNING Students Count. Success Matters. Copyright © 2015 by Hawkes Learning/Quant Systems, Inc. All rights reserved. Section 7.2 Counting Our.
Section 1.3 Each arrangement (ordering) of n distinguishable objects is called a permutation, and the number of permutations of n distinguishable objects.
Permutations and Combinations
Counting Techniques (Dr. Monticino). Overview  Why counting?  Counting techniques  Multiplication principle  Permutation  Combination  Examples.
Counting and Probability. Imagine tossing two coins and observing whether 0, 1, or 2 heads are obtained. Below are the results after 50 tosses Tossing.
Copyright © Cengage Learning. All rights reserved. Probability and Statistics.
Permutations and Combinations. Fundamental Counting Principle Fundamental Counting Principle states that if an event has m possible outcomes and another.
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.
1.6 Probability & 6.7 Permutations and Combinations So divinely is the world organized that every one of us, in our place and time, is in balance with.
Permutations and Combinations
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.
What Is Probability?.
Copyright © Cengage Learning. All rights reserved.
Sequences, Series, and Probability
Copyright © Cengage Learning. All rights reserved.
4 Elementary Probability Theory
Copyright © Cengage Learning. All rights reserved.
Chapter 5 Probability 5.5 Counting Techniques.
Permutations 10.5 Notes.
Chapter 0.4 Counting Techniques.
4 Elementary Probability Theory
4 Probability Lesson 4.8 Combinations and Probability.
Permutations and Combinations
Probability 14.1 Experimental Probability 14.2 Principles of Counting
Counting arrangements - Permutations
Permutations and Combinations
Lesson 11-1 Permutations and Combinations
Permutations and Combinations
4/26 Learning target To be able to find the number ways of an event, combination,permutation In class Notes/exit HW: 12-2 Skills practice# 1-10 first.
Permutations and Combinations
First lecture fsalamri Faten alamri.
How many possible outcomes can you make with the accessories?
MAT 142 Lecture Video Series
Predicting Outcomes of Events
Counting Principle.
Counting Methods and Probability Theory
Permutations and Combinations
Counting Methods and Probability Theory
Counting Methods and Probability Theory
Counting Methods and Probability Theory
5 Elementary Probability Theory
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
WUE Seventeen applicants want to interview with SAS. In how many ways can the 8 time slots be assigned? How many different ways can the letters of the.
Quiz.
Lecture 7: Permutations and Combinations
Independence and Counting
Permutations and Combinations
Independence and Counting
Independence and Counting
Section 0.4 Day 1 – Counting Techniques
Presentation transcript:

Probability Counting techniques

The need for counting techniques When the outcomes of an experiment are equally likely, computing probability reduces to counting. If N is the number of outcomes in the sample space and N(A) the number of outcomes in the event A, then P(A)=N(A)/N. If a list of outcomes is easily obtained and N is small, then N and N(A) may be determined without the benefit of counting techniques. However, this isn’t always the case.

Multiplication principle If an experiment consists of k stages, where stage j can be carried out in ways, the number of ways to carry out the experiment is

Sampling with replacement After selecting an object it is replaced before the next object is taken If a sample of size k is taken from a set of n objects, the number of possible ordered samples is . Example: If a die is rolled five times, the number of ordered samples is .

Sampling without replacement: permutations and combinations Each of the seven departments has one representative on the student council. From these seven, one is selected as chair, another as vice-chair, and a third to be the secretary. How many ways are there to select the three officers? Now suppose three of the seven representatives are to be selected to attend a convention. In how many ways can the three be chosen? In the first situation, order matters, in the second it doesn’t.

Order matters: permutations If denotes the number of ways of choosing k objects of n, where order matters, then For the selection of chair, vice-chair, and secretary, there are (7)(6)(5)=7!/(7-3)! =210 permutations.

Order doesn’t matter: combinations If order doesn’t matter, we have to remember that each of the orderings have been counted separately. We need to divide by this number, so that For the selection of the committee to go to the convention, there are combinations.

Application An iPod playlist contains 100 songs, 10 of which are by the Beatles. What is the probability that the first Beatles song heard is the fifth song played? The total number of ways to play the first five songs is 100(99)(98)(97)(96). The number of these where the first Beatles song is the fifth song is 90(89)(88)(87)(10). The answer is the ratio of the two.

Application (alternate solution) If we don’t consider order, there are ways to choose the location of the Beatles songs (the denominator). Of these, we have ways to choose the location of the last 9 Beatles songs, and one specific way to choose the first five selections. Taking the ratio, we get the same answer as before.