SOLUTION: Roll a die 8 times. What is the probability that the number of 1's will be within 2 standard deviations of the expected number of 1's?

Algebra ->  Probability-and-statistics -> SOLUTION: Roll a die 8 times. What is the probability that the number of 1's will be within 2 standard deviations of the expected number of 1's?      Log On


   



Question 1075188: Roll a die 8 times. What is the probability that the number of 1's will be within 2 standard deviations of the expected number of 1's?
Answer by Edwin McCravy(20065) About Me  (Show Source):
You can put this solution on YOUR website!

This is a binomial experiment.

We calculate the mean:

mu=n%2Ap=8%2A%281%2F6%29=8%2F6=4%2F3=%221.333...%22

That's the expected number of 1's.

[Expected number, is really the expected AVERAGE number.  I.e., 

if you rolled the die 8 times each day for a year, and averaged 

up how many 1's you got each day, you would expect to get an 

average of about 1.333... 1's per day.]

We calculate the standard deviation



2 standard deviations is 2%2A%221.054...%22=%222.108...%22

2 standard deviations below the expected number is 
%221.333...%22-%222.108...%22%22%22=%22%22%22-.775...%22

 2 standard deviations above the expected number is 
%221.333...%22%2B%222.108...%22%22%22=%22%22%223.441...%22

To get the number of 1's to be between those, we must roll

either 0, 1, 2, or 3 1's

We do that with a TI-83 or TI-84 calculator.

press 2ND then VARS

use down arrow to scroll down to binomcdf( 

    [Warning! Don't scroll to binompdf( by mistake!!!]

press ENTER

depending on how new or old your calculator is,

1. If you see the "wizard", make the wizard read

    binomcdf
trials:8
p:1/6
x value:3
Paste

scroll to "Paste" and press ENTER

you will see binomcdf(8,1/6,3)


2. Or if you have an older model, 

you just see binomcdf(, make it read binomcdf(8,1/6,3)

press ENTER

See: .9693435881

That's the probability of rolling 0,1,2,or 3 1's, which is a number of

1's between 2 standard deviations below the expected number and 2

standard deviations above the expected number. 

Edwin