9.2 Comparison of Two Population Means: Small, Independent Samples

Learning Objectives

  1. To learn how to construct a confidence interval for the difference in the means of two distinct populations using small, independent samples.
  2. To learn how to perform a test of hypotheses concerning the difference between the means of two distinct populations using small, independent samples.

When one or the other of the sample sizes is small, as is often the case in practice, the Central Limit Theorem does not apply. We must then impose conditions on the population to give statistical validity to the test procedure. We will assume that both populations from which the samples are taken have a normal probability distribution and that their standard deviations are equal.

Confidence Intervals

When the two populations are normally distributed and have equal standard deviations, the following formula for a confidence interval for μ1μ2 is valid.

100(1α)% Confidence Interval for the Difference Between Two Population Means: Small, Independent Samples

(x-1x-2)±tα2sp2(1n1+1n2)wheresp2=(n11)s12+(n21)s22n1+n22

The number of degrees of freedom is df=n1+n22.

The samples must be independent, the populations must be normal, and the population standard deviations must be equal. “Small” samples means that either n1<30 or n2<30.

The quantity sp2 is called the pooled sample variance. It is a weighted average of the two estimates s12 and s22 of the common variance σ12=σ22 of the two populations.

Example 4

A software company markets a new computer game with two experimental packaging designs. Design 1 is sent to 11 stores; their average sales the first month is 52 units with sample standard deviation 12 units. Design 2 is sent to 6 stores; their average sales the first month is 46 units with sample standard deviation 10 units. Construct a point estimate and a 95% confidence interval for the difference in average monthly sales between the two package designs.

Solution:

The point estimate of μ1μ2 is

x-1x-2=5246=6

In words, we estimate that the average monthly sales for Design 1 is 6 units more per month than the average monthly sales for Design 2.

To apply the formula for the confidence interval, we must find tα2. The 95% confidence level means that α = 1 − 0.95 = 0.05 so that tα2=t0.025. From Figure 12.3 "Critical Values of ", in the row with the heading df = 11 + 6 − 2 = 15 we read that t0.025=2.131. From the formula for the pooled sample variance we compute

sp2=(n11)s12+(n21)s22n1+n22=(10)(12)2+(5)(10)215=129.3-

Thus

(x-1x-2)±tα2sp2(1n1+1n2)=6±(2.131)129.3-(111+16)6±12.3

We are 95% confident that the difference in the population means lies in the interval [6.3,18.3], in the sense that in repeated sampling 95% of all intervals constructed from the sample data in this manner will contain μ1μ2. Because the interval contains both positive and negative values the statement in the context of the problem is that we are 95% confident that the average monthly sales for Design 1 is between 18.3 units higher and 6.3 units lower than the average monthly sales for Design 2.

Hypothesis Testing

Testing hypotheses concerning the difference of two population means using small samples is done precisely as it is done for large samples, using the following standardized test statistic. The same conditions on the populations that were required for constructing a confidence interval for the difference of the means must also be met when hypotheses are tested.

Standardized Test Statistic for Hypothesis Tests Concerning the Difference Between Two Population Means: Small, Independent Samples

T=(x-1x-2)D0sp2(1n1+1n2)wheresp2=(n11)s12+(n21)s22n1+n22

The test statistic has Student’s t-distribution with df=n1+n22 degrees of freedom.

The samples must be independent, the populations must be normal, and the population standard deviations must be equal. “Small” samples means that either n1<30 or n2<30.

Example 5

Refer to Note 9.11 "Example 4" concerning the mean sales per month for the same computer game but sold with two package designs. Test at the 1% level of significance whether the data provide sufficient evidence to conclude that the mean sales per month of the two designs are different. Use the critical value approach.

