In probability theory and statistics, the binomial distribution is the discrete probability distribution of the number of successes in a sequence of n.

Slides:



Advertisements
Similar presentations
Presentation on Probability Distribution * Binomial * Chi-square
Advertisements

Lecture (7) Random Variables and Distribution Functions.
STA291 Statistical Methods Lecture 13. Last time … Notions of: o Random variable, its o expected value, o variance, and o standard deviation 2.
Binomial Distributions
Section 7.4 Approximating the Binomial Distribution Using the Normal Distribution HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2008.
Chapter – Binomial Distributions Geometric Distributions
CONTINUOUS RANDOM VARIABLES AND THE NORMAL DISTRIBUTION
Chapter 5 Several Discrete Distributions General Objectives: Discrete random variables are used in many practical applications. These random variables.
Binomial Distributions
Copyright © Cengage Learning. All rights reserved. 5 Probability Distributions (Discrete Variables)
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2010 by Hawkes Learning Systems/Quant Systems, Inc. All rights reserved. Chapter 8 Continuous.
Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics Statistics & Econometrics.
1 Random Variables and Discrete probability Distributions Chapter 7.
 A probability function is a function which assigns probabilities to the values of a random variable.  Individual probability values may be denoted by.
1 STAT 500 – Statistics for Managers STAT 500 Statistics for Managers.
7- 1 Chapter Seven McGraw-Hill/Irwin © 2005 The McGraw-Hill Companies, Inc., All Rights Reserved.
 A probability function is a function which assigns probabilities to the values of a random variable.  Individual probability values may be denoted by.
Bernoulli Trials Two Possible Outcomes –Success, with probability p –Failure, with probability q = 1  p Trials are independent.
SESSION 31 & 32 Last Update 14 th April 2011 Discrete Probability Distributions.
Binomial Probability Distribution
Dan Piett STAT West Virginia University Lecture 5.
Statistics 3502/6304 Prof. Eric A. Suess Chapter 4.
Statistics Chapter 6 / 7 Review. Random Variables and Their Probability Distributions Discrete random variables – can take on only a countable or finite.
Prob and Stats, Oct 28 The Binomial Distribution III Book Sections: N/A Essential Questions: How can I compute the probability of any event? How can I.
Welcome to MM305 Unit 3 Seminar Prof Greg Probability Concepts and Applications.
Introduction A probability distribution is obtained when probability values are assigned to all possible numerical values of a random variable. It may.
Chapter 6 Normal Approximation to Binomial Lecture 4 Section: 6.6.
Probability Distributions  A variable (A, B, x, y, etc.) can take any of a specified set of values.  When the value of a variable is the outcome of a.
Chapter 6 – Continuous Probability Distribution Introduction A probability distribution is obtained when probability values are assigned to all possible.
Binomial Distributions
11.1 Chi-Square Tests for Goodness of Fit
Probability Distributions
Each child born to a particular set of parents has probability of 0
Binomial Distributions
CHAPTER 6 Random Variables
Chapter 5 Normal Probability Distributions.
Welcome to MM305 Unit 3 Seminar Dr
Binomials GrowingKnowing.com © 2011 GrowingKnowing.com © 2011.
Section 6.2 Binomial Probability Distribution
Discrete Probability Distributions
Lesson Objective Be able to calculate probabilities for Binomial situations Begin to recognise the conditions necessary for a Random variable to have a.
CONTINUOUS RANDOM VARIABLES AND THE NORMAL DISTRIBUTION
Binomial Distribution
Chapter 5 Sampling Distributions
Normal as Approximation to Binomial
Binomial Distributions
Chapter 5 Sampling Distributions
Chapter 5 Sampling Distributions
Elementary Statistics
Discrete Probability Distributions
Chapter 4 Review Questions Continuous or Discrete?
CHAPTER 6 Random Variables
Chapter 5 Sampling Distributions
Normal Probability Distributions
Probability Key Questions
LESSON 9: BINOMIAL DISTRIBUTION
Chapter 5 Sampling Distributions
8.1 The Binomial Distribution
Chapter 2.3 Counting Sample Points Combination In many problems we are interested in the number of ways of selecting r objects from n without regard to.
CHAPTER 6 Random Variables
Chapter 5 Section 5-5.
Further Stats 1 Chapter 5 :: Central Limit Theorem
CHAPTER 6 Random Variables
Chapter 5 Normal Probability Distribution
CHAPTER 6 Random Variables
CHAPTER 5 REVIEW.
Chapter 5 Normal Probability Distributions.
CONTINUOUS RANDOM VARIABLES AND THE NORMAL DISTRIBUTION
Binomial Distribution
Presentation transcript:

