Online Materials: Counting Rules The Poisson Distribution

Size: px
Start display at page:

Download "Online Materials: Counting Rules The Poisson Distribution"

Transcription

1 Chapter 6 The Poisson Distribution Counting Rules When the outcomes of a chance experiment are equally likely, one way to determine the probability of some event E is to calculate number of outcomes for which E occurs P(E ) total number of possible outcomes For example, if a chance experiment consists of rolling two dice, there are 36 possible outcomes, shown in the accompanying table. Possible Outcomes for Rolling Two Dice 1,1 1,2 1,3 1,4 1, 1,6 2,1 2,2 2,3 2,4 2, 2,6 3,1 3,2 3,3 3,4 3, 3,6 4,1 4,2 4,3 4,4 4, 4,6,1,2,3,4,,6 6,1 6,2 6,3 6,4 6, 6,6 If the dice are fair, each of these 36 outcomes is equally likely. Because 6 of these outcomes result in a total of 7 (the highlighted outcomes in the table), P (total on two dice is 7 ) 6 36 Listing the possible outcomes and then counting the total number of outcomes and the number of outcomes favorable to the event of interest is one way to determine the two counts needed to calculate the desired probability. However, if the number of possible outcomes is large, this can be tedious. In many situations, a quicker way to count is to use one of the following approaches: 1. Fundamental Counting Rule 2. Permutations 3. Combinations Fundamental Counting Rule When an outcome can be thought of as being generated by following a sequence of steps and the number of different ways each step can be completed is known, the fundamental counting rule specifies the total number of possible outcomes. Fundamental Counting Rule Suppose an outcome can be generated by following a sequence of k steps. If Step 1 can be completed in n 1 ways, Step 2 can be completed in n 2 ways, and so on, then total number of outcomes (n 1 )(n 2 ) (n k )

2 CHAPTER 6 3 For example, suppose that you have purchased a new combination lock. The lock has three wheels, each of which can be set to one of ten positions labeled, 1,,. How many different ways are there to set the combination for the lock? In this case, the answer should be obvious because each combination is a three-digit number, and there are 1, different three-digit numbers (, 1,, ). But the fundamental counting rule could have also been used. Setting a combination can be viewed as consisting of three steps: Step 1: Selecting a digit for the first wheel Step 2: Selecting a digit for the second wheel Step 3: Selecting a digit for the third wheel Step 1 can be completed in ten different ways, Step 2 can be completed in ten different ways, and Step 3 can be completed in ten different ways. Using the fundamental counting rule, total number of possible combinations (1 )(1 )(1 ) (1,) Example 6.34 Selecting a Password Suppose that the password for a particular debit card must consist of four characters. It must begin and end with a letter, and the two middle characters must be digits. How many different passwords are possible? You can view selecting a password as consisting of four steps, with the first step being selection of the first password character, and so on. Because there are 26 letters and ten digits, using the fundamental counting rule results in Permutations and Combinations In some situations, outcomes can be thought of as making selections from a fixed set of items. For example, an instructor who assigned ten homework problems may want to select three of these problems to put on a quiz. There are a large number of different possible quizzes that might result. If the homework problems are labeled H 1, H 2,, and H 1, one possible quiz might consist of H 1, H, and H 6 and another quiz might consist of H 2, H 7, and H 1. Each subset of three problems selected from the ten homework problems represents a different possible quiz. Before looking at a way to determine how many different quizzes are possible, you need to think about one more thing does order make a difference? That is, would you consider a quiz consisting of problems H 1, H, and H 6 in that order a different quiz than a quiz that had the same three problems, but in a different order (such as H 1, H 6, and H )? If different orders are considered as different outcomes, you want to count the number of different ordered subsets, which are called permutations. If different orders of the same items are considered as the same outcome, you want to count the number of unordered subsets, which are called combinations. Definition total number of passwords (26 )(1 )(1 )(26 ) 67,6 A permutation is an ordered subset of k distinct items selected from a set of n distinct items. A combination is an unordered subset of k distinct items selected from a set of n distinct items. Before considering formulas that will allow you to calculate the number of different permutations or the number of different combinations, let s look at a simple example.

