<<

Pre-Term Program – Chapter Four Some Special Models CHAPTER 4 THE BINOMIAL AND NORMAL PROBABILITY MODELS TABLE OF CONTENTS

Page 1 The Binomial 112 Conditions for a Binomial Experiment, Bernoulli Trials 112 and of a Binomial Random 112 Using Excel and Table 1 to Calculate Binomial 113 2 The Normal Probability Model 119 The Standard 119 Standardizing Normal Distributions 125 Mensa Example 126 Tele-Evangelist Example 127 3 Approximating a Binomial Model with the Normal Distribution 127 Advertising Campaign and Dear Abby Examples 128 ESP Example 129 4 Fundamental Ideas From The Fourth Session 130 Six Probability Model Exercises 131 Answer Sketches for Six Probability Model Exercises 133 5 Table One: The 135 6 Table Two: The Normal Distribution 143

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 111 Statistics Pre-Term Program – Chapter Four Some Special Probability Models The Binomial Probability Distribution

The simplest data-gathering process is counting the number of times a certain event occurs. We can reduce almost an endless variety of situations to this simple counting process.

Consumer preference and opinion polls (i.e., sample surveys) are conducted frequently in business. Some recent examples include polls to determine the number of voters in favor of legalizing casino gambling in a particular state, and the number of Americans in favor of government-controlled health care.

The Binomial distribution is a discrete probability distribution that is extremely useful for describing many phenomena. The of interest that follows the Binomial distribution is the number of successes obtained in a sample of n observations. The Binomial distribution can be applied to numerous applications, such as:

· What is the probability that in a sample of 20 tires of the same type none will be defective if 10% of all such tires produced at a particular plant are defective? · What is the probability that red will come up 15 or more times in 20 spins of the American roulette wheel (38 spaces)? · What is the probability that a student can pass (that is, get at least 60% correct on) a 30-question multiple-choice exam (each question containing four choices) if the student guesses each question? · What is the probability that a particular stock will show an increase in its closing price on a daily basis over the next ten (consecutive) trading sessions if stock market price changes really are random?

Conditions Required for a Binomial Experiment

1. There is a set of n trials, which can be classified as either “successes” or “failures.” 2. The probability of a success, p, is constant over the n trials. 3. The for any one trial is independent of the outcome for any other trial. These first three conditions specify Bernoulli Trials. 4. The Binomial random variable X counts the number of “successes” in n trials.

Mean and Standard Deviation of the Binomial Probability Distribution

A random variable following the Binomial distribution is completely specified by the two n and p. Note that for a random variable X following the Binomial (n, p) distribution:

m X = E[X] = np, and s X = np (1- p)

We can obtain binomial probabilities using a Table (like Table 1) or Excel.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 112 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Using Excel to find Binomial Probabilities

To obtain the probability Pr(Y = k) for a Binomial random variable Y with parameters n and p using Excel, use the =BINOMDIST(k, n, p, 0). Suppose Y is a Binomial random variable with n = 5 and p = .50. To find Pr(Y = 0), enter =BINOMDIST(0, 5, 0.5, 0) in any empty cell and press Enter to obtain the probability .03125. In this way, a complete Binomial table for n = 5 and p = .50 can be obtained: k 0 1 2 3 4 5 Pr(Y = k) .03125 .15625 .31250 .31250 .15625 .03125

Sometimes, we will want to obtain a cumulative (“less than or equal to”) probability. For instance, suppose we want to find the probability that Y £ 4. To do this, we can either · add together the individual probabilities: Pr(Y £ 4) = Pr(Y = 0) + Pr(Y = 1) + Pr(Y = 2) + Pr(Y = 3) + Pr(Y = 4) · OR adjust the Excel command and use the function BINOMDIST(k, n, p, 1). For instance, in this setting, we’d use =BINOMDIST(4, 5, 0.5, 1). The “1” in the last part of the command asks for a cumulative (“less than or equal to”) probability instead of a simple (“equal to”) probability. A complete cumulative probability table for the Binomial distribution with n = 5 and p = .50 is easily generated from the information above: k 0 1 2 3 4 5 Pr(Y £ k) .03125 .18750 .50000 .81250 .96875 1.00000

Using Table 1 to find Binomial Probabilities (see pp. 135-142)

To use the Table of Binomial Probabilities [Table 1], we first select the appropriate subtable for our n and then the correct probability p. The table gives the probability distribution of X, the number of successes, for a wide variety of small Binomial experiments. Note that values of p below .50 can be read at the top of the block and values of x are read on the left. For values of p above .5, values of p are read at the bottom, and values of x on the right.

Suppose n = 5 and p = .30. Here’s the n = 5 section of Table 1, pulled from the table on page 135. Note the agreement of the shaded column with the Excel results. n = 5 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .7738 .5905 .4437 .3277 .2373 .1681 .1160 .0778 .0503 .0313 5 1 .2036 .3281 .3915 .4096 .3955 .3602 .3124 .2592 .2059 .1563 4 2 .0214 .0729 .1382 .2048 .2637 .3087 .3364 .3456 .3369 .3125 3 3 .0011 .0081 .0244 .0512 .0879 .1323 .1811 .2304 .2757 .3125 2 4 .0000 .0005 .0022 .0064 .0146 .0284 .0488 .0768 .1128 .1563 1 5 .0000 .0000 .0001 .0003 .0010 .0024 .0053 .0102 .0185 .0313 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 113 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Example 4.1. A Simple Binomial Distribution Example

Let X be a Binomial random variable with n = 4 trials and probability of success p = .70. Let x be the number of successes observed.

(a) Find Pr(x = 3). (b) Find Pr(x < 2). (c) Find Pr(x ³ 2). (d) What would be the modal (most common) outcome (number of successes)?

We could, for instance, draw a tree of the n = 4 trials, as shown on the next page. From the tree, we can directly find the probability distribution of X. For instance, PX(0) = Pr(X = 0) = .0081, and PX(1) = Pr(X = 1) = 4(.0189) = .0756, etc.

In Excel, we can use statements of the form =BINOMDIST(k, 4, 0.7, 0) to find the simple (“equal to”) probability distribution for X. For instance, · =BINOMDIST(0, 4, 0.7, 0) produces 0.0081 · =BINOMDIST(1, 4, 0.7, 0) produces 0.0756 · =BINOMDIST(2, 4, 0.7, 0) produces 0.2646, etc. As before, we can find cumulative probabilities using =BINOMDIST(k, 4, 0.7, 1).

To use Table 1, we look at the n = 4 section of the table on page 135, and p = .70, which is reproduced (and shaded) here: n = 4 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .8145 .6561 .5220 .4096 .3164 .2401 .1785 .1296 .0915 .0625 4 1 .1715 .2916 .3685 .4096 .4219 .4116 .3845 .3456 .2995 .2500 3 2 .0135 .0486 .0975 .1536 .2109 .2646 .3105 .3456 .3675 .3750 2 3 .0005 .0036 .0115 .0256 .0469 .0756 .1115 .1536 .2005 .2500 1 4 .0000 .0001 .0005 .0016 .0039 .0081 .0150 .0256 .0410 .0625 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Note that we must read up from the bottom (since p here is .70, not .30), we have Number of successes, x 0 1 2 3 4

PX(x) .0081 .0756 .2646 .4116 .2401

We can use Table 1 to solve the problems posed previously:

(a) The probability that x equals 3 is just PX(3) = Pr(X = 3) = .4116. (b) Pr(X < 2) = Pr(X = 0) + Pr(X = 1) = .0081 + .0756 = .0837. (c) Pr(X ³ 2) = Pr(X = 2) + Pr(X = 3) + Pr(X = 4) = .2646 + .4116 + .2401 = .9163. (d) There are five possible outcomes: 0, 1, 2, 3 or 4 successes. The outcome with the highest probability is 3 successes: Pr(X = 3) = .4116, which is higher than Pr(X = 0) = .0081, Pr(X = 1) = .0756, Pr(X = 2) = .2646, or Pr(X = 4) = .2401.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 114 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

