181k views
2 votes
The CEO of a large manufacturing company is curious if there is a difference in productivity level of her warehouse employees based on the region of the country the warehouse is located. She randomly selects 35 employees who work in warehouses on the East Coast (Group 1) and 35 employees who work in warehouses in the Midwest (Group 2) and records the number of parts shipped out from each for a week.

She finds that East Coast group ships an average of 1276 parts and knows the population standard deviation to be 347.
The Midwest group ships an average of 1439 parts and knows the population standard deviation to be 298.
Using a 0.01 level of significance, test if there is a difference in productivity level. What is the test statistic?
(Round to 4 decimal places)
z =
please use excel to solve

User Pajton
by
4.8k points

1 Answer

4 votes

Answer:

The test statistic is z = -2.11.

Explanation:

Before finding the test statistic, we need to understand the central limit theorem and subtraction of normal variables.

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

Subtraction between normal variables:

When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.

Group 1: Sample of 35, mean of 1276, standard deviation of 347.

This means that:


\mu_1 = 1276, s_1 = (347)/(√(35)) = 58.6537

Group 2: Sample of 35, mean of 1439, standard deviation of 298.

This means that:


\mu_2 = 1439, s_2 = (298)/(√(35)) = 50.3712

Test if there is a difference in productivity level.

At the null hypothesis, we test that there is no difference, that is, the subtraction is 0. So


H_0: \mu_1 - \mu_2 = 0

At the alternate hypothesis, we test that there is difference, that is, the subtraction is different of 0. So


H_1: \mu_1 - \mu_2 \\eq 0

The test statistic is:


z = (X - \mu)/(s)

In which X is the sample mean,
\mu is the value tested at the null hypothesis and s is the standard error.

0 is tested at the null hypothesis:

This means that
\mu = 0

From the two samples:


X = \mu_1 - \mu_2 = 1276 - 1439 = -163


s = √(s_1^2+s_2^2) = √(58.6537^2+50.3712^2) = 77.3144

Test statistic:


z = (X - \mu)/(s)


z = (-163 - 0)/(77.3144)


z = -2.11

The test statistic is z = -2.11.

User Sanjeev Kumar
by
4.6k points