Lesson 6 - 2 Binomial Probability Distribution. Objectives Determine whether a probability experiment is a binomial experiment Compute probabilities of.

Slides:



Advertisements
Similar presentations
Probability Distribution
Advertisements

Binomial probability model describes the number of successes in a specified number of trials. You need: * 2 parameters (success, failure) * Number of trials,
1 Set #3: Discrete Probability Functions Define: Random Variable – numerical measure of the outcome of a probability experiment Value determined by chance.
Probability Distribution
Chapter 7 The Normal Probability Distribution 7.5 Sampling Distributions; The Central Limit Theorem.
The Binomial Probability Distribution
Section 5-3 Binomial Probability Distribution. BINOMIAL PROBABILITY DISTRTIBUTION 1.The procedure has a fixed number of trials. 2.The trials must be independent.
Lesson 6 – 2b Hyper-Geometric Probability Distribution.
Unit 6 – Data Analysis and Probability
Binomial Distributions
Chapter Six Discrete Probability Distributions
Chapter Four Discrete Probability Distributions 4.1 Probability Distributions.
Lesson Geometric Probability Distribution. Construction Objectives Given the probability of success, p, calculate the probability of getting the.
Lesson 8 – R Taken from And modified slightlyhttp://
Notes – Chapter 17 Binomial & Geometric Distributions.
Chapter 8 Day 1. The Binomial Setting - Rules 1. Each observations falls under 2 categories we call success/failure (coin, having a child, cards – heart.
Variance and Standard Deviation  The variance of a discrete random variable is:  The standard deviation is the square root of the variance.
LESSON Geometric Probability Distribution. VOCABULARY Geometric Setting – random variable meets geometric conditions Trial – each repetition of.
Section 5-3 Binomial Probability Distributions. BINOMIAL PROBABILITY DISTRTIBUTION 1.The procedure has a fixed number of trials. 2.The trials must be.
Lesson Sample Proportions. Knowledge Objectives Identify the “rule of thumb” that justifies the use of the recipe for the standard deviation of.
Binomial Probability Distributions
The Binomial Distribution
Math b (Discrete) Random Variables, Binomial Distribution.
Section 6.2 The Binomial Probability Distribution
The Binomial Probability Distribution 6-1 © 2010 Pearson Prentice Hall. All rights reserved.
Lesson Discrete Distribution Binomial Taken from
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 6 Section 2 – Slide 1 of 31 Chapter 6 Section 2 The Binomial Probability Distribution.
Lesson 6 - R Discrete Probability Distributions Review.
The Binomial Distribution
4.2 Binomial Distributions
Lesson 6 – 2c Negative Binomial Probability Distribution.
Copyright © 2010 Pearson Education, Inc. Chapter 17 Probability Models.
Lesson Discrete Random Variables. Objectives Distinguish between discrete and continuous random variables Identify discrete probability distributions.
Lesson Discrete and Continuous Random Variables.
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.
Binomial Probability Distribution
Welcome to MM207 - Statistics!
1 7.3 RANDOM VARIABLES When the variables in question are quantitative, they are known as random variables. A random variable, X, is a quantitative variable.
The Binomial Probability Distribution. ● A binomial experiment has the following structure  The first test is performed … the result is either a success.
Binomial Distributions. Objectives How to determine if a probability experiment is a binomial experiment How to find binomial probabilities using the.
Lesson The Normal Approximation to the Binomial Probability Distribution.
Lesson 6.3 Discrete Distribution Binomial. Knowledge Objectives Describe the conditions that need to be present to have a binomial setting. Define a binomial.
Are You Psychic? Mean and Standard Deviation Remember, to find the mean of a probability distribution, you take the sum of the probabilities times.
Lesson Discrete and Continuous Random Variables.
5-Minute Check on section 7-1a Click the mouse button or press the Space Bar to display the answers. Convert these statements into discrete probability.
Introduction A family plans on having three children. Calculate the probability the family has ALL girls. P(3G) =.125 P(3G) =.125 (.5) 3 =.125 (.5)
5-3 Binomial Distributions © 2012 Pearson Education, Inc. All rights reserved. 1 of 63.
4.2 Binomial Distributions I.Binomial Experiments A binomial experiment is a probability experiment that satifies the following conditions: 1. Fixed number.
Lesson 6 – 2a Geometric Probability Distribution.
Unit 4 Review. Starter Write the characteristics of the binomial setting. What is the difference between the binomial setting and the geometric setting?
Slide 17-1 Copyright © 2004 Pearson Education, Inc.
1. 2 At the end of the lesson, students will be able to (c)Understand the Binomial distribution B(n,p) (d) find the mean and variance of Binomial distribution.
Lesson Poisson Probability Distribution. Objectives Understand when a probability experiment follows a Poisson process Compute probabilities of.
The Binomial Probability Distribution
AP Statistics Chapter 8 Section 2. If you want to know the number of successes in a fixed number of trials, then we have a binomial setting. If you want.
Lesson Discrete Distribution Binomial. Knowledge Objectives Describe the conditions that need to be present to have a binomial setting. Define a.
Binomial Distributions
Discrete Distribution Binomial
Discrete Probability Distributions
Geometric Probability Distribution
Probability 5: Binomial Distribution
Discrete Probability Distributions
Click the mouse button or press the Space Bar to display the answers.
Discrete Probability Distributions
Click the mouse button or press the Space Bar to display the answers.
Geometric Poisson Negative Binomial Gamma
Review of Chapter 8 Discrete PDFs Binomial and Geometeric
STATISTICS INFORMED DECISIONS USING DATA
Presentation transcript:

Lesson Binomial Probability Distribution

Objectives Determine whether a probability experiment is a binomial experiment Compute probabilities of binomial experiments Compute the mean and standard deviation of a binomial random variable Construct binomial probability histograms

Vocabulary Trial – each repetition of an experiment Success – one assigned result of a binomial experiment Failure – the other result of a binomial experiment PDF – probability distribution function CDF – cumulative (probability) distribution function, computes probabilities less than or equal to a specified value

Criteria for a Binomial Probability Experiment An experiment is said to be a binomial experiment provided: 1.The experiment is performed a fixed number of times. Each repetition is called a trial. 2.The trials are independent 3.For each trial there are two mutually exclusive (disjoint) outcomes: success or failure 4.The probability of success is the same for each trial of the experiment

Binomial Notation There are n independent trials of the experiment Let p denote the probability of success and then 1 – p is the probability of failure Let x denote the number of successes in n independent trials of the experiment. So 0 ≤ x ≤ n Determining probabilities: With your calculator: 2 nd VARS 0 yields binompdf(n,p,x) Book: Table II in Appendix A Table III

Binomial PDF The probability of obtaining x successes in n independent trials of a binomial experiment, where the probability of success is p, is given by: P(x) = n C x p x (1 – p) n-x, x = 0, 1, 2, 3, …, n A binomial experiment with n independent trials and probability of success p has Mean μ x = np Standard Deviation σ x = √np(1-p)

English Phrases Math Symbol English Phrases ≥At leastNo less thanGreater than or equal to >More thanGreater than <Fewer thanLess than ≤No more thanAt mostLess than or equal to =ExactlyEqualsIs ≠Different from Cumulative probability or cdf P(x ≤ A) cdf(x > A) = 1 – P(x ≤ A) Values of Discrete Variable, X P(X) ∑P(x) = 1 X=A

Example 1 In the “Pepsi Challenge” a random sample of 20 subjects are asked to try two unmarked cups of pop (Pepsi and Coke) and choose which one they prefer. If preference is based solely on chance what is the probability that: a) 6 will prefer Pepsi? b) 12 will prefer Coke? P(d=P) = 0.5 P(x) = n C x p x (1-p) n-x P(x=6 [p=0.5, n=20]) = 20 C 6 (0.5) 6 (1- 0.5) 20-6 = 20 C 6 (0.5) 6 (0.5) 14 = P(x=12 [p=0.5, n=20]) = 20 C 12 (0.5) 12 (1- 0.5) = 20 C 12 (0.5) 12 (0.5) 8 =

