Respuesta :
Answer:
Null hypothesis:[tex]\mu \leq 6[/tex]
Alternative hypothesis:[tex]\mu > 6[/tex]
[tex]t=\frac{6.5-6}{\frac{1.5}{\sqrt{36}}}=2[/tex]
[tex]df=n-1=36-1=35[/tex]
[tex]t_{crit}=1.690[/tex] with the excel code:"=T.INV(0.95,35)"
[tex]t_{crit}=1.306[/tex] with the excel code:"=T.INV(0.90,35)"
[tex]p_v =P(t_{(35)}>2)=0.0267[/tex]
If we compare the p value and the significance level given [tex]\alpha=0.05,0.1[/tex] we see that [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to reject the null hypothesis, and we can say that the true mean it's significantly higher than 6 at 5% and 10% of significance.
Step-by-step explanation:
Data given and notation
[tex]\bar X=6.5[/tex] represent the mean time for the sample
[tex]s=1.5[/tex] represent the sample standard deviation for the sample
[tex]n=36[/tex] sample size
[tex]\mu_o =6[/tex] represent the value that we want to test
[tex]\alpha=0.05,0.1[/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 mean is higher than 6 days, the system of hypothesis would be:
Null hypothesis:[tex]\mu \leq 6[/tex]
Alternative hypothesis:[tex]\mu > 6[/tex]
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, and the statistic is given by:
[tex]t=\frac{\bar X-\mu_o}{\frac{s}{\sqrt{n}}}[/tex] (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:
[tex]t=\frac{6.5-6}{\frac{1.5}{\sqrt{36}}}=2[/tex]
Critical value and P-value
The first step is calculate the degrees of freedom, on this case:
[tex]df=n-1=36-1=35[/tex]
In order to calculate the critical value we need to find a quantile on the t distribution with 35 degrees of freedom that accumulates [tex]\alpha[/tex] on the right. Using the significance level of 0.05 we got:
[tex]t_{crit}=1.690[/tex] with the excel code:"=T.INV(0.95,35)"
And using the significance of 0.1 we got
[tex]t_{crit}=1.306[/tex] with the excel code:"=T.INV(0.90,35)"
Since is a one side right tailed test the p value would be:
[tex]p_v =P(t_{(35)}>2)=0.0267[/tex]
Conclusion
If we compare the p value and the significance level given [tex]\alpha=0.05,0.1[/tex] we see that [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to reject the null hypothesis, and we can say that the true mean it's significantly higher than 6 at 5% and 10% of significance.