Discrete Probability Distributions

Size: px
Start display at page:

Download "Discrete Probability Distributions"

Transcription

1 Chapter 5 Discrete Probability Distributions Goal: To become familiar with how to use Excel 2007/2010 for binomial distributions. Instructions: Open Excel and click on the Stat button in the Quick Access Bar. Scroll down until you see BINOM.DIST. (It might be spelt slightly different in Excel 2007). Select that tool. Here is what you should see: Try finding the probability of 5 or fewer successes when there were 24 trials and the probability of success on any one trial is 0.5. Fill out the tool as follows: Number_s: 5 Trials: 24 Probability_s: 0.5 Cumulative: true Midway down the tool screen on the right, you ll see the answer. It should read Try it. 15

2 Goal: To become familiar with how to use Excel 2007/2010 for Poisson distributions. Instructions: Open Excel and click on the Stat button in the Quick Access Bar. Scroll down until you see POISSON. (It might be spelt slightly different in Excel 2007). Select that tool. Here is what you should see: Try finding the probability of 7 arrivals during some minute when the average number of arrivals is 3.5 per minute. Fill out the tool as follows: X: 7 Mean: 3.5 Cumulative: false You should see a probability of Try it. 16

3 Chapter 5 Goal: Discrete Probability Distributions To become familiar with discrete probability distributions and specifically, the Binomial Distribution and the Poisson Distribution. Reading: Triola, Chapter 5, Sections A stochastic process is any process that generates values in a random fashion, each of which has a probability associated with it. For example, rolling dice is a stochastic process generating numbers, 2 through 12, in a random way, and the probability of throwing a 7 for example, is 1/6. Taking a poll is a stochastic process because you cannot predict how a person is going to answer other than yes or no if those are your only two choices A random variable is a number that results from a stochastic process and hence has a probability associated with it. For example, if we re rolling dice, then the random variable is the sum showing on the dice, a number between 2 and 12. If we use to represent the random number, then is a specific event. We typically use capital letters like A or B. Therefore if A is the event that we roll a seven all of the following are equivalent: ( ) ( ) In the case of polling, if we code a yes answer as the number 1 and a no answer as a 0, then X can take on one of two values, 0 or 1, and we can then ask such questions as what is P(X=7) equal to. A probability distribution is a set of all possible outcomes from some stochastic process, showing or describing each random variable generated by the process along with its associated probability. For example, the following table shows all possible outcomes of rolling dice and the probability of each outcome, and hence is a probability distribution: Notice the similarity between a probability distribution and a frequency distribution. How can you turn any frequency distribution into a probability distribution? 17

4 Each value of X is a possible outcome of rolling the dice. Note that the sum of all the probabilities is 1.0, as well it should be since one of those rolls has to occur. This is an important property of a probability distribution. The probabilities must always sum to 1.0 or otherwise it s not a probability distribution. A discrete probability distribution is one that results from a stochastic process, where the random variable is a discrete number. We will study continuous probability distributions in a later chapter. Rolling dice is a good example of a process that generates a discrete probability distribution. Binomial Distribution A commonly encountered discrete probability distribution is the binomial probability distribution. The following process will generate one: 1. The process has a fixed number of trials. For example, let s say we roll the dice 50 times. 2. The trials must be independent. Each roll is independent of the other rolls; no roll depends on a previous roll regardless of what the spectators are telling you at the casino. 3. Each trial must have only one of two outcomes. Here, our dice example deviates, because anyone of eleven numbers can come up. However, if we change things just slightly, we can make it fit. If we define a win or a success as when the number 7 comes up, and everything else as a loss or failure, then we have only two possible outcomes, success or failure. 4. The probability of a win or a success remains the same throughout all the trials. In our case, given the we defined a success as rolling a seven, the probability of a success is for each roll (the probability of a failure or loss would then be ). There are tables for finding the probabilities of different events given that we are working with a binomial distribution. However, we are going to use Excel. For example, let s say that we roll the dice 10 times. What is the probability that we will roll exactly 4 sevens? You run the BINOM.DIST tool, found on the Statistics function menu, and fill it out as shown below. Number_s is the number of successes you re testing for, in this case 4. Trials is the total number of times you roll the dice. Probability_s is the probability of rolling a seven on any one roll. Cumulative is set to false if we want exactly 4 times. As you can see in the middle of the window, the probability of rolling a 7 exactly four times out of ten is (rounded to four decimal places). 18

