Mixed inference practice: choosing the procedure

By Jude Wallis · Updated

These 8 problems make you choose the procedure before you compute anything. Each scenario asks which method the data structure calls for and why, then has you carry it out: one-proportion z, two-proportion z, one-sample t, paired t, two-sample t, or chi-square on a two-way table.

This set mixes the inference procedures from Unit 3 (15 to 25% of the multiple-choice section) and Unit 4 (10 to 20%) of the Fall 2026 AP Statistics course. The course framework asks students to practice procedures from Units 3 and 4 together so the similarities and differences stay clear, which is exactly what choosing the procedure first trains.

What these problems build

Most inference practice tells you which test to run. These 8 problems do not. Each one gives a scenario, asks which procedure the data structure calls for and why, and only then asks for the arithmetic, which is the order the AP exam uses.

Three questions settle almost every choice, and you answer all three from the design rather than from the subject matter:

  1. Is the response categorical (counts and proportions) or quantitative (measurements you average)? Categorical points to a proportion z procedure or to chi-square; quantitative points to a t procedure.
  2. How many groups are being compared: one, two, or more than two?
  3. If two, are they independent samples, or paired measurements on the same subjects or on matched units?

Notation used below: p^\hat{p} (read 'p-hat') is a sample proportion, pp is the population proportion it estimates, xˉ\bar{x} ('x-bar') is a sample mean, μ\mu ('mu') is a population mean, ss is a sample standard deviation, σ\sigma ('sigma') is the population standard deviation, xˉd\bar{x}_d is the mean of a set of paired differences, and χ2\chi^2 ('ky-square') is the chi-square statistic.

Problem 8 is the trap that costs the most points. Two columns of numbers with equal sample sizes look like two independent samples, but when each row is the same subject measured twice, the right analysis is a one-sample t procedure on the differences. That solution runs both procedures on the same data so you can see how far apart they land.

For the decision rules, read which statistical test to use or work through the which test interactive. The paired-versus-independent split gets its own treatment in when to use a paired t test and in paired vs two-sample t test.

Critical values come from the z table, the t table, and the chi-square table. The AP topics behind this set run through Unit 3 and Unit 4, and the two-way table problem is drilled further in chi-square two-way practice. More sets are on the practice page.

Problem 1

A campus transportation office wants to estimate the proportion of undergraduates who commute by city bus. It takes a simple random sample of 250 undergraduates from the enrollment list of 9,400 and finds that 90 of them commute by bus.

(a) Name the procedure and justify it from the data structure. (b) Check the conditions. (c) Build a 95% confidence interval and interpret it.

Show the worked solution
  1. (a) Read the structure first. There is one sample, the response is categorical (bus or not bus), and the office wants an estimate with a margin of error rather than a decision about a claimed value. One sample, a categorical response, and an estimation goal give a one-proportion z-interval.

  2. (b) Conditions. Random: a simple random sample was taken. 10%: 2500.10×9400=940250 \le 0.10 \times 9400 = 940, so sampling without replacement is fine. Large counts: 90 successes and 25090=160250 - 90 = 160 failures, both at least 10.

  3. (c) Point estimate. p^=90250=0.36\hat{p} = \dfrac{90}{250} = 0.36.

  4. (c) Standard error. SE=p^(1p^)n=0.36×0.64250=0.2304250=0.0009216=0.03036SE = \sqrt{\dfrac{\hat{p}(1 - \hat{p})}{n}} = \sqrt{\dfrac{0.36 \times 0.64}{250}} = \sqrt{\dfrac{0.2304}{250}} = \sqrt{0.0009216} = 0.03036.

  5. (c) Margin of error. For 95% confidence z=1.96z^* = 1.96, so ME=1.96×0.03036=0.0595ME = 1.96 \times 0.03036 = 0.0595.

  6. (c) Interval and interpretation. 0.36±0.05950.36 \pm 0.0595 gives (0.3005,0.4195)(0.3005, 0.4195). You are 95% confident that the interval from 0.300 to 0.420 captures the true proportion of undergraduates at this campus who commute by bus.

One-proportion z-interval (one sample, categorical response, estimation). p^=0.36\hat{p} = 0.36, SE=0.03036SE = 0.03036, ME=0.0595ME = 0.0595, interval (0.300,0.420)(0.300, 0.420).

Problem 2

A coffee roaster advertises that its retail bags hold a mean of 340 grams. An inspector weighs a random sample of 25 bags from one week's production and gets a sample mean of 336.4 grams with a sample standard deviation of 8.0 grams. A dotplot of the 25 weights is roughly symmetric with no outliers.

(a) Name the procedure and justify it. (b) State the hypotheses and check the conditions. (c) Compute the test statistic and bound the p-value from a t table. (d) Conclude at α=0.05\alpha = 0.05.

Show the worked solution
  1. (a) Structure. One sample, a quantitative response (weight in grams), and a claimed value to test against, with the population standard deviation σ\sigma unknown. One sample plus a quantitative response plus unknown σ\sigma gives a one-sample t-test.

  2. (b) Hypotheses. H0H_0: μ=340\mu = 340 grams against HaH_a: μ340\mu \ne 340 grams, where μ\mu is the mean fill weight of all bags in that week's production. The alternative is two-sided because underfilling and overfilling are both departures from the advertised claim.

  3. (b) Conditions. Random sample: stated. 10%: 25 bags is well under 10% of a week's production. Sample data: n=25n = 25 is below 30, but the dotplot is roughly symmetric with no outliers, so the t procedure is safe.

  4. (c) Standard error. SE=sn=8.025=8.05=1.6SE = \dfrac{s}{\sqrt{n}} = \dfrac{8.0}{\sqrt{25}} = \dfrac{8.0}{5} = 1.6 grams.

  5. (c) Test statistic. t=xˉμ0SE=336.43401.6=3.61.6=2.25t = \dfrac{\bar{x} - \mu_0}{SE} = \dfrac{336.4 - 340}{1.6} = \dfrac{-3.6}{1.6} = -2.25, with df=251=24df = 25 - 1 = 24.

  6. (c) p-value. In the df=24df = 24 row, t=2.25|t| = 2.25 falls between 2.064 (upper tail 0.025) and 2.492 (upper tail 0.01), so one tail holds between 0.01 and 0.025 and the two-sided p-value is between 0.02 and 0.05. Technology gives 0.034.

  7. (d) Conclusion. The p-value of about 0.034 is less than α=0.05\alpha = 0.05, so reject H0H_0. There is convincing evidence that the mean fill weight for that week differs from the advertised 340 grams, and the sample mean points to underfilling.

One-sample t-test (one sample, quantitative, σ\sigma unknown). SE=1.6SE = 1.6, t=2.25t = -2.25, df=24df = 24, two-sided p between 0.02 and 0.05 (about 0.034). Reject H0H_0 at α=0.05\alpha = 0.05.

Problem 3

An online retailer randomly assigns 1,000 site visitors to one of two checkout pages, 500 to a redesigned page and 500 to the current page. Of the redesigned group, 145 complete a purchase; of the current group, 115 do.

(a) Name the procedure and justify it. (b) State the hypotheses. (c) Check the conditions and compute the test statistic using the pooled proportion. (d) Conclude at α=0.05\alpha = 0.05 and say what kind of conclusion this design supports.

Show the worked solution
  1. (a) Structure. Two independent groups created by random assignment, and the response is categorical (purchased or did not). Two groups plus a categorical response gives a two-proportion z-test.

  2. (b) Hypotheses. H0H_0: p1=p2p_1 = p_2 against HaH_a: p1p2p_1 \ne p_2, where p1p_1 is the purchase rate for the redesigned page and p2p_2 is the purchase rate for the current page among visitors like these.

  3. (c) Conditions. Random assignment is stated. Large counts: 145 purchases and 500145=355500 - 145 = 355 non-purchases in the first group, 115 and 500115=385500 - 115 = 385 in the second, all at least 10. The 10% condition is not needed for a randomized experiment.

  4. (c) Sample proportions and the pooled proportion. p^1=145500=0.29\hat{p}_1 = \dfrac{145}{500} = 0.29 and p^2=115500=0.23\hat{p}_2 = \dfrac{115}{500} = 0.23. Under H0H_0 the two rates are equal, so pool them: p^c=145+115500+500=2601000=0.26\hat{p}_c = \dfrac{145 + 115}{500 + 500} = \dfrac{260}{1000} = 0.26.

  5. (c) Standard error. SE=p^c(1p^c)(1n1+1n2)=0.26×0.74×(1500+1500)=0.1924×0.004=0.0007696=0.027742SE = \sqrt{\hat{p}_c(1 - \hat{p}_c)\left(\dfrac{1}{n_1} + \dfrac{1}{n_2}\right)} = \sqrt{0.26 \times 0.74 \times \left(\dfrac{1}{500} + \dfrac{1}{500}\right)} = \sqrt{0.1924 \times 0.004} = \sqrt{0.0007696} = 0.027742.

  6. (c) Test statistic. z=p^1p^2SE=0.290.230.027742=0.060.027742=2.163z = \dfrac{\hat{p}_1 - \hat{p}_2}{SE} = \dfrac{0.29 - 0.23}{0.027742} = \dfrac{0.06}{0.027742} = 2.163.

  7. (d) Conclusion. The two-sided p-value is 2×P(Z>2.163)=2×0.0153=0.03062 \times P(Z > 2.163) = 2 \times 0.0153 = 0.0306. Since 0.0306<0.050.0306 < 0.05, reject H0H_0: there is convincing evidence that the purchase rates differ between the two pages. Because visitors were randomly assigned, the design supports a causal conclusion about the page, though only for visitors to this site.

