231k views
4 votes
According to one investigator’s model, the data are like 400 draws made at random from a large box. The null hypothesis says that the average of the box equals 50; the alternative says that the average of the box is more than 50. In fact, the data averaged out to 52.75, and the SD was 25. Compute z and P . What do you conclude?

1 Answer

2 votes

Answer:


z=(52.75-50)/((25)/(√(400)))=2.2


p_v =2*P(Z>2.2)=0.0278

If we compare the p value and the significance level assumed
\alpha=0.01 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can't conclude that the mean is significantly diffrent fro 50 at 1% of signficance.

Explanation:

1) Data given and notation


\bar X=52.75 represent the mean height for the sample


s=25 represent the sample standard deviation


n=400 sample size


\mu_o =50 represent the value that we want to test


\alpha represent the significance level for the hypothesis test.

t would represent the statistic (variable of interest)


p_v represent the p value for the test (variable of interest)

State the null and alternative hypotheses.

We need to conduct a hypothesis in order to check if the mean is equal to 50 or not, the system of hypothesis would be:

Null hypothesis:
\mu = 50

Alternative hypothesis:
\mu \\eq 50

If we analyze the size for the sample is > 30 but we don't know the population deviation so is better apply a t test to compare the actual mean to the reference value but we can assume it as z distribution, and the statistic is given by:


z=(\bar X-\mu_o)/((s)/(√(n))) (1)

z-test: "Is used to compare group means. Is one of the most common tests and is used to determine if the mean is (higher, less or not equal) to an specified value".

Calculate the statistic

We can replace in formula (1) the info given like this:


z=(52.75-50)/((25)/(√(400)))=2.2

P-value

Since is a two sided test the p value would be:


p_v =2*P(Z>2.2)=0.0278

Conclusion

If we compare the p value and the significance level assumed
\alpha=0.01 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can't conclude that the mean is significantly diffrent fro 50 at 1% of signficance.

User Kalls
by
6.7k points