Chapter 7: Confidence Intervals
7.2 A Single Population Mean using the Student t Distribution
Learning Objectives
By the end of this section, the student should be able to:
- Calculate Student’s t-probabilities.
- Calculate the confidence interval
Student’s t-probabilities.
In practice, we rarely know the population standard deviation. In the past, when the sample size was large, this did not present a problem to statisticians. They used the sample standard deviation s as an estimate for [latex]\sigma[/latex] and proceeded as before to calculate a confidence interval with close enough results. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
William S. Goset (1876–1937) of the Guinness brewery in Dublin, Ireland ran into this problem. His experiments with hops and barley produced very few samples. Just replacing [latex]\sigma[/latex] with [latex]s[/latex] did not produce accurate results when he tried to calculate a confidence interval. He realized that he could not use a normal distribution for the calculation; he found that the actual distribution depends on the sample size. This problem led him to “discover” what is called the Student’s t-distribution. The name comes from the fact that Gosset wrote under the pen name “Student.”
Up until the mid-1970s, some statisticians used the normal distribution approximation for large sample sizes and only used the Student’s t-distribution only for sample sizes of at most 30. With graphing calculators and computers, the practice now is to use the Student’s t-distribution whenever s is used as an estimate for [latex]\sigma[/latex].
If you draw a simple random sample of size n from a population that has an approximately a normal distribution with mean μ and unknown population standard deviation [latex]\sigma[/latex] and calculate the t-score [latex]t = \frac{\overline{x}–\mu }{\left(\frac{s}{\sqrt{n}}\right)}[/latex], then the t-scores follow a Student’s t-distribution with n – 1 degrees of freedom (df). The t-score has the same interpretation as the z-score. It measures how far [latex]\overline{x}[/latex] is from its mean [latex]\mu[/latex]. For each sample size [latex]n[/latex], there is a different Student's t-distribution.
The degrees of freedom, [latex]n – 1[/latex], come from the calculation of the sample standard deviation s. Previously, we used n deviations [latex]\left(x–\overline{x}\text{values}\right)[/latex] to calculate s. Because the sum of the deviations is zero, we can find the last deviation once we know the other [latex]n – 1[/latex] deviations. The other [latex]n – 1[/latex] deviations can change or vary freely. We call the number n – 1 the degrees of freedom.
Properties of the Student’s t-Distribution
- The graph for the Student’s t-distribution is similar to the standard normal curve.
- The mean for the Student’s t-distribution is zero and the distribution is symmetric about zero.
- The Student’s t-distribution has more probability in its tails than the standard normal distribution because the spread of the t-distribution is greater than the spread of the standard normal. So the graph of the Student’s t-distribution will be thicker in the tails and shorter in the center than the graph of the standard normal distribution.
- The exact shape of the Student’s t-distribution depends on the degrees of freedom. As the degrees of freedom increases, the graph of Student’s t-distribution becomes more like the graph of the standard normal distribution.
- The underlying population of individual observations is assumed to be normally distributed with unknown population mean [latex]\mu[/latex] and unknown population standard deviation [latex]\sigma[/latex]. The size of the underlying population is generally not relevant unless it is very small. If it is bell shaped (normal) then the assumption is met and doesn’t need discussion. Random sampling is assumed, but that is a completely separate assumption from normality.
Calculators and computers can easily calculate any Student’s t-probabilities. The TI-83,83+, and 84+ have a [latex]\text{tcdf}[/latex] function to find the probability for given values of t. The grammar for the [latex]\text{tcdf}[/latex] command is [latex]\text{tcdf(lower bound, upper bound, degrees of freedom)}[/latex]. However for confidence intervals, we need to use inverse probability to find the value of t when we know the probability.
For the TI-84+ you can use the [latex]\text{invT}[/latex] command on the [latex]\text{DISTRibution}[/latex] menu. The [latex]\text{invT}[/latex] command works similarly to the invnorm. The invT command requires two inputs: [latex]\text{invT(area to the left, degrees of freedom)}[/latex] The output is the t-score that corresponds to the area we specified.
The TI-83 and 83+ do not have the [latex]\text{invT}[/latex] command. (The TI-89 has an inverse T command.)
A probability table for the Student’s t-distribution can also be used. The table gives t-scores that correspond to the confidence level (column) and degrees of freedom (row). (The TI-86 does not have an invT program or command, so if you are using that calculator, you need to use a probability table for the Student’s t-Distribution.) When using a t-table, note that some tables are formatted to show the confidence level in the column headings, while the column headings in some tables may show only the corresponding area in one or both tails.
A Student’s t table gives t-scores given the degrees of freedom and the right-tailed probability. The table is very limited. Calculators and computers can easily calculate any Student’s t-probabilities.
- [latex]T \sim t_{df}[/latex] where [latex]df = n – 1[/latex].
- For example, if we have a sample of size [latex]n = 20[/latex] items, then we calculate the degrees of freedom as [latex]df = n – 1 = 20 - 1 = 19[/latex] and we write the distribution as [latex]T \sim t_{19}[/latex].
The Confidence Interval
If the population standard deviation is not known and the population has an approximate normal distribution, the error bound for a population mean is:
- [latex]\text{EBM}=\left({t}_{\frac{\alpha }{2}}\right)\left(\frac{s}{\sqrt{n}}\right)[/latex],
- [latex]{t}_{\frac{\sigma }{2}}[/latex] is the t-score with area to the right equal to [latex]\frac{\alpha }{2}[/latex],
- Use [latex]df = n – 1[/latex] degrees of freedom, and s = sample standard deviation.
The format for the confidence interval is:
[latex]\left(\overline{x} - \text{EBM}, \overline{x} + \text{EBM}\right)[/latex].
To calculate the confidence interval directly:
Press STAT.
Arrow over to TESTS.
Arrow down to 8: TInterval and press ENTER (or just press 8).
Example
Suppose you do a study of acupuncture to determine how effective it is in relieving pain. You measure sensory rates for 15 subjects with the results given. Use the sample data to construct a 95% confidence interval for the mean sensory rate for the population (assumed normal) from which you took the data.
The solution is shown step-by-step and by using the TI-83, 83+, or 84+ calculators.
Solution
To find the confidence interval, you need the sample mean, [latex]\overline{x}[/latex], and the [latex]\text{EBM}[/latex].
[latex]\overline{x}= 8.2267[/latex]
[latex]s = 1.6722[/latex]
[latex]n = 15[/latex]
[latex]df = 15 – 1 = 14[/latex]
[latex]\alpha = 1 – \text{CL} = 1 – 0.95 = 0.05[/latex]
[latex]\frac{\alpha }{2} = 0.025[/latex], so [latex]{t}_{\frac{\alpha}{2}}={t}_{0.025}[/latex]
The area to the right of [latex]t_0.025[/latex] is 0.025, and the area to the left of [latex]t_0.025[/latex] is [latex]1 – 0.025 = 0.975[/latex]
[latex]{t}_{\frac{\alpha }{2}}={t}_{0.025}=2.14[/latex] using [latex]\text{invT}(.975, 14)[/latex] on the TI-84+ calculator.
[latex]\text{EBM}=\left({t}_{\frac{\alpha }{2}}\right)\left(\frac{s}{\sqrt{n}}\right)[/latex]
[latex]\text{EBM}=\left(2.14\right)\left(\frac{1.6722}{\sqrt{15}}\right)=0.924[/latex]
[latex]\overline{x} - \text{EBM} = 8.2267 - 0.9240 = 7.3[/latex]
[latex]\overline{x} + \text{EBM} = 8.2267 + 0.9240 = 9.15[/latex]
The 95% confidence interval is (7.30, 9.15).
We estimate with 95% confidence that the true population mean sensory rate is between 7.30 and 9.15.
Solution (calculator)
Press STAT
and arrow over to TESTS
.
Arrow down to 8:TInterval
and press ENTER
(or you can just press 8
).
Arrow to Data
and press ENTER
.
Arrow down to List
and enter the list name where you put the data.
There should be a 1 after Freq
.
Arrow down to C-level
and enter 0.95
Arrow down to Calculate
and press ENTER
.
The 95% confidence interval is (7.3006, 9.1527)
Note
When calculating the error bound, a probability table for the Student’s t-distribution can also be used to find the value of [latex]t[/latex]. The table gives t-scores that correspond to the confidence level (column) and degrees of freedom (row); the t-score is found where the row and column intersect in the table.
Your Turn!
You do a study of hypnotherapy to determine how effective it is in increasing the number of hours of sleep subjects get each night. You measure hours of sleep for 12 subjects with the following results. Construct a 95% confidence interval for the mean number of hours slept for the population (assumed normal) from which you took the data.
8.2; 9.1; 7.7; 8.6; 6.9; 11.2; 10.1; 9.9; 8.9; 9.2; 7.5; 10.5
Solution
(8.1634, 9.8032)
Exercises
Suppose you do a study of acupuncture to determine how effective it is in relieving pain. You measure sensory rates for 15 subjects with the results given. Plots of the data show no skewness or outliers. Which distribution is appropriate to use here?
Solution
You should use the T with [latex]df=14[/latex] since we do not have information about the population, specifically the standard deviation, and have a small sample [latex](n=15)[/latex]
Example
The Human Toxome Project (HTP) is working to understand the scope of industrial pollution in the human body. Industrial chemicals may enter the body through pollution or as ingredients in consumer products. In October 2008, the scientists at HTP tested cord blood samples for 20 newborn infants in the United States. The cord blood of the “In utero/newborn” group was tested for 430 industrial compounds, pollutants, and other chemicals, including chemicals linked to brain and nervous system toxicity, immune system toxicity, and reproductive toxicity, and fertility problems. There are health concerns about the effects of some chemicals on the brain and nervous system. The table below shows how many of the targeted chemicals were found in each infant’s cord blood.
79 | 145 | 147 | 160 | 116 | 100 | 159 | 151 | 156 | 126 |
137 | 83 | 156 | 94 | 121 | 144 | 123 | 114 | 139 | 99 |
Use this sample data to construct a 90% confidence interval for the mean number of targeted industrial chemicals to be found in an infant’s blood.
Solution
From the sample, you can calculate [latex]\overline{x} = 127.45[/latex] and [latex]s = 25.965[/latex]. There are 20 infants in the sample, so [latex]n = 20[/latex], and [latex]df = 20 – 1 = 19[/latex].
You are asked to calculate a 90% confidence interval: [latex]\text{CL} = 0.90[/latex], so [latex]\alpha = 1 - \text{CL} = 1 - 0.90 = 0.10[/latex]
[latex]\frac{\alpha }{2}=0.05, {t}_{\frac{\alpha }{2}}={t}_{0.05}[/latex]
By definition, the area to the right of [latex]t_{0.05}[/latex] is 0.05 and so the area to the left of [latex]t_{0.05}[/latex] is [latex]1 – 0.05 = 0.95[/latex].
Use a table, calculator, or computer to find that [latex]t_{0.05} = 1.729[/latex].
[latex]EBM=t_{\frac{\alpha}{2}}\left(\frac{s}{\sqrt{n}}\right)=1.729\left(\frac{25.965}{\sqrt{20}}\right)\approx 10.038[/latex]
[latex]\overline{x} - EBM = 127.45 - 10.038 = 117.412[/latex]
[latex]\overline{x} + EBM = 127.45 + 10.038 = 137.488[/latex]
We estimate with 90% confidence that the mean number of all targeted industrial chemicals found in cord blood in the United States is between 117.412 and 137.488.
Solution (calculator)
Press STAT
and arrow over to TESTS
.
Arrow down to 8:TInterval
and press ENTER
(or you can just press 8
).
Arrow to Data
and press ENTER
.
Arrow down to List
and enter the list name where you put the data.
There should be a 1 after Freq
.
Arrow down to C-level
and enter 0.90
Arrow down to Calculate
and press ENTER
.
The 90% confidence interval is (117.41, 137.49)
Your Turn!
A random sample of statistics students were asked to estimate the total number of hours they spend watching television in an average week. The responses are recorded in the table below. Use this sample data to construct a 98% confidence interval for the mean number of hours statistics students will spend watching television in one week.
0 | 3 | 1 | 20 | 9 |
5 | 10 | 1 | 10 | 4 |
14 | 2 | 4 | 4 | 5 |
Solution
[latex]\overline{x} = 6.133[/latex], [latex]s = 5.514[/latex], [latex]n = 15[/latex], and [latex]df = 15 – 1 = 14[/latex]
[latex]\text{CL} = 0.98[/latex], so [latex]\alpha = 1 - \text{CL} = 1 - 0.98 = 0.02[/latex]
[latex]\frac{\alpha }{2}=0.01{t}_{\frac{\alpha }{2}}={t}_{0.01}=2.624[/latex]
[latex]\text{EBM}={t}_{\frac{\alpha }{2}}\left(\frac{s}{\sqrt{n}}\right)=2.624\left(\frac{5.514}{\sqrt{15}}\right) \approx 3.736[/latex]
[latex]\overline{x} - \text{EBM} = 6.133 - 3.736 = 2.397[/latex]
[latex]\overline{x}+ \text{EBM} = 6.133 + 3.736 = 9.869[/latex]
We estimate with 98% confidence that the mean number of all hours that statistics students spend watching television in one week is between 2.397 and 9.869.
Solution (calculator)
Press STAT
and arrow over to TESTS
.
Arrow down to 8:TInterval
.
Press ENTER
.
Arrow to Data
and press ENTER
.
Arrow down and enter the name of the list where the data is stored.
Enter Freq
: 1
Enter C-Level
: 0.98
Arrow down to Calculate
and press Enter
.
The 98% confidence interval is (2.3965, 9.8702).
Section 7.2 Review
In many cases, the researcher does not know the population standard deviation, [latex]\sigma[/latex], of the measure being studied. In these cases, it is common to use the sample standard deviation, s, as an estimate of [latex]\sigma[/latex]. The normal distribution creates accurate confidence intervals when [latex]\sigma[/latex] is known, but it is not as accurate when s is used as an estimate. In this case, the Student’s t-distribution is much better. Define a t-score using the following formula:
[latex]t = \frac{\overline{x}–\mu }{\left(\frac{s}{\sqrt{n}}\right)}[/latex]
The t-score follows the Student’s t-distribution with [latex]n - 1[/latex] degrees of freedom. The confidence interval under this distribution is calculated with [latex]\text{EBM} = \left({t}_{\frac{\alpha }{2}}\right)\frac{s}{\sqrt{n}}[/latex] where [latex]{t}_{\frac{\alpha }{2}}[/latex] is the t-score with area to the right equal to [latex]\frac{\alpha }{2}[/latex], [latex]s[/latex] is the sample standard deviation, and [latex]n[/latex] is the sample size. Use a table, calculator, or computer to find [latex]{t}_{\frac{\alpha }{2}}[/latex] for a given [latex]\alpha[/latex].
Formula Review
[latex]s =[/latex]the standard deviation of sample values.
[latex]t=\frac{\overline{x}-\mu}{\frac{s}{\sqrt{n}}}[/latex] is the formula for the t-score which measures how far away a measure is from the population mean in the Student’s t-distribution
[latex]df = n - 1[/latex]; the degrees of freedom for a Student’s t-distribution where n represents the size of the sample
[latex]T \sim t_{df}[/latex] the random variable, [latex]T[/latex], has a Student’s t-distribution with [latex]df[/latex] degrees of freedom
[latex]\text{EBM}={t}_{\frac{\alpha }{2}}\frac{s}{\sqrt{n}}[/latex] = the error bound for the population mean when the population standard deviation is unknown
[latex]{t}_{\frac{\alpha }{2}}[/latex] is the t-score in the Student’s t-distribution with area to the right equal to [latex]\frac{\alpha }{2}[/latex]
The general form for a confidence interval for a single mean, population standard deviation unknown, Student’s t is given by
[latex](\text{lower bound, upper bound}) = (\text{point estimate} - \text{EBM}, \text{point estimate} + \text{EBM}) = \left(\overline{x}–\frac{ts}{\sqrt{n}},\overline{x} + \frac{ts}{\sqrt{n}}\right)[/latex]
Section 7.2 Practice
Use the following information to answer the next five exercises: A hospital is trying to cut down on emergency room wait times. It is interested in the amount of time patients must wait before being called back to be examined. An investigation committee randomly surveyed 70 patients. The sample mean was 1.5 hours with a sample standard deviation of 0.5 hours.
1. Identify the following:
a. [latex]\overline{x} =\underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} =\underline{\hspace{2cm}}[/latex]
c. [latex]n =\underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 =\underline{\hspace{2cm}}[/latex]
2. Define the random variables X and [latex]\overline{X}[/latex] in words.
Solution
[latex]X[/latex] is the number of hours a patient waits in the emergency room before being called back to be examined. [latex]\overline{X}[/latex] is the mean wait time of 70 patients in the emergency room.
3. Which distribution should you use for this problem?
4. Construct a 95% confidence interval for the population mean time spent waiting. State the confidence interval, sketch the graph, and calculate the error bound.
Solution
[latex]\text{CI}: (1.3808, 1.6192)[/latex]