Example 1 cont c) at least 15 will prefer Pepsi? d) at most 8 will prefer Coke? P(d=P) = 0.5P(x) = n C x p x (1-p) n-x P(at least 15) = P(15) + P(16) + P(17) + P(18) + P(19) + P(20) Use cumulative PDF either Table III in book or calculator P(X ≥ 15) = 1 – P(X ≤ 14) = 1 – = P(at most 8) = P(0) + P(1) + P(2) + … + P(6) + P(7) + P(8) Use cumulative PDF either Table III in book or calculator P(X ≤ 8) =

Example 2 A certain medical test is known to detect 90% of the people who are afflicted with disease Y. If 15 people with the disease are administered the test what is the probability that the test will show that: a) all 15 have the disease? b) at least 13 people have the disease? P(Y) = 0.9 P(x) = n C x p x (1-p) n-x P(x=15 [p=0.9, n=15]) = 15 C 15 (0.9) 15 (1- 0.9) = 15 C 15 (0.9) 15 (0.1) 0 = P(at least 13) = P(13) + P(14) + P(15) Use cumulative PDF either Table III in book or calculator P(X ≥ 13) = 1 – P(X ≤ 12) = 1 – =

Example 2 cont c) 8 have the disease? P(Y) = 0.9P(x) = n C x p x (1-p) n-x P(x=8 [p=0.9, n=15]) = 15 C 8 (0.9) 8 (1- 0.9) 15-8 = 15 C 8 (0.9) 8 (0.1) 7 =

Example 3 A university claims that 80% of its basketball players get their degree. An investigation examines the fates of a random sample of 20 players who entered the program over a period of several years. Of these players, 10 graduated and 10 are no longer in school. If the university's claim is true, what is the probability that exactly 10 out of 20 graduate? Can you conclude anything about the university's claim?

Example 3 cont If the university's claim is true, what is the probability that exactly 10 out of 20 graduate? Can you conclude anything about the university's claim? P(Y) = 0.8P(x) = n C x p x (1-p) n-x P(x=10 [p=0.8, n=20]) = 20 C 10 (0.8) 10 (1- 0.8) = 20 C 10 (0.8) 10 (0.2) 10 = It is either a false claim or we got a very unusual sample! 10 – np 10 – Z = = = = =  np(1-p)  20(.8)(.2) 

Summary and Homework Summary –Binomial experiments have 4 specific criteria that must be met –E(X) = np and V(X) = np(1-p) –Calculator has pdf and cdf functions –Tables in book for pdf and cdf Homework –pg : 11, 12, 17 – 20, 30 – 32, 41, 46