Answer:
Decision: Not reject the null hypothesis.
β = 0.0505
Step-by-step explanation:
Hello!
The study variable is X: "books read per month to kids under 5 years old by their parents."
This variable follows a normal distribution
X~N(μ;σ²)
and the population standard deviation is known σ= 5
The objective of this exercise is to test if the average of books read per month is greater than 10 books per month. Symbolically μ > 10 Remember: the null hypothesis always carries the = symbol, with this in mind the hypothesis are:
H₀: μ = 10
H₁: μ > 10
α: 0.01
Since the study variable has a normal distribution and the population variance is known, the best statistic to use is:
Z= X[bar] - μ ~N(0;1)
σ/√n
The critical region is one-tailed to the right (positive)
[tex]Z_{1-\alpha } = Z_{0.99} = 2.33[/tex]
If Z ≥ 2.33, you reject the null hypothesis.
If Z < 2.33, you do not reject the null hypothesis.
Z= X[bar] - μ
σ/√n
Z= 12 - 10 = 2
5/√25
The decision is to not reject the null hypothesis, this means, that the average number of books parents read to their children per month is 10 or less.
The probability of a Type II error is β = 0.0505
I hope this helps!