5 Now suppose that we wanted to know the probability of rolling a 7 no more than four times. This means that in addition to rolling a 7 four times, we also include the case of rolling a 7 three times, or two times, or one time or no time. This is what we mean by no more than aka, less than or equal to. The only change in the use of the BINOMDIST tool is that we now enter true for Cumulative: We now see that the probability of rolling a 7 no more than four times has jumped to Finally, how would we find the probability of rolling a 7 at least four times. This means that we would count rolling a 7 four times, five times, six, seven, eight, nine, or ten times. Note, it s or and not and. Take a moment here and think about the differences and similarities between, no more than four, at least four, four or less, four or more. The problem we encounter is that the tool is designed to give us only the case where we are asking for no more than a certain number. Hence, we have to use the complement of the event, and then subtract that result from 1.0. The complement of at least four times is no more than three times. Think about that for a while. We use the tool to find the probability of rolling a 7 no more than three times (Number_s will be 3). The probability is Therefore, the probability of rolling a 7 at least four times is ( ) ( ) Here s another example of how to the binomial distribution is used. Let s say that Kim felt she was highly qualified for a job she applied for but didn t get it, and that she suspected the company of gender discrimination. After a little research, she found that out of the last 20 new employees hired, only three were women. Furthermore, the applicant pool was very large and had an equal number of qualified men and women in it. If there was no hiring bias, you would expect that each person had a chance of getting hired or a probability of 0.5. However, Kim found that only 15% of the new employees were women. Now, 15% is a lot smaller than 50%, so how likely is it that only 15% hired were women if we assume that there is no gender bias? To answer this question, we have to find the probability that only three women or fewer were hired purely by chance. firm grasp of what we re doing here. Read this last sentence again until you have a 19

6 We use the binomial distribution to find the above mentioned probability. The number of successes in this case is 3, the number of trials is 20, the total number of new employees, and the probability of getting hired if chance alone was at work would be 0.5. Finally, we want to know, given this scenario, what is the probability that three or less women would be hired purely by chance: As you can see, the probability is Statisticians have agreed that any event that has a probability of less than 0.05 of occurring is a highly unlikely event. This is known as the Rare Event Rule. If given a set of assumptions, the probability of an event occurring purely by chance is less than 0.05, if the event actually does occur, we can assume that the given set of assumptions was most likely incorrect. In this example, the given assumption was that there was no bias, and hence every candidate had a chance of being hired. However, under that assumption, the probability of no more than 3 women being hired is 0.001, quite a bit less than Therefore, we can conclude that it is most likely that the original assumption was incorrect, i.e. it is far more likely that a hiring bias based on gender did exist. This is an important and powerful application of the binomial distribution. Please reread this last example until you understand it. Poisson Distribution This distribution is less common than the Binomial Distribution, but it has important applications. One such application is predicting how many visits to a website will be occurring at the same time. Whenever you have events occurring in a random fashion and filling some bucket you will have a Poisson Distribution. Here are some examples: 20