Two-proportion z-test (two independent groups, categorical response). p^c=0.26\hat{p}_c = 0.26, SE=0.027742SE = 0.027742, z=2.163z = 2.163, two-sided p about 0.031. Reject H0H_0, and random assignment supports a causal reading.

Problem 4

A greenhouse randomly assigns 20 basil seedlings to two feeding schedules, 10 seedlings to each, and measures height in centimeters after six weeks. Schedule A: n1=10n_1 = 10, xˉ1=24.6\bar{x}_1 = 24.6, s1=3.2s_1 = 3.2. Schedule B: n2=10n_2 = 10, xˉ2=21.0\bar{x}_2 = 21.0, s2=2.8s_2 = 2.8. Neither sample shows strong skewness or outliers.

(a) Name the procedure and justify it, including why it is not paired. (b) Compute the test statistic. (c) Bound the p-value with conservative degrees of freedom, then give the technology value. (d) Conclude at α=0.05\alpha = 0.05.

Show the worked solution
  1. (a) Structure. Two groups, a quantitative response (height), and no natural partner linking a Schedule A seedling to a Schedule B seedling; they are different plants assigned at random. Independent groups plus a quantitative response gives a two-sample t-test. Pairing would require each measurement in one group to be tied to one specific measurement in the other.

  2. (a) Hypotheses. H0H_0: μ1=μ2\mu_1 = \mu_2 against HaH_a: μ1μ2\mu_1 \ne \mu_2, where the two μ\mu values are the mean six-week heights under the two schedules.

  3. (b) Standard error. Add the variances, never the standard deviations: SE=s12n1+s22n2=3.2210+2.8210=10.2410+7.8410=1.024+0.784=1.808=1.3446SE = \sqrt{\dfrac{s_1^2}{n_1} + \dfrac{s_2^2}{n_2}} = \sqrt{\dfrac{3.2^2}{10} + \dfrac{2.8^2}{10}} = \sqrt{\dfrac{10.24}{10} + \dfrac{7.84}{10}} = \sqrt{1.024 + 0.784} = \sqrt{1.808} = 1.3446.

  4. (b) Test statistic. t=xˉ1xˉ2SE=24.621.01.3446=3.61.3446=2.677t = \dfrac{\bar{x}_1 - \bar{x}_2}{SE} = \dfrac{24.6 - 21.0}{1.3446} = \dfrac{3.6}{1.3446} = 2.677.

  5. (c) Conservative degrees of freedom. df=min(n1,n2)1=101=9df = \min(n_1, n_2) - 1 = 10 - 1 = 9. In the df=9df = 9 row, 2.677 falls between 2.262 (upper tail 0.025) and 2.821 (upper tail 0.01), so the two-sided p-value is between 0.02 and 0.05.

  6. (c) Technology degrees of freedom. A calculator reports df=17.69df = 17.69 and a two-sided p-value of about 0.016. The conservative bound is looser because fewer degrees of freedom put more area in the tails.

  7. (d) Conclusion. Either way the p-value is below 0.05, so reject H0H_0. There is convincing evidence that mean six-week height differs between the two feeding schedules, and because seedlings were randomly assigned, the schedule is a plausible cause.

Two-sample t-test (independent groups, quantitative response). SE=1.3446SE = 1.3446, t=2.677t = 2.677; conservative df=9df = 9 gives p between 0.02 and 0.05, technology df=17.69df = 17.69 gives p about 0.016. Reject H0H_0.

Problem 5

A hand-therapy clinic measures grip strength in kilograms for 8 randomly selected patients before and after a four-week program.

PatientBeforeAfter
12831
23133
32529
43436
52930
62731
73334
83034

