
Byron S. answered 11/10/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
This problem is asking you to test a hypothesis about a standard deviation. In particular, that the standard deviation of the hardness of some bolts is greater than 30.0. As a mathematical statement, this is
σ > 30.0
Your null hypothesis (H0) always contains equality, so this statement is your alternate hypothesis (H1 or HA).
H0: σ = 30.0
H1: σ > 30.0
The information you are given can be summarized as:
n = 12
s = 41.7
n = 12
s = 41.7
Because the inequality is greater than, this is a right (-->) tailed test. You're testing it at a significance level of α = 0.025, so the area to the right of your critical value is 0.025. Since you're testing a standard deviation, you'll be using the χ2 distribution. You should have a chart of χ2 critical values. The degrees of freedom for a single variable test like this is n - 1 = 11. From the chart, this gives a critical value χ2R = 21.920.
The test statistic for a single variable standard deviation test is
χ2 = (n-1)s2 / σ2
n and s come from the sample data, σ comes from the claim.
χ2 = (12-1)(41.7)2 / (30.0)2
χ2 = 21.253
The test statistic is closer to the center than your critical value. Right tail: 21.253 < 21.920
Because of this, you cannot reject the null hypothesis. Therefore, there is not sufficient evidence to support the claim that the standard deviation of these bolts' hardness index is greater than 30.0.
--
Note: Since the test statistic and critical value are so close, it is likely that with a higher significance level (and a corresponding higher chance of error), this data would "pass" the test.