82.7k views
4 votes
Refer to the data in the logic circuit waferexample on page 298 ( ẋ=0.16, s²=.000314,n=15). Should the industrial engineer accept or reject the null hypothesis that μ>= 0.18 ounce? Use α=.01 .Rejection region in terms of t: t < .Rejection region in terms of ẋ: ẋ < .

1 Answer

0 votes

Answer:

a) If we compare the p value and a significance level assumed
\alpha=0.01 we see that
p_v<\alpha so we can reject the null hypothesis, and the the actual true mean is significantly lower than 0.18 ounces.

b) The rejection region zone should be: t <-2.62

c) The rejection region in terms of the mean is:
\bar x<0.168

Explanation:

Data given and notation


\bar X=0.16 represent sample mean


s=√(0.000314)=0.0177 represent the standard deviation for the sample


n=15 sample size


\mu_o =0.18 represent the value that we want to test


\alpha=0.01 represent the significance level for the hypothesis test.

t would represent the statistic (variable of interest)


p_v represent the p value for the test (variable of interest)

State the null and alternative hypotheses.

We need to conduct a hypothesis in order to determine if the mean is less than 0.18 ounces, the system of hypothesis would be:

Null hypothesis:
\mu \geq 0.18

Alternative hypothesis:
\mu < 0.18

We don't know the population deviation, so for this case is better apply a t test to compare the actual mean to the reference value, and the statistic is given by:


t=(\bar X-\mu_o)/((s)/(√(n))) (1)

t-test: "Is used to compare group means. Is one of the most common tests and is used to determine if the mean is (higher, less or not equal) to an specified value".

Calculate the statistic

We can replace in formula (1) the info given like this:


t=(0.16-0.18)/((0.0177)/(√(15)))=-4.37

Calculate the P-value

Since is a one-side left tailed test the p value would be:


p_v =P(Z<-4.37)=6.21x10^(-6)

Conclusion

If we compare the p value and a significance level assumed
\alpha=0.01 we see that
p_v<\alpha so we can reject the null hypothesis, and the the actual true mean is significantly lower than 0.18 ounces.

Should the industrial engineer accept or reject the null hypothesis that μ>= 0.18 ounce?

We reject the null hypothesis.

Rejection region in terms of t: t <

On this case we need to find first the degrees of freedom given by:


df=n-1=15-1=14

Now since the test it's one left tailed test we need a value on the t distribution with 14 degrees of freedom such that we have 0.01 of the area on the left and 0.99 of the area on the right. For this case we can use the following excel code:

"=T.INV(0.01,14)" and we got that the rejection region zone should be: t <-2.62

Rejection region in terms of ẋ: ẋ < .

We can use th critical value founded on the last part and we can use this formula similar to the z score.


t=(\bar X -\mu)/((s)/(√(n)))

And we can solve for
\bar X like this:


\bar X =\mu + t*(s)/(√(n)) =0.18-2.62*(0.0177)/(√(15))=0.168

And the rejection region in terms of the mean is:
\bar x <0.168

User EHorodyski
by
5.9k points