(a) Name the procedure and justify it. (b) Compute the differences with their mean and standard deviation. (c) Test H0H_0: μd=0\mu_d = 0 against HaH_a: μd>0\mu_d > 0 at α=0.05\alpha = 0.05, then say what the design does not let you claim.

Show the worked solution
  1. (a) Structure. Each row is one patient measured twice, so the two columns are not independent; a strong patient reads high in both. Two dependent measurements on the same subjects collapse into one sample of differences, analyzed with a one-sample t procedure, which is the paired t-test.

  2. (b) Differences, after minus before: 3128=331 - 28 = 3, 3331=233 - 31 = 2, 2925=429 - 25 = 4, 3634=236 - 34 = 2, 3029=130 - 29 = 1, 3127=431 - 27 = 4, 3433=134 - 33 = 1, and 3430=434 - 30 = 4.

  3. (b) Mean difference. The differences sum to 3+2+4+2+1+4+1+4=213 + 2 + 4 + 2 + 1 + 4 + 1 + 4 = 21, so xˉd=218=2.625\bar{x}_d = \dfrac{21}{8} = 2.625 kg.

  4. (b) Standard deviation of the differences. Deviations from 2.625 are 0.375, -0.625, 1.375, -0.625, -1.625, 1.375, -1.625, and 1.375. Their squares sum to 0.140625+0.390625+1.890625+0.390625+2.640625+1.890625+2.640625+1.890625=11.8750.140625 + 0.390625 + 1.890625 + 0.390625 + 2.640625 + 1.890625 + 2.640625 + 1.890625 = 11.875, so sd=11.8757=1.6964=1.3025s_d = \sqrt{\dfrac{11.875}{7}} = \sqrt{1.6964} = 1.3025 kg.

  5. (c) Conditions. The patients were randomly selected. With only 8 differences, check them directly: 3, 2, 4, 2, 1, 4, 1, 4 show no strong skewness and no outliers, so the t procedure applies.

  6. (c) Standard error and test statistic. SE=sdn=1.30258=1.30252.8284=0.4605SE = \dfrac{s_d}{\sqrt{n}} = \dfrac{1.3025}{\sqrt{8}} = \dfrac{1.3025}{2.8284} = 0.4605, so t=2.62500.4605=5.700t = \dfrac{2.625 - 0}{0.4605} = 5.700 with df=81=7df = 8 - 1 = 7.

  7. (c) Conclusion. In the df=7df = 7 row, 5.700 is past 5.408 (upper tail 0.0005), so the one-sided p-value is under 0.0005; technology gives 0.00037. Reject H0H_0: there is convincing evidence that mean grip strength increased over the four weeks.

  8. (c) What the design does not support. There is no control group, so the increase cannot be credited to the program itself. Ordinary recovery over four weeks would produce the same pattern in these numbers.

Paired t-test (same patients measured twice). xˉd=2.625\bar{x}_d = 2.625, sd=1.3025s_d = 1.3025, SE=0.4605SE = 0.4605, t=5.700t = 5.700, df=7df = 7, one-sided p under 0.0005. Reject H0H_0; grip strength rose, but with no control group the program itself is not established as the cause.

Problem 6

A grocery chain takes one random sample of 200 shoppers at a single store and records each shopper's payment method and whether that shopper used a loyalty account.

PaymentLoyaltyNo loyaltyTotal
Card6634100
Cash182240
Mobile wallet362460
Total12080200

(a) Name the procedure and explain why a two-proportion z-test will not do. (b) Compute the statistic and the degrees of freedom. (c) Conclude at α=0.05\alpha = 0.05 and comment on how close the call is.