7 1. People queuing at a cash register. Let s say that in a certain supermarket, people arrive at the cash register at an average rate of one every two minutes during their busy time. If the average time to service a customer is two minutes, then on average, there should never be anyone waiting in line. However, arrivals are a random event. If we consider the two minute window for servicing a customer as our bucket, we can ask, what is the probability that we ll end up with people waiting one minute, two minutes, three minutes, etc. 2. Let s say that a monkey is throwing darts at a board. The board has been evenly divided into 100 squares. The monkey is given 50 darts to throw, and let s further assume that where the dart lands on the board is completely random. In other words, the dart hits are uniformly distributed over the board. With this information we can calculate the probability that any one square will be hit with more than one dart. In this case, the bucket are the squares. The dart hitting the squares are the random event filling the bucket. Here are the requirements for using the Poisson Distribution. 1. The occurrences must be random. 2. The occurrences must be independent of each other. 3. The occurrences must be uniformly distributed over the buckets. Here s an example of how the Poisson Distribution would be used. When using a pellet fertilizer spread by a broadcast method, we would like an even distribution of fertilizer. Too little and growth would be stunted, too much, and it will cause a burn. Let s say that on average, 100 pellets fall on a square meter. What is the probability that 80 pellets or less fall on some square meter? The average number of hits per square meter is 100. To find the probability that at most 80 pellets fall on some square meter we use the Excel tool, POISSON.DIST: The chances would be or 2.3%. 21

Every data set has an average and a standard deviation, given by the following formulas,

Every data set has an average and a standard deviation, given by the following formulas, Discrete Data Sets A data set is any collection of data. For example, the set of test scores on the class s first test would comprise a data set. If we collect a sample from the population we are interested

More information

Discrete Probability Distributions

Discrete Probability Distributions 5 Discrete Probability Distributions 5-3 Binomial Probability Distributions 5-5 Poisson Probability Distributions 52 Chapter 5: Discrete Probability Distributions 5-3 Binomial Probability Distributions

More information

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS I. INTRODUCTION TO RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS A. Random Variables 1. A random variable x represents a value

More information

Probability Notes: Binomial Probabilities

Probability Notes: Binomial Probabilities Probability Notes: Binomial Probabilities A Binomial Probability is a type of discrete probability with only two outcomes (tea or coffee, win or lose, have disease or don t have disease). The category

More information

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes.

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes. Introduction In the previous chapter we discussed the basic concepts of probability and described how the rules of addition and multiplication were used to compute probabilities. In this chapter we expand

More information

Elementary Statistics

Elementary Statistics Chapter 7 Estimation Goal: To become familiar with how to use Excel 2010 for Estimation of Means. There is one Stat Tool in Excel that is used with estimation of means, T.INV.2T. Open Excel and click on

More information

STT 315 Practice Problems Chapter 3.7 and 4

STT 315 Practice Problems Chapter 3.7 and 4 STT 315 Practice Problems Chapter 3.7 and 4 Answer the question True or False. 1) The number of children in a family can be modelled using a continuous random variable. 2) For any continuous probability

More information

Discrete Random Variables and Their Probability Distributions

Discrete Random Variables and Their Probability Distributions 58 Chapter 5 Discrete Random Variables and Their Probability Distributions Discrete Random Variables and Their Probability Distributions Chapter 5 Section 5.6 Example 5-18, pg. 213 Calculating a Binomial

More information

Discrete Probability Distributions

Discrete Probability Distributions Page 1 of 6 Discrete Probability Distributions In order to study inferential statistics, we need to combine the concepts from descriptive statistics and probability. This combination makes up the basics

More information

Chapter 4 Discrete Random variables

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

More information

MAS187/AEF258. University of Newcastle upon Tyne

MAS187/AEF258. University of Newcastle upon Tyne MAS187/AEF258 University of Newcastle upon Tyne 2005-6 Contents 1 Collecting and Presenting Data 5 1.1 Introduction...................................... 5 1.1.1 Examples...................................

More information

Discrete Probability Distributions

Discrete Probability Distributions 90 Discrete Probability Distributions Discrete Probability Distributions C H A P T E R 6 Section 6.2 4Example 2 (pg. 00) Constructing a Binomial Probability Distribution In this example, 6% of the human