Solution:

  • Step 1. The relevant test is

    H0:μ1μ2=0 vs. Ha:μ1μ20@α=0.01
  • Step 2. Since the samples are independent and at least one is less than 30 the test statistic is

    T=(x-1x-2)D0sp2(1n1+1n2)

    which has Student’s t-distribution with df=11+62=15 degrees of freedom.

  • Step 3. Inserting the data and the value D0=0 into the formula for the test statistic gives

    T=(x-1x-2)D0sp2(1n1+1n2)=(5246)0129.3-(111+16)=1.040
  • Step 4. Since the symbol in Ha is “≠” this is a two-tailed test, so there are two critical values, ±tα2=±t0.005. From the row in Figure 12.3 "Critical Values of " with the heading df=15 we read off t0.005=2.947. The rejection region is (,2.947][2.947,).

    Figure 9.4 Rejection Region and Test Statistic for Note 9.13 "Example 5"

  • Step 5. As shown in Figure 9.4 "Rejection Region and Test Statistic for " the test statistic does not fall in the rejection region. The decision is not to reject H0. In the context of the problem our conclusion is:

    The data do not provide sufficient evidence, at the 1% level of significance, to conclude that the mean sales per month of the two designs are different.

Example 6

Perform the test of Note 9.13 "Example 5" using the p-value approach.

Solution:

The first three steps are identical to those in Note 9.13 "Example 5".

  • Step 4. Because the test is two-tailed the observed significance or p-value of the test is the double of the area of the right tail of Student’s t-distribution, with 15 degrees of freedom, that is cut off by the test statistic T = 1.040. We can only approximate this number. Looking in the row of Figure 12.3 "Critical Values of " headed df=15, the number 1.040 is between the numbers 0.866 and 1.341, corresponding to t0.200 and t0.100.

    The area cut off by t = 0.866 is 0.200 and the area cut off by t = 1.341 is 0.100. Since 1.040 is between 0.866 and 1.341 the area it cuts off is between 0.200 and 0.100. Thus the p-value (since the area must be doubled) is between 0.400 and 0.200.

  • Step 5. Since p>0.200>0.01, p>α, so the decision is not to reject the null hypothesis:

    The data do not provide sufficient evidence, at the 1% level of significance, to conclude that the mean sales per month of the two designs are different.

Key Takeaways

  • In the context of estimating or testing hypotheses concerning two population means, “small” samples means that at least one sample is small. In particular, even if one sample is of size 30 or more, if the other is of size less than 30 the formulas of this section must be used.
  • A confidence interval for the difference in two population means is computed using a formula in the same fashion as was done for a single population mean.