Trial One Trial Two Trial Three Trial Four X (# of S’s) Probability S on 4th (.70) 4 (.7)4 = .2401 S on 3rd (.70) F on 4th 3 (.7)3(.3)1 = (.30) .1029 S on 2nd (.70) S on 4th (.70) 3 (.7)3(.3)1 = .1029 F on 3rd (.30) Success (S) on F on 4th 2 (.7)2(.3)2 = (.30) .0441 1st Trial (.70 = S on 4th (.70) 3 (.7)3(.3)1 = probability) .1029 S on 3rd (.70) F on 4th 2 (.7)2(.3)2 = (.30) .0441 F on 2nd (.30) S on 4th (.70) 2 (.7)2(.3)2 = .0441 F on 3rd (.30) F on 4th 1 (.7)1(.3)3 = (.30) .0189

S on 4th (.70) 3 (.7)3(.3)1 = .1029 S on 3rd (.70) F on 4th 2 (.7)2(.3)2 = (.30) .0441 S on 2nd (.70) S on 4th (.70) 2 (.7)2(.3)2 = .0441 F on 3rd (.30) F on 4th 1 (.7)1(.3)3 = (.30) .0189 Failure (F) on 1st Trial S on 4th (.70) 2 (.7)2(.3)2 = .0441 (.30 = S on 3rd (.70) probability) F on 4th 1 (.7)1(.3)3 = (.30) .0189 F on 2nd (.30) S on 4th (.70) 1 (.7)1(.3)3 = .0189 F on 3rd (.30) F on 4th 0 (.3)4 = .0081 (.30)

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 115 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Answering the Four Questions from the Start of the Chapter

· What is the probability that in a sample of 20 tires of the same type none will be defective if 10% of all such tires produced at a particular plant are defective?

Consider each tire inspection to be a , with the event “sampled tire is defective” defined as a success. We need the probability of 0 successes in n = 20 trials, with p = Pr(success) = .10 The relevant Table 1 section follows. The probability of k = 0 successes is .1216. n = 20 k¯ p = .10 0 .1216

· What is the probability that red will come up 15 or more times in 20 spins of the American roulette wheel (38 spaces)?

Consider each spin of the wheel to be a Bernoulli trial, with the event “ball stops in red space” defined as a success. Here, we want to know the probability of 15 or more successes in n = 20 trials. If each of the 38 spaces is equally likely, then since there are 18 red spaces, the probability of a success is 18 9 p = 38 = 19 =.474 . Since Table 1 does not give exact probabilities for this value of p, let’s use Excel to solve the problem.

As we have seen, the appropriate Excel statement to find the “equal to k” probability distribution for X is of the form =BINOMDIST(k, n, p, 0). In this case, we have n = 20, p = 9/19, and k = 15, …, 20.

Probability Statement Excel Statement (n = 20, p = 9/19) Result Pr(X = 15) =BINOMDIST(15, 20, 9/19, 0) 0.00849 Pr(X = 16) =BINOMDIST(16, 20, 9/19, 0) 0.00239 Pr(X = 17) =BINOMDIST(17, 20, 9/19, 0) 0.00051 Pr(X = 18) =BINOMDIST(18, 20, 9/19, 0) 0.00008 Pr(X = 19) =BINOMDIST(19, 20, 9/19, 0) 7.59E-06 Pr(X = 20) =BINOMDIST(20, 20, 9/19, 0) 3.23E-07

Summing these results, the probability of 15 or more “red” is approximately .0115

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 116 Statistics Pre-Term Program – Chapter Four Some Special Probability Models · What is the probability that a student can pass (that is, get at least 60% correct on) a 30-question multiple-choice exam (each question containing four choices) if the student guesses each question?

Consider each question to be a Bernoulli trial, with the event “answer is correct” defined as a success. We then want to know the probability of at least 18 (30 ´ 60%) successes in n = 30 trials, with p = Pr(success) = ¼ = .25. Note that Pr(X is at least 18) = Pr(X ³ 18) = Pr(X = 18) + Pr(X = 19) + … + Pr(X = 30) in this case. The relevant part of Table 1 is summarized below. The probability appears to be 0 (to four decimal places). n = 30 k¯ p = .25 17 .0002 18 .0000 ³ 19 .0000

· What is the probability that a particular stock will show an increase in its closing price on a daily basis over the next ten (consecutive) trading sessions if stock market price changes really are random?

Consider each day’s price change (increase or decrease) to be a Bernoulli trial, with the event “stock price increases” defined as a success. We assume that “price changes are random” that the probability of an increase equals the probability of a decrease and that there is no chance that the price will stay the same. We then want to know the probability of 10 successes in n = 10 trials, with p = Pr(increase) = ½ = 0.5.

From Table 1, we can read off the probability as 0.0010.

Example 4.2. Bad Seafood1

In a study, Consumer Reports (February 1992) found widespread contamination and mislabeling of seafood in supermarkets in New York City and Chicago. The study revealing one alarming statistic: 40% of the swordfish pieces available for sale had a level of mercury above the Food and Drug Administration (FDA) maximum amount. In a random sample of twelve swordfish pieces, find the probability that: a. Exactly five of the swordfish pieces have mercury levels above the FDA maximum.

b. At least ten swordfish pieces have a mercury level above the FDA maximum.

c. At most seven swordfish pieces have a mercury level above the FDA maximum.

1 Sincich, Exercise 5.22.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 117 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Example 4.3. Office Supply Bids

An office supply company currently holds 30% of the market for supplying suburban governments. This share has been quite stable and there is no reason to think it will change. The company has three bids outstanding, prepared by its standard procedure. Let Y be the number of the company’s bids that are accepted. a. Find the probability distribution of Y.

b. What assumptions did you make in answering part a.? Are any of these assumptions unreasonable?

c. Find the and of Y.

d. It could be argued that if the company loses on the first bid, that signals that a competitor is cutting prices and the company is more likely to lose the other bids as well. Similarly, if the company wins on the first bid, that signals that competitors are trying to improve profit margins and the company is more likely to win the other bids also. If this argument is correct, and the two sides of the argument balance out to a 30% market share for the company, will the expected value and variance of Y be increased or decreased compared to the values found in part c.?

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 118 Statistics Pre-Term Program – Chapter Four Some Special Probability Models The Normal Probability Model

We now our attention to continuous probability density functions, which arise due to some measuring process on a phenomenon of interest. When a mathematical expression is available to represent some underlying continuous phenomenon, the probability that various values of the random variable occur within certain ranges or intervals may be calculated. However, the exact probability of a particular value from a continuous distribution is zero. A particular continuous distribution, the Normal, or Gaussian, model is of vital importance.

1. Numerous continuous phenomena seem to follow it or can be approximated to it. 2. We can use it to approximate various discrete probability distributions and thereby avoid much computational drudgery. 3. It provides the basis for classical because of its relationship to the Central Theorem.

Crucial theoretical properties of the Normal distribution include:

1. It is bell-shaped and symmetrical in its appearance. 2. Its measures of (mean, and ) are all identical. 3. The Empirical Rule holds exactly for the Normal model.

The Normal probability density function is: é( y- m)2 ù 1 2 2 - ê 2 ú 1 -( 2)( y - m) s 1 ë 2s û f Y ( y) = e = e 2ps 2ps

The values m and s in the normal density function are in fact the mean and standard deviation of Y. The Normal distribution is completely determined once the parameters m and s are specified. A whole family of normal distributions exists, but one differs from another only in the location of its mean m and in the variance s2 of its values.

The Standard Normal Distribution (Table 2)

Tables of normal curve areas (probabilities) are always given for the Standard Normal Distribution. With a little effort, we can calculate any Normal probability based on just this one table.

· The Standard Normal random variable Z has mean mZ = 0 and standard deviation sZ = 1. Like all Normal distributions, the standard normal is symmetric around zero, so zero is the median (50th ) of the distribution, so Pr(Z £ 0) = Pr(Z ³ 0) = .5 · Table 2 (pages 143-144) gives the probability that a Standard Normal distribution will be less than z. Page 143 shows negative values of z, page 144 shows positive z values.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 119 Statistics Pre-Term Program – Chapter Four Some Special Probability Models · Since the Z distribution is continuous, the probability that Z is exactly (to an infinite number of decimal places) equal to any particular value x is essentially zero, so, for instance: Pr(Z £ x) = Pr(Z < x) for all x, and similarly, Pr(Z ³ y) = Pr(Z > y) for all y.

There are, in total, seven different forms of probability statements that we might need to solve for the standard Normal model, all of which can be solved by working with the entries in Table 1 (pp. 143- 144). Here they are:

Scenario 1. Pr (Z < a) = Pr (Z £ a) where a is any negative number.

As an example, let’s find Pr (Z < -2.03). This setting is especially easy – we just read out the value provided by the Table. In this case, we need the table value at –2.03, which can be found on page 143 (the relevant row of the table is shown below):

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

-2.00 .02275 .02222 .02169 .02118 .02068 .02018 .01970 .01923 .01876 .01831

-2.03

The table gives the probability of a standard Normal value being less than or equal to z, so Pr(Z £ - 2.03) = Pr(Z < -2.03) = .02118. This number corresponds to the area of the shaded region on the picture.

Scenario 2. Pr (Z < b) = Pr (Z £ b) where b is any positive number.

Now, let’s find Pr (Z < 1.48). As in Scenario 1., we can just read the value we need from the Table – the row we need is on page 144, and is reproduced below.

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

1.40 .91924 .92073 .92220 .92364 .92507 .92647 .92785 .92922 .93056 .93189

So Pr(Z < 1.48) = Pr(Z £ 1.48) = .93056.

This number is the area of the shaded region in the next picture.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 120 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

1.48 Scenario 3. Pr (Z > c) = Pr (Z ³ c) where c is any negative number.

We can simply use the complements law in this setting. If we want to find Pr(Z > -1.96), we find the table value corresponding to –1.96, as shown below.

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

-1.90 .02872 .02807 .02743 .02680 .02619 .02559 .02500 .02442 .02385 .02330

Thus, Pr(Z < -1.96) = .025, and by the complements law, Pr(Z > -1.96) = 1 - .025 = .97500

Scenario 4. Pr (Z > d) = Pr (Z ³ d) where d is any positive number. Again, we can use the complements law. Suppose we want to find Pr(Z > 0.39):

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

0.30 .61791 .62172 .62552 .62930 .63307 .63683 .64058 .64431 .64803 .65173

From Table 1, Pr(Z < 0.39) = .65173. Thus, Pr(Z > 0.39) = 1 - .65173 = .34827

Scenario 5. Pr (e < Z < f) = Pr (e < Z £ f) = Pr (e £ Z < f) = Pr (e £ Z £ f) where e and f are both negative numbers.

Suppose we want to find Pr(-1.82 < Z < -0.47). The relevant rows in the table are:

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

-1.80 .03593 .03515 .03438 .03362 .03288 .03216 .03144 .03074 .03005 .02938

Z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

-0.40 .34458 .34090 .33724 .33360 .32997 .32636 .32276 .31918 .31561 .31207

Pr(Z < -1.82) = .03438, and Pr(Z < -0.47) = .31918. Consider the picture below. The shaded double arrow indicates the area we need to find:

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 121 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

.31918

.03438

-1.82 -0.47

Now, we see that in order to find the probability of falling in between –1.82 and –0.47, i.e. Pr(-1.82 £ Z £ -0.47), we need to subtract .03438 from .31918 – so the result is

Pr(-1.82 £ Z £ -0.47) = .31918 - .03438 = .28480

A General Rule for Using Table 2

If we want to find Pr(a £ Z £ b) where a and b are any numbers with a < b, we have the following relationship:

Pr(a £ Z £ b) = Pr(Z £ b) – Pr(Z £ a), or, equivalently, Pr(a < Z < b) = Pr(Z < b) – Pr(Z < a).

Scenario 6. Pr (e < Z < f) = Pr (e < Z £ f) = Pr (e £ Z < f) = Pr (e £ Z £ f) where e is negative and f is a positive number.

Suppose we want to find Pr(-2.33 < Z < +1.96). First, we use Table 1 to get the values: Z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

-2.30 .01072 .01044 .01017 .00990 .00964 .00939 .00914 .00889 .00866 .00842

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

1.90 .97128 .97193 .97257 .97320 .97381 .97441 .97500 .97558 .97615 .97670

From the General Rule above, we see that Pr(-2.33 < Z < 1.96) = Pr(Z < 1.96) – Pr(Z < -2.33) = .97500 - .00990 = .96510

So there’s the answer. Just in case you’re not convinced that the rule works, here’s the graphical evidence:

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 122 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

.97500

.00990

-2.33 1.96

Again, the shaded double arrow indicates the area we need – and we obtain the value by subtracting .00990 from .97500 to get .96510.

Scenario 7. Pr (e < Z < f) = Pr (e < Z £ f) = Pr (e £ Z < f) = Pr (e £ Z £ f) where e and f are both positive numbers.

Suppose we want to find Pr(0.93 < Z < 2.08). We first pull the appropriate Table 1 values. Z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

0.90 .81594 .81859 .82121 .82381 .82639 .82894 .83147 .83398 .83646 .83891

Z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09

2.00 .97725 .97778 .97831 .97882 .97932 .97982 .98030 .98077 .98124 .98169

From the General Rule above, we see that Pr(0.93 < Z < 2.08) = Pr(Z < 2.08) – Pr(Z < 0.93) = .98124 - .82381 = .15743

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 123 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

Example 4.4. Using the Standard Normal Distribution Table (Table 2)

Let Z be a standard Normal random variable. Find

· k so that Pr(0 £ Z £ k) = .40

.500 .400

0 k To find the Z that cuts off the data as above, we look in the body of Table 2 for the closest value to .90000, then use the Z score associated with that value. Here, we have

.89973 .90147

1.28 1.29

Thus, k = 1.28 (we usually don’t bother to interpolate…)

· j so that Pr(-j £ Z £ j) = .60

.30000 .30000

- j 0 j

To find the Z score that cuts off the data as above, we look in the body of Table 2 for the closest value to .80000 (why?), then use the Z score associated with that value. We have

.79955 .80234

0.84 0.85

Thus, j = 0.84, since it is closer to the desired probability.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 124 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Standardizing the Normal Distribution

X - m X By using the transformation formula Z = , any Normal random variable X (with mean mX and s X standard deviation sX) is converted to a standardized Normal random variable Z, which is Normal with mean 0 and standard deviation 1. Thus, we only need one table to find probabilities for all Normal random variables.

For a given value of X, the corresponding value of Z, sometimes called a z-score, is the number of standard deviations sX that X lies away from mX.

Example 4.5. Using Table 2 for Unstandardized Normal probabilities

If X is a Normal random variable with m = 100 and s = 20, an X value of 130 lies 1.5 standard deviations above (to the right of) the mean m and the corresponding z-score is 1.50. An X value of 85 is .75 standard deviations below the mean since

85 -100 z = = -0.75 20

1. Find Pr(85 £ X £ 130).

æ 85 -100 130 -100ö Pr(85 £ X £ 130) = Prç £ Z £ ÷ è 20 20 ø = Pr (- 0.75 £ Z £1.50)

So we now need to find the sum of areas A and B in the following picture of the Standard Normal (Z) distribution:

Area Area B A

- 0.75 0 1.50

From our general rule, Pr(in Area A or Area B) = Pr(Z < 1.50) – Pr(Z < -0.75), From Table 2, we have Pr(Z < 1.50) = .93319 and Pr(Z < -0.75) = .22663 So the difference (and our answer) is .93319 - .22663 = .70656.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 125 Statistics Pre-Term Program – Chapter Four Some Special Probability Models 2. Find Pr(80 £ X).

æ80 -100 ö Pr(80 £ X ) = Prç £ Z÷ è 20 ø = Pr(- 2.00 £ Z)

So we need to find the area marked by the shaded arrow in the following picture:

.02275

- 2.00

We know that Pr(Z £ -2.00) = .02275 from Table 2, and so our area is 1 - .02275 = .97725

Example 4.6. Mensa and Standardized Test Scores

The Stanford-Binet IQ test is standardized that the IQ scores of the population will follow a Normal distribution with mean 100, and standard deviation 16. Mensa is an organization that only allows people to join if their IQs are in the top 2% of the population. a. What is the lowest Stanford-Binet IQ that still makes one eligible to join Mensa?

Let X be IQ, then X has a Normal distribution with m = 100 and s = 16. We need to find k so that æ k -100ö Pr(X > k) = .02. Converting to Z scores, we have Prç Z > ÷ =.02 . Now, Pr(Z > 2.05) = .02, è 16 ø k -100 since Pr(Z < 2.05) » .98. Thus, = 2.05, so k = 132.8. 16 b. According to the model, what percentage of the population score below 84 on the Stanford- Binet measure?

Let X be IQ, then X has a Normal distribution with m = 100 and s = 16. The question asks for the probability of a score below 84, i.e. Pr(X < 84). Converting our probability statement to Z scores, we æ 84 -100ö obtain Pr( X < 84) = PrçZ < ÷ = Pr(Z < -1.00) . From Table 2, Pr(Z < -1.00) = .15866. è 16 ø So a bit less than 16% of the population score below 84. Note the similarity to the empirical rule in this setting. Since roughly 68% of the scores should be within one standard deviation of the mean, 32% should be outside that , half of which (or 16%) will be below it, and half (or 16%) above it.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 126 Statistics Pre-Term Program – Chapter Four Some Special Probability Models c. Mensa also allows members to qualify on the basis of certain standard tests. The GRE is standardized to have a Normal population distribution with mean 497, and standard deviation 115. If you were to try to qualify on the basis of the GRE exam, what score would you need?

Let Y be GRE, then Y has a Normal distribution with m = 497 and s = 115. Again we must find k so æ k - 497ö that Pr(Y > k) = .02. Converting, we have Prç Z > ÷ =.02. From Table 2, Pr(Z > 2.05) = .02, è 115 ø k - 497 since Pr(Z < 2.05) » .98. Thus, = 2.05, so k = 732.75. 115

Example 4.7. Tele-Evangelist Collections2

Records for the past several years show that the amount of money collected daily by a prominent tele- evangelist is Normally distributed with a mean (m) of $2000 and a standard deviation (s) of $500.

1. What is the chance that tomorrow’s donations will be less than $1500?

2. What is the probability that tomorrow’s donations will be between $2000 and $3000?

3. What is the chance that tomorrow’s donations will exceed $3000?

Approximating a Binomial with the Normal Distribution

The Normal distribution may be used to approximate probabilities for many other distributions. For instance, we can approximate the Binomial distribution by a Normal distribution for certain values of n and p. The approximation works well as long as both np and n(1 - p) are greater than 5.

The basic idea is to pretend that a Binomial random variable Y has a Normal distribution, using the Binomial mean m = n p, and standard deviation s = np(1-p) .

For example, we can treat a Binomial random variable with n = 400 and p = .20 as approximately normally distributed with m = 400(.20) = 80 and s2 = 400(.20)(.80) = 64, so s = 8.

To approximate Pr(Y > 96), we use Table 2 to obtain æ [96 - 80]ö P(Y > 96) = PçZ > ÷ = P(Z > 2.00) =.0228 è 8 ø

2 Larsen, Marx and Cooil, Question 6.3.1.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 127 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Example 4.8. Advertising Campaign

An advertising campaign for a new product is targeted to make 20% of the adult population in a metropolitan area aware of the product. After the campaign, a random sample of 400 adults in the metropolitan area is obtained. a. Find the approximate probability that 57 or fewer adults in the sample are aware of the product. X, the number of adults aware of the product, follows a Binomial distribution with n = 400, and p = .20 (assuming that the ad campaign worked). Thus, E(X) = m = (400)(.2) = 80.0, and SD(X) = s = 400(.2)(.8) = 8 . We use a Normal approximation for X, and we want to find Pr(X £ 57). Converting to Z æ 57 - 80ö scores, Pr(X £ 57) = Prç Z £ ÷ = Pr(Z £ -2.88) = .00199 è 8 ø b. Should the approximation in part a. be accurate? Sure. np = (400)(.20) = 80.0, and n(1-p) = (400)(.80) = 320.0, both much larger than 5. c. The sample showed that 57 adults were aware of the product. The marketing manager argues that the low awareness rate is a random fluke of the particular sample. Based on your answer to part a., do you agree? No. A similar calculation to part a. suggests that the probability of a result this bad (low) in terms of awareness turns out to be about .002 if the ad campaign really has met its target.

Example 4.9. Dear Abby Example3

Dear Abby, You wrote in your column that a woman is pregnant for 266 days. Who said so? I carried my baby for ten months and five days, and there is no doubt about it because I know the exact date my baby was conceived. My husband is in the Navy and it couldn’t have possibly been conceived any other time because I saw him only once for an hour, and I didn’t see him again until the day before the baby was born. I don’t drink or run around, and there is no way this baby isn’t his, so please print a retraction about the 266-day carrying time because otherwise I am in a lot of trouble.

San Diego Reader

Whether or not San Diego Reader is telling the truth is a judgment that lies beyond the scope of any statistical analysis (other than maybe a paternity test!), but quantifying the plausibility of her story doesn’t. According to the collective experience of generations of pediatricians, pregnancy durations, Y, tend to be Normally distributed with m = 266 days and s = 16 days.

What do these figures imply about San Diego Reader’s credibility? Do you believe her? Consider both a Normal probability model, as well as the Excel simulation results which follow…

3 Larsen, Marx and Cooil, Question 5.3.12.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 128 Statistics Pre-Term Program – Chapter Four Some Special Probability Models

Simulation of 100 pregnancy durations using Excel’s Tool for (Normal Distribution, with mean m = 266 days, and s = 16 days).

100 Simulated Pregnancy Durations from Excel (sorted)

234.37 238.40 239.88 241.02 241.50 241.90 243.72 244.89 246.35 246.47 248.95 249.61 251.61 251.96 251.98 252.28 252.55 252.92 252.98 253.06 253.78 254.35 254.41 254.63 255.94 255.95 257.14 257.58 258.54 259.32 260.01 260.07 260.70 261.12 261.14 261.39 261.86 262.03 262.11 262.49 262.65 262.66 262.92 263.20 263.51 263.67 263.91 263.94 263.95 264.04 264.22 265.86 266.27 266.37 266.46 268.45 268.86 268.86 269.58 269.68 270.79 271.03 271.03 271.32 271.65 271.73 272.01 272.42 272.63 273.06 273.22 273.61 275.10 275.35 275.81 275.99 277.59 277.83 279.57 279.77 281.26 281.34 281.86 282.10 282.24 282.63 283.17 284.63 285.19 286.08 288.31 288.54 289.86 289.92 291.44 293.01 294.09 294.52 294.75 306.03

Example 4.10. ESP and The Normal Approximation

Research in extrasensory perception has ranged from the slightly unconventional to the downright bizarre. Beginning around 1910, though, experimenters moved out of seance parlors and into laboratories, where they began setting up controlled studies that could be analyzed statistically. In 1938, Pratt and Woodruff designed an experiment that became a prototype for an entire generation of ESP research.

The investigator and a subject at opposite ends of a table. Between them was a partition with a large gap at the bottom. Five blank cards, visible to both participants, were placed side by side on the table beneath the partition. On the subject’s side of the partition, one of the standard ESP symbols (square, wavy lines, circle, star and plus) was hung over each of the blank cards. The experimenter shuffled a deck of ESP cards, looked at the top one, and concentrated. The subject tried to guess the card. If (s)he thought it was a circle, (s)he would point to the bland card on the table that was beneath the circle card hanging on the subject’s side of the partition. The procedure was then repeated. Altogether, 32 subjects, all students, took part in the study. They made 60,000 guesses and were correct 12,489 times.

What can we deduce from these numbers? Have Pratt and Woodruff presented convincing evidence in favor of ESP, or should 12,489 right answers out of 60,000 attempts be considered inconclusive?

X follows a Binomial distribution, with n = 60,000 and p = .20. Since we don’t have a Binomial table for n = 60,000, we’ll use a Normal approximation. It should work well since np = (60,000)(.20) = 12,000, and n(1-p) = (60,000)(.80) = 48,000 are both much larger than 5. To use the Normal approximation, we need the mean and standard deviation of X. In this case, we have m = np = (60,000)(.20) = 12,000, and s = (60000)(.2)(.8) = 97.98.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 129 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Fundamental Ideas From The Fourth Session

The Binomial Probability Distribution

· Bernoulli Trials · There is a set of n dichotomous (0/1 or “success” / “failure”) trials. · The probability of a success, p, is constant over the n trials. · The outcome of a trial is independent of the outcome for any other trial. · Binomial .v. X = number of “successes” in n Bernoulli trials, each with prob. p:

Mean mX = E[X] = np, and SD s X = np (1- p )

Using Excel to find Binomial Probabilities (See Bulkpack Chapter 4) · If X follows a Binomial distribution with parameters n and p, to find Pr(X = k), enter =BINOMDIST(k, n, p, 0) · If X follows a Binomial distribution with parameters n and p, to find Pr(X £ k), enter =BINOMDIST(k, n, p, 1)

Using Table 1 to find Binomial Probabilities · n = 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 20, 25, 30, 50 and 100 · and p = .05, .10, .15, …, .90, .95

The Normal Probability Distribution

Crucial properties · Bell-shaped and symmetrical distribution. · Mean, Median and Mode all identical. · Empirical Rule holds exactly. · Completely specified by Mean m and Standard Deviation s · Applies in many settings, thanks mainly to (to come), and to use of Normal approximation to other distributions (like the Binomial).

The Standard Normal Distribution

· Standard Normal random variable Z has mean mZ = 0 and standard deviation sZ = 1. · Table 2 gives the Standard Normal distribution · Table 2 gives probabilities between 0 and a positive number z. · Z scores convert Normal random variables to Standard Normal random variables X - m Z = X s X

Using the Normal Distribution to Approximate Other Distributions Find the mean m and standard deviation s of the desired distribution, then use Normal probabilities with these parameters to approximate.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 130 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Six Probability Model Exercises (Binomial & Normal Models) Answer Sketches follow the exercises

1. [Keller, Warrack and Bartel, p. 182] A warehouse engages in acceptance sampling to determine if it will accept or reject incoming lots of designer sunglasses, some of which invariably are defective. Specifically, the warehouse has a policy of examining a sample of 50 sunglasses from each lot and of accepting the lot only if the sample contains no more than four defective pairs. What is the probability of a lot’s being accepted if, in fact, 5% of the sunglasses in the lot are defective?

2. [KWB, p. 178] A student majoring in accounting is trying to decide upon the number of firms to which she should apply. Given her work experience, grades, and extracurricular activities, she has been told by a placement counselor that she can expect to receive a job offer from 80% of the firms to which she applies. Wanting to save time, the student applies to only five firms.

a) Determine the probability that the student receives no offers. b) What is the probability of five offers? c) What is the chance of at most two offers?

