Chapter 3 - Special Probability Distributions
Chapter 3 - Special Probability Distributions
Symbol Description
n The number of times a trial is repeated.
P (x ) = nC x p xq n − x = n! p xq n − x .
(n − x )! x !
n = 10 μ = np σ 2 = npq σ = npq
p = 1 = 0.2 = 10(0.2) = (10)(0.2)(0.8) = 1.6
5
q = 0.8 =2 = 1.6 1.3
3.2. Geometric Probability Distribution
p = 0.20 q = 0.80
a.) x = 3 b.) x = 3, 4
P (3) = (0.2)(0.8)3 – 1 P (3 or 4) = P (3) + P (4)
= (0.2)(0.8)2 0.128 + 0.102
= (0.2)(0.64) 0.230
= 0.128
Mean and Variance of Geometric Distribution
Example:
1) A deck of cards contains 20 cards: 6 red cards and 14 black cards. 5 cards are drawn
randomly without replacement. What is the probability that exactly 4 red cards are
drawn?(Answer= 0.0135)
2) A candy dish contains 100 jellybeans and 80 gumdrops. Fifty candies are picked at
random. What is the probability that 35 of the 50 are gumdrops? The two groups are
jellybeans and gumdrops.
3.4. Poisson Probability Distribution
Summary:
Distribution E(x) Var(X)
Binomial
Geometric
Poisson
B) Continuous Probability Distributions
❑ Uniform Probability Distribution
❑ Normal Probability Distribution
Uniform Normal
f (x) f (x)
x x
Continuous Probability Distributions
Uniform Normal
f (x) f (x)
x x
x1 x2 x1 x2
3.5. Uniform Probability Distribution
A random variable is uniformly distributed
whenever the probability is proportional to the
interval’s length.
The uniform probability density function is:
E(x) = (a + b)/2
Variance of x
Var(x) = (b - a)2/12
Area as a Measure of Probability
The area under the graph of f(x) and probability are
identical.
1 − ( x − )2 /2 2
f (x) = e
2
where:
= mean
= standard deviation
= 3.14159
e = 2.71828
…Normal …(Cont’d)
Characteristics
x
…Normal …(Cont’d)
Characteristics
The entire family of normal probability
distributions is defined by its mean and its
standard deviation .
Standard Deviation
x
Mean
…Normal …(Cont’d)
Characteristics
The highest point on the normal curve is at the
mean, which is also the median and mode.
x
…Normal …(Cont’d)
Characteristics
The mean can be any numerical value: negative,
zero, or positive.
x
-10 0 25
…Normal …(Cont’d)
Characteristics
The standard deviation determines the width of the
curve: larger values result in wider, flatter curves.
= 15
= 25
x
…Normal …(Cont’d)
Characteristics
Probabilities for the normal random variable are given by areas under
the curve. The total area under the curve is 1
(.5 to the left of the mean and .5 to the right).
.5 .5
x
Standard Normal Probability Distribution
Characteristics
Characteristics
The letter z is used to designate the standard
normal random variable.
=1
z
0
Standard Normal Probability Distribution
2. In using the continuity correction, first identify the discrete whole number
x that is relevant to the binomial probability problem.
3. Draw a normal distribution centered about µ, then draw a vertical strip
area centered over x . Mark the left side of the strip with the number X−
0.5, and mark the right side with x + 0.5. For x = 64, draw a strip from
63.5 to 64.5. Consider the area of the strip to represent the
probability of discrete number x.
…continuity …(Cont’d)
4. Now determine whether the value of x itself should be included in the
probability you want. Next, determine whether you want the
probability of at least x, at most x, more than x, fewer than x, or
exactly x. Shade the area to the right or left of the strip, as
appropriate; also shade the interior of the strip itself if and only if x
itself is to be included, the total shaded region corresponds to
probability being sought.
Example 1: Normal Approximation
Let 𝑋 be the number of heads that appear when a fair coin is tossed 100 times. Use the
normal curve to find 𝑃(45 ≤ 𝑋 ≤ 55).
Solution:
First: The number of trials is 𝑛 = 100. Since the coin is fair, the success
probability is 𝑝 = 0.5. Therefore, 𝑛𝑝 = (100)(0.5) = 50 ≥ 10 and
𝑛(1 − 𝑝) = (100)(1 − 0.5) = 50 ≥ 10. We may use the normal
approximation.
Second: We compute the mean and standard deviation of 𝑋:
𝜇𝑥 = 𝑛𝑝 = 100 0.5 = 50
𝜎𝑥 = 𝑛𝑝(1 − 𝑝) = (100)(0.5)(1 − 0.5) = 5
Third: Because the probability is 𝑃(45 ≤ 𝑋 ≤ 55), we want to include both 45
and 55. Therefore, we set the left endpoint to 44.5 and the right
endpoint to 55.5.
From Normal Table [𝑃(−1.1 ≤ 𝑍 ≤ 0) = 0.3643]
Twice 𝑃(−1.1 ≤ 𝑍 ≤ 0) is 0.7287 or 72.87%
Example: Continuity Correction
A fair coin is tossed 100 times. Let 𝑋 be the number of heads that appear.
x = at least 64 .
= 64, 65, 66, . . .
50 64
63.5
x = more than 64
= 65, 66, 67, . . .
50 65
64.5
x = at most 64
= 0, 1, . . . 62, 63, 64
50 64
64.5
x = fewer than 64
= 0, 1, . . . 62, 63
50 63
63.5
x = exactly 64
50 64
50
63.5 64.5
• Check if 𝑛𝑝 ≥ 10, 𝑛𝑞 ≥ 10
• Calculate mean (𝝁 = 𝒏𝒑) and standard deviation = 𝒏𝒑𝒒
• How to apply the continuity correction
• How to use the normal curve to approximate binomial
probabilities
END OF CHAPTER 3