Binomial Distribution. Normal Approximation to the Binomial

Size: px
Start display at page:

Download "Binomial Distribution. Normal Approximation to the Binomial"

Transcription

1 Binomial Distribution Normal Approximation to the Binomial /29

2 Homework Read Sec 6-6. Discussion Question pg 337 Do Ex /29

3 Objectives Objective: Use the normal approximation to calculate 3 /29

4 Binomial When there can be only two outcomes for an event, or when we can reduce the outcomes to two possibilities, we have a binomial experiment or Bernoulli trials. Essentially the two outcomes are: success or failure H or T M or F Acceptable or Unacceptable or < 4 /29

5 Binomial A binomial experiment has 4 conditions There is a finite number of repeated trials. The results of each trial is only success or failure. The trials must be independent. The probability for success must remain constant for every trial. 5 /29

6 Notation To keep notation clear, we use the following conventions. P(S) = probability of success = p P(F) = probability of failure = q P(S) = - P(F) or p = q P(F) = - P(S) or q = - p X = number of successes in n trials n = number of attempts P(X=x) is the probability of exactly X number of successes out of n trials. 6 /29

7 Binomial We found P(X), the probability of exactly x number of successes in n trials, with: n! X n X P(X = x) = p q (n X)! X! Using the calculator to find the probability of exactly x successes: P(X = x) = Binompdf(n,p,x) (Binomial probability density function) For finding the probability of x or fewer successes (at most x successes) P(X x) = Binomcdf(n,p,x) (Binomial cumulative density function) 7 /29

8 Binomial Distribution For example, suppose we roll a die four times. Success is rolling a 6. In the 4 rolls we could roll 4 6s, 3 6s, 2 6s, 6, or 0 6s. What would be the probability of rolling exactly one 6? P(x = ) = binomialpdf(4, /6, ) = The probability of exactly two 6s = P(X = 2) = binomialpdf(4, /6, 2) =.57 Listing all possible number of successes with the attendant probabilities creates a probability distribution known as the Binomial Distribution. 8 /29

9 Display If we list all possible outcomes in a table, and graph the outcomes in a bar chart, you will notice that the binomial distribution is NOT symmetric. 4 Rolls of a Die P(x) P(X) x Number of 6s rolled 9 /29

10 Statistics 4 Rolls of a Die µ= np = 4(/6) = 2/3 5 σ = npq = 4 i i x P(x) P(X) This distribution has a mean and standard deviation Number of 6s rolled That makes perfect sense, the expected number of 6 s in 4 attempts would be 2/3, with a standard deviation of about 3/4. 0 /29

11 Probability Distribution Now suppose we rolled that die 00 times. The table and bar chart would have 00 entries making them cumbersome to display. We can still calculate the mean and standard deviation of the binomial distribution. µ= np = 00(/6) = 50/3 = σ = npq = 00 i i We do have another option for displaying the distribution if we meet a couple of conditions.. /29

12 Histograms Let us look at a few histograms for the binomial probability distribution for the number of 6s in 4 rolls. 0 µ = np = σ = npq attempts 50 µ = np = σ = npq attempts 20 µ = np = µ = np = = σ = npq attempts 00 µ = np = σ = npq attempts σ = npq attempts Notice a trend? As the number of attempts, n, increases, the distribution approaches a unimodal and symmetric distribution. 2 /29

13 Normal Approximation Hopefully you noticed the distribution of a binomial becomes very unimodal and symmetric when the number of attempts becomes sufficiently large. If we show the normal curve with the distribution of 00 attempts you can see it very closely approximates the binomial. As p approaches 0.5 and/or as n gets large, the binomial distribution approaches normal. When np and nq are 0 (your book suggests 5) the normal distribution can be used as an approximation of the binomial distribution. 3 /29

14 Normal Approximation The normal approximation must be used with caution. Our example of 4 rolls and recording 6: p = /6, q = 5/6 np = 4 x /6 =.67, nq = 4 x 5/6 = 3.33 We fail on both counts, and cannot use the normal approximation to the binomial To use the normal approximation we would need at least 30 trials np = 30 x /6 = 5, nq = 30 x 5/6 = 25 An even better approximation would be for 60 trials np = 60 x /6 = 0, nq = 60 x 5/6 = 50 4 /29

15 Applet for Binomial Applet 5 /29

16 Continuity There is another problem with the normal approximation to the binomial. Remember that the binomial has two discrete results, success and failure. The normal curve is continuous. Thus we must use a correction for continuity. That correction is to use the interval that is represented by the data value. For our example of rolling six on the die, we use the values.5 to.5, p() = p(.5 < x <.5) Rolling 3 sixes on the die, use the values 2.5 to 3.5, p(3) = p(2.5 < x < 3.5) 6 /29

