Answer:
Explanation:
Hello!
The variable of interest is
X: number of emails a profession employee receives per day
This variable has an average of μ= 39.8 emails/day and the standard deviation is known to be δ= 16.2 emails/day
A company considers that the large amount of emails creates distraction, reducing the employees concentration and thus their efficiency, so they established a new priority list that all employees were to use before sending an e-mail. After one month they took a random sample of employees obtaining:
n= 38
X[bar]= 33.1 emails/day
If the company's new policy worked, then the company would expect the mean number of emails an employee receives per day to decrease, symbolically: μ < 39.8
The hypotheses are:
H₀: μ ≥ 39.8
H₁: μ < 39.8
α: 0.10
To analyze the population mean you need as condition that the variable of interest is at least normal.
There is no information about the population distribution, but the sample size is big enough for it to be valid to apply the Central Limit Theorem. This states that for variables of unknown distribution, if a sample large enough is taken (normally n≥30 is considered ok) you can approximate the distribution of the sample mean to normal:
X[bar]≈N(μ;σ²/n)
This allows you to use the standard normal as statistic for the test:
Z= (X[bar] - μ)/(σ/n) ≈ N(0;1)
Using the critical value approach, this test is one tailed to the left, meaning that you will reject the null hypothesis to low values of Z.
The critical value is:
The decision rule is:
If
≤ -1.283, reject the null hypothesis.
If
> -1.283, do not reject the null hypothesis.
The calculated value is less than the critical value so the decision is to reject the null hypothesis.
At a 10% significance level, the null hypothesis was rejected. You can conclude that the new policy reduced the average number of emails a professional employee receives per day.
I hope this helps!