3 4 CHAPTER 6 Example 6.3 Selecting Club Officers Suppose that five members of a service club (Allan, Betty, Cindy, David, and Eric) have volunteered to serve as officers for the upcoming year. There are three offices: president, vice-president, and treasurer. How many different ways are there to fill the three offices? Here, order is important, because the outcome A, B, C (where Allan is president, Betty is vice-president, and Cindy is treasurer) is a different outcome than C, B, A. To evaluate the number of different outcomes, you want to know how many different permutations of three members selected from the five volunteers are possible. Think of generating an outcome by first selecting a president ( choices), then selecting a vice-president (4 choices remaining), and then selecting a treasurer (3 choices). The fundamental counting rule can be used to determine that There are formulas that will allow you to calculate the number of permutations or the number of combinations directly, without having to go through the work illustrated in Example 6.3. These formulas use factorial notation. Recall that for any positive integer k, k factorial is denoted by k! and is defined as and! is defined to be 1. Permutations number of permutation ( )(4 )(3 ) 6 What if the club was managed by a three-person executive board and that these individuals did not hold specific offices, such as president? In this situation, order doesn t matter you would consider the executive board consisting of A, B, and C to be the same as the board consisting of B, A, and C. In this situation, you want to calculate the number of different combinations of three members selected from the five volunteers. Consider the executive board consisting of A, B, and C. These three members can be listed in six different orders: ABC, ACB, BAC, BCA, CAB, CBA. Each of these six ordered arrangements was counted as different when you determined that there were 6 permutations. The count of permutations over-counted combinations by a factor of six. This means that number of combinations k! (k)(k 2 1)(k 2 2) (1) The number of ordered subsets of k items selected from a set of n items, denoted by n P k, is calculated using the following formula: P n! n k (n 2 k )! Example 6.36 ipod Shuffle Suppose that Chris has ten songs in a playlist on his ipod. A shuffle is a random ordering of songs from a playlist. How many different shuffles of four songs can be created from songs in this playlist? Each possible shuffle is a permutation of four songs chosen from the ten in the playlist. The number of different shuffles is P 1! 1 4 (1 2 4)! 1! 6! 3,628,8,4 72 Most graphing calculators and statistics software packages can calculate the number of permutations (or the number of combinations) given n and k.

4 CHAPTER 6 Combinations The number of unordered subsets of k items selected from a set of n items, denoted by n C k, is calculated using the following formula: C n! n k k!(n 2 k )! Example 6.37 ipod Revisited Suppose you want to create a playlist of 1 songs on an ipod. A playlist is a collection of songs chosen from all the songs on an ipod. How many different playlists are possible if you have 3 songs on your ipod? Because a playlist is an unordered collection of songs, each playlist is a combination of 1 songs chosen from the 3 songs on the ipod. The number of different playlists is C 3! 3 1 1!(3 2 1)! 3! 1! 2! This can be evaluated using a graphing calculator or software to obtain C 3,4,1 3 1 That is over 3 million different playlists! And with more songs on the ipod, this number would be even larger. Example 6.38 Figure Skating Competitions In figure skating competitions, skaters perform both a short program and a long program. For the short program, skaters are divided at random into groups of 6 skaters. The skating order within each group is assigned at random. Suppose that 24 skaters have entered a competition. How many different possibilities are possible for the program listing for the first group of skaters to perform the short program? It is often the case with counting problems that there are multiple ways to solve them. Let s consider two different ways to answer this question. Solution 1 You can think of determining the program listing for the first group as consisting of two steps: Step 1: Select the six skaters who will be in the first group. Step 2: Determine the skating order for these six skaters. Step 1 can be completed in 24 C 6 ways, and then for each of these possible groups of skaters, there are 6 P 6 ways to order the skaters. The total number of different possible program listings is (using the fundamental counting rule) ( 24 C 6 ) ( 6 P 6 ) ( 24! 6!18! )( 6!! ) (134,6)(72) 6,,12 Solution 2 Another way to think about this problem is to recognize that even though the description of how the first group and skating order are determined was described as a two-step process (selecting the group, then determining the order), this is equivalent to just asking how many different ordered arrangements of six can be formed from the set of 24 skaters a permutation. So, total number of program listings 24 P 6 6,,12