More information

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

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

More information

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Wednesday, October 4, Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Wednesday, October 4, 27 Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333

Review. What is the probability of throwing two 6s in a row with a fair die? a) b) c) d) 0.333 Review In most card games cards are dealt without replacement. What is the probability of being dealt an ace and then a 3? Choose the closest answer. a) 0.0045 b) 0.0059 c) 0.0060 d) 0.1553 Review What

More information

x is a random variable which is a numerical description of the outcome of an experiment.

x is a random variable which is a numerical description of the outcome of an experiment. Chapter 5 Discrete Probability Distributions Random Variables is a random variable which is a numerical description of the outcome of an eperiment. Discrete: If the possible values change by steps or jumps.

More information

Chapter 4 Discrete Random variables

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

More information

Chapter 4 Probability Distributions

Chapter 4 Probability Distributions Slide 1 Chapter 4 Probability Distributions Slide 2 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5

More information

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL There is a wide range of probability distributions (both discrete and continuous) available in Excel. They can be accessed through the Insert Function

More information

Discrete Probability Distribution

Discrete Probability Distribution 1 Discrete Probability Distribution Key Definitions Discrete Random Variable: Has a countable number of values. This means that each data point is distinct and separate. Continuous Random Variable: Has

More information

Math 160 Professor Busken Chapter 5 Worksheets

Math 160 Professor Busken Chapter 5 Worksheets Math 160 Professor Busken Chapter 5 Worksheets Name: 1. Find the expected value. Suppose you play a Pick 4 Lotto where you pay 50 to select a sequence of four digits, such as 2118. If you select the same

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 Learning Objectives Define terms random variable and probability distribution. Distinguish between discrete and continuous probability distributions. Calculate

More information

Objective: To understand similarities and differences between geometric and binomial scenarios and to solve problems related to these scenarios.

Objective: To understand similarities and differences between geometric and binomial scenarios and to solve problems related to these scenarios. AP Statistics: Geometric and Binomial Scenarios Objective: To understand similarities and differences between geometric and binomial scenarios and to solve problems related to these scenarios. Everything

More information

STUDY SET 1. Discrete Probability Distributions. x P(x) and x = 6.

STUDY SET 1. Discrete Probability Distributions. x P(x) and x = 6. STUDY SET 1 Discrete Probability Distributions 1. Consider the following probability distribution function. Compute the mean and standard deviation of. x 0 1 2 3 4 5 6 7 P(x) 0.05 0.16 0.19 0.24 0.18 0.11

More information

Math 243 Section 4.3 The Binomial Distribution

Math 243 Section 4.3 The Binomial Distribution Math 243 Section 4.3 The Binomial Distribution Overview Notation for the mean, standard deviation and variance The Binomial Model Bernoulli Trials Notation for the mean, standard deviation and variance

More information

Binomial Distributions

Binomial Distributions Binomial Distributions (aka Bernouli s Trials) Chapter 8 Binomial Distribution an important class of probability distributions, which occur under the following Binomial Setting (1) There is a number n

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic Probability Distributions: Binomial and Poisson Distributions Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College

More information

Overview. Definitions. Definitions. Graphs. Chapter 4 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 4 Probability Distributions. probability distributions Chapter 4 Probability Distributions 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5 The Poisson Distribution

More information

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

More information

4.1 Probability Distributions

4.1 Probability Distributions Probability and Statistics Mrs. Leahy Chapter 4: Discrete Probability Distribution ALWAYS KEEP IN MIND: The Probability of an event is ALWAYS between: and!!!! 4.1 Probability Distributions Random Variables

More information

***SECTION 8.1*** The Binomial Distributions

***SECTION 8.1*** The Binomial Distributions ***SECTION 8.1*** The Binomial Distributions CHAPTER 8 ~ The Binomial and Geometric Distributions In practice, we frequently encounter random phenomenon where there are two outcomes of interest. For example,