3. [KWB, p. 202] A firm’s marketing manager believes that total sales for the firm can be modeled by using a Normal distribution, with a mean of $2.5 million and a standard deviation of $300,000.

a) What is the probability that the firm’s sales will exceed $3 Million? b) What is the probability that the firm’s sales will fall within $150,000 of the expected level of sales? c) In order to cover fixed costs, the firm’s sales must exceed the break-even level of $1.8 million. What is the probability that sales will exceed the break-even level? d) Find the sales level that has only a 9% chance of being exceeded next year.

4. [KWB, p. 202] Empirical studies have provided for the belief that a common stock’s annual rate of return is approximately Normally distributed. Suppose you have invested in the stock of a company for which the annual return has an expected value of 16% and a standard deviation of 10%.

a) Find the probability that your one-year return will exceed 30%. b) Find the probability that your one-year return will be negative. c) Suppose this company embarks on a new high-, but potentially highly profitable venture. As a result, the return on the stock now has an expected value of 25% and a standard deviation of 20%. Answer parts (a) and (b) in light of the revised estimates regarding the stock’s return. d) As an investor, would you approve of the company’s decision to embark on the new venture?

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 131 Statistics Pre-Term Program – Chapter Four Some Special Probability Models 5. [Carlson & Thorne, p. 218] A building owner purchases four new refrigerators, which are guaranteed by the manufacturer. The probability that each refrigerator is defective is 0.20. Define the random variable X = total number of defective refrigerators. a) Construct the probability distribution of X. b) What are the mean and variance of X ? c) The cost of repair, to honor the guarantee, consists of a fixed fee of $40 plus a cost of $60 to repair each defective refrigerator. What is the average cost to repair these four refrigerators? Note that the fixed fee of $40 is incurred only if there is at least one defective refrigerator.