5 6 CHAPTER 6 Exercises 6.11 How many different passwords are possible if a password must begin with a letter and must consist of eight characters that must be letters or numbers? California automobile license plate numbers begin with a non-zero digit, followed by three letters, followed by three digits (which can be zero). How many different license plate numbers are possible using this format? Jeanie has a list of seven errands she needs to complete, but she only has time to do three of them today. How many ways are possible for Jeanie to select the three errands she will complete today? A professor plans to ask 3 different students in her math class to participate in a class demonstration. How many different ways to select these three students are possible if there are students in the class? 6.11 A professor assigned ten homework problems. He plans to select four of these problems to be graded. a. Suppose you only have time to complete six of these problems. How many different ways are there to choose which six problems you will do? b. How many different ways are there for the professor to select four problems to be graded? c. How many different ways are there to select four problems from the six that you completed? d. If the professor selects the four problems to be graded at random, what is the probability that all four problems selected for grading are from the six that you completed? 6.12 How many different sequences of three different characters can be formed using the letters NEWYORK? A baseball team has 1 players. The coach must submit a starting batting order, which consists of players and the order in which they will bat. How many different batting orders are possible? The Poisson Distribution In Section 6.7 you learned about two discrete probability distributions the binomial distribution and the geometric distribution. In this section, you will see another widely used discrete probability distribution called the Poisson distribution. A Poisson distribution is used to describe the behavior of a random variable that counts the number of occurrences of some random event during a fixed time interval or over a fixed space. For example, you might be interested in the number of calls to a customer service center during a three-hour period or the number of accidents occurring along a particular stretch of highway. If the event you are interested in occurs at random, but with a known overall rate, and the properties in the following box are satisfied, then the random variable x number of occurrences in a fixed interval has a Poisson distribution. If x = number of occurrences in a fixed interval and the following conditions are met, x has a Poisson distribution. Conditions for a Poisson Distribution 1. The probability of more than one occurrence in a very small interval is. 2. The probabilities of an occurrence in each of two intervals of the same length are equal. 3. The number of occurrences in any particular interval is independent of the number of occurrences prior to that interval. These conditions are satisfied when occurrences are random but with a fixed overall rate. For example, consider calls coming in to a customer service center, and define x to be x number of calls received during a 1-hour period From past experience, you might know that calls come in at random times but with an overall rate of about two per minute. It is then reasonable to think that

