Discrete Random Variables Explained
Discrete Random Variables Explained
Page 1 of 24
Sample Space y
RR 2
RB 1
BR 1
BB 0
Page 2 of 24
The random variable X denotes the number of cameras that pass the test. The last
column of the table shows the values of X assigned to each outcome of the
experiment.
Camera 1 Camera 2 Camera 3 Probability X
Pass Pass Pass 0.512 3
Fail Pass Pass 0.128 2
Pass Fail Pass 0.128 2
Fail Fail Pass 0.032 1
Pass Pass Fail 0.128 2
Fail Pass Fail 0.032 1
Pass Fail Fail 0.032 1
Fail Fail Fail 0.008 0
Table 5-1
Probability function:
The set of ordered pairs (x, f(x)) is a probability function, probability mass function, or
probability distribution of the discrete random variable X if, for each possible outcome
x,
1. f (x) ≥ 0,
2.∑𝑥𝑥 𝑓𝑓(𝑥𝑥) = 1,
3. P(X = x) = f(x).
Example5.3:
Digital Channel there is a chance that a bit transmitted through a digital transmission
channel is received in error. Let X equal the number of bits in error in the next four bits
transmitted. The possible values for X are {0, 1, 2, 3, and 4}. Based on a model for the
errors that is presented in the following section, probabilities for these values will be
determined. Suppose that the probabilities are P (X = 0) = 0.6516; P (X = 1) = 0.2916;
P (X = 2) = 0.0486; P(X = 3) = 0.0036; P (X = 4) = 0.0001.
The probability distribution of X is specified by the possible values along with the
probability of each. A graphical description of the probability distribution of X is shown
in Figure 5-1. Check that the probabilities sum to 1.
Page 3 of 24
FIGURE 5-1 Probability distribution for bits in error.
The cumulative distribution function of a discrete random variable X, denoted as F (x),
is 𝐹𝐹(𝑥𝑥) = 𝑃𝑃(𝑋𝑋 ≤ 𝑥𝑥) = ∑𝑥𝑥𝑖𝑖 ≤𝑥𝑥 𝑓𝑓(𝑥𝑥𝑖𝑖 )
Example5.4:
Digital Channel there is a chance that a bit transmitted through a digital transmission
channel is received in error. Let X equal the number of bits in error in the next four bits
transmitted. The possible values for X are {0, 1, 2, 3, and 4}. Based on a model for the
errors, probabilities for these values will be determined. Suppose that the probabilities
are P (X = 0) = 0.6516; P (X = 1) = 0.2916; P (X = 2) = 0.0486; P(X = 3) = 0.0036; P
(X = 4) = 0.0001.
We might be interested in the probability that three or fewer bits are in error. This
question can be expressed as P(X ≤ 3). The event that {X ≤ 3} is the union of the
events {X = 0}, {X = 1}, {X = 2}, and {X = 3}. Clearly, these three events are mutually
exclusive. Therefore, P(X ≤ 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.6561 +
0.2916 + 0.0486 +0.0036 = 0.9999.
This approach can also be used to determine P(X = 3) = P(X ≤ 3) − P(X ≤ 2) = 0.0036.
Example5.5: Suppose that a day’s production of 850 manufactured parts contains 50
parts that do not conform to customer requirements. Two parts are selected at random,
without replacement, from the batch. Let the random variable X equal the number of
nonconforming parts in the sample. What is the cumulative distribution function of X?
(Sampling without replacement)
The question can be answered by first finding the probability mass function of X.
800 799
𝑃𝑃(𝑋𝑋 = 0) = × = 0.886
850 849
800 50
𝑃𝑃(𝑋𝑋 = 1) = 2 × × = 0.111
850 849
Page 4 of 24
50 49
𝑃𝑃(𝑋𝑋 = 2) = × = 0.003
850 849
Therefore,
𝐹𝐹(0) = 𝑃𝑃(𝑋𝑋 ≤ 0) = 0.886
𝐹𝐹(1) = 𝑃𝑃(𝑋𝑋 ≤ 1) = 0.886 + 0.111 = 0.997
𝐹𝐹(2) = 𝑃𝑃(𝑋𝑋 ≤ 2) = 1
and
0; 𝑥𝑥 < 0
0.886; 0 ≤ 𝑥𝑥 < 1
𝐹𝐹(𝑥𝑥) = �
0.997; 1 ≤ 𝑥𝑥 < 2
1; 2 ≤ 𝑥𝑥
The cumulative distribution function for this example is graphed in Fig. 5-2.
Figure 5-3 illustrates probability distributions with equal means but different variances.
Page 5 of 24
FIGURE 5-3: A probability distribution can be viewed as a loading with the mean equal
to the balance point. Parts (a) and (b) illustrate equal means, but part (a) illustrates a
larger variance.
Figure 5-4 illustrates that two probability distributions can differ even though they have
identical means and variances.
FIGURE 5-4: The probability distributions in parts (a) and (b) differ even though they
have equal means and equal variances
Example5.6:
Digital Channel there is a chance that a bit transmitted through a digital transmission
channel is received in error. Let X equal the number of bits in error in the next four bits
transmitted. The possible values for X are {0, 1, 2, 3, and 4}. Based on a model for the
errors that is presented in the following section, probabilities for these values will be
determined. Suppose that the probabilities are P (X = 0) = 0.6516; P (X = 1) = 0.2916;
P (X = 2) = 0.0486; P(X = 3) = 0.0036; P (X = 4) = 0.0001. Calculate mean and variance
Solution:
Now 𝜇𝜇 = 𝐸𝐸(𝑥𝑥) = 0 × 𝑓𝑓(0) + 1 × 𝑓𝑓(1) + 2𝑓𝑓(2) + 3𝑓𝑓(3) + 4𝑓𝑓(4) = 0 × 0.6561 + 1 ×
0.2916 + 2 × 0.0486 + 3 × 0.0036 + 4 × 0.0001 = 0.4
To calculate variance V(x), a table is convenient
Page 6 of 24
x x-0.4 (x-0.4)2 f(x) (x-0.4)2f(x)
0 -0.4 0.16 0.6561 0.104976
1 0.6 0.36 0.2916 0.104976
2 1.6 2.56 0.0486 0.124416
3 2.6 6.76 0.0036 0.024336
4 3.6 12.96 0.0001 0.001296
5
Example5.7:
Marketing Two new product designs are to be compared on the basis of revenue
potential. Marketing believes that the revenue from design A can be predicted quite
accurately to be $3 million. The revenue potential of design B is more difficult to
assess. Marketing concludes that there is a probability of 0.3 that the revenue from
design B will be $7 million, but there is a 0.7 probability that the revenue will be only
$2 million. Which design do you prefer?
Solution:
Let X denote the revenue from design A. Because there is no uncertainty in the
revenue from design A, we can model the distribution of the random variable X as $3
million with probability 1. Therefore, E (X) = $3 million.
Let Y denote the revenue from design B. The expected value of Y in millions of dollars
is 𝐸𝐸(𝑌𝑌) = $7(0.3) + $2(0.7) = $3.5.
Because E (Y) exceeds E (X), we might prefer design B.
However, the variability of the result from design B is larger. That is, 𝜎𝜎 2 =
(7 − 3.5)2 × (0.3) + (2 − 3.5)2 × (0.7) = 5.25 millions of dollars squared
Because the units of standard deviation are the same as the units of the random
variable, the standard deviation σ is easier to interpret. Here 𝜎𝜎 = √5.25 = 2.29 millions
of dollars and σ is large relative to μ.
Example5.8:
The number of e-mail messages received per hour has the following distribution:
x = number of messages 10 11 12 13 14 15
𝑓𝑓(𝑥𝑥) 0.08 0.15 0.30 0.20 0.20 0.07
Determine the mean and standard deviation of the number of messages received per
hour.
Page 7 of 24
Solution:
𝐸𝐸(𝑋𝑋) = 10 × 0.08 + 11 × 0.15 + 12 × 0.30 + 13 × 0.20 + 14 × 0.20 + 15 × 0.07 = 12.5
𝑉𝑉(𝑋𝑋) = 102 × 0.08 + 112 × 0.15 + 122 × 0.30 + 132 × 0.20 + 142 × 0.20 + 152 × 0.07
= 1.85
𝜎𝜎 = �𝑉𝑉(𝑋𝑋) = √1.85 = 1.36
1. Binomial Distribution:
The Bernoulli Process:
Rigorously speaking, the Bernoulli process must possess the following properties:
1. The experiment consists of repeated trials.
2. Each trial results in an outcome that may be classified as a success or a failure.
3. The probability of success, denoted by p, remains constant from trial to trial.
Page 8 of 24
4. The repeated trials are independent.
The number X of successes in n Bernoulli trials is called a binomial random variable.
The probability distribution of this discrete random variable is called the binomial
distribution, and its values will be denoted by b(x; n, p) since they depend on the
number of trials (n = 1, 2,…..) and the probability of a success (0 < p <1) on a given
trial.
Thus, the probability distribution of X is
𝑛𝑛
𝑏𝑏(𝑥𝑥; 𝑛𝑛, 𝑝𝑝) = 𝑃𝑃(𝑥𝑥) = � � 𝑝𝑝 𝑥𝑥 (1 − 𝑝𝑝)𝑛𝑛−𝑥𝑥 𝑥𝑥 = 0, 1, 2, ⋯ 𝑛𝑛
𝑥𝑥
Practical Interpretation: Binomial random variables are used to model many physical
systems and probabilities for all such models can be obtained from the binomial
probability mass function.
Page 9 of 24
“cure” or “no cure” is important in pharmaceutical work, and “hit” or “miss” is often
the interpretation of the result of firing a guided projectile.
A box contains 100 transistors, 20 of which are defective, 10 are selected for
inspection. Indicate what is the probability that.
Page 10 of 24
(ii) all 10 are non-defective.
(iii) at least one is defective, and
(iv) at the most 3 are defective.
Solution:
Let 𝑋𝑋 represent the number of defective transistors selected. Then the possible
values of 𝑋𝑋 are 0, 1, 2, … , 10. Now,
20 1 1
𝑝𝑝 = = , 𝑞𝑞 = 1 −
100 5 5
1 𝑥𝑥 4 10−𝑥𝑥
The probability of 𝑋𝑋 defective transistors is 𝑝𝑝(𝑥𝑥) =10Cx� � � �
5 5
Example 5.11: The probability that a patient recovers from a rare blood disease is 0.4.
If 15 people are known to have contracted this disease, what is the probability that (a)
at least 10 survive, (b) from 3 to 8 survive, and (c) exactly 5 survive?
Solution:
Let X be the number of people who survive.
(a) 𝑃𝑃(𝑋𝑋 ≥ 10) = 1 − 𝑃𝑃(𝑋𝑋 < 10) = 1 − ∑9𝑥𝑥=0 𝑏𝑏(𝑥𝑥; 15, 0.4) = 1 − 0.9662 = 0.0338
(b)𝑃𝑃(3 ≤ 𝑋𝑋 ≤ 8) = ∑8𝑥𝑥=3 𝑏𝑏(𝑥𝑥; 15, 0.4) = ∑8𝑥𝑥=0 𝑏𝑏(𝑥𝑥; 15, 0.4) − ∑2𝑥𝑥=0 𝑏𝑏(𝑥𝑥; 15, 0.4) =
0.9050 − 0.0271 = 0.8779.
(c)𝑃𝑃(𝑋𝑋 = 5) = 𝑏𝑏(5; 15, 0.4) = ∑5𝑥𝑥=0 𝑏𝑏(𝑥𝑥; 15, 0.4) − ∑4𝑥𝑥=0 𝑏𝑏(𝑥𝑥; 15, 0.4) = 0.4032 −
0.2173 = 0.1859.
Page 11 of 24
Example 5.12: The probability that a patient recovers from a delicate heart operation
is 0.10. If 15 people are known to have this operation what is the probability that
a) at least 5 survive.
b) from 4 to 8 survive and
c) exactly four survive?
Solution:
Let 𝑋𝑋 denote the number of people that survive after operation. Then the binomial
distribution of the random variable 𝑋𝑋 is 𝑏𝑏(𝑥𝑥; 15,0.10)
𝑏𝑏(3; 10, 0.3) = � 𝑏𝑏(𝑥𝑥; 10, 0.3) − � 𝑏𝑏(𝑥𝑥; 10, 0.3) = 0.6496 − 0.3828 = 0.2668
𝑥𝑥=0 𝑥𝑥=0
Example 5.14: A traffic control officer reports that 75% of the trucks passing through
a check post are from within Dhaka city. What is the probability that at least three of
next five trucks for from out of the city?
Solution:
Let 𝑋𝑋 be the number of trucks that pass through are from out of Dhaka city. The
1
probability of such an event is then 𝑃𝑃 = 1 − 0.75 = 0.25 =
4
1 1 1 1
Hence, 𝑃𝑃(𝑥𝑥 ≥ 3) = ∑5𝑥𝑥=3 𝑏𝑏 �𝑥𝑥; 5, � = 𝑏𝑏 �3; 5, � + 𝑏𝑏 �4; 5, � + 𝑏𝑏 �5; 5, �
4 4 4 4
Page 12 of 24
1 3 3 2 1 4 3 1 1 5 3 0
=5C3� � � � +5C4� � � � +5C5� � � �
4 4 4 4 4 4
90 15 1 106
= + + = = 0.1035
1024 1024 1024 1024
Example 5.15: Twenty percent of the TVS produced in an industry are defective. If 4
TVS are put in a box for marketing. In how many boxes do you expect to have
If 𝑋𝑋 stands for the number of defective TVS, then 𝑋𝑋 can assume values 0,1,2,3,4.
Hence,
4 1 4 3 256
i) 𝑃𝑃(𝑋𝑋 = 1) = � � � � � � = = 0.4096
1 5 5 625
Hence the no of boxes having one defective TVS is
𝑁𝑁 × 𝑃𝑃(𝑋𝑋 = 1) = 2000 × 0.4096 = 819
4 1 2 4 2 96
ii) 𝑃𝑃(𝑋𝑋 = 2) = � � � � � � = = 0.1536
2 5 5 625
Hence the no of boxes having two defective TVS is
𝑁𝑁 × 𝑃𝑃(𝑋𝑋 = 2) = 2000 × 0.1536 = 307
Page 13 of 24
2. Negative Binomial Distribution:
Let us consider an experiment where the properties are the same as those listed for a
binomial experiment, with the exception that the trials will be repeated until a fixed
number of successes occur. Therefore, instead of the probability of x successes in n
trials, where n is fixed, we are now interested in the probability that the kth success
occurs on the xth trial. Experiments of this kind are called negative binomial
experiments.
As an illustration, consider the use of a drug that is known to be effective in 60% of the
cases where it is used. The drug will be considered a success if it is effective in
bringing some degree of relief to the patient. We are interested in finding the probability
that the fifth patient to experience relief is the seventh patient to receive the drug during
a given week. Designating a success by S and a failure by F, a possible order of
achieving the desired result is SFSSSFS, which occurs with probability
(0.6)(0.4)(0.6)(0.6)(0.6)(0.4)(0.6) = (0.6)5(0.4)2.
We could list all possible orders by rearranging the F’s and S’s except for the last
outcome, which must be the fifth success. The total number of possible orders is equal
to the number of partitions of the first six trials into two groups with 2 failures assigned
to the one group and 4 successes assigned to the other group. This can be done in
6
� � = 15 mutually exclusive ways. Hence, if X represents the outcome on which the
4
fifth success occurs, then
6
𝑃𝑃(𝑋𝑋 = 7) = � � (0.6)5 (0.4)2 = 0.1866.
4
Page 14 of 24
Example 5.16:
In an NBA (National Basketball Association) championship series, the team that wins
four games out of seven is the winner. Suppose that teams A and B face each other
in the championship games and that team A has probability 0.55 of winning a game
over team B.
(a) What is the probability that team A will win the series in 6 games?
(b) What is the probability that team A will win the series?
(c) If teams A and B were facing each other in a regional playoff series, which is
decided by winning three out of five games, what is the probability that team A would
win the series?
Solution:
5
(a) 𝑏𝑏 ∗ (6; 4, 0.55) = � � (0.55)4 (1 − 0.55)6−4 = 0.1853
3
(b)𝑃𝑃(team A wins the championship series) = 𝑏𝑏 ∗ (4; 4,0.55) + 𝑏𝑏 ∗ (5; 4,0.55) +
𝑏𝑏 ∗ (6; 4,0.55) + 𝑏𝑏 ∗ (7; 4,0.55) = 0.0915 + 0.1647 + 0.1853 + 0.1668 = 0.6083
(c) 𝑃𝑃(team A wins the playoff series) = 𝑏𝑏 ∗ (3; 3,0.55) + 𝑏𝑏 ∗ (4; 3,0.55) + 𝑏𝑏 ∗ (5; 4,0.55) =
0.1664 + 0.2246 + 0.2021 = 0.5931.
3. Poisson distribution:
Page 15 of 24
Properties of the Poisson Process
1. The number of outcomes occurring in one time interval or specified region of space
is independent of the number that occur in any other disjoint time interval or region. In
this sense we say that the Poisson process has no memory.
2. The probability that a single outcome will occur during a very short time interval or
in a small region is proportional to the length of the time interval or the size of the
region and does not depend on the number of outcomes occurring outside this time
interval or region.
3. The probability that more than one outcome will occur in such a short time interval
or fall in such a small region is negligible.
The number X of outcomes occurring during a Poisson experiment is called a Poisson
random variable, and its probability distribution is called the Poisson distribution.
The mean number of outcomes is computed from μ = λt, where t is the specific “time,”
“distance,” “area,” or “volume” of interest. Since the probabilities depend on λ, the rate
of occurrence of outcomes, we shall denote them by p(x; λt).
The following formula is used for computing Poisson probabilities.
The probability distribution of the Poisson random variable X, representing the number
of outcomes occurring in a given time interval or specified region denoted by t, is
𝑒𝑒 −𝜆𝜆𝜆𝜆 (𝜆𝜆𝜆𝜆)𝑥𝑥
𝑝𝑝(𝑥𝑥; 𝜆𝜆𝜆𝜆) = , 𝑥𝑥 = 0, 1, 2, ⋯
𝑥𝑥!
where 𝜆𝜆 is the average number of outcomes per unit time, distance, area, or volume
and e = 2.71828.
The Poisson distribution is a discrete distribution with a parameter 𝜆𝜆.
1. Mean = 𝜆𝜆 = 𝑃𝑃
2. Standard deviation = √𝜆𝜆
1
3. Skewness, 𝛽𝛽1 =
𝜆𝜆
1
4. Kurtosis, 𝛽𝛽2 = 3 +
𝜆𝜆
5. Variance = 𝜆𝜆
Page 16 of 24
Example 5.17:
During a laboratory experiment, the average number of radioactive particles passing
through a counter in 1 millisecond is 4. What is the probability that 6 particles enter the
counter in a given millisecond?
Solution:
Using the Poisson distribution with x = 6 and 𝜆𝜆𝜆𝜆 = 4 and referring table A.2, we have
6 5
𝑒𝑒 −4 46
𝑝𝑝(6; 4) = = � 𝑝𝑝(𝑥𝑥; 4) − � 𝑝𝑝(𝑥𝑥; 4) = 0.8893 − 0.7851 = 0.1042
6!
𝑥𝑥=0 𝑥𝑥=0
Example 5.18:
Ten is the average number of oil tankers arriving each day at a certain port. The
facilities at the port can handle at most 15 tankers per day. What is the probability that
on a given day tankers have to be turned away?
Solution:
Let X be the number of tankers arriving each day. Then, using Table A.2, we have
𝑃𝑃(𝑋𝑋 > 15) = 1 − 𝑃𝑃(𝑋𝑋 ≤ 15) = 1 − ∑15
𝑥𝑥=0 𝑝𝑝(𝑥𝑥; 10) = 1 − 0.9513 = 0.0487
Example 5.19: Telephone calls enter a switchboard on the average of two every 3-
minute interval. What is the probability of five or more call arriving in a 9 minute?
Solution:
Let X denote the number of calls in a 9-minute period. We see the at the average
9
number of calls in a 9-minute interval is 𝜆𝜆 = × 2 = 6. So the distribution of X is
3
Poisson with 𝜆𝜆 = 6 and
𝑒𝑒 −6 6𝑥𝑥
𝑓𝑓(𝑥𝑥) = , 𝑥𝑥 = 0, 1, 2, …,
𝑥𝑥!
𝑒𝑒 −6 6𝑥𝑥
𝑃𝑃(𝑋𝑋 ≥ 5) = 1 − 𝑃𝑃(𝑥𝑥 ≤ 4) = 1 − ∑4𝑥𝑥=0 = 1 − 0.285
𝑥𝑥!
= 1 − 𝐸𝐸(4) = 0.715.
Page 17 of 24
Example 5.20:
The number of fireballs found by a radar system in any 30-second interval under
specified conditions averages 1.81. Assume the fireballs appear randomly and
independently.
b) What is the probability of observing at least five but not more than eight
fireballs in two minutes of observation?
Solution:
P [R = r] = {(λt)r e−λt} / r!
Then P [at least five but not more than eight meteors in two minutes]
= 0.1189+0.1435+0.1484+0.1343 = 0.545
Example 5.21: The average number of accidents occurring in a week during the
summer months at a particular intersection is 2.00. Assume that the requirements
of the Poisson distribution are satisfied.
b) What is the probability that there will be exactly one accident in a week?
d) What is the probability of finding not more than two accidents in a week?
Page 18 of 24
f) What is the probability of exactly two accidents in a particular two-week
interval?
Solution:
= 0.323.
Example 5.22:
The demand for a particular type of pump at an isolated mine is random and
independent of previous occurrences, but the average demand in a week (7
days) is for 2.8 pumps. Further supplies are ordered each Tuesday morning and
arrive on the weekly plane on Friday morning. Last Tuesday morning only one
pump was in stock, so the stores man ordered six more to come in Friday
morning.
a) Find the probability that one pump will still be in stock on Friday morning when
new stock arrives.
b) Find the probability that stock will be exhausted and there will be unsatisfied
demand for at least one pump by Friday morning.
c) Find the probability that one pump will still be in stock this Friday morning and
at least five will be in stock next Tuesday morning.
Solution:
Page 19 of 24
a) From Tuesday morning to Friday morning is three days.
Then P [one pump will still be in stock Friday morning when new stock arrives] =
0.301.
= 1 – P [demand for no pumps in three days] – P [demand for one pump in three
days]
= 0.3374.
Then P [unsatisfied demand for at least one pump by Friday morning] = 0.337.
c) From part (a), P [one pump will still be in stock this Friday morning] = 0.3012.
After the new stock arrives, we will have 1 + 6 = 7 pumps in stock Friday
morning.
If we have at least five in stock Tuesday morning, the demand in four days is ≤ 2
pumps.
Then P [at least 5 will be in stock next Tuesday morning | one pump in stock
Friday morning] = 0.7834. Note that this is a conditional probability.
Page 20 of 24
Theorem: Both the mean and the variance of the Poisson distribution p(x; λt) are λt
Nature of the Poisson Probability Function Like so many discrete and continuous
distributions, the form of the Poisson distribution becomes more and more symmetric,
even bell-shaped, as the mean grows large. Figure 5.6 illustrates this, showing plots
of the probability function for μ = 0.1, μ = 2, and μ = 5. Note the nearness to symmetry
when μ becomes as large as 5.
Page 21 of 24
Example 5.20: In a certain industrial facility, accidents occur infrequently. It is known
that the probability of an accident on any given day is 0.005 and accidents are
independent of each other.
(a) What is the probability that in any given period of 400 days there will be an accident
on one day?
(b) What is the probability that there are at most three days with an accident?
Solution:
Let X be a binomial random variable with n = 400 and p = 0.005. Thus, np = 2.
Using the Poisson approximation,
(a) 𝑃𝑃(𝑋𝑋 = 1) = 1 − 𝑒𝑒 −2 21 = 0.271
𝑒𝑒 −2 21
(b) 𝑃𝑃(𝑋𝑋 ≤ 3) = ∑3𝑥𝑥=0 = 0.857
𝑥𝑥!
Example 5.21: In a manufacturing process where glass products are made, defects
or bubbles occur, occasionally rendering the piece undesirable for marketing. It is
known that, on average, 1 in every 1000 of these items produced has one or more
bubbles. What is the probability that a random sample of 8000 will yield fewer than 7
items possessing bubbles?
Solution:
This is essentially a binomial experiment with n = 8000 and p = 0.001. Since p is very
close to 0 and n is quite large, we shall approximate with the Poisson distribution using
μ = (8000) x (0.001) = 8.
Hence, if X represents the number of bubbles, we have
6
Example 5.22: 5% of the tools produced by a certain process are defective. Find the
probability that in a sample of 40 tools chosen at random, exactly three will be
defective. Calculate a) using the binomial distribution, and b) using the Poisson
distribution as an approximation.
Solution:
a) For the binomial distribution with n = 40, p = 0.05,
Pr [D = 3] = 40C3 (0.05)3(0.95)37 = 0.185
b) For the Poisson distribution, μ = (n)(p) = (40) (0.05) = 2.00.
Pr [D = 3] = {(2.00)3 e−2.00} / (3) (2)(1) = 0.180
Page 22 of 24
For Practice
1. The probability that a thirty-year-old man will survive a fixed length of time is 0.995.
The probability that he will die during this time is therefore 1– 0.995 = 0.005. An
insurance company will sell him a $20,000 life insurance policy for this length of time
for a premium of $200.00. What is the expected gain for the insurance company?
2. On the basis of past experience, the probability that a certain electrical component
will be satisfactory is 0.98. The components are sampled item by item from continuous
production. In a sample of five components, what are the probabilities of finding (a)
zero, (b) exactly one, (c) exactly two, (d) two or more defectives?
3. A company is considering drilling four oil wells. The probability of success for each
well is 0.40, independent of the results for any other well. The cost of each well is
$200,000. Each well that is successful will be worth $600,000.
a) What is the probability that one or more wells will be successful?
b) What is the expected number of successes?
c) What is the expected gain?
d) What will be the gain if only one well is successful?
e) Considering all possible results, what is the probability of a loss rather than a gain?
f) What is the standard deviation of the number of successes?
4. A boiler containing eight welds is manufactured in a small shop. When the boiler is
completed, each weld is checked by an inspector. If more than one weld is defective
on a single boiler, the person who made that boiler is reported to the foreman.
a) If 9.0% of all welds made by Joe Smith are defective, what percentage of all boilers
made by him will have more than one defective weld?
b) Over a long period of time how many times will Joe Smith be reported to the foreman
for each 15 boilers he makes?
c) If Joe makes 15 boilers in a shift, what is the probability that he will be reported for
more than two of these 15 boilers?
5. A small hotel has rooms on only four floors, with four smoke detectors on each floor.
Because of improper maintenance, the probability that any one detector is functioning
is only 0.55. The probabilities that smoke detectors are functioning are randomly and
independently distributed.
a) What is the probability that exactly one smoke detector is working on the top floor?
Page 23 of 24
b) What is the probability that there is exactly one detector working on each of two
floors and there are two detectors working on each of the other two floors?
c) What is the probability that there will be no functioning smoke detectors on one
particular floor? What is the probability that there will be at least one functioning smoke
detector on that floor?
d) What is the probability that on at least one of the four floors there will be no
functioning smoke detectors?
e) What is the probability that there will be at least 15 functioning smoke detectors in
the hotel at any one time?
6. The probability that a certain type of IC chip will fail after installation is 0.06. A
memory board for a computer contains twelve such chips. The operation will be
satisfactory if ten or more of the chips on the board do not fail.
a) What is the probability that a memory board operates satisfactorily?
b) If there are five such memory boards in a given computer, what is the probability
that at least four of them operate satisfactorily?
c) State any assumptions.
7. The number of meteors found by a radar system in any 30-second interval under
specified conditions averages 1.81. Assume the meteors appear randomly and
independently.
a) What is the probability that no meteors are found in a one-minute interval?
b) What is the probability of observing at least five but not more than eight meteors in
two minutes of observation?
8. 5% of the tools produced by a certain process are defective. Find the probability
that in a sample of 40 tools chosen at random, exactly three will be defective. Calculate
a) using the binomial distribution, and b) using the Poisson distribution as an
approximation.
Page 24 of 24