6. It is believed by certain parapsychologists that hypnosis can bring out a person’s ESP ability. To test their theory, they hypnotize 15 volunteers and ask each to make 100 guesses of ESP cards under conditions much like those of Pratt and Woodruff described in Example 4.F in the Lecture Notes. A total of X = 326 correct responses were recorded. To what extent does the 326 support the hypnosis hypothesis? To answer the question, compute Pr(X ³ 326).

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 132 Statistics Pre-Term Program – Chapter Four Some Special Probability Models Six Probability Model Exercises: Answer Sketches

1. We have to find the probability of accepting a lot when in fact 5% of the sunglasses in the lot are defective. We accept the lot if a sample of n = 50 sunglasses produces no more than 4 defective pairs. If we take a random sample from the lot, we should be able to assume independence of sunglasses and a constant probability of defects. Thus, we have a Binomial experiment. Our random variable is X = the number of defective sunglasses in our sample from the lot. So we know that X follows a Binomial distribution with n = 50 and p = .05, and we want to find the probability that X is no more than four. Again, we can use Table 1.

Pr(X is no more than 4) = Pr(X £ 4) = Pr(X=0) + Pr(X=1) + Pr(X=2) + Pr(X=3) + Pr(X=4) = .0769 + .2025 + .2611 + .2199 + .1360 = .8964

Or, we could use Excel’s BINOMDIST function. In this case, we’d want the cumulative (“less than or equal to”) for X = 4 in a Binomial with n = 50 trials, and probability of success p = .05, so we use =BINOMDIST(4,50,0.05,1) and obtain the value 0.896383.

2. The number of firms making offers, X, follows a Binomial distribution with n = 5, and p = .80. So the probability that the student receives no offers is Pr(X = 0) = .0003, according to Table 1. The probability of five offers is Pr(X = 5) = .3277, and the probability of at most two offers is Pr(X is at most 2) = Pr(X £ 2) = Pr(X = 0) + Pr(X = 1) + Pr(X = 2) = .0003 + .0064 + .0512 = .0579.

3. Sales, Y, can be modeled with a Normal distribution with m = $2,500,000 and s = $300,000. 2,500,000-3,000,000 a) Pr(Y > $3,000,000) = Pr[Z > 300,000 ] = Pr(Z > -1.67). From Table 2, we have Pr(Z < -1.67) = .04746, so Pr(Z > -1.67) = 1 - .04746 = .95254

b) To fall within 150,000 of the expected value, 2,500,000, we must find Pr (2,350,000 < 2,350,000-2,500,000 2,650,000-2,500,000 Y < 2,650,000) =Pr( 300,000 < Z < 300,000 ) = Pr(-0.50 < Z < 0.50). From Table 2, we have Pr(Z < .50) = .69146 and Pr(Z < -.50) = .30854, so Pr(2,350,000 < Y < 2,650,000) = Pr(Z < 0.50) – Pr(Z < -0.50) = .69146 - .30854 = .38292

1,800,000-2,500,000 c) Pr(Y > 1,800,000) = Pr[Z > 300,000 ] = Pr(Z > -2.33). From Table 2, we have Pr(Z < -2.33) = .00990. So Pr(Y > 1,800,000) = Pr(Z > -2.33) = 1 - .00990 = .99010