6 CHAPTER The chance of more than one call in any very small time interval (for example,.1 seconds) is equal to. 2. The chances of a call coming in during each of two different intervals of the same length are equal. 3. The number of calls during any particular interval is independent of the number of calls that were received prior to this interval. These observations are consistent with calls coming in at random times, but with an overall rate of two per minute. Because the conditions are met, the behavior of the random variable x can be described by a Poisson distribution. The Poisson Distribution Let the overall rate of occurrence of the random event in 1 unit of time or space (such as 1 minute or 1 mile) t a fixed interval of time or space (such as 2 minutes or miles) Then if the conditions for a Poisson distribution are met x number of occurrences in an interval of length t has a Poisson distribution. The Poisson distribution is defined by the following formula: P(x) (x occurences in an interval of length t) ( t ) x e 2 t x, 1, 2, x! (e in this formula is a mathematical constant that is approximately equal to ) Example 6.3 Paint Bubbles Sometimes bubbles form in paint as it dries, creating flaws in the paint surface. Suppose that for a particular type of paint, bubbles form at random, with an overall rate of.3 per square foot. What is the probability of observing five bubbles in a 1-square-foot wall that has been painted with this paint? In this example, the occurrence you are interested in is a paint bubble. Bubbles occur at random with a known rate of.3 per square foot. This mean that.3, the unit of space for this rate is 1 square foot, and the interval of interest is t 1 square feet. The desired probability is then p() ( (.3)(1) ) e 2(.3)(1)! 3 (2.718) 23 (234)(.48) 11.64! Graphing calculators and statistical software can also be used to compute Poisson probabilities. For example, Minitab was used to compute p (x # ) p() 1 p(1) 1 p(2) 1 p(3) 1 p(4) 1 p() The difference in the value of p() from the value in the hand calculations (.181 versus.7) is a result of Minitab using more decimal accuracy in the computations and in the value of e. Example 6.4 Calls to -1-1 Suppose that in a particular county, calls come in to the -1-1 emergency number at random with an overall rate of three per hour. What is the probability of observing eight calls in a two-hour period? To answer this question, you would need to evaluate

7 8 CHAPTER 6 ( t) x e 2 t p(x) x! where x 8, 3, and t 2. This results in p (8) (6) 8 (2.718) 26 (1,67,616)(.248) 4, ! 4, Exercises An automobile club reports that requests for roadside assistance come in at random times with an overall rate of four per hour. a. What is the probability that exactly ten requests are received in a particular two-hour time period? b. What is the probability that there are no calls in a particular one-hour time period? A cookie manufacturer makes chocolate chip cookies. When the cookie dough is prepared, chocolate chips are added to the dough in a way that distributes them at random throughout the dough. Because about 12, chips are added to a batch of dough that makes 1, cookies, the company knows that, on average, there are 12 chocolate chips per cookie. a. What is the probability that a randomly selected cookie will have four or fewer chocolate chips? b. What is the probability that the total number of chocolate chips in three randomly selected cookies will be exactly 36? Suppose that the random variable x has a Poisson distribution with rate 6 per hour. For a particular one-hour time interval, is it more likely that x or that x 7? Support your answer with the appropriate probability calculations Suppose that the random variable x has a Poisson distribution with rate. per hour and the random variable y has a Poisson distribution with rate 2 per hour. a. Calculate the probabilities needed to complete the following tables. Round your answers to four decimal places. x p(x) b. Possible values for a random variable that has a Poison distribution are, 1, 2, 3, Even though possible values are all nonnegative integers, what do you notice about p(x) for t 1 as the value of x gets large relative to? Draw a probability histogram for each of the Poisson distributions for which you calculated probabilities in the previous exercise (., t 1 and 2, t 1 ) using possible values to on the horizontal axis. How do the two probability distributions compare with respect to shape, center, and variability? y p(y)

8 CHAPTER 6 Counting Rules Answers for Selected Exercises Counting Rules (26) (36) 6 6,6,34, () (26) 3 (1) 3 18,184, C C 3 1, (a) 1 C 6 21 (b) 1 C 4 21 (c) 6 C 4 1 (d) P P 1,816,214,4 The Poisson Distribution (a) 4, t 2, p(1).3 (b) 4, t 1, p() (a) 12, t 1 p() 1 p(1) 1 p(2) 1 p(3) 1 p(4) (b) 12, t 3, p(36) , t 1, p().16623, p(7) , p() is greater than p(7) (a) x p(x) y p(y) p(x) p(y) x 4 y Both distributions are positively skewed. The distribution of x is centered at about., whereas the distribution of y is centered at about 2. There is more variability in the y distribution (b) As the value of x gets large compared to the value of, p(x) gets close to.

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

35 Permutations, Combinations and Probability

35 Permutations, Combinations and Probability 35 Permutations, Combinations and Probability Thus far we have been able to list the elements of a sample space by drawing a tree diagram. For large sample spaces tree diagrams become very complex to construct.

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

Section 6-5 Sample Spaces and Probability

Section 6-5 Sample Spaces and Probability 492 6 SEQUENCES, SERIES, AND PROBABILITY 52. How many committees of 4 people are possible from a group of 9 people if (A) There are no restrictions? (B) Both Juan and Mary must be on the committee? (C)

More information

Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment.

Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment. Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment. 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2

More information

The Utah Basic Skills Competency Test Framework Mathematics Content and Sample Questions

The Utah Basic Skills Competency Test Framework Mathematics Content and Sample Questions The Utah Basic Skills Competency Test Framework Mathematics Content and Questions Utah law (53A-1-611) requires that all high school students pass The Utah Basic Skills Competency Test in order to receive

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

More information

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

Section 6.1 Discrete Random variables Probability Distribution

Section 6.1 Discrete Random variables Probability Distribution Section 6.1 Discrete Random variables Probability Distribution Definitions a) Random variable is a variable whose values are determined by chance. b) Discrete Probability distribution consists of the values

More information

Math Common Core Sampler Test

Math Common Core Sampler Test High School Algebra Core Curriculum Math Test Math Common Core Sampler Test Our High School Algebra sampler covers the twenty most common questions that we see targeted for this level. For complete tests

More information

Math Common Core Sampler Test

Math Common Core Sampler Test Math Common Core Sampler Test This sample test reviews the top 20 questions we have seen on the 37 assessment directly written for the Common Core Curriculum. This test will be updated as we see new questions

More information

Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro

Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro 1. A restaurant offers four sizes of pizza, two types of crust, and eight toppings. How many possible combinations of pizza

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice,

More information

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

Probability Distributions

Probability Distributions CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,

More information

Practice Problems #4