More information

Stat 333 Lab Assignment #2

Stat 333 Lab Assignment #2 1 Stat 333 Lab Assignment #2 1. A consumer organization estimates that over a 1-year period 17% of cars will need to be repaired once, 7% will need repairs twice, and 4% will require three or more repairs.

More information

Chapter 1 Discussion Problem Solutions D1. D2. D3. D4. D5.

Chapter 1 Discussion Problem Solutions D1. D2. D3. D4. D5. Chapter 1 Discussion Problem Solutions D1. Reasonable suggestions at this stage include: compare the average age of those laid off with the average age of those retained; compare the proportion of those,

More information

5.2 Random Variables, Probability Histograms and Probability Distributions

5.2 Random Variables, Probability Histograms and Probability Distributions Chapter 5 5.2 Random Variables, Probability Histograms and Probability Distributions A random variable (r.v.) can be either continuous or discrete. It takes on the possible values of an experiment. It

More information

Chapter 8 Probability Models

Chapter 8 Probability Models Chapter 8 Probability Models We ve already used the calculator to find probabilities based on normal models. There are many more models which are useful. This chapter explores three such models. Many types

More information

12 Math Chapter Review April 16 th, Multiple Choice Identify the choice that best completes the statement or answers the question.

12 Math Chapter Review April 16 th, Multiple Choice Identify the choice that best completes the statement or answers the question. Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which situation does not describe a discrete random variable? A The number of cell phones per household.

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution January 31, 2019 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The

More information

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models STA 6166 Fall 2007 Web-based Course 1 Notes 10: Probability Models We first saw the normal model as a useful model for the distribution of some quantitative variables. We ve also seen that if we make a

More information

Lab#3 Probability

Lab#3 Probability 36-220 Lab#3 Probability Week of September 19, 2005 Please write your name below, tear off this front page and give it to a teaching assistant as you leave the lab. It will be a record of your participation

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. AP Stats: Test Review - Chapters 16-17 Name Period MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the expected value of the random variable.

More information

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS A random variable is the description of the outcome of an experiment in words. The verbal description of a random variable tells you how to find or calculate

More information

DO NOT POST THESE ANSWERS ONLINE BFW Publishers 2014

DO NOT POST THESE ANSWERS ONLINE BFW Publishers 2014 Section 6.3 Check our Understanding, page 389: 1. Check the BINS: Binary? Success = get an ace. Failure = don t get an ace. Independent? Because you are replacing the card in the deck and shuffling each

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. First Name: Last Name: SID: Class Time: M Tu W Th math10 - HW3 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Continuous random variables are

More information

Chapter 5: Discrete Probability Distributions

Chapter 5: Discrete Probability Distributions Chapter 5: Discrete Probability Distributions Section 5.1: Basics of Probability Distributions As a reminder, a variable or what will be called the random variable from now on, is represented by the letter

More information

Discrete Random Variables and Their Probability Distributions

Discrete Random Variables and Their Probability Distributions Chapter 5 Discrete Random Variables and Their Probability Distributions Mean and Standard Deviation of a Discrete Random Variable Computing the mean and standard deviation of a discrete random variable

More information

Prof. Thistleton MAT 505 Introduction to Probability Lecture 3

Prof. Thistleton MAT 505 Introduction to Probability Lecture 3 Sections from Text and MIT Video Lecture: Sections 2.1 through 2.5 http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systemsanalysis-and-applied-probability-fall-2010/video-lectures/lecture-1-probability-models-and-axioms/

More information

Part 10: The Binomial Distribution

Part 10: The Binomial Distribution Part 10: The Binomial Distribution The binomial distribution is an important example of a probability distribution for a discrete random variable. It has wide ranging applications. One readily available

More information

Chapter 4 and 5 Note Guide: Probability Distributions