d) We want to find the value x such that Pr(Y > x) = .0900. To do this, we first note that x-2,500,000 this means that we have Pr[Z > 300,000 ] = .09. Now, the value from Table 2 that cuts off probability .09 in the upper tail of the standard Normal distribution is the value that cuts off probability .91 in the lowe tail (why?). This value is approximately Z = 1.34, since Pr(Z < 1.34) = .90988, so that Pr(Z > 1.34) = .09012. Thus, we need to solve

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 133 Statistics Pre-Term Program – Chapter Four Some Special Probability Models x - 2,500,000 the following equation for x: = 1.34 . So we have x - 2,500,000 = 300,000 402,000 and so x = $2,902,000, which is the sales level that has only a 9% chance of being exceeded next year.

4. Y, annual rate of return, follows a Normal distribution with mean 16 and standard deviation 10.

a) Pr(Y > 30) = Pr(Z > [30-16]/10) = Pr(Z > 1.40). From Table 2, Pr(Z < 1.40) = .91924, so Pr(Y > 30) = Pr(Z > 1.40) = 1 - .91924 = .08076

b) Pr(Y > 0) = Pr(Z > [0-16]/10) = Pr(Z > -1.60). From Table 2, Pr(Z < -1.60) = .05480, so Pr(Y > 0) = Pr(Z > -1.60) = 1 - .0548 = .94520

c) [Revised part a] Pr(Y > 30) = Pr(Z > [30-25]/20) = Pr(Z > 0.25). From Table 2, Pr(Z < 0.25) = .59871, so Pr(Y > 30) = Pr(Z > 0.25) = 1 - .59871 = .40129. [Revised part b] Pr(Y > 0) = Pr(Z > [0-25]/20) = Pr(Z > -1.25). From Table 2, Pr(Z < -1.25) = .10565, so Pr(Y > 0) = Pr(Z > -1.25) = 1 - .10565 = .89435.

d) According to these calculations, the chance of earning 30% or more is increased, as is the chance of a loss. Thus, your decision as to whether to support the decision depends on how risk-averse you are. If you are very risk-adverse, you won’t support it. If you are not, you might support it.

5. X follows a Binomial distribution with n = 4 and p = .20 a) X, from Table 1, has the following probability distribution: Pr(X = 0) = .4096, Pr(X = 1) = .4096, Pr(X = 2) = .1536, Pr(X = 3) = .0256, Pr(X = 4) = .0016

b) E(X) = np = (4)(.2) = 0.8, and Var(X) = n p (1 - p) = 4(.2)(.8) = 0.64

c) We can either slog this out directly, or use the fact that Variable Cost = 60X, so E(Variable Cost) = E(60X) = 60E(X) = 60(.8) = $48. Also, note that Fixed Cost = 40 if X ³ 1. Pr(X ³ 1) = 1 - Pr(X = 0) = .5904 so the expected fixed cost is 40(.5904) = $23.62. Thus, the expected total cost should be 23.62 + 48 = $71.62

