127k views
1 vote
A researcher believes that the mean weight of competitive runners is about 140 pounds. A sample of 24 elite distance runners has a mean weight of 136 pounds and a standard deviation of 11 pounds.

Is there convincing evidence that the weight of the elite distance runners is less than 140 pounds?

User Stryck
by
4.3k points

1 Answer

4 votes

Answer:


t=(136-140)/((11)/(√(24)))=-1.781


p_v =P(t_((23))<-1.781)=0.044

If we compare the p value and the significance level assumed
\alpha=0.05 we see that
p_v<\alpha so we can conclude that we have enough evidence to reject the null hypothesis, so we can conclude that the mean is less than 140 pounds at 5% of signficance.

Explanation:

Data given and notation


\bar X=136 represent the sample mean


s=11 represent the sample standard deviation


n=24 sample size


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


\alpha=0.01 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 less than 140, the system of hypothesis would be:

Null hypothesis:
\mu \geq 140

Alternative hypothesis:
\mu < 140

If we analyze the size for the sample is < 30 and we don't know the population deviation so is better apply a t test to compare the actual mean to the reference value, and the statistic is given by:


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

t-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:


t=(136-140)/((11)/(√(24)))=-1.781

P-value

The first step is calculate the degrees of freedom, on this case:


df=n-1=24-1=23

Since is a one left tailed test the p value would be:


p_v =P(t_((23))<-1.781)=0.044

Conclusion

If we compare the p value and the significance level assumed
\alpha=0.05 we see that
p_v<\alpha so we can conclude that we have enough evidence to reject the null hypothesis, so we can conclude that the mean is less than 140 pounds at 5% of signficance.

User Greg Bulmash
by
4.2k points