Chapter 4 and 5 Note Guide: Probability Distributions Chapter 4 and 5 Note Guide: Probability Distributions Probability Distributions for a Discrete Random Variable A discrete probability distribution function has two characteristics: Each probability is

More information

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations.

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations. Chapter 8 Notes Binomial and Geometric Distribution Often times we are interested in an event that has only two outcomes. For example, we may wish to know the outcome of a free throw shot (good or missed),

More information

OCR Statistics 1. Discrete random variables. Section 2: The binomial and geometric distributions. When to use the binomial distribution

OCR Statistics 1. Discrete random variables. Section 2: The binomial and geometric distributions. When to use the binomial distribution Discrete random variables Section 2: The binomial and geometric distributions Notes and Examples These notes contain subsections on: When to use the binomial distribution Binomial coefficients Worked examples

More information

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin 3 times where P(H) = / (b) THUS, find the probability

More information

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI 08-0- Lesson 9 - Binomial Distributions IBHL - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin times where P(H) = / (b) THUS, find the probability

More information

When the observations of a quantitative random variable can take on only a finite number of values, or a countable number of values.

When the observations of a quantitative random variable can take on only a finite number of values, or a countable number of values. 5.1 Introduction to Random Variables and Probability Distributions Statistical Experiment - any process by which an observation (or measurement) is obtained. Examples: 1) Counting the number of eggs in

More information

Binomial Distributions

Binomial Distributions Binomial Distributions Binomial Experiment The experiment is repeated for a fixed number of trials, where each trial is independent of the other trials There are only two possible outcomes of interest

More information

GOALS. Discrete Probability Distributions. A Distribution. What is a Probability Distribution? Probability for Dice Toss. A Probability Distribution

GOALS. Discrete Probability Distributions. A Distribution. What is a Probability Distribution? Probability for Dice Toss. A Probability Distribution GOALS Discrete Probability Distributions Chapter 6 Dr. Richard Jerz Define the terms probability distribution and random variable. Distinguish between discrete and continuous probability distributions.

More information

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 5-5 The Poisson Distribution

More information

Discrete Probability Distributions Chapter 6 Dr. Richard Jerz

Discrete Probability Distributions Chapter 6 Dr. Richard Jerz Discrete Probability Distributions Chapter 6 Dr. Richard Jerz 1 GOALS Define the terms probability distribution and random variable. Distinguish between discrete and continuous probability distributions.

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

7 THE CENTRAL LIMIT THEOREM

7 THE CENTRAL LIMIT THEOREM CHAPTER 7 THE CENTRAL LIMIT THEOREM 373 7 THE CENTRAL LIMIT THEOREM Figure 7.1 If you want to figure out the distribution of the change people carry in their pockets, using the central limit theorem and

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution January 31, 2018 Contents The Binomial Distribution The Normal Approximation to the Binomial The Binomial Hypothesis Test Computing Binomial Probabilities in R 30 Problems The

More information

Probability Models.S2 Discrete Random Variables

Probability Models.S2 Discrete Random Variables Probability Models.S2 Discrete Random Variables Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard Results of an experiment involving uncertainty are described by one or more random

More information

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic.

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic. A Statistics Section 6.1 Day 1 ultiple Choice ractice Name: 1. A variable whose value is a numerical outcome of a random phenomenon is called a) a random variable. b) a parameter. c) biased. d) a random

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 2017 Objectives After this lesson we will be able to: determine whether a probability

More information

Statistics Chapter 8

Statistics Chapter 8 Statistics Chapter 8 Binomial & Geometric Distributions Time: 1.5 + weeks Activity: A Gaggle of Girls The Ferrells have 3 children: Jennifer, Jessica, and Jaclyn. If we assume that a couple is equally

More information

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions Random Variables Examples: Random variable a variable (typically represented by x) that takes a numerical value by chance. Number of boys in a randomly selected family with three children. Possible values:

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!!

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!! STAT 3090 Test 2 - Fall 2015 Student s Printed Name: Instructor: XID: Section #: Read each question very carefully. You are permitted to use a calculator on all portions of this exam. You are NOT allowed