17 Interval If we want P(x > ) we would find P(x >.5) P(x < 4) use P(x < 3.5) P(x 4) use P(x < 4.5) P(x > 4) use P(x > 4.5) P(x 4) use P(x 3.5) normalcdf(-0^99, 3.5, µ, σ) normalcdf(-0^99, 4.5, µ, σ) normalcdf(4.5, 0^99, µ, σ) normalcdf(3.5, 0^99, µ, σ) Think in terms of the interval representing the value of interest. > or < do not include the number and do not include the interval. or do include the number and thus include the interval. 7 /29

18 Continuity Correction For the distribution of the number of 6s in 50 attempts we can use the calculator to find the probability two ways. On your calculator find the following values using both the binomial and the normal approximation: P(x < 7) P(x < 7) = Binomcdf(50, /6, 6) = µ = np = σ = npq P(x < 6.5) = Normcdf(-0^99, 6.5, , ) =.2433 P(x > 2) 50 attempts P(x > 2) = Binomcdf(50, /6, 2) =.0627 P(x > 2.5) = Normcdf(2.5, 0^99, , ) =.0569 Keep in mind, it is called the Normal Approximation for a reason. 8 /29

19 Continuity Correction For your distribution of the number of 6s in 50 attempts we can use the calculator to find the probability two ways. On your calculator find the following values using the binomial and the normal approximation: P(x 7) P(x 7) = Binomcdf(50, /6, 7) = µ = np = σ = npq P(x 7.5) = Normcdf(-0^99, 7.5, ,2.6352) =.3759 P(x 2) 50 attempts P(x 2) = Binomcdf(50, /6, ) =.73 P(x.5) = Normcdf(.5, 0^99, ,2.6352) =.47 9 /29

20 Z scores We can now use z-scores to find probabilities of success or failure. st - make sure you can use the normal approximation, np > 0, nq > 0 2nd - find µ = np, σ = npq 3rd - Write the probability using the appropriate interval correction factor 4th - Find the z scores for the value(s) of the interval Finally - find the probability 20 /29

21 Using Z scores For the distribution of number of 6s in 50 rolls we can use z-scores with the normal approximation to find the probabilities. When calculating z-scores be certain to use the values determined by the continuity correction. P(x < 7) = Binomcdf(50, /6, 6) =.2506 z= P(x < 6.5) = Normcdf(-9, , 0, )=.2433 P(x > 2) = Binomcdf(50, /6, 2) =.0627 z= µ = np = σ = npq attempts.582 P(x > 2.5) = Normcdf(.582, 99, 0, ) = /29

22 Example A doctor s office claims that it keeps appointments on time 65% of the time. (Uh huh) If 20 patients are seen in one week, what is the probability that at least 65 patients will be seen on time. n = 20, p =.65, q =.35 np = 20(.65) = 78, nq = 20(.35) = 42, normal approximation ok. µ = np = 20(.65) = 78 σ = npq = 20(.65)(.35) = /29

23 Don t fergit the Picher A doctor s office claims that it keeps appointments on time 65% of the time. (Uh huh) If 20 patients are seen in one week, what is the probability that at least 65 patients will be seen on time. P(x 65) = Binomcdf(20,.65, 64) =.9945 µ = np = 20(.65) = 78 σ = npq = 20(.65)(.35) = P(x 65) = P(x > 64.5) = normalcdf(64.5, 999, 78, ) =.995 z= P(z > -2.59) = normalcdf(-2.59, 99, 0, ) = /29

24 Binomial Probability P(x 65) = P(x > 64.5) = P(z > -2.59) = normalcdf(-2.59, 99, 0, ) =.9952 Remember, the binomialcdf(n, p, x) function finds the probability of at most x successes of probability p in n trials. Using the calculator we found the probability of p(x 64) of at most 64 on time (complement of 65 or more on time) is Subtracting from gives us.9945; very close to the normal approximation of P(x 65) = Binomcdf(20,.65, 64) = =.9945 Using the calculator we can also find the appropriate probability by using failures of p(x 55) of at most 55 late is P(x 55) = Binomcdf(20,.35, 55) = /29

25 Example In % of households in Great Britain had an internet connection. How many homes should we survey if we want to use the normal approximation to find probabilities? np and nq 0.2n 0 n 50 We need a sample of at least 50 homes. 25 /29

