section 8.1 binomial distributions

22
Section 8.1 Binomial Distributions AP Statistics

Upload: infinity

Post on 22-Feb-2016

63 views

Category:

Documents


0 download

DESCRIPTION

Section 8.1 Binomial Distributions. AP Statistics. The Binomial Setting. Each observation falls into one of just two categories, which for convenience we call “success” or “failure” There are a fixed number n of observations The n observations are all independent. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Section  8.1 Binomial Distributions

Section 8.1Binomial Distributions

AP Statistics

Page 2: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 2

The Binomial Setting

1. Each observation falls into one of just two categories, which for convenience we call “success” or “failure”

2. There are a fixed number n of observations

3. The n observations are all independent.4. The probability of success, call it p, is the

same for each observation.

Page 3: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 3

The Binomial Setting: Example1. Each observation falls into one of just two

categories, which for convenience we call “success” or “failure”: Basketball player at the free throw.

2. There are a fixed number n of observations: The player is given 5 tries.

3. The n observations are all independent: When the player makes (or misses) it does not change the probability of making the next shot.

4. The probability of success, call it p, is the same for each observation: The player has an 85% chance of making the shot; p=.85

Page 4: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 4

Shorthand

Normal distributions can be described using the N(µ,σ) notation; for example, N(65.5,2.5) is a normal distribution with mean 65.5 and standard deviation 2.5.

Binomial distributions can be described using the B(n,p) notation; for example, B(5, .85) describes a binomial distribution with 5 trials and .85 probability of success for each trial.

Page 5: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 5

Example Blood type is inherited. If both parents carry

genes for the O and A blood types, each child has probability 0.25 of getting two O genes and so of having blood type O. Different children inherit independently of each other. The number of O blood types among 5 children of these parents is the count X off successes in 5 independent observations.

How would you describe this with “B” notation? X=B(5,.25)

Page 6: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 6

Example Deal 10 cards from a shuffled deck and count

the number “X” of red cards. A “success” is a red card.

How would you describe this using “B” notation?

This is not a Binomial distribution because once you pull one card out, the probabilities change.

Page 7: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 7

Binomial Coefficient Sometimes referred

to as “n choose k” For example: “I have

10 students in a class. I need to choose 2 of them.”

In these examples, order is not important.

!! !

10 10!2 2! 10 2 !

10 9 8 7 6 5 4 3 2 12 1 8 7 6 5 4 3 2 1

45

n nk k n k

Page 8: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 8

Binomial Coefficients on the Calculator

Page 9: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 9

Binomial Probabilities

( ) 1 n kknP X k p p

k

Page 10: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 10

Binomial Mean

1

np

np p

Page 11: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 11

(10,.5), (5, 10*.5*.5)B N

Page 12: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 12

(100,.5), (50, 100*.5*.5)B N

Page 13: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 13

(1000,.5), (500, 1000*.5*.5)B N

Page 14: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 14

Binomial Distributionson the calculator

Binomial Probabilities B(n,p) with k successes binompdf(n,p,k) Corinne makes 75% of

her free throws. What is the probability of

making exactly 7 of 12 free throws.

binompdf(12,.75,7)=.1032

1 n kknp p

k

5712.75 .25

7

Page 15: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 15

Binomial Distributionson the calculator

Binomial Probabilities B(n,p) with k successes binomcdf(n,p,k) Corinne makes 75% of

her free throws. What is the probability of

making at most 7 of 12 free throws.

binomcdf(12,.75,7)=.1576

57 6 6

5 7 4 8

3 9 2 10

1 11 0 12

12 12.75 .25 .75 .25

7 6

12 12.75 .25 .75 .25

5 4

12 12.75 .25 .75 .25

3 2

12 12.75 .25 .75 .25

1 0

Page 16: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 16

Binomial Distributionson the calculator

Binomial Probabilities B(n,p) with k successes binomcdf(n,p,k) Corinne makes 75% of

her free throws. What is the probability of

making at least 7 of 12 free throws.

1-binomcdf(12,.75,6)=

57 8 4

9 3 10 2

11 1 12 0

12 12.75 .25 .75 .25

7 8

12 12.75 .25 .75 .25

9 10

12 12.75 .25 .75 .25

11 12

Page 17: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 17

Binomial Simulations

Corinne makes 75% of her free throws. Simulate shooting 12 free throws. randBin(n,p) will do one simulation randBin(n,p,t) will do t simulations

Page 18: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 18

Normal Approximation of Binomial Distribution Remember

1

np

np p

Page 19: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 19

Normal Approximation of Binomial Distribution As the number of trials n gets larger, the

binomial distribution gets close to a normal distribution.

Question: What value of n is big enough? The book does not say, so let’s see how the close two calculations are…

Page 20: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 20

Example:

A recent survey asked a nationwide random sample of 2500 adults if they agreed or disagreed that “I like buying new clothes, but shopping is often frustrating and time-consuming.” Suppose that in fact 60% of all adults would “agree”. What is the probability that 1520 or more of the sample “agree”.

Page 21: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 21

TI-83 calculator

B(2500,.6) and P(X>1520) 1-binomcdf(2500,.6,1519) .2131390887

nCDF(1520, 1E99, 1500, 24.495) P(X>1520)=.207

Page 22: Section  8.1 Binomial Distributions

AP Statistics, Section 8.1.1 22

Homework

Binomial Worksheet Study Guide 8.2