6. X follows a Binomial distribution, with n = 1500 and p = .20. The Normal approximation should work well since np = (1500)(.20) = 300, and n(1-p) = (1500)(.80) = 1200 are both much larger than 5. Here, we have mean m = np = (1500)(.20) = 300, and standard deviation s = (1500)(.2)(.8) =15.49 . Converting our probability statement to Z scores, we have æ 326 - 300ö Pr(X ³ 326) = Prç Z ³ ÷ = Pr(Z ³ 1.68) = 1 - .95352 = .04648 è 15.49 ø So the chances of observing a result this strongly or more in favor of the hypnosis hypothesis are just a bit less than 1 in 20.

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 134 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution Tabulated Values are Pr(X = k) [Values are rounded to four decimal places.] Examples: For n = 2, p = .35, Pr(X = 0) = .4225; For n = 3, p = .60, Pr(X = 1) = .2880 n = 2 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .9025 .8100 .7225 .6400 .5625 .4900 .4225 .3600 .3025 .2500 2 1 .0950 .1800 .2550 .3200 .3750 .4200 .4550 .4800 .4950 .5000 1 2 .0025 .0100 .0225 .0400 .0625 .0900 .1225 .1600 .2025 .2500 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 3 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .8574 .7290 .6141 .5120 .4219 .3430 .2746 .2160 .1664 .1250 3 1 .1354 .2430 .3251 .3840 .4219 .4410 .4436 .4320 .4084 .3750 2 2 .0071 .0270 .0574 .0960 .1406 .1890 .2389 .2880 .3341 .3750 1 3 .0001 .0010 .0034 .0080 .0156 .0270 .0429 .0640 .0911 .1250 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 4 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .8145 .6561 .5220 .4096 .3164 .2401 .1785 .1296 .0915 .0625 4 1 .1715 .2916 .3685 .4096 .4219 .4116 .3845 .3456 .2995 .2500 3 2 .0135 .0486 .0975 .1536 .2109 .2646 .3105 .3456 .3675 .3750 2 3 .0005 .0036 .0115 .0256 .0469 .0756 .1115 .1536 .2005 .2500 1 4 .0000 .0001 .0005 .0016 .0039 .0081 .0150 .0256 .0410 .0625 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 5 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .7738 .5905 .4437 .3277 .2373 .1681 .1160 .0778 .0503 .0313 5 1 .2036 .3281 .3915 .4096 .3955 .3602 .3124 .2592 .2059 .1563 4 2 .0214 .0729 .1382 .2048 .2637 .3087 .3364 .3456 .3369 .3125 3 3 .0011 .0081 .0244 .0512 .0879 .1323 .1811 .2304 .2757 .3125 2 4 .0000 .0005 .0022 .0064 .0146 .0284 .0488 .0768 .1128 .1563 1 5 .0000 .0000 .0001 .0003 .0010 .0024 .0053 .0102 .0185 .0313 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 6 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .7351 .5314 .3771 .2621 .1780 .1176 .0754 .0467 .0277 .0156 6 1 .2321 .3543 .3993 .3932 .3560 .3025 .2437 .1866 .1359 .0938 5 2 .0305 .0984 .1762 .2458 .2966 .3241 .3280 .3110 .2780 .2344 4 3 .0021 .0146 .0415 .0819 .1318 .1852 .2355 .2765 .3032 .3125 3 4 .0001 .0012 .0055 .0154 .0330 .0595 .0951 .1382 .1861 .2344 2 5 .0000 .0001 .0004 .0015 .0044 .0102 .0205 .0369 .0609 .0938 1 6 .0000 .0000 .0000 .0001 .0002 .0007 .0018 .0041 .0083 .0156 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 135 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution Tabulated Values are Pr(X = k) [Values are rounded to four decimal places.] Examples: For n = 7, p = .15, Pr(X = 2) = .2097; For n = 8, p = .55, Pr(X = 3) = .1719 n = 7 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .6983 .4783 .3206 .2097 .1335 .0824 .0490 .0280 .0152 .0078 7 1 .2573 .3720 .3960 .3670 .3115 .2471 .1848 .1306 .0872 .0547 6 2 .0406 .1240 .2097 .2753 .3115 .3177 .2985 .2613 .2140 .1641 5 3 .0036 .0230 .0617 .1147 .1730 .2269 .2679 .2903 .2918 .2734 4 4 .0002 .0026 .0109 .0287 .0577 .0972 .1442 .1935 .2388 .2734 3 5 .0000 .0002 .0012 .0043 .0115 .0250 .0466 .0774 .1172 .1641 2 6 .0000 .0000 .0001 .0004 .0013 .0036 .0084 .0172 .0320 .0547 1 7 .0000 .0000 .0000 .0000 .0001 .0002 .0006 .0016 .0037 .0078 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 8 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .6634 .4305 .2725 .1678 .1001 .0576 .0319 .0168 .0084 .0039 8 1 .2793 .3826 .3847 .3355 .2670 .1977 .1373 .0896 .0548 .0313 7 2 .0515 .1488 .2376 .2936 .3115 .2965 .2587 .2090 .1569 .1094 6 3 .0054 .0331 .0839 .1468 .2076 .2541 .2786 .2787 .2568 .2188 5 4 .0004 .0046 .0185 .0459 .0865 .1361 .1875 .2322 .2627 .2734 4 5 .0000 .0004 .0026 .0092 .0231 .0467 .0808 .1239 .1719 .2188 3 6 .0000 .0000 .0002 .0011 .0038 .0100 .0217 .0413 .0703 .1094 2 7 .0000 .0000 .0000 .0001 .0004 .0012 .0033 .0079 .0164 .0313 1 8 .0000 .0000 .0000 .0000 .0000 .0001 .0002 .0007 .0017 .0039 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 9 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .6302 .3874 .2316 .1342 .0751 .0404 .0207 .0101 .0046 .0020 9 1 .2985 .3874 .3679 .3020 .2253 .1556 .1004 .0605 .0339 .0176 8 2 .0629 .1722 .2597 .3020 .3003 .2668 .2162 .1612 .1110 .0703 7 3 .0077 .0446 .1069 .1762 .2336 .2668 .2716 .2508 .2119 .1641 6 4 .0006 .0074 .0283 .0661 .1168 .1715 .2194 .2508 .2600 .2461 5 5 .0000 .0008 .0050 .0165 .0389 .0735 .1181 .1672 .2128 .2461 4 6 .0000 .0001 .0006 .0028 .0087 .0210 .0424 .0743 .1160 .1641 3 7 .0000 .0000 .0000 .0003 .0012 .0039 .0098 .0212 .0407 .0703 2 8 .0000 .0000 .0000 .0000 .0001 .0004 .0013 .0035 .0083 .0176 1 9 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0003 .0008 .0020 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 136 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution Tabulated Values are Pr(X = k) [Values are rounded to four decimal places.] Examples: For n = 10, p = .20, Pr(X = 1) = .2684; For n = 11, p = .75, Pr(X = 4) = .0064 n = 10 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .5987 .3487 .1969 .1074 .0563 .0282 .0135 .0060 .0025 .0010 10 1 .3151 .3874 .3474 .2684 .1877 .1211 .0725 .0403 .0207 .0098 9 2 .0746 .1937 .2759 .3020 .2816 .2335 .1757 .1209 .0763 .0439 8 3 .0105 .0574 .1298 .2013 .2503 .2668 .2522 .2150 .1665 .1172 7 4 .0010 .0112 .0401 .0881 .1460 .2001 .2377 .2508 .2384 .2051 6 5 .0001 .0015 .0085 .0264 .0584 .1029 .1536 .2007 .2340 .2461 5 6 .0000 .0001 .0012 .0055 .0162 .0368 .0689 .1115 .1596 .2051 4 7 .0000 .0000 .0001 .0008 .0031 .0090 .0212 .0425 .0746 .1172 3 8 .0000 .0000 .0000 .0001 .0004 .0014 .0043 .0106 .0229 .0439 2 9 .0000 .0000 .0000 .0000 .0000 .0001 .0005 .0016 .0042 .0098 1 10 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0003 .0010 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 11 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .5688 .3138 .1673 .0859 .0422 .0198 .0088 .0036 .0014 .0005 11 1 .3293 .3835 .3248 .2362 .1549 .0932 .0518 .0266 .0125 .0054 10 2 .0867 .2131 .2866 .2953 .2581 .1998 .1395 .0887 .0513 .0269 9 3 .0137 .0710 .1517 .2215 .2581 .2568 .2254 .1774 .1259 .0806 8 4 .0014 .0158 .0536 .1107 .1721 .2201 .2428 .2365 .2060 .1611 7 5 .0001 .0025 .0132 .0388 .0803 .1321 .1830 .2207 .2360 .2256 6 6 .0000 .0003 .0023 .0097 .0268 .0566 .0985 .1471 .1931 .2256 5 7 .0000 .0000 .0003 .0017 .0064 .0173 .0379 .0701 .1128 .1611 4 8 .0000 .0000 .0000 .0002 .0011 .0037 .0102 .0234 .0462 .0806 3 9 .0000 .0000 .0000 .0000 .0001 .0005 .0018 .0052 .0126 .0269 2 10 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0007 .0021 .0054 1 11 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0005 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 12 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .5404 .2824 .1422 .0687 .0317 .0138 .0057 .0022 .0008 .0002 12 1 .3413 .3766 .3012 .2062 .1267 .0712 .0368 .0174 .0075 .0029 11 2 .0988 .2301 .2924 .2835 .2323 .1678 .1088 .0639 .0339 .0161 10 3 .0173 .0852 .1720 .2362 .2581 .2397 .1954 .1419 .0923 .0537 9 4 .0021 .0213 .0683 .1329 .1936 .2311 .2367 .2128 .1700 .1208 8 5 .0002 .0038 .0193 .0532 .1032 .1585 .2039 .2270 .2225 .1934 7 6 .0000 .0005 .0040 .0155 .0401 .0792 .1281 .1766 .2124 .2256 6 7 .0000 .0000 .0006 .0033 .0115 .0291 .0591 .1009 .1489 .1934 5 8 .0000 .0000 .0001 .0005 .0024 .0078 .0199 .0420 .0762 .1208 4 9 .0000 .0000 .0000 .0001 .0004 .0015 .0048 .0125 .0277 .0537 3 10 .0000 .0000 .0000 .0000 .0000 .0002 .0008 .0025 .0068 .0161 2 11 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0003 .0010 .0029 1 12 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0002 0 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 137 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution Tabulated Values are Pr(X = k) [Values are rounded to four decimal places.] Examples: For n = 15, p = .10, Pr(X = 6) = .0019; For n = 20, p = .85, Pr(X = 15) = .1028 n = 15 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .4633 .2059 .0874 .0352 .0134 .0047 .0016 .0005 .0001 .0000 15 1 .3658 .3432 .2312 .1319 .0668 .0305 .0126 .0047 .0016 .0005 14 2 .1348 .2669 .2856 .2309 .1559 .0916 .0476 .0219 .0090 .0032 13 3 .0307 .1285 .2184 .2501 .2252 .1700 .1110 .0634 .0318 .0139 12 4 .0049 .0428 .1156 .1876 .2252 .2186 .1792 .1268 .0780 .0417 11 5 .0006 .0105 .0449 .1032 .1651 .2061 .2123 .1859 .1404 .0916 10 6 .0000 .0019 .0132 .0430 .0917 .1472 .1906 .2066 .1914 .1527 9 7 .0000 .0003 .0030 .0138 .0393 .0811 .1319 .1771 .2013 .1964 8 8 .0000 .0000 .0005 .0035 .0131 .0348 .0710 .1181 .1647 .1964 7 9 .0000 .0000 .0001 .0007 .0034 .0116 .0298 .0612 .1048 .1527 6 10 .0000 .0000 .0000 .0001 .0007 .0030 .0096 .0245 .0515 .0916 5 11 .0000 .0000 .0000 .0000 .0001 .0006 .0024 .0074 .0191 .0417 4 12 .0000 .0000 .0000 .0000 .0000 .0001 .0004 .0016 .0052 .0139 3 13 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0003 .0010 .0032 2 14 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0005 1 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 20 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .3585 .1216 .0388 .0115 .0032 .0008 .0002 .0000 .0000 .0000 20 1 .3774 .2702 .1368 .0576 .0211 .0068 .0020 .0005 .0001 .0000 19 2 .1887 .2852 .2293 .1369 .0669 .0278 .0100 .0031 .0008 .0002 18 3 .0596 .1901 .2428 .2054 .1339 .0716 .0323 .0123 .0040 .0011 17 4 .0133 .0898 .1821 .2182 .1897 .1304 .0738 .0350 .0139 .0046 16 5 .0022 .0319 .1028 .1746 .2023 .1789 .1272 .0746 .0365 .0148 15 6 .0003 .0089 .0454 .1091 .1686 .1916 .1712 .1244 .0746 .0370 14 7 .0000 .0020 .0160 .0545 .1124 .1643 .1844 .1659 .1221 .0739 13 8 .0000 .0004 .0046 .0222 .0609 .1144 .1614 .1797 .1623 .1201 12 9 .0000 .0001 .0011 .0074 .0271 .0654 .1158 .1597 .1771 .1602 11 10 .0000 .0000 .0002 .0020 .0099 .0308 .0686 .1171 .1593 .1762 10 11 .0000 .0000 .0000 .0005 .0030 .0120 .0336 .0710 .1185 .1602 9 12 .0000 .0000 .0000 .0001 .0008 .0039 .0136 .0355 .0727 .1201 8 13 .0000 .0000 .0000 .0000 .0002 .0010 .0045 .0146 .0366 .0739 7 14 .0000 .0000 .0000 .0000 .0000 .0002 .0012 .0049 .0150 .0370 6 15 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0013 .0049 .0148 5 16 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0013 .0046 4 17 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0011 3 18 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 2 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 138 Statistics Pre-Term Program – Chapter Four Some Special Probability Models n = 25 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .2774 .0718 .0172 .0038 .0008 .0001 .0000 .0000 .0000 .0000 25 1 .3650 .1994 .0759 .0236 .0063 .0014 .0003 .0000 .0000 .0000 24 2 .2305 .2659 .1607 .0708 .0251 .0074 .0018 .0004 .0001 .0000 23 3 .0930 .2265 .2174 .1358 .0641 .0243 .0076 .0019 .0004 .0001 22 4 .0269 .1384 .2110 .1867 .1175 .0572 .0224 .0071 .0018 .0004 21 5 .0060 .0646 .1564 .1960 .1645 .1030 .0506 .0199 .0063 .0016 20 6 .0010 .0239 .0920 .1633 .1828 .1472 .0908 .0442 .0172 .0053 19 7 .0001 .0072 .0441 .1108 .1654 .1712 .1327 .0800 .0381 .0143 18 8 .0000 .0018 .0175 .0623 .1241 .1651 .1607 .1200 .0701 .0322 17 9 .0000 .0004 .0058 .0294 .0781 .1336 .1635 .1511 .1084 .0609 16 10 .0000 .0001 .0016 .0118 .0417 .0916 .1409 .1612 .1419 .0974 15 11 .0000 .0000 .0004 .0040 .0189 .0536 .1034 .1465 .1583 .1328 14 12 .0000 .0000 .0001 .0012 .0074 .0268 .0650 .1140 .1511 .1550 13 13 .0000 .0000 .0000 .0003 .0025 .0115 .0350 .0760 .1236 .1550 12 14 .0000 .0000 .0000 .0001 .0007 .0042 .0161 .0434 .0867 .1328 11 15 .0000 .0000 .0000 .0000 .0002 .0013 .0064 .0212 .0520 .0974 10 16 .0000 .0000 .0000 .0000 .0000 .0004 .0021 .0088 .0266 .0609 9 17 .0000 .0000 .0000 .0000 .0000 .0001 .0006 .0031 .0115 .0322 8 18 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0009 .0042 .0143 7 19 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0013 .0053 6 20 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0016 5 21 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0004 4 22 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 3 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k• n = 30 k¯ p = .05 .10 .15 .20 .25 .30 .35 .40 .45 .50 0 .2146 .0424 .0076 .0012 .0002 .0000 .0000 .0000 .0000 .0000 30 1 .3389 .1413 .0404 .0093 .0018 .0003 .0000 .0000 .0000 .0000 29 2 .2586 .2277 .1034 .0337 .0086 .0018 .0003 .0000 .0000 .0000 28 3 .1270 .2361 .1703 .0785 .0269 .0072 .0015 .0003 .0000 .0000 27 4 .0451 .1771 .2028 .1325 .0604 .0208 .0056 .0012 .0002 .0000 26 5 .0124 .1023 .1861 .1723 .1047 .0464 .0157 .0041 .0008 .0001 25 6 .0027 .0474 .1368 .1795 .1455 .0829 .0353 .0115 .0029 .0006 24 7 .0005 .0180 .0828 .1538 .1662 .1219 .0652 .0263 .0081 .0019 23 8 .0001 .0058 .0420 .1106 .1593 .1501 .1009 .0505 .0191 .0055 22 9 .0000 .0016 .0181 .0676 .1298 .1573 .1328 .0823 .0382 .0133 21 10 .0000 .0004 .0067 .0355 .0909 .1416 .1502 .1152 .0656 .0280 20 11 .0000 .0001 .0022 .0161 .0551 .1103 .1471 .1396 .0976 .0509 19 12 .0000 .0000 .0006 .0064 .0291 .0749 .1254 .1474 .1265 .0806 18 13 .0000 .0000 .0001 .0022 .0134 .0444 .0935 .1360 .1433 .1115 17 14 .0000 .0000 .0000 .0007 .0054 .0231 .0611 .1101 .1424 .1354 16 15 .0000 .0000 .0000 .0002 .0019 .0106 .0351 .0783 .1242 .1445 15 16 .0000 .0000 .0000 .0000 .0006 .0042 .0177 .0489 .0953 .1354 14 17 .0000 .0000 .0000 .0000 .0002 .0015 .0079 .0269 .0642 .1115 13 18 .0000 .0000 .0000 .0000 .0000 .0005 .0031 .0129 .0379 .0806 12 19 .0000 .0000 .0000 .0000 .0000 .0001 .0010 .0054 .0196 .0509 11 20 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0020 .0088 .0280 10 21 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0006 .0034 .0133 9 22 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0012 .0055 8 23 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0019 7 24 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0006 6 25 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 5 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 139 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution n = 50 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .0769 .0052 .0003 .0000 .0000 .0000 .0000 .0000 .0000 .0000 50 1 .2025 .0286 .0026 .0002 .0000 .0000 .0000 .0000 .0000 .0000 49 2 .2611 .0779 .0113 .0011 .0001 .0000 .0000 .0000 .0000 .0000 48 3 .2199 .1386 .0319 .0044 .0004 .0000 .0000 .0000 .0000 .0000 47 4 .1360 .1809 .0661 .0128 .0016 .0001 .0000 .0000 .0000 .0000 46 5 .0658 .1849 .1072 .0295 .0049 .0006 .0000 .0000 .0000 .0000 45 6 .0260 .1541 .1419 .0554 .0123 .0018 .0002 .0000 .0000 .0000 44 7 .0086 .1076 .1575 .0870 .0259 .0048 .0006 .0000 .0000 .0000 43 8 .0024 .0643 .1493 .1169 .0463 .0110 .0017 .0002 .0000 .0000 42 9 .0006 .0333 .1230 .1364 .0721 .0220 .0042 .0005 .0000 .0000 41 10 .0001 .0152 .0890 .1398 .0985 .0386 .0093 .0014 .0001 .0000 40 11 .0000 .0061 .0571 .1271 .1194 .0602 .0182 .0035 .0004 .0000 39 12 .0000 .0022 .0328 .1033 .1294 .0838 .0319 .0076 .0011 .0001 38 13 .0000 .0007 .0169 .0755 .1261 .1050 .0502 .0147 .0027 .0003 37 14 .0000 .0002 .0079 .0499 .1110 .1189 .0714 .0260 .0059 .0008 36 15 .0000 .0001 .0033 .0299 .0888 .1223 .0923 .0415 .0116 .0020 35 16 .0000 .0000 .0013 .0164 .0648 .1147 .1088 .0606 .0207 .0044 34 17 .0000 .0000 .0005 .0082 .0432 .0983 .1171 .0808 .0339 .0087 33 18 .0000 .0000 .0001 .0037 .0264 .0772 .1156 .0987 .0508 .0160 32 19 .0000 .0000 .0000 .0016 .0148 .0558 .1048 .1109 .0700 .0270 31 20 .0000 .0000 .0000 .0006 .0077 .0370 .0875 .1146 .0888 .0419 30 21 .0000 .0000 .0000 .0002 .0036 .0227 .0673 .1091 .1038 .0598 29 22 .0000 .0000 .0000 .0001 .0016 .0128 .0478 .0959 .1119 .0788 28 23 .0000 .0000 .0000 .0000 .0006 .0067 .0313 .0778 .1115 .0960 27 24 .0000 .0000 .0000 .0000 .0002 .0032 .0190 .0584 .1026 .1080 26 25 .0000 .0000 .0000 .0000 .0001 .0014 .0106 .0405 .0873 .1123 25 26 .0000 .0000 .0000 .0000 .0000 .0006 .0055 .0259 .0687 .1080 24 27 .0000 .0000 .0000 .0000 .0000 .0002 .0026 .0154 .0500 .0960 23 28 .0000 .0000 .0000 .0000 .0000 .0001 .0012 .0084 .0336 .0788 22 29 .0000 .0000 .0000 .0000 .0000 .0000 .0005 .0043 .0208 .0598 21 30 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0020 .0119 .0419 20 31 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0009 .0063 .0270 19 32 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0003 .0031 .0160 18 33 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0014 .0087 17 34 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0006 .0044 16 35 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0020 15 36 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0008 14 37 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0003 13 38 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 12 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 140 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution Table Continues on Next Page!! n = 100 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 0 .0059 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 100 1 .0312 .0003 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 99 2 .0812 .0016 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 98 3 .1396 .0059 .0001 .0000 .0000 .0000 .0000 .0000 .0000 .0000 97 4 .1781 .0159 .0003 .0000 .0000 .0000 .0000 .0000 .0000 .0000 96 5 .1800 .0339 .0011 .0000 .0000 .0000 .0000 .0000 .0000 .0000 95 6 .1500 .0596 .0031 .0001 .0000 .0000 .0000 .0000 .0000 .0000 94 7 .1060 .0889 .0075 .0002 .0000 .0000 .0000 .0000 .0000 .0000 93 8 .0649 .1148 .0153 .0006 .0000 .0000 .0000 .0000 .0000 .0000 92 9 .0349 .1304 .0276 .0015 .0000 .0000 .0000 .0000 .0000 .0000 91 10 .0167 .1319 .0444 .0034 .0001 .0000 .0000 .0000 .0000 .0000 90 11 .0072 .1199 .0640 .0069 .0003 .0000 .0000 .0000 .0000 .0000 89 12 .0028 .0988 .0838 .0128 .0006 .0000 .0000 .0000 .0000 .0000 88 13 .0010 .0743 .1001 .0216 .0014 .0000 .0000 .0000 .0000 .0000 87 14 .0003 .0513 .1098 .0335 .0030 .0001 .0000 .0000 .0000 .0000 86 15 .0001 .0327 .1111 .0481 .0057 .0002 .0000 .0000 .0000 .0000 85 16 .0000 .0193 .1041 .0638 .0100 .0006 .0000 .0000 .0000 .0000 84 17 .0000 .0106 .0908 .0789 .0165 .0012 .0000 .0000 .0000 .0000 83 18 .0000 .0054 .0739 .0909 .0254 .0024 .0001 .0000 .0000 .0000 82 19 .0000 .0026 .0563 .0981 .0365 .0044 .0002 .0000 .0000 .0000 81 20 .0000 .0012 .0402 .0993 .0493 .0076 .0004 .0000 .0000 .0000 80 21 .0000 .0005 .0270 .0946 .0626 .0124 .0009 .0000 .0000 .0000 79 22 .0000 .0002 .0171 .0849 .0749 .0190 .0017 .0001 .0000 .0000 78 23 .0000 .0001 .0103 .0720 .0847 .0277 .0032 .0001 .0000 .0000 77 24 .0000 .0000 .0058 .0577 .0906 .0380 .0055 .0003 .0000 .0000 76 25 .0000 .0000 .0031 .0439 .0918 .0496 .0090 .0006 .0000 .0000 75 26 .0000 .0000 .0016 .0316 .0883 .0613 .0140 .0012 .0000 .0000 74 27 .0000 .0000 .0008 .0217 .0806 .0720 .0207 .0022 .0001 .0000 73 28 .0000 .0000 .0004 .0141 .0701 .0804 .0290 .0038 .0002 .0000 72 29 .0000 .0000 .0002 .0088 .0580 .0856 .0388 .0063 .0004 .0000 71 30 .0000 .0000 .0001 .0052 .0458 .0868 .0494 .0100 .0008 .0000 70 31 .0000 .0000 .0000 .0029 .0344 .0840 .0601 .0151 .0014 .0001 69 32 .0000 .0000 .0000 .0016 .0248 .0776 .0698 .0217 .0025 .0001 68 33 .0000 .0000 .0000 .0008 .0170 .0685 .0774 .0297 .0043 .0002 67 34 .0000 .0000 .0000 .0004 .0112 .0579 .0821 .0391 .0069 .0005 66 35 .0000 .0000 .0000 .0002 .0070 .0468 .0834 .0491 .0106 .0009 65 36 .0000 .0000 .0000 .0001 .0042 .0362 .0811 .0591 .0157 .0016 64 37 .0000 .0000 .0000 .0000 .0024 .0268 .0755 .0682 .0222 .0027 63 38 .0000 .0000 .0000 .0000 .0013 .0191 .0674 .0754 .0301 .0045 62 39 .0000 .0000 .0000 .0000 .0007 .0130 .0577 .0799 .0391 .0071 61 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 141 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 1 – The Binomial Probability Distribution n = 100 k¯ p = .10 .15 .20 .25 .30 .35 .40 .45 .50 .05 40 .0000 .0000 .0000 .0000 .0004 .0085 .0474 .0812 .0488 .0108 60 41 .0000 .0000 .0000 .0000 .0002 .0053 .0373 .0792 .0584 .0159 59 42 .0000 .0000 .0000 .0000 .0001 .0032 .0282 .0742 .0672 .0223 58 43 .0000 .0000 .0000 .0000 .0000 .0019 .0205 .0667 .0741 .0301 57 44 .0000 .0000 .0000 .0000 .0000 .0010 .0143 .0576 .0786 .0390 56 45 .0000 .0000 .0000 .0000 .0000 .0005 .0096 .0478 .0800 .0485 55 46 .0000 .0000 .0000 .0000 .0000 .0003 .0062 .0381 .0782 .0580 54 47 .0000 .0000 .0000 .0000 .0000 .0001 .0038 .0292 .0736 .0666 53 48 .0000 .0000 .0000 .0000 .0000 .0001 .0023 .0215 .0665 .0735 52 49 .0000 .0000 .0000 .0000 .0000 .0000 .0013 .0152 .0577 .0780 51 50 .0000 .0000 .0000 .0000 .0000 .0000 .0007 .0103 .0482 .0796 50 51 .0000 .0000 .0000 .0000 .0000 .0000 .0004 .0068 .0386 .0780 49 52 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0042 .0298 .0735 48 53 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0026 .0221 .0666 47 54 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0015 .0157 .0580 46 55 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0008 .0108 .0485 45 56 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0004 .0071 .0390 44 57 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0045 .0301 43 58 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0027 .0223 42 59 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0016 .0159 41 60 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0009 .0108 40 61 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0005 .0071 39 62 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 .0045 38 63 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0027 37 64 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 .0016 36 65 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0009 35 66 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0005 34 67 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0002 33 68 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 32 69 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0001 31 70 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 .0000 30 .95 .90 .85 .80 .75 .70 .65 .60 .55 .50 k•

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 142 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 2 – Standard Normal Curve Areas Tabulated Values are Pr(Z £ z) [Values are rounded to five decimal places.]

