Question

In: Statistics and Probability

Mean net weight of a sample of bag of chips is 301g (n = 10), but...

Mean net weight of a sample of bag of chips is 301g (n = 10), but the company’s claim is 300g. Find out if our sample is statistically different from the company’s claim. Estimated SD = 0.523. Write an interpretation

Solutions

Expert Solution

R-commands and outputs:

xbar=301 # Sample mean
n=10 # Sample size
mu0=300 # Specified value of mean (company's claim)
s=0.523 # Estimated standard deviation

# Null hypothesis-H0: mu=mu0 (Mean is insignificant)
# Alternative hypothesis-H1: mu not equal to mu0 (Mean is statistically different from the company's claim)

#

Clearly it is two-tailed test because we have to check mu in both directions (less than mu0 and greater than mu0)
# Since, n is small and sigma is unknown so estimated, "t-test" is appropriate.

# Test statistic is given by

t follows Student's t distribution with (n-1) degrees of freedom.

t0=(xbar-mu0)/(s/sqrt(n)) # test statistic under H0
t0
[1] 6.04642

alpha=0.05 # Assumed significance level 5%
qt(1-alpha/2,df=n-1) # critical value of t
[1] 2.262157

# Decision Rule:
# If calculated value is greater than tabulated value, H0 is Rejected.
# Here, t(calculated)=6.04642 and t(tabulated/critical)=2.262157  i.e. t(cal)>t(tab), we Reject H0.
# Conclusion: Our sample is statistically different from the company's claim.

#p-value=P(|T|>t0)=observed level of significance
pval=2*(1-pt(tstat,df=n-1))
pval
[1] 0.0001913203
round(pval,4)
[1] 0.0002

# pval < alpha, we Reject H0.


Related Solutions

The weight of potato chips in a medium-size bag is stated to be 10 ounces. The...
The weight of potato chips in a medium-size bag is stated to be 10 ounces. The amount that the packaging machine puts in these bags is believed to have a normal model with a mean of 10.1 ounces and a standard deviation of 0.07 ounces. ​a) What fraction of all bags sold are​ underweight? ​b) Some of the chips are sold in​ "bargain packs" of 5 bags.​ What's the probability that none of the 5 is​ underweight? ​c) What's the...
The weight of potato chips in a medium sized  bag is stated to be 10 ounces. The...
The weight of potato chips in a medium sized  bag is stated to be 10 ounces. The amount that the packaging machine puts in these bags is believed to have a normal model with a mean of 10.2 ounces and a standard deviation of 0.16 ounces a) What fraction of all bags sold are​ underweight? b) Some of the chips are sold in​ "bargain packs" of 5 bags.​ What's the probability that none of the 5 bags is​ underweight? c) c)...
From a random sample of 16 bags of chips, sample mean weight is 500 grams and...
From a random sample of 16 bags of chips, sample mean weight is 500 grams and sample standard deviation is 3 grams. Assume that the population distribution is approximately normal. Answer the following questions 1 and 2. 1. Construct a 95% confidence interval to estimate the population mean weight. (i) State the assumptions, (ii) show your work and (iii) interpret the result in context of the problem. 2.  Suppose that you decide to collect a bigger sample to be more accurate....
The weight of potato chips in a small-size bag is stated to be 6 ounces. The...
The weight of potato chips in a small-size bag is stated to be 6 ounces. The amount that the packaging machine puts in these bags is believed to have a Normal model with a mean of 6.1 ounces and a standard deviation of 0.07 ounces. a) What percent of all bags sold are underweight? (Round your answer to 4 decimal places.) b) Some of the chips are sold in "bargain packs" of 3 bags. What is the probability that none...
Let X be the weight of a randomly selected 10oz bag of chips. Suppose that X...
Let X be the weight of a randomly selected 10oz bag of chips. Suppose that X has a normal distribution with a mean of 10.2 and standard deviation of .05. Find the weight of x* so that 95% of all 10oz bags have a weight of at least x*.
if we take a sample of 10 infants, what is the probability that their mean weight(weight...
if we take a sample of 10 infants, what is the probability that their mean weight(weight is normally distributed in the population) will be above the 61st population percentile for weight?Give your answer as a probability and round to TWO decimal places.
1. In a sample of 10 packages of hamburger buns, the average (mean) weight of the...
1. In a sample of 10 packages of hamburger buns, the average (mean) weight of the packages was 200 grams. Assuming that the population standard deviation is 2.5 grams, construct a 92% confidence interval. [Show ALL your work. No marks will be awarded without supporting calculations] 2.In a sample of 35 packages of hot dogs, the average (mean) weight of the packages was 454 grams and the sample standard deviation was 20 grams. Construct a 98% confidence interval. [Show ALL...
Minitab printout One-Sample T: weight of cats Descriptive Statistics (weight is in pounds) N Mean StDev...
Minitab printout One-Sample T: weight of cats Descriptive Statistics (weight is in pounds) N Mean StDev SE Mean 95% CI for μ 33 9.300 1.707 0.297 (8.694, 9.905) μ: mean of weight of cats Test Null hypothesis H₀: μ = 8.5 Alternative hypothesis H₁: μ ≠ 8.5 T-Value P-Value 2.69 0.011 a. Looking at the confidence interval estimate, write a confidence statement for the mean weight for all cats. b. State your decision for the null hypothesis and show how...
Bags of a certain brand of tortilla chips claim to have a net weight of 14...
Bags of a certain brand of tortilla chips claim to have a net weight of 14 ounces. Net weights actually vary slightly from bag to bag and are normally distributed with mean μ. A representative of a consumer advocate group wishes to see if there is any evidence that the mean net weight is less than advertised and so intends to test the hypotheses H0: μ = 14, Ha: μ < 14. To do this, he selects 16 bags of...
Bags of a certain brand of tortilla chips claim to have a net weight of 14...
Bags of a certain brand of tortilla chips claim to have a net weight of 14 oz. Net weights actually vary slightly from bag to bag. Assume net weights are Normally distributed. A representative of a consumer advocate group wishes to see if there is any evidence that the mean net weight is less than advertised and so intends to test the hypotheses H0: μ = 14, Ha: μ < 14. To do this, he selects 16 bags of tortilla...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT