Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n!

Size: px
Start display at page:

Download "Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n!"

Transcription

1 Introduction We are often more interested in experiments in which there are two outcomes of interest (success/failure, make/miss, yes/no, etc.). In this chapter we study two types of probability distributions that are used in this case, namely the geometric and binomial distributions. 8.1 The Binomial Distributions A binomial setting has the following characteristics: 1. Each observation can be a success or a failure 2. The variable of interest is the number of successes in a fixed number of observations 3. The n observations are all independent 4. The probability of success, typically named p, is the same for each observation If data are produced in a binomial setting, then the random variable = number of successes is called a binomial random variable, and its probability distribution is called the binomial distribution with parameters n and p. 1. The parameter n is the number of observations 2. The parameter p is the probability of a success on any one observation (remember that this is the same for each of the observations) 3. The possible values of are the whole numbers from 0 to n. ~ B n, p. 4. We typically denote a binomial random variable with ( ) Note on success and failure this is somewhat unfortunate nomenclature. You should look at a success as observing what you were counting, and a failure as not observing what you were counting. For example, if is the number of light bulbs out of a bin of 20 bulbs that fail after 100 hours of use, we would consider each light bulb that fails a success as far as our binomial distribution is concerned. Make sure you understand that success and failure do not have the typical connotations. Binomial Probabilities The actual probability that P ( k ) the formula n P k p p n n! where = and n! = n. k! ( n k )! = for any k in the range {0, 1, 2,, n} is given by k ( = ) = ( 1 ) This formula makes sense in order to have k successes, we must have n k failures. The probability of each success is p, and so the probability of each failure is 1 p. Since each trial is independent and we want the probability of all these successes and failures happening at the same time, we multiply these probabilities, so we have k factors of p and n k, Page 1 of 6

2 n k factors of 1 p. Finally, we must account for the number of arrangements of each n of the successes and failures, and the binomial coefficient, or, takes care of this. We derived this in class look in your class notes for further explanation. Note that the probability formula only gives the probability that equals a given value. If we want the probability that is less than, less than or equal to, greater than, or greater than or equal to a given value, we must use the formula to find individual probabilities and then add those together. The following table shows some examples of this for the = 0,1, 2,3,4. binomial distribution of the variable that has the possible values { } Desired Probability 2 Calculation P = 0 + P = 1 P ( < ) ( ) ( ) P ( 2) P ( = 0) + P ( = 1) + P( = 2) P ( > 2) P ( = 3) + P ( = 4) P ( 2) P ( = 2) + P ( = 3) + P ( = 4) If could take on more values, such as = { 0,1, 2,...,50}, then we might find ourselves calculating probabilities such as P ( > 40) = P( = 41) + P( = 42) + + P( = 50), n k each term of which requires the unwieldy formula P ( = k ) = p ( 1 p) n k. Yikes! Thankfully, our calculators can help us out with this. They have two built-in functions that are quite useful binompdf( ) and binomcdf( ). These are found under the 2ND VARS (DISTR) menu on the TI-83 and TI-84. The former, binompdf( ), stands for binomial probability distribution function and is used when we want the probability that equals a given value. The latter, binomcdf( ), stands for cumulative probability distribution function and is used when we want the probability that is less than or equal to a given value. The table on the following page gives an example of how these work: Page 2 of 6