Practice Problems #4 Practice Problems #4 PRACTICE PROBLEMS FOR HOMEWORK 4 (1) Read section 2.5 of the text. (2) Solve the practice problems below. (3) Open Homework Assignment #4, solve the problems, and submit multiple-choice

More information

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Construct and Interpret Binomial Distributions

Construct and Interpret Binomial Distributions CH 6.2 Distribution.notebook A random variable is a variable whose values are determined by the outcome of the experiment. 1 CH 6.2 Distribution.notebook A probability distribution is a function which

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Lecture 2 Binomial and Poisson Probability Distributions

Lecture 2 Binomial and Poisson Probability Distributions Lecture 2 Binomial and Poisson Probability Distributions Binomial Probability Distribution l Consider a situation where there are only two possible outcomes (a Bernoulli trial) H Example: u flipping a

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Lecture 5 : The Poisson Distribution

Lecture 5 : The Poisson Distribution Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,

More information

Probability. Distribution. Outline

Probability. Distribution. Outline 7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The

More information

STAT 360 Probability and Statistics. Fall 2012

STAT 360 Probability and Statistics. Fall 2012 STAT 360 Probability and Statistics Fall 2012 1) General information: Crosslisted course offered as STAT 360, MATH 360 Semester: Fall 2012, Aug 20--Dec 07 Course name: Probability and Statistics Number

More information

Applied Reliability ------------------------------------------------------------------------------------------------------------ Applied Reliability

Applied Reliability ------------------------------------------------------------------------------------------------------------ Applied Reliability Applied Reliability Techniques for Reliability Analysis with Applied Reliability Tools (ART) (an EXCEL Add-In) and JMP Software AM216 Class 6 Notes Santa Clara University Copyright David C. Trindade, Ph.

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Discrete mathematics

Discrete mathematics Discrete mathematics Petr Kovář petr.kovar@vsb.cz VŠB Technical University of Ostrava DiM 470-2301/01, Winter term 2015/2016 About this file This file is meant to be a guideline for the lecturer. Many

More information

Indicator 2: Use a variety of algebraic concepts and methods to solve equations and inequalities.

Indicator 2: Use a variety of algebraic concepts and methods to solve equations and inequalities. 3 rd Grade Math Learning Targets Algebra: Indicator 1: Use procedures to transform algebraic expressions. 3.A.1.1. Students are able to explain the relationship between repeated addition and multiplication.

More information

E3: PROBABILITY AND STATISTICS lecture notes

E3: PROBABILITY AND STATISTICS lecture notes E3: PROBABILITY AND STATISTICS lecture notes 2 Contents 1 PROBABILITY THEORY 7 1.1 Experiments and random events............................ 7 1.2 Certain event. Impossible event............................

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

SECTION 10-5 Multiplication Principle, Permutations, and Combinations

SECTION 10-5 Multiplication Principle, Permutations, and Combinations 10-5 Multiplication Principle, Permutations, and Combinations 761 54. Can you guess what the next two rows in Pascal s triangle, shown at right, are? Compare the numbers in the triangle with the binomial

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 5, due Wednesday, February 22 5.1.4 Let P (n) be the statement that 1 3 + 2 3 + + n 3 = (n(n + 1)/2) 2 for the positive integer n. a) What

More information

SAMPLING DISTRIBUTIONS

SAMPLING DISTRIBUTIONS 0009T_c07_308-352.qd 06/03/03 20:44 Page 308 7Chapter SAMPLING DISTRIBUTIONS 7.1 Population and Sampling Distributions 7.2 Sampling and Nonsampling Errors 7.3 Mean and Standard Deviation of 7.4 Shape of

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

More information

Section 5 Part 2. Probability Distributions for Discrete Random Variables

Section 5 Part 2. Probability Distributions for Discrete Random Variables Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

More information

Mathematics Higher Level

Mathematics Higher Level Mathematics Higher Level for the IB Diploma Exam Preparation Guide Paul Fannon, Vesna Kadelburg, Ben Woolley, Stephen Ward INTRODUCTION ABOUT THIS BOOK If you are using this book, you re probably getting

More information

PROBABILITY SECOND EDITION

