In this chapter, we explored the concept of confidence intervals, specifically focusing on constructing a confidence interval for a population mean, denoted as μ. To illustrate this process, we will work through an example involving travel time to work.
Consider a scenario where, over 36 trips to work, the sample mean travel time is found to be 1 hour (or 60 minutes). We aim to construct a 90% confidence interval for the true population mean travel time, using a population standard deviation (σ) of 18 minutes. Since the population standard deviation is provided, we can utilize the sample mean (x̄) as a point estimate and calculate the margin of error (E) using the formula:
$$E = z_{\alpha/2} \cdot \frac{\sigma}{\sqrt{n}}$$
Before proceeding, we must verify that the conditions for constructing a confidence interval are met. First, we check if the sample is random. In this case, we assume randomness since the problem does not indicate otherwise. Next, we confirm that the sample size (n) is greater than 30, which it is, as n = 36. This allows us to proceed with the construction of the confidence interval.
Next, we need to determine the critical value, \( z_{\alpha/2} \). The value of α is calculated as \( 1 - c \), where c is the confidence level. For a 90% confidence level, α is 0.1, and thus \( \alpha/2 \) is 0.05. Using a z-table or calculator, we find that \( z_{\alpha/2} = 1.645 \).
Now, we can calculate the margin of error:
$$E = 1.645 \cdot \frac{18}{\sqrt{36}}$$
Calculating this gives us a margin of error of approximately 4.935 minutes.
Finally, we construct the confidence interval by taking the sample mean and adjusting it by the margin of error. The lower bound is calculated as:
$$\text{Lower Bound} = x̄ - E = 60 - 4.935 = 55.065$$
And the upper bound is:
$$\text{Upper Bound} = x̄ + E = 60 + 4.935 = 64.935$$
Thus, the 90% confidence interval for the mean travel time is from 55.065 minutes to 64.935 minutes. This means we are 90% confident that the true mean travel time to work lies within this interval.
In summary, constructing a confidence interval involves verifying sample conditions, calculating the critical z value, determining the margin of error, and finally establishing the interval itself. This process is essential for making informed statistical inferences about population parameters based on sample data.