Minimum volume for filling bottles

  • Thread starter Thread starter blehxpo
  • Start date Start date
  • Tags Tags
    Minimum Volume
AI Thread Summary
To determine the minimum volume for filling bottles at El Smello Perfume Co., the discussion emphasizes the need to account for uncertainties in both bottle wall thickness and fill level. The correct approach involves calculating the combined variance of these uncertainties using the formula for independent variables. A 95% confidence interval is established, indicating that the fill level must be adjusted to ensure that no more than 2.5% of bottles fall below the stated volume of 100 mL. This necessitates increasing the mean fill level to accommodate the uncertainties, ensuring compliance with government regulations. The discussion also touches on related statistical problems, highlighting the importance of understanding confidence intervals in various contexts.
blehxpo
Messages
5
Reaction score
0
Your first assignment at El Smello Perfume Co. is to determine the proper setting for filling the bottles. The company wishes to keep profits high by using as little perfume as possible, but a government regulation states that no more than 2.5% of the bottles may contain less than the stated volume on the bottle. If the bottles you are filling are stated to contain 100 mL, what is the minimum volume you should use for filling if the uncertainty in the bottle wall thickness is ± 1.2 mL and the uncertainty in the fill level is ± 1.6 mL. (Hint: assume an infinite number of samples where the CI is X ± st and t= 1.96 for 95% confidence and 2.58 for 99% confidence).

heres my attempt.
CI=x-st for the lower bound since it asks for minimum V?
set CI = 100 and find X
s not sure if its just 1.2 + 1.6 or sqrt(1.2^2+1.6^2)
t not sure if i just use 95% or interpolate for 97.5

let me know what's the correct way? thanks
 
Physics news on Phys.org
Hey blehxpo and welcome to the forums.

You had the right idea with 1.6^2 + 1.2^2: the reason for using this is because you are incorporating two kinds of variances: the wall thickness variance and the fill variance. If we assume that these are the only sources of variation, then we use the fact that Var[X+Y] = Var[X] + Var[Y] (if X and Y are independent, which we assume) and the reason you square is because we assume that that the uncertainties correspond to standard deviations and if this is the case we square each to get the variance.

So now we use the fact the normal distribution is symmetric around the mean (and we need to find our new mean). We know that P(X - 1.96*SQRT(1.6^2 + 1.2^2) < 100) = 0.025 (this is given by the regulation). Now we can use P(X < 100 + 1.96*SQRT(1.6^2 + 1.2^2)) = 0.025. Now to turn into standard normal we subtract the population mean mu and divide by the total standard deviation which is SQRT(1.2^2 + 1.6^2) giving us:

P((X - mu)/SQRT(1.6^2 + 1.2^2) < (100 - mu)/SQRT(1.2^2 + 1.6^2)) = P(Z < (100-mu)/SQRT(1.6^2 + 1.2^2)) = 0.025. We know that (100-mu)/SQRT(1.6^2 + 1.2^2) = -1.96, so we solve for mu which gives us:

100 - mu = -1.96*SQRT(1.2^2 + 1.6^2) which gives us
mu = 100 + 1.96*SQRT(1.2^2 + 1.6^2)

The above assumes that the uncertainty for the fill and the bottle width is also normal: if it's not, we can't use this.

You can see that the mean has increased and you would expect this since we need to have a lower failure of error which means we need to raise the filling level until we get a 2.5 probability under the area of the curve in the < 100 area. Also the other thing is that the normal allows you to get negative fill rates, but this is probably just an exercise to get you used to statistics.
 
Thanks for the help and detailed explanation.
Thanks!
 
Is this problem assuming that volume = fill level + wall thickness? What shape bottle has that property?
 
Hi i found this question that i can't the answer in the way u said is incorrect
can u help me in finding the answer ?
here is two question
1. for the coin that flirt 10000 times with 4950 heads what is the 90% confidence interval for the probeblity of coin landing on heads

2. what is the 95% of confidence interval of the following data ?
0.79
0.70
0.73
0.66
0.65
0.70
0.74
0.81
0.71
0.70

tnx for your help
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

2
Replies
67
Views
14K
Back
Top