In probability theory and statistics, the binomial distribution is the discrete probability distribution of the number of successes in a sequence of n independent yes/no experiments, each of which yields success with probability p. The binomial distribution is frequently used to model the number of successes in a sample of size n drawn with replacement from a population of size N. Notes:

A binomial distribution is very different from a normal distribution. The key difference is that a binomial distribution is discrete, not continuous. In other words, it is NOT possible to find a data value between any two data values. Notes:

The binomial distribution is used when there is a fixed number of trials, and each trial has two possible outcomes - a success or a failure (something happened or it did not). The fixed number of trials is n. The probability of success is p. Binomial Distribution

Example: Example: We can play a game where we roll a die 10 times and count how many times the number 6 shows up. The number of trials is n = 10, and the probability that a 6 will show up is p = 1/6 = Symbolically, we can say X~Binomial(n=10, p=1/6), which is read as "X follows a binomial distribution with n = 10, and p = 1/6" Binomial Distribution

The random variable of interest is the count of successes in n trials. 1 The number of trials (or sample size), n, is fixed. 2 Trials are independent, with fixed value p = P(success on a trial). 3 There are only 2 possible outcomes on each trial, called “success” and “failure”.(This is where the “bi” prefix in “binomial” comes from.) 4 Requirements for Binomial Distribution

1) If the question asks you to find the probability of exactly one number, use 2) If the question asks you to find the probability of up to and including a number (less than or equal to a number), use Rules for Finding Binomial Probabilities in Excel BINOMDIST(successes,trials,probability,FALSE)BINOMDIST(successes,trials,probability,TRUE)

3) If the question asks you to find the probability of less than a number, use 4) If the question asks you to find the probability of at least one number (greater than or equal to a number), use Rules for Finding Binomial Probabilities in Excel BINOMDIST(successes,trials,probability,TRUE) - BINOMDIST(successes,trials,probability,FALSE) (1- BINOMDIST(successes,trials,probability,TRUE)) + BINOMDIST(successes,trials,probability,FALSE)

5) If the question asks you to find the probability of greater than a number, use Rules for Finding Binomial Probabilities in Excel 1- BINOMDIST(successes,trials,probabilityTRUE)

Illustration 0 successes 1 success 2 successes 3 successes 4 successes 5 successes Say that you have 5 trials, with the probability of success being.25. After 5 outcomes, you may observe,

Each outcome has its own probability, which can be found using These probabilities will sum to one (within rounding). The results are: Pr(0 successes) =.237 Pr(1 success ) =.396 Pr(2 successes) =.264 Pr(3 successes) =.088 Pr(4 successes) =.015 Pr(5 successes) =.001 BINOMDIST(successes, 5,.25, FALSE)

The above rules work as follows: 1. You are asked to find the probability of observing exactly 3 successes. This is equal to You are asked to find the probability of observing up to 3 successes. In other words, you need to report the probability of observing a number of successes less than or equal to 3.  The CUMULATIVE argument to the BINOMDIST function adds all of the probabilities up to the specified number of successes.  Thus, BINOMDIST(3,5,.25,TRUE) is equivalent to

The above rules work as follows: 3. You are asked to find the probability of observing less than 3 successes.  This can be found by using BINOMDIST(3,5,.25,TRUE) to add up , but then you must subtract out the.088.  Thus, the formula is: BINOMDIST(3,5,.25,TRUE) - BINOMDIST(3,5,.25,FALSE) equivalent to ( ) – (.088)

