54.7k views
3 votes
The net weights (in grams) of a sample of bottles filled by a machine manufactured by Edne, and the net weights of a sample filled by a similar machine manufactured by Orno, Inc., are:

Edne 8 7 6 9 7 5
Orno 10 7 11 9 12 14 9 8

Testing the claim at the 0.05 level that the mean weight of the bottles filled by the Orno machine is greater than the mean weight of the bottles filled by the Edne machine, what is the critical value? Assume equal standard deviations for both samples.

a. +2.179
b. +2.145
c. +1.782
d. +1.761

User Rororo
by
3.3k points

1 Answer

3 votes

Answer:

Since is a right tailed test we need to look on the t distribution with 12 degrees of freedom that accumulates 0.05 of the area on the right. And we can use the following excel code:

"=T.INV(0.95,12)" and we got
t_(crit)=+1.782

Explanation:

When we have two independent samples from two normal distributions with equal variances we are assuming that


\sigma^2_1 =\sigma^2_2 =\sigma^2

And the statistic is given by this formula:


t=\frac{(\bar X_1 -\bar X_2)-(\mu_(1)-\mu_2)}{S_p\sqrt{(1)/(n_1)+(1)/(n_2)}}

Where t follows a t distribution with
n_1+n_2 -2 degrees of freedom and the pooled variance
S^2_p is given by this formula:


\S^2_p =((n_1-1)S^2_1 +(n_2 -1)S^2_2)/(n_1 +n_2 -2)

This last one is an unbiased estimator of the common variance
\sigma^2

The system of hypothesis on this case are:

Null hypothesis:
\mu_O \leq  \mu_E

Alternative hypothesis:
\mu_O > \mu_E

Or equivalently:

Null hypothesis:
\mu_O - \mu_E \leq 0

Alternative hypothesis:
\mu_O -\mu_E > 0

Our notation on this case :


n_E =6 represent the sample size for group Edne


n_O =8 represent the sample size for group Orno


\bar X_E =7 represent the sample mean for the group Edne


\bar X_O =10 represent the sample mean for the group Orno


s_E=1.414 represent the sample standard deviation for group Edne


s_O=2.268 represent the sample standard deviation for group Orno

First we can begin finding the pooled variance:


\S^2_p =((6-1)(1.414)^2 +(8 -1)(2.268)^2)/(6 +8 -2)=3.834

And the deviation would be just the square root of the variance:


S_p=1.958

And now we can calculate the statistic:


t=\frac{(10 -7)-(0)}{1.958\sqrt{(1)/(6)+(1)/(8)}}=2.837

Now we can calculate the degrees of freedom given by:


df=6+8-2=12

Since is a right tailed test we need to look on the t distribution with 12 degrees of freedom that accumulates 0.05 of the area on the right. And we can use the following excel code:

"=T.INV(0.95,12)" and we got
t_(crit)=+1.782

Since our calculated value is higher than the critical value we have anough evidence to reject the null hypothesis, and on thsi case the mean for Orno is significanlty higher than the mean for Edne at 5% of significance.

User Joe Antony
by
3.1k points