[latex]\text{EBM} = 0.12[/latex]
5. Explain in complete sentences what the confidence interval means.
Use the following information to answer the next six exercises: One hundred eight Americans were surveyed to determine the number of hours they spend watching television each month. It was revealed that they watched an average of 151 hours each month with a standard deviation of 32 hours. Assume that the underlying population distribution is normal.
1. Identify the following:
a. [latex]\overline{x}=\underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} =\underline{\hspace{2cm}}[/latex]
c. [latex]n = \underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 =\underline{\hspace{2cm}}[/latex]
Solution
a. [latex]\overline{x} = 151[/latex]
b. [latex]{s}_{x} = 32[/latex]
c. [latex]n = 108[/latex]
d. [latex]n – 1 = 107[/latex]
2. Define the random variable X in words.
3. Define the random variable [latex]\overline{X}[/latex] in words.
Solution
[latex]\overline{X}[/latex] is the mean number of hours spent watching television per month from a sample of 108 Americans.
4. Which distribution should you use for this problem?
5. Construct a 99% confidence interval for the population mean hours spent watching television per month. (a) State the confidence interval, (b) sketch the graph, and (c) calculate the error bound.
Solution
(a) [latex]\text{CI}: (142.92, 159.08)[/latex]

(c) [latex]\text{EBM} = 8.08[/latex]
6. Why would the error bound change if the confidence level were lowered to 95%?
Use the following information to answer the next 13 exercises: The data in the table below are the result of a random survey of 39 national flags (with replacement between picks) from various countries. We are interested in finding a confidence interval for the true mean number of colors on a national flag. Let X = the number of colors on a national flag.
X | Freq. |
---|---|
1 | 1 |
2 | 7 |
3 | 18 |
4 | 7 |
5 | 6 |
1. Calculate the following:
a. [latex]\overline{x}=\underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} =\underline{\hspace{2cm}}[/latex]
c. [latex]n =\underline{\hspace{2cm}}[/latex]
Solution
a. 3.26
b. 1.02
c. 39
2. Define the random variable [latex]\overline{X}[/latex] in words.
3. What is [latex]\overline{x}[/latex] estimating?
Solution
[latex]\mu[/latex]
4. Is [latex]{\sigma }_{x}[/latex] known?
5. As a result of your answer to exercise 4, state the exact distribution to use when calculating the confidence interval.
Solution
[latex]t_{38}[/latex]
Construct a 95% confidence interval for the true mean number of colors on national flags.
6. How much area is in both tails (combined)?
7. How much area is in each tail?
Solution
0.025
8. Calculate the following:
9. The 95% confidence interval is [latex]\underline{\hspace{2cm}}[/latex].
Solution
(2.93, 3.59)
10. Fill in the blanks on the graph with the areas, the upper and lower limits of the Confidence Interval and the sample mean.