PROBABILITY SECOND EDITION PROBABILITY SECOND EDITION Table of Contents How to Use This Series........................................... v Foreword..................................................... vi Basics 1. Probability All

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 7, due Wedneday, March 14 Happy Pi Day! (If any errors are spotted, please email them to morrison at math dot berkeley dot edu..5.10 A croissant

More information

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve word problems that call for addition of three whole numbers

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Learning Objectives Upon successful completion of Chapter 4, you will be able to: Determine sample spaces and find the probability of an event using classical

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Hoover High School Math League. Counting and Probability

Hoover High School Math League. Counting and Probability Hoover High School Math League Counting and Probability Problems. At a sandwich shop there are 2 kinds of bread, 5 kinds of cold cuts, 3 kinds of cheese, and 2 kinds of dressing. How many different sandwiches

More information

Worksheet 2 nd. STANDARD COMPETENCY : 1. To use the statistics rules, the rules of counting, and the characteristic of probability in problem solving.

Worksheet 2 nd. STANDARD COMPETENCY : 1. To use the statistics rules, the rules of counting, and the characteristic of probability in problem solving. Worksheet 2 nd Topic : PERMUTATIONS TIME : 4 X 45 minutes STANDARD COMPETENCY : 1. To use the statistics rules, the rules of counting, and the characteristic of probability in problem solving. BASIC COMPETENCY:

More information

X: 0 1 2 3 4 5 6 7 8 9 Probability: 0.061 0.154 0.228 0.229 0.173 0.094 0.041 0.015 0.004 0.001

X: 0 1 2 3 4 5 6 7 8 9 Probability: 0.061 0.154 0.228 0.229 0.173 0.094 0.041 0.015 0.004 0.001 Tuesday, January 17: 6.1 Discrete Random Variables Read 341 344 What is a random variable? Give some examples. What is a probability distribution? What is a discrete random variable? Give some examples.

More information

LESSON 4 Missing Numbers in Multiplication Missing Numbers in Division LESSON 5 Order of Operations, Part 1 LESSON 6 Fractional Parts LESSON 7 Lines,

LESSON 4 Missing Numbers in Multiplication Missing Numbers in Division LESSON 5 Order of Operations, Part 1 LESSON 6 Fractional Parts LESSON 7 Lines, Saxon Math 7/6 Class Description: Saxon mathematics is based on the principle of developing math skills incrementally and reviewing past skills daily. It also incorporates regular and cumulative assessments.

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

CHAPTER 7 SECTION 5: RANDOM VARIABLES AND DISCRETE PROBABILITY DISTRIBUTIONS

CHAPTER 7 SECTION 5: RANDOM VARIABLES AND DISCRETE PROBABILITY DISTRIBUTIONS CHAPTER 7 SECTION 5: RANDOM VARIABLES AND DISCRETE PROBABILITY DISTRIBUTIONS TRUE/FALSE 235. The Poisson probability distribution is a continuous probability distribution. F 236. In a Poisson distribution,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Ch. 4 Discrete Probability Distributions 4.1 Probability Distributions 1 Decide if a Random Variable is Discrete or Continuous 1) State whether the variable is discrete or continuous. The number of cups

More information

Basics of Counting. The product rule. Product rule example. 22C:19, Chapter 6 Hantao Zhang. Sample question. Total is 18 * 325 = 5850

Basics of Counting. The product rule. Product rule example. 22C:19, Chapter 6 Hantao Zhang. Sample question. Total is 18 * 325 = 5850 Basics of Counting 22C:19, Chapter 6 Hantao Zhang 1 The product rule Also called the multiplication rule If there are n 1 ways to do task 1, and n 2 ways to do task 2 Then there are n 1 n 2 ways to do

More information

Linear Equations and Inequalities

Linear Equations and Inequalities Linear Equations and Inequalities Section 1.1 Prof. Wodarz Math 109 - Fall 2008 Contents 1 Linear Equations 2 1.1 Standard Form of a Linear Equation................ 2 1.2 Solving Linear Equations......................

More information

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

AMC 10. Contest B. Wednesday, FEBRUARY 16, 2005. 6 th Annual American Mathematics Contest 10

AMC 10. Contest B. Wednesday, FEBRUARY 16, 2005. 6 th Annual American Mathematics Contest 10 Wednesday, FEBRUARY 6, 005 6 th Annual American Mathematics Contest 0 AMC 0 Contest B The MATHEMATICAL ASSOCIATION OF AMERICA American Mathematics Competitions. DO NOT OPEN THIS BOOKLET UNTIL YOUR PROCTOR

More information

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover

More information

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Lesson 17: Margin of Error When Estimating a Population Proportion