More information

TABLE OF CONTENTS - VOLUME 2

TABLE OF CONTENTS - VOLUME 2 TABLE OF CONTENTS - VOLUME 2 CREDIBILITY SECTION 1 - LIMITED FLUCTUATION CREDIBILITY PROBLEM SET 1 SECTION 2 - BAYESIAN ESTIMATION, DISCRETE PRIOR PROBLEM SET 2 SECTION 3 - BAYESIAN CREDIBILITY, DISCRETE

More information

1 / * / * / * / * / * The mean winnings are $1.80

1 / * / * / * / * / * The mean winnings are $1.80 DISCRETE vs. CONTINUOUS BASIC DEFINITION Continuous = things you measure Discrete = things you count OFFICIAL DEFINITION Continuous data can take on any value including fractions and decimals You can zoom

More information

Binomial Random Variable - The count X of successes in a binomial setting

Binomial Random Variable - The count X of successes in a binomial setting 6.3.1 Binomial Settings and Binomial Random Variables What do the following scenarios have in common? Toss a coin 5 times. Count the number of heads. Spin a roulette wheel 8 times. Record how many times

More information

Exercises for Chapter (5)

Exercises for Chapter (5) Exercises for Chapter (5) MULTILE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) 500 families were interviewed and the number of children per family was

More information

Chapter 3 - Lecture 5 The Binomial Probability Distribution

Chapter 3 - Lecture 5 The Binomial Probability Distribution Chapter 3 - Lecture 5 The Binomial Probability October 12th, 2009 Experiment Examples Moments and moment generating function of a Binomial Random Variable Outline Experiment Examples A binomial experiment

More information

The Normal Probability Distribution

The Normal Probability Distribution 102 The Normal Probability Distribution C H A P T E R 7 Section 7.2 4Example 1 (pg. 71) Finding Area Under a Normal Curve In this exercise, we will calculate the area to the left of 5 inches using a normal

More information

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

More information

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables Chapter : Random Variables Ch. -3: Binomial and Geometric Random Variables X 0 2 3 4 5 7 8 9 0 0 P(X) 3???????? 4 4 When the same chance process is repeated several times, we are often interested in whether

More information

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!!

STAT 3090 Test 2 - Version B Fall Student s Printed Name: PLEASE READ DIRECTIONS!!!! Student s Printed Name: Instructor: XID: Section #: Read each question very carefully. You are permitted to use a calculator on all portions of this exam. You are NOT allowed to use any textbook, notes,

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Discrete Probability Distribution Are used to model outcomes that only have a finite number of possible values. For example, the number of congenitally missing third

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

More information

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution Chapter 11 Data Descriptions and Probability Distributions Section 4 Bernoulli Trials and Binomial Distribution 1 Learning Objectives for Section 11.4 Bernoulli Trials and Binomial Distributions The student

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

MA 1125 Lecture 18 - Normal Approximations to Binomial Distributions. Objectives: Compute probabilities for a binomial as a normal distribution.

MA 1125 Lecture 18 - Normal Approximations to Binomial Distributions. Objectives: Compute probabilities for a binomial as a normal distribution. MA 25 Lecture 8 - Normal Approximations to Binomial Distributions Friday, October 3, 207 Objectives: Compute probabilities for a binomial as a normal distribution.. Normal Approximations to the Binomial

More information

Simple Random Sample

Simple Random Sample Simple Random Sample A simple random sample (SRS) of size n consists of n elements from the population chosen in such a way that every set of n elements has an equal chance to be the sample actually selected.

More information

Math 227 Practice Test 2 Sec Name

Math 227 Practice Test 2 Sec Name Math 227 Practice Test 2 Sec 4.4-6.2 Name Find the indicated probability. ) A bin contains 64 light bulbs of which 0 are defective. If 5 light bulbs are randomly selected from the bin with replacement,