11. In one complete sentence, explain what the interval means.
Solution
We are 95% confident that the true mean number of colors for national flags is between 2.93 colors and 3.59 colors.
12. Using the same [latex]\overline{x}[/latex], [latex]{s}_{x}[/latex], and level of confidence, suppose that [latex]n[/latex] were 69 instead of 39. Would the error bound become larger or smaller? How do you know?
Solution
The error bound would become [latex]\text{EBM} = 0.245[/latex]. This error bound decreases because as sample sizes increase, variability decreases and we need less interval length to capture the true mean.
13. Using the same [latex]\overline{x}[/latex], [latex]{s}_{x}[/latex], and [latex]n = 39[/latex], how would the error bound change if the confidence level were reduced to 90%? Why?
In six packages of “The Flintstones® Real Fruit Snacks” there were five Bam-Bam snack pieces. The total number of snack pieces in the six bags was 68. We wish to calculate a 96% confidence interval for the population proportion of Bam-Bam snack pieces.
- Define the random variables [latex]X[/latex] and [latex]P^{\prime}[/latex] in words.
- Which distribution should you use for this problem? Explain your choice
- Calculate [latex]p^{\prime}[/latex].
- Construct a 96% confidence interval for the population proportion of Bam-Bam snack pieces per bag.
- State the confidence interval.
- Sketch the graph.
- Calculate the error bound.
- Do you think that six packages of fruit snacks yield enough data to give accurate results? Why or why not?
A random survey of enrollment at 35 community colleges across the United States yielded the following figures: 6,414; 1,550; 2,109; 9,350; 21,828; 4,300; 5,944; 5,722; 2,825; 2,044; 5,481; 5,200; 5,853; 2,750; 10,012; 6,357; 27,000; 9,414; 7,681; 3,200; 17,500; 9,200; 7,380; 18,314; 6,557; 13,713; 17,768; 7,493; 2,771; 2,861; 1,263; 7,285; 28,165; 5,080; 11,622. Assume the underlying population is normal.
4. Construct a 95% confidence interval for the population mean enrollment at community colleges in the United States.
Solution
1. a. 8629
b. 6944
c. 35
d. 34
2. [latex]X[/latex] is the number of students enrolled at a single community college. [latex]\overline{X}[/latex] is the mean number of students enrolled in the sample of 35 community colleges.
3. [latex]{t}_{34}[/latex]
4. a. [latex]\text{CI}: (6244, 11,014)[/latex]

