Find the Value of c for Normal Distribution of Lemon Juice Cans | Homework Help

AI Thread Summary
The problem involves finding the value of c for a normal distribution of lemon juice cans, where the mean is 445 ml and the standard deviation is 3.6 ml. It is given that 94% of the cans contain juice volumes between 445−c ml and 445+c ml. The solution process involves standardizing the normal distribution and using the cumulative distribution function (CDF) to find the z-scores corresponding to the probabilities. Ultimately, it is determined that c equals approximately 6.77 ml, ensuring that 94% of the cans fall within the specified range. This calculation confirms the distribution's properties related to the actual volume of juice in the cans.
vanceEE
Messages
109
Reaction score
2

Homework Statement


"Cans of lemon juice are supposed to contain 440 ml of juice. It is found that the actual volume of
juice in a can is normally distributed with mean 445 ml and standard deviation 3.6 ml."

It is found that 94% of the cans contain between 445−c ml and 445+c ml of juice.
(ii) Find the value of c

Homework Equations


X~N(445,3.6)
$$p(445-c ≤ x ≤ 445+c) = 0.94$$

The Attempt at a Solution


$$p(445-c ≤ x ≤ 445+c) = 0.94$$
$$p(x≤ 445+c)-p(x≥445-c)= 0.94$$
$$p(x≤ 445+c)-p(x≥445-c)= 0.94$$
$$p(x≤ 445+c)-[1-p(x≤445-c)]= 0.94$$
$$p(x≤ 445+c)+p(x≤445-c)= 1.94$$

..whenever I standardize this normal distribution, the terms cancel out. How would I go about solving this problem?
 
Physics news on Phys.org
Please disregard, I came up with a solution!

$$P(445-c≤x≤445+c) = 0.94$$
$$P(\frac{-c}{3.6}≤z≤\frac{c}{3.6}) = 0.94$$
$$\phi(\frac{c}{3.6})-\phi(\frac{-c}{3.6}) = 0.94$$
$$\phi(\frac{c}{3.6})-[1-\phi(\frac{c}{3.6})] = 0.94$$
$$2\phi(\frac{c}{3.6}) = 1.94$$
$$\phi(\frac{c}{3.6}) = 0.97$$
$$\frac{c}{3.6} = \phi^{-1}(0.97)$$
$$ c = 3.6(1.88079...) = 6.77 $$
 
Back
Top