Lesson 17: Margin of Error When Estimating a Population Proportion Margin of Error When Estimating a Population Proportion Classwork In this lesson, you will find and interpret the standard deviation of a simulated distribution for a sample proportion and use this information

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS A. Monday, January 27, 2003 1:15 to 4:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS A. Monday, January 27, 2003 1:15 to 4:15 p.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS A Monday, January 27, 2003 1:15 to 4:15 p.m., only Print Your Name: Print Your School s Name: Print your name and the

More information

Thursday, November 13: 6.1 Discrete Random Variables

Thursday, November 13: 6.1 Discrete Random Variables Thursday, November 13: 6.1 Discrete Random Variables Read 347 350 What is a random variable? Give some examples. What is a probability distribution? What is a discrete random variable? Give some examples.

More information

7.S.8 Interpret data to provide the basis for predictions and to establish

7.S.8 Interpret data to provide the basis for predictions and to establish 7 th Grade Probability Unit 7.S.8 Interpret data to provide the basis for predictions and to establish experimental probabilities. 7.S.10 Predict the outcome of experiment 7.S.11 Design and conduct an

More information

Probabilistic Strategies: Solutions

Probabilistic Strategies: Solutions Probability Victor Xu Probabilistic Strategies: Solutions Western PA ARML Practice April 3, 2016 1 Problems 1. You roll two 6-sided dice. What s the probability of rolling at least one 6? There is a 1

More information

Negative Binomial. Paul Johnson and Andrea Vieux. June 10, 2013

Negative Binomial. Paul Johnson and Andrea Vieux. June 10, 2013 Negative Binomial Paul Johnson and Andrea Vieux June, 23 Introduction The Negative Binomial is discrete probability distribution, one that can be used for counts or other integervalued variables. It gives

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Charlesworth School Year Group Maths Targets

Charlesworth School Year Group Maths Targets Charlesworth School Year Group Maths Targets Year One Maths Target Sheet Key Statement KS1 Maths Targets (Expected) These skills must be secure to move beyond expected. I can compare, describe and solve

More information

Unit 13 Handling data. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives

Unit 13 Handling data. Year 4. Five daily lessons. Autumn term. Unit Objectives. Link Objectives Unit 13 Handling data Five daily lessons Year 4 Autumn term (Key objectives in bold) Unit Objectives Year 4 Solve a problem by collecting quickly, organising, Pages 114-117 representing and interpreting

More information

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations)

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Note: At my school, there is only room for one math main lesson block in ninth grade. Therefore,

More information

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below: Sample Term Test 2A 1. A variable X has a distribution which is described by the density curve shown below: What proportion of values of X fall between 1 and 6? (A) 0.550 (B) 0.575 (C) 0.600 (D) 0.625

More information

10.2 Series and Convergence

10.2 Series and Convergence 10.2 Series and Convergence Write sums using sigma notation Find the partial sums of series and determine convergence or divergence of infinite series Find the N th partial sums of geometric series and

More information

Continuous Random Variables

Continuous Random Variables Chapter 5 Continuous Random Variables 5.1 Continuous Random Variables 1 5.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize and understand continuous

More information

Common Core State Standards for Mathematics Accelerated 7th Grade

Common Core State Standards for Mathematics Accelerated 7th Grade A Correlation of 2013 To the to the Introduction This document demonstrates how Mathematics Accelerated Grade 7, 2013, meets the. Correlation references are to the pages within the Student Edition. Meeting

More information

Lecture 6: Discrete & Continuous Probability and Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September

More information

Lecture 16 : Relations and Functions DRAFT

Lecture 16 : Relations and Functions DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/29/2011 Lecture 16 : Relations and Functions Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT In Lecture 3, we described a correspondence

More information

AP Statistics 7!3! 6!

AP Statistics 7!3! 6! Lesson 6-4 Introduction to Binomial Distributions Factorials 3!= Definition: n! = n( n 1)( n 2)...(3)(2)(1), n 0 Note: 0! = 1 (by definition) Ex. #1 Evaluate: a) 5! b) 3!(4!) c) 7!3! 6! d) 22! 21! 20!

More information

Chapter 3. Distribution Problems. 3.1 The idea of a distribution. 3.1.1 The twenty-fold way

Chapter 3. Distribution Problems. 3.1 The idea of a distribution. 3.1.1 The twenty-fold way Chapter 3 Distribution Problems 3.1 The idea of a distribution Many of the problems we solved in Chapter 1 may be thought of as problems of distributing objects (such as pieces of fruit or ping-pong balls)

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