3 Suppose we are given a binomial distribution with n = 5 and p = Then: Desired Probability Formula 3 2 = 3 = = P 1 = P = 0 + P = 1 P ( = 3) P ( ) ( ) ( ) P ( 1) ( ) ( ) ( ) = ! 5! = + 0!5! 1!4! =.6328 (.25) (.75) (.25) (.75) ( 1 )(.75) (.25)(.75) 5 4 Calculator binompdf(5, 0.25, 3) = binomcdf(5, 0.25, 1) = Clearly the calculator version is much easier, especially in the second case. However, you will be expected to know how to calculate binomial probabilities without your calculators so be sure you know the formulas and understand the binomial coefficient notation. What do we do for the cases where we want <, >, or? The formula versions are much the same we just add up the appropriate probabilities. However, we have to trick our calculators to do these calculations correctly. In the context of the above example, think P > 2. Our calculator doesn t have a function that calculates this probability about ( ) directly. However, isn t this the same as P ( 3) P ( 4) P( 5) this probability be the same as 1 ( P( 0) P( 1) P( 2) ) probability being subtracted here just P ( 2)? This last probability is one our calculators can do, i.e., P ( > 2) = 1 P( 2) = 1 binomcdf(5, 0.25, 2). = + = + =? Wouldn t = + = + =? But isn t the Now consider P ( 2). Isn t this just P ( 2) P ( 3) P ( 4) P( 5) Isn t this probability just 1 ( P( = 0) + P( = 1) )? And finally, isn t this just 1 P( 1) = 1 binomcdf(5, 0.25, 1). = + = + = + =? Finally, consider P ( < 2). This is the same as P ( 2) also the same as P ( 1)? So here we can just take binomcdf(5, 0.25, 1)., but without the 2. Isn t this Adding these to the previous table gives us Page 3 of 6

4 Desired Probability Formula 3 2 = 3 = = P 1 = P = 0 + P = 1 P ( = 3) P ( ) ( ) ( ) P ( 1) ( ) ( ) ( ) Calculator binompdf(5, 0.25, 3) = = (.25) (.75) + (.25) (.75) 0 1 binomcdf(5, 0.25, 1) = ! 5 5! 4 = ( 1 )(.75) + (.25)(.75) 0!5! 1!4! =.6328 > 2 = 1 P 2 1 binomcdf(5, 0.25, 2) = P ( > 2) P ( ) ( ) P ( 2) = 1 P ( < 2) P ( 2) = 1 P ( 1) P ( < 2) P ( 2) P ( 1) 1 binomcdf(5, 0.25, 1) = < = binomcdf(5, 0.25, 1) = Make sure you understand all of the above uses of the binompdf and binomcdf commands on your calculator, as well as how to write out the appropriate formulas for calculating these without your calculator. Binomial mean and standard deviation We derived these in class get someone s notes if you re interested in how it is done. The mean and standard deviation of a binomial random variable are given by µ = np and ( 1 ) σ = np p, where n is the number of trials and p is the probability of success on each trial. Because calculating probabilities with the binomial probability formula is quite cumbersome, it is nice to know we have alternatives. One such alternative was the use of the binomcdf( ) and binompdf( ) functions on your calculator. One other alternative is to use a normal approximation to the binomial distribution. It turns out that if the number of trials is large enough, we can approximate a binomial distribution with an appropriate normal distribution. One general rule of thumb is that n np 10 and n 1 p 10. If the binomial distribution meets these is large enough if ( ) conditions, we can then approximate ~ (, ) ~ N ( np, np( 1 p) ) B n p with the normal distribution. This is just the normal curve with the same mean and standard deviation as the binomial variable. Study and understand Example Page 4 of 6

5 8.2 The Geometric Distributions A binomial distribution has a fixed number of trials, and the variable of interest is the number of successes in n trials. A geometric distribution, on the other hand, does not have a fixed number of trials, and the variable of interest is the number of trials until the first success is obtained. The possible values of a binomial random variable are = 0,1, 2,3,..., n, whereas the possible values for a geometric random variable are { } = { 1,2,3,... }. In other words, there are an infinite (albeit countable) number of possible outcomes for a geometric distribution. A geometric setting has the following characteristics: 1. Each observation can be a success or a failure 2. The n observations are all independent 3. The probability of success, typically named p, is the same for each observation 4. The variable of interest is the number of trials required to obtain the first success The above list is very similar to the list given for the binomial setting. The only difference is that in the binomial setting we are interested in the number of successes while in the geometric setting we are interested in the number of trials required to obtain the first success. Theoretically, in a geometric setting, the number of trials could range anywhere from 1 to infinity! If data are produced in a geometric setting, then the random variable = number of trials required to obtain the first success is called a geometric random variable and its probability distribution is called the geometric distribution. Geometric Probabilities If has a geometric distribution with probability p of success and ( 1 p) of failure on each observation, the possible values of are 1, 2, 3,... If n is any one of these values, the probability that the first success occurs on the nth trial is n ( ) ( 1 ) 1 P = n = p p. Again, this probability formula makes sense. If we want our first success to occur on the nth trial, we need the first n 1 trials to be failures. Each of the failures occurs 1 p, so we multiply these n 1 probabilities independently with probability of ( ) n together to get ( 1 p) 1. Finally, we want the last trial to be a success, and this success occurs independently of the trials preceding it with probability p, and so we multiply by p to get the above formula. By the way, there is a formula that may come in handy when calculating geometric probabilities without a calculator, and it involves finding the probability that it takes more than a given number of trials before we obtain our first success. That formula, which is derived in the textbook, is P(it takes more than n trials to obtain first success) = P ( n) ( 1 p) > =. n Page 5 of 6

6 Again, our calculator has built-in functions that help us calculate these probabilities. They are much like the binompdf and binomcdf commands. However, we no longer have P = k = P(first a fixed number of trials, so the syntax of the geometric commands are ( ) success occurs on kth trial) = geometpdf(p, k) and P ( k ) or before kth trial) = geometcdf(p, k). = P(first success occurs on The table above for binomial probabilities and the use of binomcdf or binompdf would also apply to geometric distributions and the use of geometcdf and geometpdf. Geometric mean and standard deviation You can look in your textbook to see how the mean is derived. The derivation of the standard deviation involves second derivatives (from calculus) and so we won t study it in our class. The mean (expected value) and standard deviation of the geometric random variable are given by 1 µ = p and 1 p σ =, 2 p where p is the probability of a success on any one trial. Note that the above formulas do not involve n like they did for the binomial random variable. The reason should be obvious we do not know what n will be ahead of time! Helpful hints 1. When confronted with a probability question involving a random variable, be sure to take the time to define what represents. It often makes the problem a whole lot easier! Similarly, make sure you clearly understand which probability applies to a success. 2. Make sure you check all four conditions: success/failure, independent trials, equal probabilities, and either looking for the trial on which we have our first success (geometric) or for the number of successes in n trials (binomial). 3. Remember the rule of thumb for using a normal approximation to a binomial distribution, namely that n and p have to satisfy both of the following: np 10 and n 1 p 10. ( ) Plots of probability and cumulative distribution functions (pdf and cdf) Make sure you work through and understand the Technology Toolboxes on pages and regarding how to plot binomial and geometric probability and cumulative distribution functions, and review the difference between them. Page 6 of 6

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

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

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

Probability Models. Grab a copy of the notes on the table by the door

Probability Models. Grab a copy of the notes on the table by the door Grab a copy of the notes on the table by the door Bernoulli Trials Suppose a cereal manufacturer puts pictures of famous athletes in boxes of cereal, in the hope of increasing sales. The manufacturer announces

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

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

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

More information

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

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

AP Statistics Ch 8 The Binomial and Geometric Distributions

AP Statistics Ch 8 The Binomial and Geometric Distributions Ch 8.1 The Binomial Distributions The Binomial Setting A situation where these four conditions are satisfied is called a binomial setting. 1. Each observation falls into one of just two categories, which

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

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

The Binomial Distribution

The Binomial Distribution MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then

More information

Chapter 14 - Random Variables

Chapter 14 - Random Variables Chapter 14 - Random Variables October 29, 2014 There are many scenarios where probabilities are used to determine risk factors. Examples include Insurance, Casino, Lottery, Business, Medical, and other

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

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

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

Continuous Random Variables and the Normal Distribution

Continuous Random Variables and the Normal Distribution Chapter 6 Continuous Random Variables and the Normal Distribution Continuous random variables are used to approximate probabilities where there are many possible outcomes or an infinite number of possible

More information

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Essential Question How can I determine whether the conditions for using binomial random variables are met? Binomial Settings When the

More information

Section 6.3 Binomial and Geometric Random Variables

Section 6.3 Binomial and Geometric Random Variables Section 6.3 Binomial and Geometric Random Variables Mrs. Daniel AP Stats Binomial Settings A binomial setting arises when we perform several independent trials of the same chance process and record the

More information

Chapter 17 Probability Models

Chapter 17 Probability Models Chapter 17 Probability Models Overview Key Concepts Know how to tell if a situation involves Bernoulli trials. Be able to choose whether to use a Geometric or a Binomial model for a random variable involving

More information

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 5.1 Sampling Distributions for Counts and Proportions Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 Sampling and Population Distributions Example: Count of People with Bachelor s Degrees

More information

Chapter Five. The Binomial Distribution and Related Topics

Chapter Five. The Binomial Distribution and Related Topics Chapter Five The Binomial Distribution and Related Topics Section 2 Binomial Probabilities Essential Question What are the three methods for solving binomial probability questions? Explain each of the

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

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

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

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

Chapter 5 Probability Distributions. Section 5-2 Random Variables. Random Variable Probability Distribution. Discrete and Continuous Random Variables

Chapter 5 Probability Distributions. Section 5-2 Random Variables. Random Variable Probability Distribution. Discrete and Continuous Random Variables Chapter 5 Probability Distributions Section 5-2 Random Variables 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance and Standard Deviation for the Binomial Distribution Random

More information

Section Random Variables

Section Random Variables Section 6.2 - Random Variables According to the Bureau of the Census, the latest family data pertaining to family size for a small midwestern town, Nomore, is shown in Table 6.. If a family from this town

More information

Chpt The Binomial Distribution

Chpt The Binomial Distribution Chpt 5 5-4 The Binomial Distribution 1 /36 Chpt 5-4 Chpt 5 Homework p262 Applying the Concepts Exercises p263 1-11, 14-18, 23, 24, 26 2 /36 Objective Chpt 5 Find the exact probability for x successes in

More information

Chapter 6 Section 3: Binomial and Geometric Random Variables

Chapter 6 Section 3: Binomial and Geometric Random Variables Name: Date: Period: Chapter 6 Section 3: Binomial and Geometric Random Variables When the same chance process is repeated several times, we are often interested whether a particular outcome does or does

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

MA 1125 Lecture 12 - Mean and Standard Deviation for the Binomial Distribution. Objectives: Mean and standard deviation for the binomial distribution.

MA 1125 Lecture 12 - Mean and Standard Deviation for the Binomial Distribution. Objectives: Mean and standard deviation for the binomial distribution. MA 5 Lecture - Mean and Standard Deviation for the Binomial Distribution Friday, September 9, 07 Objectives: Mean and standard deviation for the binomial distribution.. Mean and Standard Deviation of the

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

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

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

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

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

Statistics (This summary is for chapters 18, 29 and section H of chapter 19)

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

More information

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

More information

Section Sampling Distributions for Counts and Proportions

Section Sampling Distributions for Counts and Proportions Section 5.1 - Sampling Distributions for Counts and Proportions Statistics 104 Autumn 2004 Copyright c 2004 by Mark E. Irwin Distributions When dealing with inference procedures, there are two different

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

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 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.3 Binomial and Geometric Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Binomial and Geometric Random

More information

Math Tech IIII, Mar 13

Math Tech IIII, Mar 13 Math Tech IIII, Mar 13 The Binomial Distribution III Book Sections: 4.2 Essential Questions: What do I need to know about the binomial distribution? Standards: DA-5.6 What Makes a Binomial Experiment?

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

30 Wyner Statistics Fall 2013

30 Wyner Statistics Fall 2013 30 Wyner Statistics Fall 2013 CHAPTER FIVE: DISCRETE PROBABILITY DISTRIBUTIONS Summary, Terms, and Objectives A probability distribution shows the likelihood of each possible outcome. This chapter deals

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 3: Special Discrete Random Variable Distributions Section 3.5 Discrete Uniform Section 3.6 Bernoulli and Binomial Others sections

More information

AP Stats Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High

AP Stats Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High AP Stats Review Mrs. Daniel Alonzo & Tracy Mourning Sr. High sdaniel@dadeschools.net Agenda 1. AP Stats Exam Overview 2. AP FRQ Scoring & FRQ: 2016 #1 3. Distributions Review 4. FRQ: 2015 #6 5. Distribution

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

Binomial Random Variables. Binomial Random Variables

Binomial Random Variables. Binomial Random Variables Bernoulli Trials Definition A Bernoulli trial is a random experiment in which there are only two possible outcomes - success and failure. 1 Tossing a coin and considering heads as success and tails as

More information

Chapter 5. Sampling Distributions

Chapter 5. Sampling Distributions Lecture notes, Lang Wu, UBC 1 Chapter 5. Sampling Distributions 5.1. Introduction In statistical inference, we attempt to estimate an unknown population characteristic, such as the population mean, µ,

More information

Math Tech IIII, Mar 6

Math Tech IIII, Mar 6 Math Tech IIII, Mar 6 The Binomial Distribution II Book Sections: 4.2 Essential Questions: How can I compute the probability of any event? What do I need to know about the binomial distribution? Standards:

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

Chapter 17. Probability Models. Copyright 2010 Pearson Education, Inc.

Chapter 17. Probability Models. Copyright 2010 Pearson Education, Inc. Chapter 17 Probability Models Copyright 2010 Pearson Education, Inc. Bernoulli Trials The basis for the probability models we will examine in this chapter is the Bernoulli trial. We have Bernoulli trials

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

Binomial Distributions

Binomial Distributions Binomial Distributions Conditions for a Binomial Distribution: [Memorize this!] There are n trials or repetitions There are 2 outcomes for each trial, S or F The P(Success), P, for each trial is constant.

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous Random Variables 6.2 Transforming and

More information

STAT 201 Chapter 6. Distribution

STAT 201 Chapter 6. Distribution STAT 201 Chapter 6 Distribution 1 Random Variable We know variable Random Variable: a numerical measurement of the outcome of a random phenomena Capital letter refer to the random variable Lower case letters

More information

What is the probability of success? Failure? How could we do this simulation using a random number table?

What is the probability of success? Failure? How could we do this simulation using a random number table? Probability Ch.4, sections 4.2 & 4.3 Binomial and Geometric Distributions Name: Date: Pd: 4.2. What is a binomial distribution? How do we find the probability of success? Suppose you have three daughters.

More information

Chapter 6: Discrete Probability Distributions

Chapter 6: Discrete Probability Distributions 120C-Choi-Spring-2019 1 Chapter 6: Discrete Probability Distributions Section 6.1: Discrete Random Variables... p. 2 Section 6.2: The Binomial Probability Distribution... p. 10 The notes are based on Statistics:

More information

Chapter 8: Binomial and Geometric Distributions

Chapter 8: Binomial and Geometric Distributions Chapter 8: Binomial and Geometric Distributions Section 8.1 Binomial Distributions The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Section 8.1 Binomial Distribution Learning Objectives

More information

6.4 approximating binomial distr with normal curve.notebook January 26, compute the mean/ expected value for the above distribution.

6.4 approximating binomial distr with normal curve.notebook January 26, compute the mean/ expected value for the above distribution. Discrete: Countable (no fractions or decimals) Continuous: Measurable: distance, time, volume Binomial Distribution n = number of trials r = number of successes p = probability of success q = probability

More information

Statistical Methods in Practice STAT/MATH 3379

Statistical Methods in Practice STAT/MATH 3379 Statistical Methods in Practice STAT/MATH 3379 Dr. A. B. W. Manage Associate Professor of Mathematics & Statistics Department of Mathematics & Statistics Sam Houston State University Overview 6.1 Discrete

More information

Homework Problems In each of the following situations, X is a count. Does X have a binomial distribution? Explain. 1. You observe the gender of the next 40 children born in a hospital. X is the number

More information

Part V - Chance Variability

Part V - Chance Variability Part V - Chance Variability Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Part V - Chance Variability 1 / 78 Law of Averages In Chapter 13 we discussed the Kerrich coin-tossing experiment.

More information

2) There is a fixed number of observations n. 3) The n observations are all independent