More information

The Binomial and Geometric Distributions. Chapter 8

The Binomial and Geometric Distributions. Chapter 8 The Binomial and Geometric Distributions Chapter 8 8.1 The Binomial Distribution A binomial experiment is statistical experiment that has the following properties: The experiment consists of n repeated

More information

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

More information

Portfolio123 Book. The General tab is where you lay out both a few identifying characteristics of the model and some basic assumptions.

Portfolio123 Book. The General tab is where you lay out both a few identifying characteristics of the model and some basic assumptions. Portfolio123 Book Portfolio123 s book tool lets you design portfolios of portfolios. The page permits Ready 2 Go models, publicly available Portfolio123 portfolios and, at some membership levels, your

More information

Expectation Exercises.

Expectation Exercises. Expectation Exercises. Pages Problems 0 2,4,5,7 (you don t need to use trees, if you don t want to but they might help!), 9,-5 373 5 (you ll need to head to this page: http://phet.colorado.edu/sims/plinkoprobability/plinko-probability_en.html)

More information

FINAL REVIEW W/ANSWERS

FINAL REVIEW W/ANSWERS FINAL REVIEW W/ANSWERS ( 03/15/08 - Sharon Coates) Concepts to review before answering the questions: A population consists of the entire group of people or objects of interest to an investigator, while

More information

Chapter 8. Binomial and Geometric Distributions

Chapter 8. Binomial and Geometric Distributions Chapter 8 Binomial and Geometric Distributions Lesson 8-1, Part 1 Binomial Distribution What is a Binomial Distribution? Specific type of discrete probability distribution The outcomes belong to two categories

More information

Formula for the Multinomial Distribution

Formula for the Multinomial Distribution 6 5 Other Types of Distributions (Optional) In addition to the binomial distribution, other types of distributions are used in statistics. Three of the most commonly used distributions are the multinomial

More information

Probability is the tool used for anticipating what the distribution of data should look like under a given model.

Probability is the tool used for anticipating what the distribution of data should look like under a given model. AP Statistics NAME: Exam Review: Strand 3: Anticipating Patterns Date: Block: III. Anticipating Patterns: Exploring random phenomena using probability and simulation (20%-30%) Probability is the tool used

More information

Stats CH 6 Intro Activity 1

Stats CH 6 Intro Activity 1 Stats CH 6 Intro Activit 1 1. Purpose can ou tell the difference between bottled water and tap water? You will drink water from 3 samples. 1 of these is bottled water.. You must test them in the following

More information

The Central Limit Theorem: Homework

The Central Limit Theorem: Homework EERCISE 1 The Central Limit Theorem: Homework N(60, 9). Suppose that you form random samples of 25 from this distribution. Let be the random variable of averages. Let be the random variable of sums. For

More information

Section 8.1 Distributions of Random Variables

Section 8.1 Distributions of Random Variables Section 8.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

More information

Section Introduction to Normal Distributions

Section Introduction to Normal Distributions Section 6.1-6.2 Introduction to Normal Distributions 2012 Pearson Education, Inc. All rights reserved. 1 of 105 Section 6.1-6.2 Objectives Interpret graphs of normal probability distributions Find areas

More information

Binomial Random Variables

Binomial Random Variables Models for Counts Solutions COR1-GB.1305 Statistics and Data Analysis Binomial Random Variables 1. A certain coin has a 25% of landing heads, and a 75% chance of landing tails. (a) If you flip the coin

More information

Problem A Grade x P(x) To get "C" 1 or 2 must be 1 0.05469 B A 2 0.16410 3 0.27340 4 0.27340 5 0.16410 6 0.05470 7 0.00780 0.2188 0.5468 0.2266 Problem B Grade x P(x) To get "C" 1 or 2 must 1 0.31150 be

More information