Chapter 15 Binomial Distribution Properties

Similar documents
The Binomial Probability Distribution

AP STATISTICS 2010 SCORING GUIDELINES

Sample Questions for Mastery #5

Section 5-3 Binomial Probability Distributions

WHERE DOES THE 10% CONDITION COME FROM?

Probability Distributions

An Introduction to Basic Statistics and Probability

Chapter 5. Random variables

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Chapter 4. Probability Distributions

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture

The Math. P (x) = 5! = = 120.

Statistics 100A Homework 4 Solutions

Chapter 4 Lecture Notes

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

STAT 315: HOW TO CHOOSE A DISTRIBUTION FOR A RANDOM VARIABLE

Generating Random Data. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University

Math 461 Fall 2006 Test 2 Solutions

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Some special discrete probability distributions

Stats on the TI 83 and TI 84 Calculator

Random variables, probability distributions, binomial random variable

Lecture 10: Depicting Sampling Distributions of a Sample Proportion

Binomial Distribution Problems. Binomial Distribution SOLUTIONS. Poisson Distribution Problems

Math 58. Rumbos Fall Solutions to Review Problems for Exam 2

Example 1: Dear Abby. Stat Camp for the Full-time MBA Program

Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem

ECON1003: Analysis of Economic Data Fall 2003 Answers to Quiz #2 11:40a.m. 12:25p.m. (45 minutes) Tuesday, October 28, 2003

The normal approximation to the binomial

2 Binomial, Poisson, Normal Distribution

Chapter 5: Normal Probability Distributions - Solutions

Pr(X = x) = f(x) = λe λx

Section 6.1 Discrete Random variables Probability Distribution

Section 5 Part 2. Probability Distributions for Discrete Random Variables

Negative Binomial. Paul Johnson and Andrea Vieux. June 10, 2013

AP Statistics 7!3! 6!

6.2. Discrete Probability Distributions

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Binomial Probability Distribution

STAT x 0 < x < 1

Construct and Interpret Binomial Distributions

ECE302 Spring 2006 HW4 Solutions February 6,

LECTURE 16. Readings: Section 5.1. Lecture outline. Random processes Definition of the Bernoulli process Basic properties of the Bernoulli process

10 GEOMETRIC DISTRIBUTION EXAMPLES:

DETERMINE whether the conditions for a binomial setting are met. COMPUTE and INTERPRET probabilities involving binomial random variables

Mind on Statistics. Chapter 8

The Binomial Distribution. Summer 2003

Probability Distributions

Stat 104: Quantitative Methods for Economists. Study Guide Solutions, part 2

The Kelly Betting System for Favorable Games.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

M 1313 Review Test 4 1

Joint Exam 1/P Sample Exam 1

PROBABILITY AND SAMPLING DISTRIBUTIONS

Number of observations is fixed. Independent observations --- knowledge of the outcomes of earlier trials does not affect the

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing

5/31/ Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

Normal distribution. ) 2 /2σ. 2π σ

Chapter 5. Discrete Probability Distributions

TEACHER NOTES MATH NSPIRED

Binomial random variables (Review)

Betting on Excel to enliven the teaching of probability

Characteristics of Binomial Distributions

ECE302 Spring 2006 HW3 Solutions February 2,

2WB05 Simulation Lecture 8: Generating random variables

Statistical Functions in Excel

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

Feb 7 Homework Solutions Math 151, Winter Chapter 4 Problems (pages )

AP Stats - Probability Review

1 Math 1313 Final Review Final Review for Finite. 1. Find the equation of the line containing the points 1, 2)

Statistiek I. Proportions aka Sign Tests. John Nerbonne. CLCG, Rijksuniversiteit Groningen.

Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density

MAT 155. Key Concept. September 22, S5.3_3 Binomial Probability Distributions. Chapter 5 Probability Distributions

STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS

6 POISSON DISTRIBUTIONS

Practice Problems for Homework #6. Normal distribution and Central Limit Theorem.

Unit 4 The Bernoulli and Binomial Distributions

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 2 Solutions

Math 201: Statistics November 30, 2006

4. Continuous Random Variables, the Pareto and Normal Distributions

2. Discrete random variables

Analyzing Portfolio Expected Loss

Opgaven Onderzoeksmethoden, Onderdeel Statistiek

Introduction to Hypothesis Testing

0 x = 0.30 x = 1.10 x = 3.05 x = 4.15 x = x = 12. f(x) =

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Chapter 9 Monté Carlo Simulation

The normal approximation to the binomial

Lecture 6: Discrete & Continuous Probability and Random Variables

BINOMIAL DISTRIBUTION

Important Probability Distributions OPRE 6301

Binomial Random Variables

Practice Problems #4

Practice problems for Homework 11 - Point Estimation

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.

Two-sample hypothesis testing, II /16/2004

Transcription:

Chapter 15 Binomial Distribution Properties Two possible outcomes (success and failure) A fixed number of experiments (trials) The probability of success, denoted by p, is the same on every trial The trials are independent Example: Suppose 75% of all drivers wear their seatbelts. Find the probability that four drivers might be belted among five cars waiting traffic light?

