Respuesta :
Answer:
[tex]p_v =P(t_{(498)}>1.356)=0.088[/tex]
And we can use the following excel code to find it: "=1-T.DIST(1.356,498,TRUE)"
Step-by-step explanation:
Data given and notation
[tex]\bar X_{P}=7[/tex] represent the mean for the sample Paleo
[tex]\bar X_{C}=5[/tex] represent the mean for the sample Control
[tex]s_{P}=20[/tex] represent the sample standard deviation for the sample Paleo
[tex]s_{C}=12[/tex] represent the sample standard deviation for the sample Control
[tex]n_{P}=250[/tex] sample size selected Paleo
[tex]n_{C}=250[/tex] sample size selected Control
[tex]\alpha[/tex] represent the significance level for the hypothesis test.
t would represent the statistic (variable of interest)
[tex]p_v[/tex] 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 Paleo diet provides more weight control than the control treatment, the system of hypothesis would be:
Null hypothesis:[tex]\mu_{P}-\mu_{C}\leq 0[/tex]
Alternative hypothesis:[tex]\mu_{P}-\mu_{C}>0[/tex]
We don't know the population deviations, so for this case is better apply a t test to compare means, and the statistic is given by:
[tex]t=\frac{(\bar X_{P}-\bar X_{C})-12}{\sqrt{\frac{s^2_{P}}{n_{P}}+\frac{s^2_{C}}{n_{C}}}}[/tex] (1)
t-test: "Is used to compare group means. Is one of the most common tests and is used to determine whether the means of two groups are equal to each other".
Calculate the statistic
We can replace in formula (1) the info given like this:
[tex]t=\frac{(7-5)-0}{\sqrt{\frac{20^2}{250}+\frac{12^2}{250}}}}=1.356[/tex]
P-value
The first step is calculate the degrees of freedom, on this case:
[tex]df=n_{P}+n_{C}-2=250+250-2=498[/tex]
Since is a one side right test the p value would be:
[tex]p_v =P(t_{(498)}>1.356)=0.088[/tex]
And we can use the following excel code to find it: "=1-T.DIST(1.356,498,TRUE)"
