Hypothesis Testing Question You would like to determine if t
Solution
a)
Formulating the null and alternative hypotheses,
Ho: u <= 90
Ha: u > 90 [ANSWER]
***************************
B)
As we can see, this is a right tailed test.
Thus, getting the critical z, as alpha = 0.05 ,
alpha = 0.05
zcrit = + 1.644853627 [ANSWER, CRITICAL VALUE]
Thus, we reject Ho if z > 1.64485. [ANSWER, REJECTION REGION]
Getting the test statistic, as
X = sample mean = 96.6
uo = hypothesized mean = 90
n = sample size = 100
s = standard deviation = 32.83
Thus, z = (X - uo) * sqrt(n) / s = 2.010356381 [ANSWER, TEST STATISTIC]
Comparing z > zcrit, we REJECT THE NULL HYPOTHESIS. [CONCLUSION]
*********************************
C)
Also, the right tailed p value is, by using technology,
p = 0.022196742
As p < 0.05, we REJECT the null hypothesis (still).
Yes, this is the same as part B.
