126k views
1 vote
In developing a new gasoline additive, researchers randomly select 10 cars and drive them both with and without the additive. The sample mean difference in gas mileage (mpg with additive - mpg without additive) is 0.41 mpg with a sample variance of 0.16. Assume the differences are from an approximately normal distribution. We want to test the hypothesis that the fuel additive has mean mpg less than the mean mpg without the additive. Calculate the test statistic.

User Elist
by
4.4k points

1 Answer

6 votes

Answer:

The test statistic is t = 3.24.

Explanation:

We want to test the hypothesis that the fuel additive has mean mpg less than the mean mpg without the additive.

This means that the null hypothesis is that the difference is less than 0, while the alternate hypothesis is that the difference is 0 or more.

The test statistic is:


t = (X - \mu)/((s)/(√(n)))

In which X is the sample mean,
\mu is the value tested at the null hypothesis,
s is the standard deviation of the sample and n is the size of the sample.

0 is tested at the null hypothesis:

This means that
\mu = 0

Randomly select 10 cars

This means that
n = 10

The sample mean difference in gas mileage (mpg with additive - mpg without additive) is 0.41 mpg with a sample variance of 0.16.

This means that
X = 0.41, s = √(0.16) = 0.4

Calculate the test statistic.


t = (X - \mu)/((s)/(√(n)))


t = (0.41 - 0)/((0.4)/(√(10)))


t = 3.24

The test statistic is t = 3.24.

User Dezlov
by
5.2k points