SOLUTION: Determine the critical region and critical values for z that would be used to test the null hypothesis at the given level of significance, as described in each of the following:

Algebra ->  Probability-and-statistics -> SOLUTION: Determine the critical region and critical values for z that would be used to test the null hypothesis at the given level of significance, as described in each of the following:       Log On


   



Question 612666: Determine the critical region and critical values for z that would be used to test the null hypothesis at the given level of significance, as described in each of the following:

(A)Ho:u >_ 70 and Ho:u < 70 and a = 0.10
(B) Ho:u <_ 75 and Ho:u . 75 , a = 0.05
(C) Ho:u = 36 and Ha : u =/ 36 , a = 0.01

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Determine the critical region and critical values for z that would be used to test the null hypothesis at the given level of significance, as described in each of the following:
(A)Ho:u >_ 70 and Ho:u < 70 and a = 0.10
left-tail of 10%: z = invNorm(0.10) = -1.2816
===============================================
(B) Ho:u <_ 75 and Ho:u > 75 , a = 0.05
right-tail of 5% : invNorm(0.95) = 1.6451
==========================================
(C) Ho:u = 36 and Ha : u =/ 36 , a = 0.01
+/-left-tail of 0.995 = +/-invNorm(0.995) = +/-2.5758
==================================================
Cheers,
Stan H.