Respuesta :
Answer:
The 95% confidence interval for the true difference between the mean amounts of time spent exercising each week by people who work out in the morning and those who work out in the afternoon or evening at the three health centers is (0.5, 0.9).
Step-by-step explanation:
Before building the confidence intervals, 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 [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
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.
In the morning:
Sample of 57, mean of 5.2, standard deviation of 0.6, so:
[tex]\mu_1 = 5.2[/tex]
[tex]s_1 = \frac{0.6}{\sqrt{57}} = 0.0795[/tex]
In the afternoon/evening:
Sample of 70, mean of 4.5, standard deviation of 0.4, so:
[tex]\mu_2 = 4.5[/tex]
[tex]s_2 = \frac{0.2}{\sqrt{70}} = 0.0239[/tex]
Distribution of the difference:
[tex]\mu = \mu_1 - \mu_2 = 5.2 - 4.5 = 0.7[/tex]
[tex]s = \sqrt{s_1^2+s_2^2} = \sqrt{0.0795^2 + 0.0239^2} = 0.083[/tex]
Confidence interval:
The confidence interval is:
[tex]\mu \pm zs[/tex]
In which
z is the z-score that has a p-value of [tex]1 - \frac{\alpha}{2}[/tex].
95% confidence level
So [tex]\alpha = 0.05[/tex], z is the value of Z that has a p-value of [tex]1 - \frac{0.05}{2} = 0.975[/tex], so [tex]Z = 1.96[/tex].
The lower bound of the interval is:
[tex]\mu - zs = 0.7 - 1.96*0.083 = 0.5[/tex]
The upper bound of the interval is:
[tex]\mu + zs = 0.7 + 1.96*0.083 = 0.9[/tex]
The 95% confidence interval for the true difference between the mean amounts of time spent exercising each week by people who work out in the morning and those who work out in the afternoon or evening at the three health centers is (0.5, 0.9).