91.0k views
3 votes
Chapter 7, Section 7.2, Question P9 The process for manufacturing a ball bearing results in weights that have an approximately normal distribution with mean 0.15 g and standard deviation 0.005 g. a. If you select one ball bearing at random, what is the probability that it weighs less than 0.149 g? (round to four decimal places) b. If you select four ball bearings at random, what is the probability that their mean weight is less than 0.149 g? (round to four decimal places) c. If you select ten ball bearings at random, what is the probability that their mean weight is less than 0.149 g? (round to four decimal places)

User Wceo
by
5.1k points

1 Answer

1 vote

a. Let
X be a random variable representing the weight of a ball bearing selected at random. We're told that
X\sim\mathcal N(0.15,0.005^2), so


\mathrm P(X<0.149)=\mathrm P\left((X-0.15)/(0.005)<(0.149-0.15)/(0.005)\right)=\mathrm P(Z<-0.2)

where
Z\sim\mathcal N(0,1). This probability is approximately


\mathrm P(Z<-0.2)\approx0.4207

b. Let
X_i be a random variable representing the weight of the
i-th ball that is selected, and let
Y be the mean of these 4 weights,


Y=\frac{X_1+X_2+X_3+X_4}4

The sum of normally distributed random variables is a random variable that also follows a normal distribution,


X_1+X_2+X_3+X_4\sim\mathcal N(4\cdot0.15,4\cdot0.005^2)

so that


Y\sim\mathcal N(0.15,0.005^2)

Then


\mathrm P(Y<0.149)\approx0.4207

c. Same as (b).

User Wolfgang Kuehn
by
6.2k points