Exercises

    Basic

    In all exercises for this section assume that the populations are normal and have equal standard deviations.

  1. Construct the confidence interval for μ1μ2 for the level of confidence and the data from independent samples given.

    1. 95% confidence,

      n1=10, x-1=120, s1=2

      n2=15, x-2=101, s2=4

    2. 99% confidence,

      n1=6, x-1=25, s1=1

      n2=12, x-2=17, s2=3

  2. Construct the confidence interval for μ1μ2 for the level of confidence and the data from independent samples given.

    1. 90% confidence,

      n1=28, x-1=212, s1=6

      n2=23, x-2=198, s2=5

    2. 99% confidence,

      n1=14, x-1=68, s1=8

      n2=20, x-2=43, s2=3

  3. Construct the confidence interval for μ1μ2 for the level of confidence and the data from independent samples given.

    1. 99.9% confidence,

      n1=35, x-1=6.5, s1=0.2

      n2=20, x-2=6.2, s2=0.1

    2. 99% confidence,

      n1=18, x-1=77.3, s1=1.2

      n2=32, x-2=75.0, s2=1.6

  4. Construct the confidence interval for μ1μ2 for the level of confidence and the data from independent samples given.

    1. 99.5% confidence,

      n1=40, x-1=85.6, s1=2.8

      n2=20, x-2=73.1, s2=2.1

    2. 99.9% confidence,

      n1=25, x-1=215, s1=7

      n2=35, x-2=185, s2=12

  5. Perform the test of hypotheses indicated, using the data from independent samples given. Use the critical value approach.

    1. Test H0:μ1μ2=11 vs. Ha:μ1μ2>11 @ α=0.025,

      n1=6, x-1=32, s1=2

      n2=11, x-2=19, s2=1

    2. Test H0:μ1μ2=26 vs. Ha:μ1μ226 @ α=0.05,

      n1=17, x-1=166, s1=4

      n2=24, x-2=138, s2=3

  6. Perform the test of hypotheses indicated, using the data from independent samples given. Use the critical value approach.

    1. Test H0:μ1μ2=40 vs. Ha:μ1μ2<40 @ α=0.10,

      n1=14, x-1=289, s1=11

      n2=12, x-2=254, s2=9

    2. Test H0:μ1μ2=21 vs. Ha:μ1μ221 @ α=0.05,

      n1=23, x-1=130, s1=6

      n2=27, x-2=113, s2=8

  7. Perform the test of hypotheses indicated, using the data from independent samples given. Use the critical value approach.

    1. Test H0:μ1μ2=15 vs. Ha:μ1μ2<15 @ α=0.10,

      n1=30, x-1=42, s1=7

      n2=12, x-2=60, s2=5

    2. Test H0:μ1μ2=103 vs. Ha:μ1μ2103 @ α=0.10,

      n1=17, x-1=711, s1=28

      n2=32, x-2=598, s2=21

  8. Perform the test of hypotheses indicated, using the data from independent samples given. Use the critical value approach.

    1. Test H0:μ1μ2=75 vs. Ha:μ1μ2>75 @ α=0.025,

      n1=45, x-1=674, s1=18

      n2=29, x-2=591, s2=13

    2. Test H0:μ1μ2=20 vs. Ha:μ1μ220 @ α=0.005,

      n1=30, x-1=137, s1=8

      n2=19, x-2=166, s2=11

  9. Perform the test of hypotheses indicated, using the data from independent samples given. Use the p-value approach. (The p-value can be only approximated.)

    1. Test H0:μ1μ2=12 vs. Ha:μ1μ2>12 @ α=0.01,

      n1=20, x-1=133, s1=7

      n2=10, x-2=115, s2=5

    2. Test H0:μ1μ2=46 vs. Ha:μ1μ246 @ α=0.10,

      n1=24, x-1=586, s1=11

      n2=27, x-2=535, s2=13

  10. Perform the test of hypotheses indicated, using the data from independent samples given. Use the p-value approach. (The p-value can be only approximated.)

    1. Test H0:μ1μ2=38 vs. Ha:μ1μ2<38 @ α=0.01,

      n1=12, x-1=464, s1=5

      n2=10, x-2=432, s2=6

    2. Test H0:μ1μ2=4 vs. Ha:μ1μ24 @ α=0.005,

      n1=14, x-1=68, s1=2

      n2=17, x-2=67, s2=3

  11. Perform the test of hypotheses indicated, using the data from independent samples given. Use the p-value approach. (The p-value can be only approximated.)

    1. Test H0:μ1μ2=50 vs. Ha:μ1μ2>50 @ α=0.01,

      n1=30, x-1=681, s1=8

      n2=27, x-2=625, s2=8

    2. Test H0:μ1μ2=35 vs. Ha:μ1μ235 @ α=0.10,

      n1=36, x-1=325, s1=11

      n2=29, x-2=286, s2=7

  12. Perform the test of hypotheses indicated, using the data from independent samples given. Use the p-value approach. (The p-value can be only approximated.)

    1. Test H0:μ1μ2=4 vs. Ha:μ1μ2<4 @ α=0.05,

      n1=40, x-1=80, s1=5

      n2=25, x-2=87, s2=5

    2. Test H0:μ1μ2=21 vs. Ha:μ1μ221 @ α=0.01,

      n1=15, x-1=192, s1=12

      n2=34, x-2=180, s2=8

    Applications

  1. A county environmental agency suspects that the fish in a particular polluted lake have elevated mercury level. To confirm that suspicion, five striped bass in that lake were caught and their tissues were tested for mercury. For the purpose of comparison, four striped bass in an unpolluted lake were also caught and tested. The fish tissue mercury levels in mg/kg are given below.

    Sample1Sample2(frompollutedlake)(fromunpollutedlake)0.5800.3820.7110.2760.5710.5700.6660.3660.598
    1. Construct the 95% confidence interval for the difference in the population means based on these data.
    2. Test, at the 5% level of significance, whether the data provide sufficient evidence to conclude that fish in the polluted lake have elevated levels of mercury in their tissue.
  2. A genetic engineering company claims that it has developed a genetically modified tomato plant that yields on average more tomatoes than other varieties. A farmer wants to test the claim on a small scale before committing to a full-scale planting. Ten genetically modified tomato plants are grown from seeds along with ten other tomato plants. At the season’s end, the resulting yields in pound are recorded as below.

    Sample1Sample2(geneticallymodified)(regular)2021232127222518252025202718232524232220
    1. Construct the 99% confidence interval for the difference in the population means based on these data.
    2. Test, at the 1% level of significance, whether the data provide sufficient evidence to conclude that the mean yield of the genetically modified variety is greater than that for the standard variety.
  3. The coaching staff of a professional football team believes that the rushing offense has become increasingly potent in recent years. To investigate this belief, 20 randomly selected games from one year’s schedule were compared to 11 randomly selected games from the schedule five years later. The sample information on rushing yards per game (rypg) is summarized below.

    n x- s
    rypg previously 20 112 24
    rypg recently 11 114 21
    1. Construct the 95% confidence interval for the difference in the population means based on these data.
    2. Test, at the 5% level of significance, whether the data on rushing yards per game provide sufficient evidence to conclude that the rushing offense has become more potent in recent years.
  4. The coaching staff of professional football team believes that the rushing offense has become increasingly potent in recent years. To investigate this belief, 20 randomly selected games from one year’s schedule were compared to 11 randomly selected games from the schedule five years later. The sample information on passing yards per game (pypg) is summarized below.

    n x- s
    pypg previously 20 203 38
    pypg recently 11 232 33
    1. Construct the 95% confidence interval for the difference in the population means based on these data.
    2. Test, at the 5% level of significance, whether the data on passing yards per game provide sufficient evidence to conclude that the passing offense has become more potent in recent years.
  5. A university administrator wishes to know if there is a difference in average starting salary for graduates with master’s degrees in engineering and those with master’s degrees in business. Fifteen recent graduates with master’s degree in engineering and 11 with master’s degrees in business are surveyed and the results are summarized below.

    n x- s
    Engineering 15 68,535 1627
    Business 11 63,230 2033
    1. Construct the 90% confidence interval for the difference in the population means based on these data.
    2. Test, at the 10% level of significance, whether the data provide sufficient evidence to conclude that the average starting salaries are different.
  6. A gardener sets up a flower stand in a busy business district and sells bouquets of assorted fresh flowers on weekdays. To find a more profitable pricing, she sells bouquets for 15 dollars each for ten days, then for 10 dollars each for five days. Her average daily profit for the two different prices are given below.

    n x- s
    $15 10 171 26
    $10 5 198 29
    1. Construct the 90% confidence interval for the difference in the population means based on these data.
    2. Test, at the 10% level of significance, whether the data provide sufficient evidence to conclude the gardener’s average daily profit will be higher if the bouquets are sold at $10 each.

Answers

    1. (16.16,21.84),
    2. (4.28,11.72)
    1. (0.13,0.47),
    2. (1.14,3.46)
    1. T = 2.787, t0.025=2.131, reject H0,
    2. T = 1.831, ±t0.025=±2.023, do not reject H0
    1. T=1.349, t0.10=1.303, reject H0,
    2. T = 1.411, ±t0.05=±1.678, do not reject H0
    1. T = 2.411, df=28, p -value>0.01, do not reject H0,
    2. T = 1.473, df=49, p -value<0.10, reject H0
    1. T = 2.827, df=55, p -value<0.01, reject H0.
    2. T = 1.699, df=63, p -value <0.10, reject H0
    1. 0.2267±0.2182,
    2. T = 3.635, df=7, t0.05=1.895, reject H0 (elevated levels)
    1. 2±17.7,
    2. T=0.232, df=29, t0.05=1.699, do not reject H0 (not more potent)
    1. 5305±1227,
    2. T = 7.395, df=24, ±t0.05=±1.711, reject H0 (different)