2) There is a fixed number of observations n. 3) The n observations are all independent Chapter 8 Binomial and Geometric Distributions The binomial setting consists of the following 4 characteristics: 1) Each observation falls into one of two categories success or failure 2) There is a fixed

More information

STA Module 3B Discrete Random Variables

STA Module 3B Discrete Random Variables STA 2023 Module 3B Discrete Random Variables Learning Objectives Upon completing this module, you should be able to 1. Determine the probability distribution of a discrete random variable. 2. Construct

More information

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation.

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation. 1) If n 100 and p 0.02 in a binomial experiment, does this satisfy the rule for a normal approximation? Why or why not? No, because np 100(0.02) 2. The value of np must be greater than or equal to 5 to

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

the number of correct answers on question i. (Note that the only possible values of X i

the number of correct answers on question i. (Note that the only possible values of X i 6851_ch08_137_153 16/9/02 19:48 Page 137 8 8.1 (a) No: There is no fixed n (i.e., there is no definite upper limit on the number of defects). (b) Yes: It is reasonable to believe that all responses are

More information

Random Variables. Chapter 6: Random Variables 2/2/2014. Discrete and Continuous Random Variables. Transforming and Combining Random Variables

Random Variables. Chapter 6: Random Variables 2/2/2014. Discrete and Continuous Random Variables. Transforming and Combining Random Variables Chapter 6: Random Variables Section 6.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Random Variables 6.1 6.2 6.3 Discrete and Continuous Random Variables Transforming and Combining

More information

3.2 Binomial and Hypergeometric Probabilities

3.2 Binomial and Hypergeometric Probabilities 3.2 Binomial and Hypergeometric Probabilities Ulrich Hoensch Wednesday, January 23, 2013 Example An urn contains ten balls, exactly seven of which are red. Suppose five balls are drawn at random and with

More information

Chapter 5 Normal Probability Distributions

Chapter 5 Normal Probability Distributions Chapter 5 Normal Probability Distributions Section 5-1 Introduction to Normal Distributions and the Standard Normal Distribution A The normal distribution is the most important of the continuous probability

More information

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR STATISTICAL DISTRIBUTIONS AND THE CALCULATOR 1. Basic data sets a. Measures of Center - Mean ( ): average of all values. Characteristic: non-resistant is affected by skew and outliers. - Median: Either

More information

Binomial Distribution. Normal Approximation to the Binomial

Binomial Distribution. Normal Approximation to the Binomial Binomial Distribution Normal Approximation to the Binomial /29 Homework Read Sec 6-6. Discussion Question pg 337 Do Ex 6-6 -4 2 /29 Objectives Objective: Use the normal approximation to calculate 3 /29

More information

Chapter 8 Binomial and Geometric Distribu7ons

Chapter 8 Binomial and Geometric Distribu7ons Chapter 8 Binomial and Geometric Distribu7ons 8.2 Geometric Distributions Children s cereals sometimes contain prizes. Imagine that packages of Chocolate- Coated Sugar Bombs contain one of three baseball

More information

STA Rev. F Learning Objectives. What is a Random Variable? Module 5 Discrete Random Variables

STA Rev. F Learning Objectives. What is a Random Variable? Module 5 Discrete Random Variables STA 2023 Module 5 Discrete Random Variables Learning Objectives Upon completing this module, you should be able to: 1. Determine the probability distribution of a discrete random variable. 2. Construct

More information

Chapter 6 Confidence Intervals

Chapter 6 Confidence Intervals Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) VOCABULARY: Point Estimate A value for a parameter. The most point estimate of the population parameter is the

More information

chapter 13: Binomial Distribution Exercises (binomial)13.6, 13.12, 13.22, 13.43

chapter 13: Binomial Distribution Exercises (binomial)13.6, 13.12, 13.22, 13.43 chapter 13: Binomial Distribution ch13-links binom-tossing-4-coins binom-coin-example ch13 image Exercises (binomial)13.6, 13.12, 13.22, 13.43 CHAPTER 13: Binomial Distributions The Basic Practice of Statistics

More information

Stat511 Additional Materials

Stat511 Additional Materials Binomial Random Variable Stat511 Additional Materials The first discrete RV that we will discuss is the binomial random variable. The binomial random variable is a result of observing the outcomes from

More information

Sampling & populations

Sampling & populations Sampling & populations Sample proportions Sampling distribution - small populations Sampling distribution - large populations Sampling distribution - normal distribution approximation Mean & variance of

More information

Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) Estimating Population Parameters

Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) Estimating Population Parameters Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) Estimating Population Parameters VOCABULARY: Point Estimate a value for a parameter. The most point estimate

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