· From Table, Pr(Z £ -2.86) = .00212 so Pr(-2.86 £ Z £ 0) = ..5 - .00212 = .49788 since Pr(Z £ 0) = .5 · Also Pr(Z ³ -2.86) = 1 - .00212 = .99788 since Pr(Z ³ -2.86) + Pr(Z £ -2.86) = 1.00000 · To find k so that Pr(0 ³ Z ³ k) = .20000, convert to a statement in the form of Pr(Z £ k), work backwards Here since Pr(0 ³ Z ³ k) = .20000 and Pr(Z £ 0) = .50000, Pr(Z £ k) = .30000, and so k = -0.52 is best, since Pr(Z £ -0.52) = .30153 is closer to desired .30000 than Pr(Z £ -0.53) = .29806

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09 -3.00 .00135 .00131 .00126 .00122 .00118 .00114 .00111 .00107 .00104 .00100 -2.90 .00187 .00181 .00175 .00169 .00164 .00159 .00154 .00149 .00144 .00139 -2.80 .00256 .00248 .00240 .00233 .00226 .00219 .00212 .00205 .00199 .00193 -2.70 .00347 .00336 .00326 .00317 .00307 .00298 .00289 .00280 .00272 .00264 -2.60 .00466 .00453 .00440 .00427 .00415 .00402 .00391 .00379 .00368 .00357 -2.50 .00621 .00604 .00587 .00570 .00554 .00539 .00523 .00508 .00494 .00480 -2.40 .00820 .00798 .00776 .00755 .00734 .00714 .00695 .00676 .00657 .00639 -2.30 .01072 .01044 .01017 .00990 .00964 .00939 .00914 .00889 .00866 .00842 -2.20 .01390 .01355 .01321 .01287 .01255 .01222 .01191 .01160 .01130 .01101 -2.10 .01786 .01743 .01700 .01659 .01618 .01578 .01539 .01500 .01463 .01426 -2.00 .02275 .02222 .02169 .02118 .02068 .02018 .01970 .01923 .01876 .01831 -1.90 .02872 .02807 .02743 .02680 .02619 .02559 .02500 .02442 .02385 .02330 -1.80 .03593 .03515 .03438 .03362 .03288 .03216 .03144 .03074 .03005 .02938 -1.70 .04457 .04363 .04272 .04182 .04093 .04006 .03920 .03836 .03754 .03673 -1.60 .05480 .05370 .05262 .05155 .05050 .04947 .04846 .04746 .04648 .04551 -1.50 .06681 .06552 .06426 .06301 .06178 .06057 .05938 .05821 .05705 .05592 -1.40 .08076 .07927 .07780 .07636 .07493 .07353 .07215 .07078 .06944 .06811 -1.30 .09680 .09510 .09342 .09176 .09012 .08851 .08692 .08534 .08379 .08226 -1.20 .11507 .11314 .11123 .10935 .10749 .10565 .10383 .10204 .10027 .09853 -1.10 .13567 .13350 .13136 .12924 .12714 .12507 .12302 .12100 .11900 .11702 -1.00 .15866 .15625 .15386 .15151 .14917 .14686 .14457 .14231 .14007 .13786 -0.90 .18406 .18141 .17879 .17619 .17361 .17106 .16853 .16602 .16354 .16109 -0.80 .21186 .20897 .20611 .20327 .20045 .19766 .19489 .19215 .18943 .18673 -0.70 .24196 .23885 .23576 .23270 .22965 .22663 .22363 .22065 .21770 .21476 -0.60 .27425 .27093 .26763 .26435 .26109 .25785 .25463 .25143 .24825 .24510 -0.50 .30854 .30503 .30153 .29806 .29460 .29116 .28774 .28434 .28096 .27760 -0.40 .34458 .34090 .33724 .33360 .32997 .32636 .32276 .31918 .31561 .31207 -0.30 .38209 .37828 .37448 .37070 .36693 .36317 .35942 .35569 .35197 .34827 -0.20 .42074 .41683 .41294 .40905 .40517 .40129 .39743 .39358 .38974 .38591 -0.10 .46017 .45620 .45224 .44828 .44433 .44038 .43644 .43251 .42858 .42465 -0.00 .50000 .49601 .49202 .48803 .48405 .48006 .47608 .47210 .46812 .46414

