
6.4 Combining Normal Random Variables 203
Two special cases are important: (i) a
1
= 1, a
2
= −1 and (ii) a
1
= ··· = a
n
=
1/n. In case (i) we have a difference of two normals; its mean is the difference
of the corresponding means and variance is a sum of two variances. Case (ii)
corresponds to the arithmetic mean of normals,
X . For example, if X
1
,... , X
n
are i.i.d. N (µ,σ
2
), then the sample mean X = (X
1
+···+ X
n
)/n has a normal
N (µ,σ
2
/n) distribution. Thus, variances for X
i
s and X are related as
σ
2
X
=
σ
2
n
or, equivalently, for standard deviations
σ
X
=
σ
p
n
.
Example 6.3. The Piston Production Error. The profile of a piston com-
prises a ring in which inner and outer radii X and Y are normal random vari-
ables,
N (20,0.01
2
) and N (30,0.02
2
), respectively. The thickness D =Y − X is
the random variable of interest.
(a) Find the distribution of D.
(b) For a randomly selected piston, what is the probability that D will ex-
ceed 10.04?
(c) If D is averaged over a batch of n
= 64 pistons, what is the probability
that
D will exceed 10.04? Exceed 10.004?
sqrt(0.01^2 + 0.02^2) %0.0224
1-normcdf((10.04 - 10)/0.0224) %0.0371
1-normcdf((10.04 - 10)/(0.0224/sqrt(64))) %0
1-normcdf((10.004 - 10)/(0.0224/sqrt(64))) %0.0766
Compare the probabilities of events {D > 10.04} and {D > 10.04}. Why is
the probability of
{D >10.04} essentially 0, when the analogous probability for
an individual measure D is 3.71%?
Example 6.4. Diluting Acid. In a laboratory, students are told to mix 100 ml
of distilled water with 50 ml of sulfuric acid and 30 ml of C
2
H
5
OH. Of course,
the measurements are not exact. The water is measured with a mean of 100 ml
and a standard deviation of 4 ml, the acid with a mean of 50 ml and a standard
deviation of 2 ml, and C
2
H
5
OH with a mean of 30 ml and a standard deviation
of 3 ml. The three measurements are normally distributed and independent.
(a) What is the probability of a given student measuring out at least 103
ml of water?
(b) What is the probability of a given student measuring out between 148
and 157 ml of water plus acid?
(c) What is the probability of a given student measuring out a total of be-
tween 175 and 180 ml of liquid?