AP Stats. Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High

AP Stats. Review. Mrs. Daniel Alonzo & Tracy Mourning Sr. High AP Stats Review Mrs. Daniel Alonzo & Tracy Mourning Sr. High sdaniel@dadeschools.net Agenda 1. AP Stats Exam Overview 2. AP FRQ Scoring & FRQ: 2016 #1 3. Distributions Review 4. FRQ: 2015 #6 5. Distribution

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

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8)

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8) 3 Discrete Random Variables and Probability Distributions Stat 4570/5570 Based on Devore s book (Ed 8) Random Variables We can associate each single outcome of an experiment with a real number: We refer

More information

Chapter 16. Random Variables. Copyright 2010 Pearson Education, Inc.

Chapter 16. Random Variables. Copyright 2010 Pearson Education, Inc. Chapter 16 Random Variables Copyright 2010 Pearson Education, Inc. Expected Value: Center A random variable assumes a value based on the outcome of a random event. We use a capital letter, like X, to denote

More information

Probability & Statistics Chapter 5: Binomial Distribution

Probability & Statistics Chapter 5: Binomial Distribution Probability & Statistics Chapter 5: Binomial Distribution Notes and Examples Binomial Distribution When a variable can be viewed as having only two outcomes, call them success and failure, it may be considered

More information

Section 6.3b The Binomial Distribution

Section 6.3b The Binomial Distribution We have seen in the previous investigation that binomial distributions can have different shapes. The distributions can range from approximately normal to skewed left or skewed right. Remember that when

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

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

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

Normal Model (Part 1)

Normal Model (Part 1) Normal Model (Part 1) Formulas New Vocabulary The Standard Deviation as a Ruler The trick in comparing very different-looking values is to use standard deviations as our rulers. The standard deviation

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

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

Fixed number of n trials Independence

Fixed number of n trials Independence The Binomial Setting Binomial Distributions IB Math SL - Santowski Fixed number of n trials Independence Two possible outcomes: success or failure Same probability of a success for each observation If

More information

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

19. CONFIDENCE INTERVALS FOR THE MEAN; KNOWN VARIANCE

19. CONFIDENCE INTERVALS FOR THE MEAN; KNOWN VARIANCE 19. CONFIDENCE INTERVALS FOR THE MEAN; KNOWN VARIANCE We assume here that the population variance σ 2 is known. This is an unrealistic assumption, but it allows us to give a simplified presentation which

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