A bottling machine can be regulated so that it discharges an average of µ ounces per bottle. It has been observed that the amount of fill dispensed by the machine is normally distributed with σ = 1 ounce. A sample of n = 9 filled bottles is randomly selected from the output of the machine on a given day (all bottled with the same machine setting) and the ounces of fill measuered for each. 1 i) Find the probability that the sample mean will be within 0.3 ounce of the true mean for that particular setting. [4] ii) How many observations should be included in the sample if we wish X¯ to be within 0.3 ounce of µ with probability 0.95? [4] iii) Suppose we plan to select a random sample of ten bottles and measure the amount of fill in each bottle. If these ten observations are used to calculate S 2 , find numbers b1 and b2 such that P(b1 ≤ S 2 ≤ b2) = 0.90
1
Expert's answer
2022-01-31T16:26:42-0500
a)
Let X1,X2,X3,..X9 denote the ounces of fill to be observed. Then, Xi∼N(μ,1),1<i<9. The sample mean Xˉ is also normally distributed with mean μ and variance nσ2. That is, Xˉ∼N(μ,91) as n=9.
We need to determine,
p(∣Xˉ−μ∣≤0.3)=p(−0.3≤Xˉ−μ≤0.3). this can be standardized as follows.
Therefore, the probability that the sample mean will be within 0.3 ounce of the true mean is 0.6318.
b)
Here, we need the sample size n such that, p(∣Xˉ−μ∣≤0.3)=0.95.This probability can be written as, p(−0.3≤Xˉ−μ≤0.3)=0.95..........(1)
Dividing each term of the inequality in equation (1) by the standard deviation σxˉ=n1, we have,
p(−0.3n≤n1Xˉ−μ≤0.3n)=0.95 but n1xˉ−μ=Z. Thus, p(−0.3n≤n1Xˉ−μ≤0.3n)=p(−0.3n≤Z≤0.3n)=0.95 . Using the standard normal tables, the value at α=0.05 is Z20.05=Z0.025=1.96. Therefore, p(−0.3n≤Z≤0.3n)=p(−1.96≤Z≤1.96)=0.95⟹0.3n=1.96
Thus,
0.3n=1.96⟹n=(0.31.96)2=42.6844≈43.
Therefore, the number of observations which should be included in the sample if we wish Xˉ to be within 0.3 ounce of μ with probability 0.95 is n=43.
c)
p(b1≤s2≤b2)=0.90
n=10
We standardize s2 to a χ2 random variable as follows.
Since σ2=1, it follows that σ2(n−1)s2=(n−1)s2 has a χ2 distribution with (n−1)=10−1=9 degrees of freedom.
Let σ2(n−1)b1=(n−1)b1 be x1 and σ2(n−1)b2=(n−1)b1 be x2 . We rewrite our probability as, p(x1≤(n−1)s2≤x2)=0.90
To solve for values of x1 and x2, we proceed as below.
To determine the value of x1, we find a value that cuts off an area of 0.05 on the lower tail of the χ2 distribution with 9 degrees of freedom. From the tables, this value is, χ0.05,92=3.3251. Thus x1=3.3251. Since x1=3.3251⟹(n−1)b1=3.3251⟹9b1=3.3251⟹b1=0.3695
Also, to determine the value of x2, we find a value that cuts off an area of 0.05 on the upper tail of the χ2 distribution with 9 degrees of freedom. From the tables, this value is, χ0.05,92=16.9190. Thus x2=16.9190. Since x2=16.9190⟹(n−1)b2=16.9190⟹9b2=3.3251⟹b2=1.8799
Therefore, the values of b1 and b2 such that P(b1≤s2≤b2)=0.90 are 0.3695 and 1.8799 respectively.
Comments