z -3.10 -3.20 -3.30 -3.40 -3.50 -4.00 -4.50 -5.00 area .000968 .000687 .000483 .000337 .000233 .000032 .000003 .0000003

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 143 Statistics Pre-Term Program – Chapter Four Some Special Probability Models TABLE 2 – Standard Normal Curve Areas Tabulated Values are Pr(Z £ z) [Values are rounded to five decimal places.]

· From Table, Pr(Z £ 0.03) = .51197 so Pr(0 £ Z £ 0.03) = .01197 since Pr(Z £ 0) = Pr(Z ³ 0) = .50000 Also Pr(Z ³ 0.03) = 1 - .51197 = .48803 since Pr(Z ³ 0.03) + Pr(Z £ 0.03) = 1.00000 · To find k so that Pr(0 £ Z £ k) = .30000, convert to a statement in the form of Pr(Z £ k), work backwards Here since Pr(0 £ Z £ k) = .30000 and Pr(Z £ 0) = .50000, Pr(Z £ k) = .80000, and so k = 0.84 is best, since Pr(Z £ 0.84) = .79955 is closer to desired .80000 than Pr(Z £ 0.85) = .80234

z .00 .01 .02 .03 .04 .05 .06 .07 .08 .09 0.00 .50000 .50399 .50798 .51197 .51595 .51994 .52392 .52790 .53188 .53586 0.10 .53983 .54380 .54776 .55172 .55567 .55962 .56356 .56749 .57142 .57535 0.20 .57926 .58317 .58706 .59095 .59483 .59871 .60257 .60642 .61026 .61409 0.30 .61791 .62172 .62552 .62930 .63307 .63683 .64058 .64431 .64803 .65173 0.40 .65542 .65910 .66276 .66640 .67003 .67364 .67724 .68082 .68439 .68793 0.50 .69146 .69497 .69847 .70194 .70540 .70884 .71226 .71566 .71904 .72240 0.60 .72575 .72907 .73237 .73565 .73891 .74215 .74537 .74857 .75175 .75490 0.70 .75804 .76115 .76424 .76730 .77035 .77337 .77637 .77935 .78230 .78524 0.80 .78814 .79103 .79389 .79673 .79955 .80234 .80511 .80785 .81057 .81327 0.90 .81594 .81859 .82121 .82381 .82639 .82894 .83147 .83398 .83646 .83891 1.00 .84134 .84375 .84614 .84849 .85083 .85314 .85543 .85769 .85993 .86214 1.10 .86433 .86650 .86864 .87076 .87286 .87493 .87698 .87900 .88100 .88298 1.20 .88493 .88686 .88877 .89065 .89251 .89435 .89617 .89796 .89973 .90147 1.30 .90320 .90490 .90658 .90824 .90988 .91149 .91308 .91466 .91621 .91774 1.40 .91924 .92073 .92220 .92364 .92507 .92647 .92785 .92922 .93056 .93189 1.50 .93319 .93448 .93574 .93699 .93822 .93943 .94062 .94179 .94295 .94408 1.60 .94520 .94630 .94738 .94845 .94950 .95053 .95154 .95254 .95352 .95449 1.70 .95543 .95637 .95728 .95818 .95907 .95994 .96080 .96164 .96246 .96327 1.80 .96407 .96485 .96562 .96638 .96712 .96784 .96856 .96926 .96995 .97062 1.90 .97128 .97193 .97257 .97320 .97381 .97441 .97500 .97558 .97615 .97670 2.00 .97725 .97778 .97831 .97882 .97932 .97982 .98030 .98077 .98124 .98169 2.10 .98214 .98257 .98300 .98341 .98382 .98422 .98461 .98500 .98537 .98574 2.20 .98610 .98645 .98679 .98713 .98745 .98778 .98809 .98840 .98870 .98899 2.30 .98928 .98956 .98983 .99010 .99036 .99061 .99086 .99111 .99134 .99158 2.40 .99180 .99202 .99224 .99245 .99266 .99286 .99305 .99324 .99343 .99361 2.50 .99379 .99396 .99413 .99430 .99446 .99461 .99477 .99492 .99506 .99520 2.60 .99534 .99547 .99560 .99573 .99585 .99598 .99609 .99621 .99632 .99643 2.70 .99653 .99664 .99674 .99683 .99693 .99702 .99711 .99720 .99728 .99736 2.80 .99744 .99752 .99760 .99767 .99774 .99781 .99788 .99795 .99801 .99807 2.90 .99813 .99819 .99825 .99831 .99836 .99841 .99846 .99851 .99856 .99861 3.00 .99865 .99869 .99874 .99878 .99882 .99886 .99889 .99893 .99896 .99900

z 3.10 3.20 3.30 3.40 3.50 4.00 4.50 5.00 area .999032 .999313 .999517 .99966 .999767 .999968 .999997 .9999997

Statistics Pre-Term Program – T. Love & V. Babich – Chapter 4 - Page 144