Show the worked solution
  1. (a) Structure. One random sample measured on two categorical variables, which calls for a chi-square test for independence. A two-proportion z-test compares exactly two proportions, and payment method has three categories, so there is no single difference to test. Chi-square handles any number of rows and columns at once.

  2. (a) Hypotheses. H0H_0: payment method and loyalty use are independent among this store's shoppers. HaH_a: payment method and loyalty use are associated.

  3. (b) Expected counts, row total×column total200\dfrac{\text{row total} \times \text{column total}}{200}. Card: 100×120200=60\dfrac{100 \times 120}{200} = 60 and 100×80200=40\dfrac{100 \times 80}{200} = 40. Cash: 40×120200=24\dfrac{40 \times 120}{200} = 24 and 40×80200=16\dfrac{40 \times 80}{200} = 16. Mobile wallet: 60×120200=36\dfrac{60 \times 120}{200} = 36 and 60×80200=24\dfrac{60 \times 80}{200} = 24. All six exceed 5.

  4. (b) Terms. Card: (6660)260=3660=0.6\dfrac{(66 - 60)^2}{60} = \dfrac{36}{60} = 0.6 and (3440)240=3640=0.9\dfrac{(34 - 40)^2}{40} = \dfrac{36}{40} = 0.9. Cash: (1824)224=3624=1.5\dfrac{(18 - 24)^2}{24} = \dfrac{36}{24} = 1.5 and (2216)216=3616=2.25\dfrac{(22 - 16)^2}{16} = \dfrac{36}{16} = 2.25. Mobile wallet: both observed counts equal their expected counts, so both terms are 0.

  5. (b) Statistic and degrees of freedom. χ2=0.6+0.9+1.5+2.25+0+0=5.25\chi^2 = 0.6 + 0.9 + 1.5 + 2.25 + 0 + 0 = 5.25, and df=(31)(21)=2df = (3 - 1)(2 - 1) = 2.

  6. (c) Conclusion. The critical value for df=2df = 2 at α=0.05\alpha = 0.05 is 5.991, and 5.25<5.9915.25 < 5.991, so fail to reject H0H_0; the p-value is about 0.072. There is not convincing evidence that payment method and loyalty use are associated at this store.

  7. (c) How close the call is. A p-value of 0.072 misses the 0.05 line by very little, and most of the statistic (3.75 of 5.25) comes from the cash row, where fewer shoppers used loyalty than independence predicts, and the rest (1.5) from the card row, where more did. That pattern argues for collecting more data rather than declaring the two variables unrelated.

Chi-square test for independence (one sample, two categorical variables, three payment categories). χ2=5.25\chi^2 = 5.25, df=2df = 2; since 5.25<5.9915.25 < 5.991 (p about 0.072), fail to reject H0H_0.

Problem 7

A sensor manufacturer's spec sheet claims that no more than 8% of shipped units fail a calibration check. An independent lab pulls a random sample of 300 units from a shipment of 12,000 and finds 33 failures.

(a) Name the procedure and explain which proportion belongs in the standard error. (b) State the hypotheses and check the conditions. (c) Compute the test statistic and the p-value. (d) Conclude at α=0.05\alpha = 0.05.

Show the worked solution
  1. (a) Structure. One sample, a categorical response (fails or passes), and a claimed value of 0.08 to test against, so this is a one-proportion z-test.

  2. (a) Which proportion goes in the standard error. In a test the null value p0p_0 goes in the standard error, p0(1p0)n\sqrt{\dfrac{p_0(1 - p_0)}{n}}, because the whole calculation is carried out assuming H0H_0 is true. Only a confidence interval uses p^\hat{p} there, which is why an interval and a test on the same data have slightly different standard errors.

  3. (b) Hypotheses. H0H_0: p=0.08p = 0.08 against HaH_a: p>0.08p > 0.08, where pp is the true failure rate in the shipment. The alternative is one-sided because the lab is checking only whether the failure rate exceeds the claim.

  4. (b) Conditions. Random sample: stated. 10%: 3000.10×12000=1200300 \le 0.10 \times 12000 = 1200. Large counts under H0H_0: np0=300×0.08=24np_0 = 300 \times 0.08 = 24 and n(1p0)=300×0.92=276n(1 - p_0) = 300 \times 0.92 = 276, both at least 10.

  5. (c) Sample proportion and standard error. p^=33300=0.11\hat{p} = \dfrac{33}{300} = 0.11, and SE=0.08×0.92300=0.0736300=0.00024533=0.015663SE = \sqrt{\dfrac{0.08 \times 0.92}{300}} = \sqrt{\dfrac{0.0736}{300}} = \sqrt{0.00024533} = 0.015663.

  6. (c) Test statistic and p-value. z=p^p0SE=0.110.080.015663=0.030.015663=1.915z = \dfrac{\hat{p} - p_0}{SE} = \dfrac{0.11 - 0.08}{0.015663} = \dfrac{0.03}{0.015663} = 1.915. The one-sided p-value is P(Z>1.915)=0.0277P(Z > 1.915) = 0.0277.

  7. (d) Conclusion. Since 0.0277<0.050.0277 < 0.05, reject H0H_0. There is convincing evidence that more than 8% of units in this shipment fail the calibration check.