26 Example In % of households in Great Britain had an internet connection. If we were to survey 50 homes, what is the probability that at least 30 homes had internet connection. p( x 30) = p(x 29) = binomialcdf(50,.8, 29) =.9776 =.0224 µ = np = 50(.8) = 20 σ = npq = 50(.8)(.2) = z= P(x 29.5) = P(z >.9392) = normalcdf(.9392, 0^99, 0, ) =.0262 The probability of at least 30 homes with internet is about /29

27 Example In % of households in Great Britain had an internet connection. If we were to survey 50 homes, what is the probability that no more than 30 homes had internet connection? µ = np = 50(.8) = 20 σ = npq = 50(.8)(.2) = No more than 30 is 30: X 30.5 (interval) normalcdf(-0^99, 30.5, 20, ) =.9840 z= normalcdf(-9, 2.433, 0, ) = p(x 30) = binomialcdf(50,.8, 30) =.9872 The probability of no more than 30 homes with internet is about /29

28 Normal Approximation This section is about using the normal model to approximate a binomial model. We can calculate probabilities using the binomial function or the normal function. x P(x) 0.pppp.qqqq 2.rrrr... n.nnnn Normal Binomial np 0, nq 0 µ = np, σ = npq z= cc µ σ.zzzz p(x=b) = binomialpdf(n,p,b) p(b-.5<x<b+.5) = normalcdf(b-.5,b+.5,np, npq) p(x<b) = binomialcdf(n,p,b-) p(x<b-.5) = normalcdf(-0^99, b-.5,np, npq) p(x b) = binomialcdf(n,p,b) p(x<b+.5) = normalcdf(-0^99, b+.5,np, npq) p(x>b) = -binomialcdf(n,p,b) p(x>b+.5) = normalcdf(b+.5,0^99,np, npq) p(x b) = -binomialcdf(n,p,b-) p(x>b-.5) = normalcdf(b-.5,0^99,np, npq) 28 /29

29 Calculating Probabilities Population Sampling Distribution Approximating Binomial Mean Proportion np > 0, nq > 0 N(μ, σ) N µ, σ n N p, pq n N(np, npq) P(x b) P ( X b ) P (! p b ) x = ( x.5, x +.5 ) P(x < b) P ( X < b ) P (! p < b ) P ( b.5 < x < b +.5 ) P(x > +b) P ( X > +b ) P (! p > +b ) P ( x < b +.5 ) P(a < x < b) P ( a < X < b ) P ( x < b.5 ) z = x µ X σ X z = X µ X σ X n z = p! p pq n P ( x > b.5 ) P ( x > b +.5 ) z = x ±.5 np npq 29/29

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

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

Math 14 Lecture Notes Ch The Normal Approximation to the Binomial Distribution. P (X ) = nc X p X q n X =

Math 14 Lecture Notes Ch The Normal Approximation to the Binomial Distribution. P (X ) = nc X p X q n X = 6.4 The Normal Approximation to the Binomial Distribution Recall from section 6.4 that g A binomial experiment is a experiment that satisfies the following four requirements: 1. Each trial can have only

More information

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the mean, use the CLT for the mean. If you are being asked to

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

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

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

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

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

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

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

The Normal Approximation to the Binomial

The Normal Approximation to the Binomial Lecture 16 The Normal Approximation to the Binomial We can calculate l binomial i probabilities bbilii using The binomial formula The cumulative binomial tables When n is large, and p is not too close

More information

Central Limit Theorem

Central Limit Theorem Central Limit Theorem Lots of Samples 1 Homework Read Sec 6-5. Discussion Question pg 329 Do Ex 6-5 8-15 2 Objective Use the Central Limit Theorem to solve problems involving sample means 3 Sample Means

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

guessing Bluman, Chapter 5 2

guessing Bluman, Chapter 5 2 Bluman, Chapter 5 1 guessing Suppose there is multiple choice quiz on a subject you don t know anything about. 15 th Century Russian Literature; Nuclear physics etc. You have to guess on every question.

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

5.4 Normal Approximation of the Binomial Distribution

5.4 Normal Approximation of the Binomial Distribution 5.4 Normal Approximation of the Binomial Distribution Bernoulli Trials have 3 properties: 1. Only two outcomes - PASS or FAIL 2. n identical trials Review from yesterday. 3. Trials are independent - probability

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

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

PROBABILITY DISTRIBUTIONS. Chapter 6

