Suppose that the following data are obtained by randomly sampling 8 samples from a population with distribution N(μ,0.5^2).
4.7, 4.9, 5.2, 4.8, 4.9, 5.1, 4.5, 4.7 (sample mean 4.85)
Answer the questions below.
- H0 : μ = 5.2, H1 : μ ≠5.2, α = 0.05 (Reject or accept H0).
- H0 : μ = 5.0, H1 : μ ≠5.0, α = 0.05 (reject or accept H0).
- Find the 95% confidence interval for μ (find the endpoints to three decimal places).
My answer is
- t= (4.85-5.2)/(0.5/sqrt(8)) = -1.980
Because -1.980 < 1.96 , then accept H0.
-
Accept H0
-
4.504 <= μ <= 5.196
Is my answer correct?