One-proportion z-test (one sample, categorical, claimed value). Use p0=0.08p_0 = 0.08 in the standard error: SE=0.015663SE = 0.015663. With p^=0.11\hat{p} = 0.11, z=1.915z = 1.915 and the one-sided p-value is 0.0277, so reject H0H_0.

Problem 8

A cycling club tests two tire compounds. Each of 8 riders rides the same 15 km course twice, once on each compound, with the order randomized. The times come back in minutes as two columns.

RiderTire ATire B
142.141.3
238.638.0
345.044.6
440.239.4
543.543.1
639.839.6
741.740.5
844.343.9

A club member sees two columns of 8 numbers, runs a two-sample t-test, and gets t=0.518t = 0.518 with a p-value near 0.62. (a) Explain why that procedure is wrong here. (b) Run the correct test at α=0.05\alpha = 0.05. (c) Explain why the two answers land so far apart.

Show the worked solution
  1. (a) Why the two-sample test fails. Equal sample sizes and two columns look like two independent groups, but each row is the same rider on the same course, so the two columns move together. A two-sample t procedure requires the two samples to be independent, and pairing breaks that. The correct analysis subtracts within each row and runs a one-sample t on the 8 differences.

  2. (b) Differences, Tire A minus Tire B: 42.141.3=0.842.1 - 41.3 = 0.8, 38.638.0=0.638.6 - 38.0 = 0.6, 45.044.6=0.445.0 - 44.6 = 0.4, 40.239.4=0.840.2 - 39.4 = 0.8, 43.543.1=0.443.5 - 43.1 = 0.4, 39.839.6=0.239.8 - 39.6 = 0.2, 41.740.5=1.241.7 - 40.5 = 1.2, and 44.343.9=0.444.3 - 43.9 = 0.4.

  3. (b) Mean difference. They sum to 0.8+0.6+0.4+0.8+0.4+0.2+1.2+0.4=4.80.8 + 0.6 + 0.4 + 0.8 + 0.4 + 0.2 + 1.2 + 0.4 = 4.8, so xˉd=4.88=0.6\bar{x}_d = \dfrac{4.8}{8} = 0.6 minutes.

  4. (b) Standard deviation of the differences. Deviations from 0.6 are 0.2, 0, -0.2, 0.2, -0.2, -0.4, 0.6, and -0.2, and their squares sum to 0.04+0+0.04+0.04+0.04+0.16+0.36+0.04=0.720.04 + 0 + 0.04 + 0.04 + 0.04 + 0.16 + 0.36 + 0.04 = 0.72. So sd=0.727=0.102857=0.3207s_d = \sqrt{\dfrac{0.72}{7}} = \sqrt{0.102857} = 0.3207 minutes.

  5. (b) Hypotheses and conditions. H0H_0: μd=0\mu_d = 0 against HaH_a: μd0\mu_d \ne 0, where μd\mu_d is the mean of (Tire A time) minus (Tire B time) for riders like these. The order of the two rides was randomized, and the 8 differences show no strong skewness and no outliers.

  6. (b) Test statistic. SE=sdn=0.32078=0.32072.8284=0.1134SE = \dfrac{s_d}{\sqrt{n}} = \dfrac{0.3207}{\sqrt{8}} = \dfrac{0.3207}{2.8284} = 0.1134, so t=0.60.1134=5.291t = \dfrac{0.6}{0.1134} = 5.291 with df=7df = 7.

  7. (b) p-value and conclusion. In the df=7df = 7 row, 5.291 falls between 4.785 (upper tail 0.001) and 5.408 (upper tail 0.0005), so the two-sided p-value is between 0.001 and 0.002; technology gives 0.0011. Reject H0H_0: there is convincing evidence that mean course time differs between the two compounds, with Tire B faster by about 0.6 minutes on average.

  8. (c) Why the answers differ. Rider-to-rider variation is large, with times running from about 38 to 45 minutes, while the tire effect is a steady 0.2 to 1.2 minutes in the same direction for every rider. The two-sample standard error of 1.158 is built out of that rider variation and swamps the effect, while pairing subtracts each rider out and leaves a standard error of 0.1134, about ten times smaller.

Paired t-test on the 8 differences: xˉd=0.6\bar{x}_d = 0.6, sd=0.3207s_d = 0.3207, SE=0.1134SE = 0.1134, t=5.291t = 5.291, df=7df = 7, two-sided p between 0.001 and 0.002 (about 0.0011), so reject H0H_0. The two-sample test fails because it keeps the rider-to-rider variation that pairing removes.