PROBABILITY DISTRIBUTIONS. Chapter 6 PROBABILITY DISTRIBUTIONS Chapter 6 6.1 Summarize Possible Outcomes and their Probabilities Random Variable Random variable is numerical outcome of random phenomenon www.physics.umd.edu 3 Random Variable

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

A.REPRESENTATION OF DATA

A.REPRESENTATION OF DATA A.REPRESENTATION OF DATA (a) GRAPHS : PART I Q: Why do we need a graph paper? Ans: You need graph paper to draw: (i) Histogram (ii) Cumulative Frequency Curve (iii) Frequency Polygon (iv) Box-and-Whisker

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

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

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

MA : Introductory Probability

MA : Introductory Probability MA 320-001: Introductory Probability David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma320/ Spring 2017 David Murrugarra (University of Kentucky) MA 320:

More information

Chapter 6. The Normal Probability Distributions

Chapter 6. The Normal Probability Distributions Chapter 6 The Normal Probability Distributions 1 Chapter 6 Overview Introduction 6-1 Normal Probability Distributions 6-2 The Standard Normal Distribution 6-3 Applications of the Normal Distribution 6-5

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

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 6 The Normal Distribution 2 Objectives Identify distributions as symmetrical or skewed. Identify the properties of the normal distribution. Find

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

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial Lecture 8 The Binomial Distribution Probability Distributions: Normal and Binomial 1 2 Binomial Distribution >A binomial experiment possesses the following properties. The experiment consists of a fixed

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

MidTerm 1) Find the following (round off to one decimal place):

MidTerm 1) Find the following (round off to one decimal place): MidTerm 1) 68 49 21 55 57 61 70 42 59 50 66 99 Find the following (round off to one decimal place): Mean = 58:083, round off to 58.1 Median = 58 Range = max min = 99 21 = 78 St. Deviation = s = 8:535,

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

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

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: Chapter8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number

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

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. Section 4.2. Chapter 4. Larson/Farber 5 th ed 1. Chapter Outline. Discrete Probability Distributions. Section 4.

Chapter. Section 4.2. Chapter 4. Larson/Farber 5 th ed 1. Chapter Outline. Discrete Probability Distributions. Section 4. Chapter Discrete Probability s Chapter Outline 1 Probability s 2 Binomial s 3 More Discrete Probability s Copyright 2015, 2012, and 2009 Pearson Education, Inc 1 Copyright 2015, 2012, and 2009 Pearson

More information

Central Limit Theorem (cont d) 7/28/2006

Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem for Binomial Distributions Theorem. For the binomial distribution b(n, p, j) we have lim npq b(n, p, np + x npq ) = φ(x), n where φ(x) is

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

8.1 Binomial Distributions

8.1 Binomial Distributions 8.1 Binomial Distributions The Binomial Setting The 4 Conditions of a Binomial Setting: 1.Each observation falls into 1 of 2 categories ( success or fail ) 2 2.There is a fixed # n of observations. 3.All

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

11.5: Normal Distributions

11.5: Normal Distributions 11.5: Normal Distributions 11.5.1 Up to now, we ve dealt with discrete random variables, variables that take on only a finite (or countably infinite we didn t do these) number of values. A continuous random

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5 H homework problems, C-copyright Joe Kahlig Chapter Solutions, Page Chapter Homework Solutions Compiled by Joe Kahlig. (a) finite discrete (b) infinite discrete (c) continuous (d) finite discrete (e) continuous.

More information

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables You are dealt a hand of 5 cards. Find the probability distribution table for the number of hearts. Graph

More information

STA258H5. Al Nosedal and Alison Weir. Winter Al Nosedal and Alison Weir STA258H5 Winter / 41

STA258H5. Al Nosedal and Alison Weir. Winter Al Nosedal and Alison Weir STA258H5 Winter / 41 STA258H5 Al Nosedal and Alison Weir Winter 2017 Al Nosedal and Alison Weir STA258H5 Winter 2017 1 / 41 NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION. Al Nosedal and Alison Weir STA258H5 Winter 2017

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

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

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

MATH 118 Class Notes For Chapter 5 By: Maan Omran

MATH 118 Class Notes For Chapter 5 By: Maan Omran MATH 118 Class Notes For Chapter 5 By: Maan Omran Section 5.1 Central Tendency Mode: the number or numbers that occur most often. Median: the number at the midpoint of a ranked data. Ex1: The test scores

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

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

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

AMS7: WEEK 4. CLASS 3

AMS7: WEEK 4. CLASS 3 AMS7: WEEK 4. CLASS 3 Sampling distributions and estimators. Central Limit Theorem Normal Approximation to the Binomial Distribution Friday April 24th, 2015 Sampling distributions and estimators REMEMBER:

