A machine fills boxes with chocolate balls. The weights of the empty boxes are normally
distributed with a mean of 150 g and a standard deviation of 10 g. The mean weight of each
chocolate ball is 40 g with a standard deviation of 0.8 g. A full box contains 25 chocolate balls.
1
Expert's answer
2021-06-24T09:07:39-0400
Let Xand Y be independent random variables that are normally distributed (and therefore also jointly so), then their sum is also normally distributed. i.e., if
X∼N(μX,σX2),Y∼N(μY,σY2),
W=X+Y,
Then W∼N(μX+μY,σX2+σY2).
a. Let X= the weight of the empty box, Y1,Y2,...Y25 represent the weights of chocolate balls, W=X+Y1+Y2+...+Y25 represents the weight of of a full box of chocolate balls.
Comments