The above rules work as follows: 4. You are asked to find the probability of observing at least three successes.  Because the probabilities sum to one, we can first find the probability of observing more than three successes as: 1-BINOMDIST(3,5,.25,TRUE)

 The result is (1 – ( )), which is equivalent to However, this is only the probability of observing greater than 3 successes, when we need to find greater than or equal to 3 successes. We therefore have to add the probability of exactly 3 successes back in.  The full syntax is: (1-BINOMDIST(3,5,.25,TRUE)) + BINOMDIST(3,5,.25,FALSE) equivalent to (1 – ( )) + (.088)

The above rules work as follows: 5. You are asked to find the probability of observing more than three successes. Because the probabilities sum to one, we can find this probability as: 1 - BINOMDIST(3,5,.25,TRUE)  Doing so performs the calculation: (1 – ( )) which is the same as

Application 1. Warranty records show that the probability that a new car needs a warranty repair in the first 90 days is If a sample of 3 new cars is selected: a. What is the probability that none needs a warranty repair? b. What is the probability that at least one needs a warranty repair? c. What is the probability that more than one needs a warranty repair?

The key components of this problem: Sample size (trials) = 3 new cars Probability of “success” = 5% Number of “successes”: A: Exactly 0 B: 1 or more C: More than one

Solutions: BINOMDIST(0,3,0.05,FALSE) For A: 1-BINOMDIST(0,3,0.05,FALSE) For B: 1-BINOMDIST(1,3,0.05,TRUE) For C:

Application 2. According to a recent article in The Wall Street Journal, 40% of web surfers who view Internet banner ads remember them. Suppose that a random sample of 5 web surfers is selected and asked if they remember a specific Internet banner that they previously accessed. a. What is the probability that none of the web surfers will remember the banner ad? b. What is the probability that exactly 1 of the web surfers will remember the banner ad? c. What is the probability that 3 or more of the web surfers will remember the banner ad?

The key components of this problem: Sample size (trials) = 5 Web surfers Probability of “success” = 40% Number of “successes”: A: Exactly 0 B: Exactly 1 C: 3 or more

Solutions: BINOMDIST(0,5,0.4,FALSE) For A: BINOMDIST(1,5,0.4,FALSE) For B: (1-BINOMDIST(3,5,0.4,TRUE) + BINOMDIST(3,5,0.4,FALSE) For C:

Application 3. An important part of the customer service responsibilities of a telephone company relates to the speed with which troubles in residential services can be repaired. Suppose past data indicate that the likelihood is 0.70 that troubles in residential service can be repaired on the same day. For the first 5 troubles reported on a given day: a. What is the probability that all 5 will be repaired on the same day? b. What is the probability that at least 3 will be repaired on the same day? c. What is the probability that fewer than 2 will be repaired on the same day?

The key components of this problem: Sample size (trials) = 5 reported troubles Probability of success = 70% Number of successes: A: Exactly 5 B: 3 or more C: Fewer than two

Solutions: BINOMDIST(5,5,0.7,FALSE) For A: (1-BINOMDIST(3,5,0.7,TRUE)) + BINOMDIST(3,5,0.7,FALSE) For B: BINOMDIST(2,5,0.7,TRUE) - BINOMDIST(2,5,0.7,FALSE) For C:

Application 4. A student is taking a multiple-choice exam in which each question has 4 choices. Assuming that she has no knowledge of the correct answers to any of the questions, she has decided on a strategy in which she will place 4 balls (marked A, B, C and D) into a box. She randomly selects one ball for each question and replaces the ball in the box. The marking on the ball will determine her answer to the question.

There are 5 multiple-choice questions on the exam. a. What is the probability that she will get 5 questions correct? b. What is the probability that she will get at least 4 questions correct? c. What is the probability that she will get no questions correct? d. What is the probability that she will get no more than 2 questions correct?

The key components of this problem: Sample size (trials) = 5 problems Probability of success = 25% Number of successes: A: Exactly 5 B: 4 or more C: Exactly 0 D: Two or Fewer

Solutions: BINOMDIST(5,5,0.25,FALSE) For A: (1 - BINOMDIST(4,5,0.25,TRUE) ) + BINOMDIST(4,5,0.25,FALSE) For B: BINOMDIST(0,5,0.25,FALSE) For C: BINOMDIST(2,5,0.25,TRUE) For D: