uppose that an automobile manufacturer advertises that its new hybrid car has a mean gas mileage of 50 miles per gallon. You take a simple random sample of n = 30 hybrid vehicles and test their gas mileage. You find that in this sample, the average is 47 miles per gallon with a standard deviation of 5.5 miles per gallon. Is there enough evidence to support the advertised claim using α = 0.05? What is the test statistics for the problem?

Respuesta :

Answer:

[tex]t=\frac{47-50}{\frac{5.5}{\sqrt{30}}}=-2.988[/tex]    

[tex]p_v =2*P(t_{(29)}<-2.988)=0.0057[/tex]  

If we compare the p value and the significance level given [tex]\alpha=0.05[/tex] we see that [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can conclude that the true mean is significantly different from 50 mpg at 5% of signficance.  

Step-by-step explanation:

Data given and notation  

[tex]\bar X=47[/tex] represent the sample  mean  

[tex]s=5.5[/tex] represent the sample standard deviation

[tex]n=30[/tex] sample size  

[tex]\mu_o =50[/tex] represent the value that we want to test

[tex]\alpha=0.01[/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 true mean is 50 or no, the system of hypothesis would be:  

Null hypothesis:[tex]\mu = 50[/tex]  

Alternative hypothesis:[tex]\mu \neq 50[/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{47-50}{\frac{5.5}{\sqrt{30}}}=-2.988[/tex]    

P-value

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

[tex]df=n-1=30-1=29[/tex]  

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

[tex]p_v =2*P(t_{(29)}<-2.988)=0.0057[/tex]  

Conclusion  

If we compare the p value and the significance level given [tex]\alpha=0.05[/tex] we see that [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can conclude that the true mean is significantly different from 50 mpg at 5% of signficance.