More information

Stats SB Notes 4.2 Completed.notebook February 22, Feb 21 11:39 AM. Chapter Outline

Stats SB Notes 4.2 Completed.notebook February 22, Feb 21 11:39 AM. Chapter Outline Stats SB Notes 42 Completednotebook February 22, 2017 Chapter 4 Discrete Probability Distributions Chapter Outline 41 Probability Distributions 42 Binomial Distributions 43 More Discrete Probability Distributions

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

The topics in this section are related and necessary topics for both course objectives.

The topics in this section are related and necessary topics for both course objectives. 2.5 Probability Distributions The topics in this section are related and necessary topics for both course objectives. A probability distribution indicates how the probabilities are distributed for outcomes

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

4 Random Variables and Distributions

4 Random Variables and Distributions 4 Random Variables and Distributions Random variables A random variable assigns each outcome in a sample space. e.g. called a realization of that variable to Note: We ll usually denote a random variable

More information

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

Sampling Distributions For Counts and Proportions

Sampling Distributions For Counts and Proportions Sampling Distributions For Counts and Proportions IPS Chapter 5.1 2009 W. H. Freeman and Company Objectives (IPS Chapter 5.1) Sampling distributions for counts and proportions Binomial distributions for

More information

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions Chapter 4: Probability s 4. Probability s 4. Binomial s Section 4. Objectives Distinguish between discrete random variables and continuous random variables Construct a discrete probability distribution

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

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

Statistics for Business and Economics: Random Variables:Continuous

Statistics for Business and Economics: Random Variables:Continuous Statistics for Business and Economics: Random Variables:Continuous STT 315: Section 107 Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides. Murray Bourne (interactive

More information

The Central Limit Theorem

The Central Limit Theorem Section 6-5 The Central Limit Theorem I. Sampling Distribution of Sample Mean ( ) Eample 1: Population Distribution Table 2 4 6 8 P() 1/4 1/4 1/4 1/4 μ (a) Find the population mean and population standard

More information

Chapter 12. Binomial Setting. Binomial Setting Examples

Chapter 12. Binomial Setting. Binomial Setting Examples Chapter 12 Binomial Distributions BPS - 3rd Ed. Chapter 12 1 Binomial Setting Fixed number n of observations The n observations are independent Each observation falls into one of just two categories may

More information

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials. Math 141 Spring 2006 c Heather Ramsey Page 1 Section 8.4 - Binomial Distribution Math 141 - Week in Review #10 Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

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

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

More information

Chapter Five. The Binomial Probability Distribution and Related Topics

Chapter Five. The Binomial Probability Distribution and Related Topics Chapter Five The Binomial Probability Distribution and Related Topics Section 3 Additional Properties of the Binomial Distribution Essential Questions How are the mean and standard deviation determined

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen

5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen 5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen Review From Yesterday Bernoulli Trials have 3 properties: 1. 2. 3. Binomial Probability Distribution In a binomial experiment with

More information

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads Overview Both chapters and 6 deal with a similar concept probability distributions. The difference is that chapter concerns itself with discrete probability distribution while chapter 6 covers continuous

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

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

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

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

Probability Distribution Unit Review

Probability Distribution Unit Review Probability Distribution Unit Review Topics: Pascal's Triangle and Binomial Theorem Probability Distributions and Histograms Expected Values, Fair Games of chance Binomial Distributions Hypergeometric

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

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

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 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

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

Inverse Normal Distribution and Approximation to Binomial

Inverse Normal Distribution and Approximation to Binomial Inverse Normal Distribution and Approximation to Binomial Section 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 16-3339 Cathy Poliak,

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

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

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

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon.

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Chapter 14: random variables p394 A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Consider the experiment of tossing a coin. Define a random variable

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

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1 8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions For Example: On August 8, 2011, the Dow dropped 634.8 points, sending shock waves through the financial community.

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

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 The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop Minitab 14 1 GETTING STARTED To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop The Minitab session will come up like this 2 To SAVE FILE 1. Click File>Save Project

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

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions April 9th, 2018 Lecture 20: Special distributions Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters 4, 6: Random variables Week 9 Chapter

More information

Chapter 4. The Normal Distribution

Chapter 4. The Normal Distribution Chapter 4 The Normal Distribution 1 Chapter 4 Overview Introduction 4-1 Normal Distributions 4-2 Applications of the Normal Distribution 4-3 The Central Limit Theorem 4-4 The Normal Approximation to the

More information