Skip to main content

Section 9.2 Confidence Intervals for the Mean (\(\sigma\) known)

Definition 9.2.1.

A confidence interval for the mean is an interval estimate around a sample mean that provides a range of where the true population lies.
The formula for this confidence interval is
\begin{equation*} \overline{x}\pm z_{\alpha/2}\cdot\sigma_{\overline{x}}. \end{equation*}
In other words, this is the point estimate, \(\overline{x}\text{,}\) plus or minus the margin of error, \(z_{\alpha/2}\cdot\sigma_{\overline{x}}\text{.}\)
  • The margin of error is the width of the confidence interval between the sample mean and one of the limits.
  • A confidence level is the probability that the interval estimate includes the population parameter.
    We decide in advance how confident we want to be that \(\mu\) is in the interval. Typical values are usually between \(0.90\) and \(0.99\text{,}\) i.e., \(90-99\%\text{.}\)
  • Similarly, the significance level, represented by \(\alpha\text{,}\) is the probability that any given confidence interval will not contain \(\mu\text{.}\)
    Typical values are between \(0.01\) and \(0.10\text{,}\) i.e. \(1-10\%\text{.}\)

Exercise 9.2.2.

(Donnelly 8.5)
Determine the margin of error for a confidence interval to estimate the population mean with \(n=35\) and \(\sigma=40\) for the following confidence levels:

(a)

\(90\%\)
Answer.
\(\alpha=0.10\rightarrow \alpha/2=0.05\)
\(z_{0.05}=NORM.S.INV(0.95)\approx 1.645\)
\(\sigma_{\overline{x}}=\frac{40}{\sqrt{35}}\approx 6.76\)
\begin{equation*} ME_{\overline{x}}\approx 1.645\cdot (6.76)\approx 11.122 \end{equation*}

(b)

\(94\%\)
Answer.
\(\alpha=0.06\rightarrow \alpha/2=0.03\)
\(z_{0.03}=NORM.S.INV(0.97)\approx 1.88\)
\(\sigma_{\overline{x}}=\frac{40}{\sqrt{35}}\approx 6.76\)
\begin{equation*} ME_{\overline{x}}\approx 1.88\cdot (6.76)\approx 12.71 \end{equation*}

(c)

\(98\%\)
Answer.
\(\alpha=0.02\rightarrow \alpha/2=0.01\)
\(z_{0.05}=NORM.S.INV(0.99)\approx 2.33\)
\(\sigma_{\overline{x}}=\frac{40}{\sqrt{35}}\approx 6.76\)
\begin{equation*} ME_{\overline{x}}\approx 2.33\cdot (6.76)\approx 15.754 \end{equation*}

Exercise 9.2.3.

    Describe the effect on the margin of error by increasing the confidence level.
  • As the confidence level increases, the margin of error increases.
  • As the confidence level increases, the margin of error decreases.
  • As the confidence level increases, the margin of error could increase or decrease.
  • As the confidence level increases, the margin of error stays the same.

Definition 9.2.4.

A confidence interval has two “sides”:
  • The lower confidence limit (LCL):
    \begin{equation*} \overline{x}-z_{\alpha/2}\cdot\sigma_{\overline{x}} \end{equation*}
  • The upper confidence limit (UCL):
    \begin{equation*} \overline{x}+z_{\alpha/2}\cdot\sigma_{\overline{x}} \end{equation*}
Figure 9.2.5.
Confidence Interval \(z\)-value (Made in GeoGebra by Terry Lee Lindenmuth)
Figure 9.2.6.
Confidence Interval \(z\)-value (Made in GeoGebra by David Gurney)
Figure 9.2.7.
Confidence Interval \(z\)-value (Made in GeoGebra by Tim Elton)

Exercise 9.2.8.

(Donnelly 8.9)
Banking fees received much attention during the Great Recession as banks looked for ways to recover from the crisis. A sample of 44 customers paid an average fee of \(\$ 12.85\) per month on their interest-bearing checking accounts. Assume the population standard deviation is \(\$ 1.87\text{.}\)

(a)

What is the margin of error for this interval? (Let \(\alpha=0.01\text{.}\))
Answer.
\(\alpha=0.01\rightarrow \alpha/2=0.005\)
\(z_{0.005}=NORM.S.INV(0.995)\approx 2.575\)
\(\sigma_{\overline{x}}=\approx \frac{1.87}{\sqrt{44}}\approx 0.2819\)
\begin{equation*} ME_{\overline{x}}\approx 2.575\cdot (0.2819)\approx 0.7259 \end{equation*}

(b)

What is the point estimate for the average fee for the population?
Answer.
\begin{equation*} \overline{x}=12.85 \end{equation*}

(c)

Construct a \(99\%\) confidence interval to estimate the average fee for the population.
Answer.
\begin{equation*} \overline{x}\pm ME_{\overline{x}}\approx 12.85\pm 0.7259 \end{equation*}
We are \(99\%\) confident that
\begin{equation*} 12.124\lt \mu \lt 13.576 \end{equation*}

Exercise 9.2.9.

(Donnelly 8.16)
A car company developed a certain car model to appeal to young customers. The car company claims the average age of drivers of this certain car model is 27 years old. Suppose a random sample of 18 drivers was drawn, and the average age of the drivers was found to be 28.20 years. Assume the standard deviation for the age of the car drivers to be 2.5 years.

(a)

Construct a \(95\%\) confidence interval to estimate the average age of the car driver.
Answer.
\(\alpha=0.05\rightarrow \alpha/2=0.025\rightarrow z_{0.025}=NORM.S.INV(0.975)\approx 1.96\)
\(\sigma_{\overline{x}}=\frac{2.5}{\sqrt{18}}\approx 0.589\rightarrow ME_{\overline{x}}\approx 1.96\cdot (0.589)\approx 1.155\)
\(\overline{x}\pm ME_{\overline{x}}\rightarrow 28.2\pm 1.155\)
We are \(95\%\) confident that
\begin{equation*} 27.045\lt \mu \lt 29.355. \end{equation*}

(b)

Does this result lend support to the car company’s claims?
Answer.
No, it does not support the claim that the average age is 27 because 27 is not in the interval we found.

(c)

What assumptions need to be made to construct this interval?
Answer.
Since \(n=18\lt 30\text{,}\) the sample size is small, requiring the population to be normally distributed.