Section 6.4: Counting Subsets of a Set: Combinations

Section 6.4: Counting Subsets of a Set: Combinations Section 6.4: Counting Subsets of a Set: Combinations In section 6.2, we learnt how to count the number of r-permutations from an n-element set (recall that an r-permutation is an ordered selection of r

More information

CHAPTER 4 DIMENSIONAL ANALYSIS

CHAPTER 4 DIMENSIONAL ANALYSIS CHAPTER 4 DIMENSIONAL ANALYSIS 1. DIMENSIONAL ANALYSIS Dimensional analysis, which is also known as the factor label method or unit conversion method, is an extremely important tool in the field of chemistry.

More information

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2015 Objectives After this lesson we will be able to: determine whether a probability

More information

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80)

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) CS 30, Winter 2016 by Prasad Jayanti 1. (10 points) Here is the famous Monty Hall Puzzle. Suppose you are on a game show, and you

More information

Administrative - Master Syllabus COVER SHEET

Administrative - Master Syllabus COVER SHEET Administrative - Master Syllabus COVER SHEET Purpose: It is the intention of this to provide a general description of the course, outline the required elements of the course and to lay the foundation for

More information

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions.

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014 Introductory Probability MATH 07: Finite Mathematics University of Louisville March 5, 204 What is probability? Counting and probability 2 / 3 Probability in our daily lives We see chances, odds, and probabilities

More information

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have 8.6 Rational Exponents 8.6 OBJECTIVES 1. Define rational exponents 2. Simplify expressions containing rational exponents 3. Use a calculator to estimate the value of an expression containing rational exponents

More information

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett Lecture Note 1 Set and Probability Theory MIT 14.30 Spring 2006 Herman Bennett 1 Set Theory 1.1 Definitions and Theorems 1. Experiment: any action or process whose outcome is subject to uncertainty. 2.

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 2 Solutions

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 2 Solutions Math 70/408, Spring 2008 Prof. A.J. Hildebrand Actuarial Exam Practice Problem Set 2 Solutions About this problem set: These are problems from Course /P actuarial exams that I have collected over the years,

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution James H. Steiger November 10, 00 1 Topics for this Module 1. The Binomial Process. The Binomial Random Variable. The Binomial Distribution (a) Computing the Binomial pdf (b) Computing

More information

Math Games For Skills and Concepts

Math Games For Skills and Concepts Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,

More information

MAT 155. Key Concept. September 27, 2010. 155S5.5_3 Poisson Probability Distributions. Chapter 5 Probability Distributions

MAT 155. Key Concept. September 27, 2010. 155S5.5_3 Poisson Probability Distributions. Chapter 5 Probability Distributions MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 5 Probability Distributions 5 1 Review and Preview 5 2 Random Variables 5 3 Binomial Probability Distributions 5 4 Mean, Variance and Standard

More information

1 Combinations, Permutations, and Elementary Probability

1 Combinations, Permutations, and Elementary Probability 1 Combinations, Permutations, and Elementary Probability Roughly speaking, Permutations are ways of grouping things where the order is important. Combinations are ways of grouping things where the order

More information

The mathematical branch of probability has its

The mathematical branch of probability has its ACTIVITIES for students Matthew A. Carlton and Mary V. Mortlock Teaching Probability and Statistics through Game Shows The mathematical branch of probability has its origins in games and gambling. And

More information

Problem of the Month: Fair Games

Problem of the Month: Fair Games Problem of the Month: The Problems of the Month (POM) are used in a variety of ways to promote problem solving and to foster the first standard of mathematical practice from the Common Core State Standards:

More information

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000 Lecture 4 Nancy Pfenning Stats 000 Chapter 7: Probability Last time we established some basic definitions and rules of probability: Rule : P (A C ) = P (A). Rule 2: In general, the probability of one event

More information

Negative Integral Exponents. If x is nonzero, the reciprocal of x is written as 1 x. For example, the reciprocal of 23 is written as 2

Negative Integral Exponents. If x is nonzero, the reciprocal of x is written as 1 x. For example, the reciprocal of 23 is written as 2 4 (4-) Chapter 4 Polynomials and Eponents P( r) 0 ( r) dollars. Which law of eponents can be used to simplify the last epression? Simplify it. P( r) 7. CD rollover. Ronnie invested P dollars in a -year

More information