51.6k views
3 votes
Suppose that 40 students have done a test; here are the results obtained. The grade mean of the entire school population is 90. We would like to check if there is a statistically significant difference (with a confidence level of 90%) between the means of the sample and the population, assuming that the population variance is known and equal to 15. (65, 78, 88, 55, 48, 95, 66, 57, 79, 81 75, 58, 18, 35, 58, 96, 61, 52, 39, 44 61, 38, 68, 65, 88, 75, 46, 97, 72, 82 62, 78, 87, 50, 55, 99, 65, 53, 70, 84) Please use a one sample Z-test, to solve the problem, and discuss if you accept the null hypothesis and why. z.test(x = ? , mu = ? , sd = ?)

1 Answer

7 votes

Answer:

Z-test is a statistical test used to check weather two means are significant or not for unknown variance and large sample size.

Z = (M - μ) ÷ √(σ² / n)

where, M = Sample Mean = 66.075

μ = Population Mean = 90

σ² = Population Variance = 15

Now, Calculating the value of Z-test:

Z = (66.075 - 90) ÷ √(225 ÷ 40)

Z = -23.925 ÷ 2.37171

Z = -39.06936

The value of Z is -39.06936.

The value of p is < .00001 at 90% confidence level.

If the p-value is less than value of α, We accept the null- hypothesis otherwise reject.

The result is significant at p < .10.

Thus, we accept the null hypothesis.

User Yazz
by
5.3k points