6.7k views
4 votes
A brewery produces cans of beer that are supposed to contain exactly 12 ounces. But owing to the inevitable variation in the filling equipment, the amount of beer in each can is actually a random variable with a normal distribution. It has a mean of 12 ounces and a standard deviation of 0.30 ounce.

If you bought a six-pack of their beer what is the probability that you are going to actually get less than or equal to a total of 72 ounces of beer in your six-pack?

1 Answer

4 votes

Answer:


T \sim N (\mu = 6*12=72 , \sigma= √(6) *0.3=0.735)


P(T \leq 72) = P(Z< (72-72)/(0.735)) = P(Z<0) = 0.5

Explanation:

Previous concepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".

Solutio to the problem

Let X the random variable that represent the amount of beer in each can of a population, and for this case we know the distribution for X is given by:


X \sim N(12,0.3)

Where
\mu=12 and
\sigma=0.3

For this case we select 6 cans and we are interested in the probability that the total would be less or equal than 72 ounces. So we need to find a distribution for the total.

The definition of sample mean is given by:


\bar X = (\sum_(i=1)^n X_i)/(n) = (T)/(n)

If we solve for the total T we got:


T= n \bar X

For this case then the expected value and variance are given by:


E(T) = n E(\bar X) =n \mu


Var(T) = n^2 Var(\bar X)= n^2 (\sigma^2)/(n)= n \sigma^2

And the deviation is just:


Sd(T) = √(n) \sigma

So then the distribution for the total would be also normal and given by:


T \sim N (\mu = 6*12=72 , \sigma= √(6) *0.3=0.735)

And we want this probability:


P(T\leq 72)

And we can use the z score formula given by:


z = (x-\mu)/(\sigma)


P(T \leq 72) = P(Z< (72-72)/(0.735)) = P(Z<0) = 0.5

User Margaret Bloom
by
5.0k points