Chapter 15 Binomial Distribution 3. The Binomial Model: The binomial model is like a Bernoulli trial with a number of trials being n, n is a number greater than or equal to 2. We look for the number of k successes in n trial. Here k is less than or equal to n. Let X = number of successes in n trials.

Chapter 15 Binomial Distribution P(X=x) = C(n,x)*p^x*q^{n-x} Here p = probability of success, q = 1-p = probability of failure. E(X) = np Std dev of X = Sqrt{npq}

Chapter 15 Binomial Distribution Example: Suppose 20 people come to the blood drive. What is the probability that there are 2 or 3 universal donors? Solution: P(X=2) = C(20,2)(.06)^{2}(.94)^{18}= 0.2246 P(X=3) = C(20,3)(.06)^{3}(.94)^{17}= 0.0860 Answer: 0.3106

Chapter 15 Binomial Distribution To compute the C(n,x) number from the TI-83 do the following 1. Type your number 2. Press MATH 3. Select Prob 4. Press ncr 5. Type your second number

Examples 2. A certain tennis player makes a successful first serve 70% of the time. Assume that each serve is independent of the others. If she serves 6 times, what s the probability she gets a) all 6 serves in b) exactly 4 serves in? c) at least four serves in? d) no more than 4 serves in?

Examples 2 binomial model: p = 0.7, q =.3, n = 6 a) C(6,6)*.7^6*.3^0 = 0.118 b) C(6,4)*.7^4*.3^2 = 15*.7^4*.3^2 =.324 c) C(6,4)*.7^4*.3^2 = 0.324 C(6,5)*.7^5*.3^1 = 0.303 C(6,6)*.7^6*.3^0 = 0.118 Answer: 0.745 d) 1 (.303+.118) =.575

Example A statistics test contains 5 multiple choice questions, each of which has four choices. Suppose a student guesses the answer to each question. Find the probability distribution of X, the number of questions the student answers correctly.

Example X=k 0 1 2 3 4 5 P(X=k).2373.3955.2636.0878.0146.0009

Concluding Remarks on 1. Binomial as an Approximation to Hypergeometric Distribution Example: A city has 1000 residents of whom 450 are male. 200 are to be selected at random without replacement. Clearly this is a hypergeometric distribution problem with parameters: N = 1000, n = 450, M = 200.

Binomial Approximation of Hypergeometric Distribution Compute the probabilities for the following values of m: m = 90, 91, 92,, 110.

Example: A city has 10 residents of whom 4 are male. 5 are to be selected at random without replacement. This is a hypergeometric distribution problem with parameters: N = 10, n = 4, M = 5. Compare the hypergeometirc and binomial distributions.

Concluding Remarks 2. How much variation is typical? Example: Blood is drawn and a blood count is performed by measuring two things: # of white blood cells proportion of the different types of white blood cells. These measurements are compared to typical measurements to determine whether there is cause for concern.

Concluding Remarks Example (neutrophil) Suppose that the typical proportion of\ neutrophils is 0.6. In a blood count it was found that 45 out of 100 white blood cells were neutrophils. Is there enough evidence to be concerned? In other words the number 45 typical or not?

Concluding Remarks We can model this by the binomial distribution. Let X = # of neutrophils in 100 white blood cells drawn from a person whose proportion of neutrophils is normal (i.e. 0.6). We would like to study the probabilty distribution

Concluding Remarks Question: Is it surprising to find a blood count different from 60? Let us find the likelihood of getting 60 neutrophils in a 100 blood count (if we assume that the proportion of neutrophils in a normal person is 0.6)

Concluding Remarks This can be modeled by the binomila distribution. P( X = 60) = C(100,60)(.6^60)*(.4^(40) =0.081 Hence it is not surprising to find number neutrophils to be other than 60 How surprising is it to find 45 neutrophils?

Concluding Remarks Better question will be: How likel is it to find the number of neutrophils to be less than 45? We compute P(X <= 45) =.0017. Hence it is very unlikely that this happens under normal situations. The differnece between 60 and 45 is probably significant! Cause to be concerned is probably justified!

Concluding Remarks When we compute P(X < = m), we are finding what is called a cumulative distribution function. Example: Let X be binomial with parameters n = 5 and p = 0.4. Find the cumulative distribution function of X. Note: m = 0, 1, 2, 3, 4, 5.

Concluding Remarks m 0 1 2 3 4 5 P(X=m) 0.07776 0.2592 0.3456 0.2304 0.0768 0.01024 P(X<=m) 0.07776 0.33696 0.68256 0.91296 0.98976 1

Concluding Remarks 3. Is selection random? (Historical case: Discrimination against Mexican-Americans-Read the course pack (page 102) Problem Suppose in a county (Hidalgo County, TX) 79.1% of the population is of Hispanic origin. From 1962-1972, 870 were summoned to serve on a grand jury. Of these 339 had Spanish surnames. How likely is this if the jury selection was random?

Concluding Remarks Let X = # of Hispanics who served on a grand jury. Compute P(X < = 339) n = 870, p =.791, m = 0, 1, 2, 3, 4,, 339. P(X < = 339) = 4.18*10^(-148) ~ 0. This will be the probability if the jury selection was random. Exremely unlikely!