c. [latex]\text{EBM} = 2385[/latex]
5. It will become smaller.
Suppose that a committee is studying whether or not there is waste of time in our judicial system. It is interested in the mean amount of time individuals waste at the courthouse waiting to be called for jury duty. The committee randomly surveyed 81 people who recently served as jurors. The sample mean wait time was eight hours with a sample standard deviation of four hours.
1. Identify the following:
2. Define the random variables [latex]X[/latex] and [latex]\overline{X}[/latex] in words.
3. Which distribution should you use for this problem? Explain your choice.
4. Construct a 95% confidence interval for the population mean time wasted.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
5. Explain in a complete sentence what the confidence interval means.
A pharmaceutical company makes tranquilizers. It is assumed that the distribution for the length of time they last is approximately normal. Researchers in a hospital used the drug on a random sample of nine patients. The effective period of the tranquilizer for each patient (in hours) was as follows: 2.7; 2.8; 3.0; 2.3; 2.3; 2.2; 2.8; 2.1; and 2.4.
1. Identify the following:
a. [latex]\overline{x} = \underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} = \underline{\hspace{2cm}}[/latex]
c. [latex]n = \underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 = \underline{\hspace{2cm}}[/latex]
2. Define the random variable [latex]X[/latex] in words.
3. Define the random variable [latex]\overline{X}[/latex] in words.
4. Which distribution should you use for this problem? Explain your choice.
5. Construct a 95% confidence interval for the population mean length of time.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
6. What does it mean to be “95% confident” in this problem?
Solution
1. a. [latex]\overline{x} = 2.51[/latex]
b. [latex]{s}_{x} = 0.318[/latex]
c. [latex]n = 9[/latex]
d. [latex]n - 1 = 8[/latex]
2. the effective length of time for a tranquilizer
3. the mean effective length of time of tranquilizers from a sample of nine patients
4. We need to use a Student’s-t distribution, because we do not know the population standard deviation.
5. a. [latex]\text{CI}: (2.27, 2.76)[/latex]
b. Check student’s solution.
c. [latex]\text{EBM}: 0.25[/latex]
6. If we were to sample many groups of nine patients, 95% of the samples would contain the true population mean length of time.
Suppose that 14 children, who were learning to ride two-wheel bikes, were surveyed to determine how long they had to use training wheels. It was revealed that they used them an average of six months with a sample standard deviation of three months. Assume that the underlying population distribution is normal.
1. Identify the following:
a. [latex]\overline{x} = \underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} = \underline{\hspace{2cm}}[/latex]
c. [latex]n = \underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 = \underline{\hspace{2cm}}[/latex]
2. Define the random variable [latex]X[/latex] in words.
3. Define the random variable[latex]\overline{X}[/latex] in words.
4. Which distribution should you use for this problem? Explain your choice.
5. Construct a 99% confidence interval for the population mean length of time using training wheels.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
6. Why would the error bound change if the confidence level were lowered to 90%?
The Federal Election Commission (FEC) collects information about campaign contributions and disbursements for candidates and political committees each election cycle. A political action committee (PAC) is a committee formed to raise money for candidates and campaigns. A Leadership PAC is a PAC formed by a federal politician (senator or representative) to raise money to help other candidates’ campaigns.
The FEC has reported financial information for 556 Leadership PACs that operated during the 2011–2012 election cycle. The following table shows the total receipts during this cycle for a random selection of 20 Leadership PACs.
$46,500.00 | $0 | $40,966.50 | $105,887.20 | $5,175.00 |
$29,050.00 | $19,500.00 | $181,557.20 | $31,500.00 | $149,970.80 |
$2,555,363.20 | $12,025.00 | $409,000.00 | $60,521.70 | $18,000.00 |
$61,810.20 | $76,530.80 | $119,459.20 | $0 | $63,520.00 |
$6,500.00 | $502,578.00 | $705,061.10 | $708,258.90 | $135,810.00 |
$2,000.00 | $2,000.00 | $0 | $1,287,933.80 | $219,148.30 |
[latex]\overline{x}=$251,854.23[/latex]
[latex]s=\$521,130.41[/latex]
Use this sample data to construct a 96% confidence interval for the mean amount of money raised by all Leadership PACs during the 2011–2012 election cycle. Use the Student’s t-distribution.
Solution
[latex]\overline{x}=$251,854.23[/latex]
[latex]s=\$521,130.41[/latex]
Note that we are not given the population standard deviation, only the standard deviation of the sample.
There are 30 measures in the sample, so [latex]n = 30[/latex], and [latex]df = 30 - 1 = 29[/latex]
[latex]\text{CL} = 0.96[/latex], so [latex]\alpha = 1 - \text{CL} = 1 - 0.96 = 0.04[/latex]
[latex]\frac{\alpha }{2}=0.02{t}_{\frac{\alpha }{2}}={t}_{0.02}= 2.150[/latex]
[latex]EBM=t_{\frac{\alpha}{2}}\left(\frac{s}{\sqrt{n}}\right)=2.150\left(\frac{521,130.41}{\sqrt{30}}\right)\approx \$204,561.66[/latex]
[latex]\overline{x}[/latex] – EBM = $251,854.23 – $204,561.66 = $47,292.57
[latex]\overline{x}[/latex] + EBM = $251,854.23+ $204,561.66 = $456,415.89
We estimate with 96% confidence that the mean amount of money raised by all Leadership PACs during the 2011–2012 election cycle lies between $47,292.57 and $456,415.89.
Alternate Solution
Enter the data as a list.
Press STAT
and arrow over to TESTS
.
Arrow down to 8:TInterval
.
Press ENTER
.
Arrow to Data and press ENTER
.
Arrow down and enter the name of the list where the data is stored.
Enter Freq
: 1
Enter C-Level
: 0.96
Arrow down to Calculate
and press Enter
.
The 96% confidence interval is ($47,262, $456,447).
The difference between solutions arises from rounding differences.
Forbes magazine published data on the best small firms in 2012. These were firms that had been publicly traded for at least a year, have a stock price of at least $5 per share, and have reported annual revenue between $5 million and $1 billion. The table below shows the ages of the corporate CEOs for a random sample of these firms.
48 | 58 | 51 | 61 | 56 |
59 | 74 | 63 | 53 | 50 |
59 | 60 | 60 | 57 | 46 |
55 | 63 | 57 | 47 | 55 |
57 | 43 | 61 | 62 | 49 |
67 | 67 | 55 | 55 | 49 |
Use this sample data to construct a 90% confidence interval for the mean age of CEO’s for these top small firms. Use the Student’s t-distribution.
Unoccupied seats on flights cause airlines to lose revenue. Suppose a large airline wants to estimate its mean number of unoccupied seats per flight over the past year. To accomplish this, the records of 225 flights are randomly selected and the number of unoccupied seats is noted for each of the sampled flights. The sample mean is 11.6 seats and the sample standard deviation is 4.1 seats.
1. Identify the following information:
a. [latex]\overline{x} = \underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} = \underline{\hspace{2cm}}[/latex]
c. [latex]n = \underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 = \underline{\hspace{2cm}}[/latex]
2. Define the random variables [latex]X[/latex] and [latex]\overline{X}[/latex] in words.
3. Which distribution should you use for this problem? Explain your choice.
4. Construct a 92% confidence interval for the population mean number of unoccupied seats per
flight.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
Solution
1. a. [latex]\overline{x} = 11.6[/latex]
b. [latex]{s}_{x} = 4.1[/latex]
c. [latex]n = 225[/latex]
d. [latex]n - 1 = 224[/latex]
2. [latex]X[/latex] is the number of unoccupied seats on a single flight. [latex]\overline{X}[/latex] is the mean number of unoccupied seats from a sample of 225 flights.
3. We will use a Student’s-t distribution, because we do not know the population standard deviation.
a. [latex]\text{CI}: (11.12 , 12.08)[/latex]
b. Check student’s solution.
c. [latex]\text{EBM}: 0.48[/latex]
In a recent sample of 84 used car sales costs, the sample mean was $6,425 with a standard deviation of $3,156. Assume the underlying distribution is approximately normal.
1. Which distribution should you use for this problem? Explain your choice.
2. Define the random variable [latex]\overline{X}[/latex] in words.
3. Construct a 95% confidence interval for the population mean cost of a used car.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
4. Explain what a “95% confidence interval” means for this study.
Six different national brands of chocolate chip cookies were randomly selected at the supermarket. The grams of fat per serving are as follows: 8; 8; 10; 7; 9; 9. Assume the underlying distribution is approximately normal.
- Construct a 90% confidence interval for the population mean grams of fat per serving of chocolate chip cookies sold in supermarkets.
- State the confidence interval.
- Sketch the graph.
- Calculate the error bound.
- If you wanted a smaller error bound while keeping the same level of confidence, what should have been changed in the study before it was done?
- Go to the store and record the grams of fat per serving of six brands of chocolate chip cookies.
- Calculate the mean.
- Is the mean within the interval you calculated in part a? Did you expect it to be? Why or why not?
Solution
-
- [latex]\text{CI}: (7.64 , 9.36)[/latex]
-
- [latex]\text{EBM}: 0.86[/latex]
- The sample should have been increased.
- Answers will vary.
- Answers will vary.
- Answers will vary.
A survey of the mean number of cents off that coupons give was conducted by randomly surveying one coupon per page from the coupon sections of a recent San Jose Mercury News. The following data were collected: 20¢; 75¢; 50¢; 65¢; 30¢; 55¢; 40¢; 40¢; 30¢; 55¢; $1.50; 40¢; 65¢; 40¢. Assume the underlying distribution is approximately normal.
1. Identify the following:
a. [latex]\overline{x} = \underline{\hspace{2cm}}[/latex]
b. [latex]{s}_{x} = \underline{\hspace{2cm}}[/latex]
c. [latex]n = \underline{\hspace{2cm}}[/latex]
d. [latex]n – 1 = \underline{\hspace{2cm}}[/latex]
2. Define the random variables [latex]X[/latex] and [latex]\overline{X}[/latex] in words.
3. Which distribution should you use for this problem? Explain your choice.
4. Construct a 95% confidence interval for the population mean worth of coupons.
a. State the confidence interval.
b. Sketch the graph.
c. Calculate the error bound.
5. If many random samples were taken of size 14, what percent of the confidence intervals constructed should contain the population mean worth of coupons? Explain why.
Use the following information to answer the next two exercises: A quality control specialist for a restaurant chain takes a random sample of size 12 to check the amount of soda served in the 16 oz. serving size. The sample mean is 13.30 with a sample standard deviation of 1.55. Assume the underlying population is normally distributed.
Find the 95% Confidence Interval for the true population mean for the amount of soda served.
a. (12.42, 14.18)
b. (12.32, 14.29)
c. (12.50, 14.10)
d. Impossible to determine
Solution
b
What is the error bound?
a. 0.87
b. 1.98
c. 0.99
d. 1.74
References
“America’s Best Small Companies.” Forbes, 2013. Available online at http://www.forbes.com/best-small-companies/list/ (accessed July 2, 2013).
Data from Microsoft Bookshelf.
Data from http://www.businessweek.com/.
Data from http://www.forbes.com/.
“Disclosure Data Catalog: Leadership PAC and Sponsors Report, 2012.” Federal Election Commission. Available online at http://www.fec.gov/data/index.jsp (accessed July 2,2013).
“Human Toxome Project: Mapping the Pollution in People.” Environmental Working Group. Available online at http://www.ewg.org/sites/humantoxome/participants/participant-group.php?group=in+utero%2Fnewborn (accessed July 2, 2013).
“Metadata Description of Leadership PAC List.” Federal Election Commission. Available online at http://www.fec.gov/finance/disclosure/metadata/metadataLeadershipPacList.shtml (accessed July 2, 2013).
the number of objects in a sample that are free to vary
investigated and reported by William S. Gossett in 1908 and published under the pseudonym Student; the major characteristics of the random variable (RV) are:
It is continuous and assumes any real values.
The pdf is symmetrical about its mean of zero. However, it is more spread out and flatter at the apex than the normal distribution.
It approaches the standard normal distribution as n get larger.
There is a "family of t–distributions: each representative of the family is completely defined by the number of degrees of freedom, which is one less than the number of data.