Back to the Table of Contents

Statistical Probabilities and Distributions

Odd Solutions for Stat. Prob./Dist. Homework 9

  1. Separately calculate using the binomial formula the probabilities of getting 0, 1, 2, 3, or 4 left-handed students in a class of 25, given a probability of 0.1. Compare your results with those obtained by doing binompdf(25,.1) (DISTR 0) on your TI-83 calculator.

     
    x P(x)25Cxpxqn-x
    00.07179 1 • 0.10 • 0.925
    10.19942 25 • 0.11 • 0.924
    20.26589 300 • 0.12 • 0.923
    30.22650 2300 • 0.13 • 0.922
    40.13842 12650 • 0.14 • 0.921
    50.06459 53130 • 0.15 • 0.920

  2.  

  3. Check the assumptions carefully and see if we are justified in using the binomial (and not the hypergeometric) distribution for the problems above.

      Sample likely less than 10% of population.

  4. Calculate the probability described in the text for winning the lottery by matching 5 of the 6 selected numbers from 54.

      P(x=5)=[6!/(1!5!)] • [48!/(47!1!)] ÷ [54!/(48!6!)]=1.12E-5

  5. Use the normal approximation for the binomial to calculate the probability of getting 10 heads in 20 attempts from a fair coin (ignore the magic number test). Be sure to use the continuity correct and calculate the area under the probability density curve from 9.5 to 10.5. Compare this carefully with the results from the binomial formula.

      mean=n • p=10           s.d.=sqrt(n • p • q)=2.236
    xx-0.5x+0.5 z(x-0.5)z(x+0.5)P(x+/-0.5)20Cx0.520
    10 9.510.5-0.2240.2240.1770.176
    1110.511.5 0.2240.6710.1600.160
    1211.512.5 0.6711.1180.1190.120
    1312.513.5 1.1181.5650.07300.0739
    1413.514.5 1.5652.0130.03670.0370
    1514.515.5 2.0132.4600.01510.0148
    1615.516.5 2.4602.9070.005120.00462
    1716.517.5 2.9073.3540.001430.00109
    1817.518.5 3.3543.8013.26E-41.81E-4
    1918.519.5 3.8014.2496.13E-51.91E-5
    2019.520.5 4.2494.6969.42E-69.54E-7
    Only a few percent error until more than 2 s.d. from mean.

  6. Use the normal approximation for the binomial to calculate the probability of getting 13 heads in 20 attempts (ignore the magic number test). Compare this carefully with the results from the binomial formula. Is this the same as the probability of getting 7 heads?

      See above. Yes.

BACK TO LESSON HOMEWORK ACTIVITY CONTINUE