Question

In: Statistics and Probability

A machine is used to fill containers with a liquid product. Fill volume can be assumed...

A machine is used to fill containers with a liquid product. Fill volume can be assumed to be normally distributed. A random sample of ten containers is selected, and the net contents (oz) are as follows: 12.03, 12.01, 12.04, 12.02, 12.05, 11.98, 11.96, 12.02, 12.05, and 11.99.

(d) Predict with 95% confidence the value of the 11th filled container.

(e) Predict with 95% confidence the interval containing 90% of the filled containers from the process.

*please calculate by hand (not in R)

Solutions

Expert Solution

Answer :

Since data is normally distributed We have obtained the answer by using Normal distribution using R.

d) To predict the 11th Filled Container paste below mentioned code in R

x=c(12.03, 12.01, 12.04, 12.02, 12.05, 11.98, 11.96, 12.02, 12.05, 11.99)
# To obtain the Mean
mu= mean(x)
mu
#To obtain the Standard deviation
sd= sd(x)
sd
n=10

#To Predict the Value of 11th Filled Container having 95 % confidence Interval

#95% CI means to be consider as Alpha=0.95
err= qnorm(0.95)*(sd/(sqrt(n)))

# As per Statistic of Normal distribution Sample mean is unbiased estimator of Population mean
#hence need to obtain the Sample mean i.e. predict11= err+mu
#Question.d

predict11= err+mu
predict11

Answer: Predicted content of 11 th Container: 12.03075

e) To Predict with 95% confidence the interval paste below mentioned code in R

#95% confidence the interval containing 90% of the filled containers from the process.
# here we need to consider the probality of error as Alpha/2 i.e. =0.975

err1= qnorm(0.975)*(sd/(sqrt(n)))

# As per Formula to derive C.I of Mean of Normal Distribution i.e. Lower_Bound= mu- err1
#and Upper_Bound= mu+ err1
lower_CI= mu- err1
lower_CI
upper_CI= mu+ err1
upper_CI

Answer : C.I.= (11.99623, 12.03377 )


Related Solutions

A machine is used to fill containers with a liquid product. Fill volume can be assumed...
A machine is used to fill containers with a liquid product. Fill volume can be assumed to be normally distributed. A random sample of ten containers is selected, and the net contents (oz) are as follows: 12.03, 12.01, 12.04, 12.02, 12.05, 11.98, 11.96, 12.02, 12.05, and 11.99. (d) Predict with 95% confidence the value of the 11th filled container. (e) Predict with 95% confidence the interval containing 90% of the filled containers from the process.
A machine is used to fill containers with a liquid product. It can be assumed that...
A machine is used to fill containers with a liquid product. It can be assumed that the filling volume has a normal distribution. A random sample of 32 containers is selected and the net contents are those shown below. The manufacturer wants to make sure that the average net content exceeds 12 oz and does not exceed 12.5 oz., What is the process capability to meet these specifications? Explain your results. 12.09 12.35 12.06 11.61 12.53 11.85 11.65 12.07 12.29...
3. A machine is used to fill containers with a liquid product. Fill volume can be...
3. A machine is used to fill containers with a liquid product. Fill volume can be assumed to be normally distributed. A random sample of ten containers is selected, and the net contents (oz) are as follows: 12.03, 12.01, 12.04, 12.02, 12.05, 11.98, 11.96, 12.02, 12.05, 11.99. a. Suppose that the manufacturer wants to be sure       that the mean net contents exceeds 12 oz. What conclusions can be drawn from the data. Use a = 0.01. b. Construct a 95%...
When a liquid or a gas occupies a volume, it may he assumed to fill the...
When a liquid or a gas occupies a volume, it may he assumed to fill the volume completely. On the other hand, when solid particles occupy a volume, there are always spaces (voids) among the particles. The porosity or void fraction of a bed of particles is the ratio (void volume)/(total bed volume). The bulk density of the solids is the ratio (mass of solids)/(total bed volume), and the absolute density of the solids has the usual definition. (mass of...
An automatic filling machine is used to fill bottles with liquid detergent. A random sample of...
An automatic filling machine is used to fill bottles with liquid detergent. A random sample of 20 bottles results in a sample variance of fill volume of s^2 = 0.0153 (fluid oz)^2 . Assume that the fill volume is approximately normal. Compute a 95% upper confidence bound for the population standard deviation. Provide practical interpretation of the result.
An automatic filling machine is used to fill bottles with liquid detergent. A random sample of...
An automatic filling machine is used to fill bottles with liquid detergent. A random sample of 20 bottles results in a sample variance of fill volume of s2 = 0.01532 (fluid ounce). If the variance of fill volume is too large, an unacceptable proportion of bottles will be under- or overfilled. We will assume that the fill volume is approximately normally distributed. Determine the 95% upper confidence bound of the variance.
A machine is designed to fill containers with 16 ounces of coffee. A consumer suspects that...
A machine is designed to fill containers with 16 ounces of coffee. A consumer suspects that the machine is not filling the containers completely and the amount of coffee is less than 16 ounces when filled. A sample of 8 containers has a mean of 15.6 ounces of coffee and a standard deviation of 0.3 ounces of coffee.  Assume that the distribution of data is normal. At 10% significance level, is there enough evidence to support the consumer’s suspicion that the...
Plasticon manufactures plastic containers used to package a variety of liquid consumer products (such as fabric...
Plasticon manufactures plastic containers used to package a variety of liquid consumer products (such as fabric softener, cleaners, shampoo, hair spray, and liquid soap). Plasticon has received five proposals for capital investment projects. Your job is to evaluate these proposals and rank them in the order in which they should be funded. Begin your analysis by computing the average rate of return and cash payback period for each proposal. Any project that has an average rate of return of less...
A machine is used to fill Apple Juice bottles with juice. The machine has a known...
A machine is used to fill Apple Juice bottles with juice. The machine has a known standard deviation of ? = 0.05 liters. The target mean fill volume is ? = 2.0 liters. A quality control manager obtains a random sample of 50 bottles. He will shut down the machine if the sample of these 50 bottles is less than 1.95 or greater than 2.1. What is the probability that the quality control manager will shut down the machine.?
Gro-well Pty Ltd produces a single product, liquid fertilizer, in containers of one size, and uses...
Gro-well Pty Ltd produces a single product, liquid fertilizer, in containers of one size, and uses a standard costing system. Based on 5000 direct labour hours per month,and with budgeted fixed factory overhead of $25000 per month, the standard cost specification is given as follows: Standard cost specification- per container              Direct Material 4 litres @ 2.50 per litre $10.00 Direct Labour 30 minutes @ $12.00 per hour $6.00 Factory overhead 30 minutes @ $9.00 per direct labour hour $4.50...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT