Problem 1 — Setting Up Hypotheses and Computing z (Variants 0–2)
Variant 0 (bottling plant, \( \mu_0 = 750 \) mL, \( \sigma = 8 \) mL, \( n = 64 \), \( \bar{x} = 747.5 \) mL):
- (a) Correct hypotheses: \( H_0: \mu = 750 \); \( H_a: \mu \neq 750 \) (two-tailed). The auditor has no prior directional suspicion — any deviation from 750 mL matters.
- (b) \( \text{SE} = 8/\sqrt{64} = 8/8 = 1 \) mL. \( z = (747.5 - 750)/1 = -2.50 \).
Variant 1 (delivery company, \( \mu_0 = 3.0 \) days, \( \sigma = 0.6 \) days, \( n = 36 \), \( \bar{x} = 3.2 \) days):
- (a) \( H_0: \mu = 3.0 \); \( H_a: \mu \neq 3.0 \) (two-tailed). The watchdog group is checking whether delivery times differ in any direction.
- (b) \( \text{SE} = 0.6/\sqrt{36} = 0.6/6 = 0.1 \) days. \( z = (3.2 - 3.0)/0.1 = 2.00 \).
Variant 2 (bag fill, \( \mu_0 = 1000 \) g, \( \sigma = 15 \) g, \( n = 100 \), \( \bar{x} = 1003 \) g):
- (a) \( H_0: \mu = 1000 \); \( H_a: \mu \neq 1000 \) (two-tailed). No directional reason to test only for overfill.
- (b) \( \text{SE} = 15/\sqrt{100} = 15/10 = 1.5 \) g. \( z = (1003 - 1000)/1.5 = 3/1.5 = 2.00 \).
Common mistakes: (1) Writing hypotheses in terms of \( \bar{x} \) instead of the population parameter \( \mu \). (2) Forgetting to divide \( \sigma \) by \( \sqrt{n} \) when computing SE — using \( \sigma \) directly as the denominator of z. (3) Reversing \( H_0 \) and \( H_a \) (H₀ always uses "=").
Problem 2 — p-value and Decision (Variants 0–2)
Variant 0 (\( z = -2.50 \), two-tailed, \( \alpha = 0.05 \)):
- (a) From the z-table: \( \Phi(2.50) = 0.9938 \), so one-tail area \( = 1 - 0.9938 = 0.0062 \). Two-tailed: \( p = 2 \times 0.0062 = 0.0124 \).
- (b) \( p = 0.0124 < \alpha = 0.05 \). We reject \( H_0 \). There is sufficient evidence to conclude the mean fill is not 750 mL.
Variant 1 (\( z = 2.00 \), two-tailed, \( \alpha = 0.05 \)):
- (a) \( \Phi(2.00) = 0.9772 \); one-tail \( = 0.0228 \). Two-tailed: \( p = 2 \times 0.0228 = 0.0456 \).
- (b) \( p = 0.0456 < 0.05 \). We reject \( H_0 \). There is sufficient evidence the mean delivery time differs from 3.0 days.
Variant 2 (\( z = 2.00 \), two-tailed, \( \alpha = 0.01 \)):
- (a) Same z-table lookup: \( p = 2(1 - \Phi(2.00)) = 2(0.0228) = 0.0456 \).
- (b) \( p = 0.0456 > \alpha = 0.01 \). We fail to reject \( H_0 \). There is insufficient evidence to conclude the mean fill differs from 1000 g at the 1% level. Note: this is the same z = 2.00 as Variant 1, but a stricter \( \alpha \) changes the decision.
Common mistakes: (1) Reading the one-tail area and forgetting to multiply by 2 for a two-tailed test. (2) Writing "accept \( H_0 \)" — the correct language is "fail to reject \( H_0 \)." (3) Comparing \( z \) to \( \alpha \) instead of comparing \( p \) to \( \alpha \). (4) Concluding that a negative \( z \) automatically means rejection.
Problem 3 — Choosing the Test Form (Traffic Speed)
Correct answer: Right-tailed test. \( H_0: \mu = 110 \); \( H_a: \mu > 110 \) km/h.
Justification: The traffic planner's concern is specifically whether speeds have increased beyond 110 km/h — a directional question. The test form must be chosen from the research question before examining the data. A two-tailed test would waste power by including evidence of speeds below 110 km/h, which is irrelevant to the planner's concern. A left-tailed test would look in exactly the wrong direction.
Common mistake: Choosing "two-tailed because the sample could go either way." The test type is determined by the research question, not by what the data might show. Choosing the direction after seeing the data is data snooping — it inflates the true Type I error rate.
Problem 4 — Classifying Errors (Drug Trial)
Correct answer: Type II error — the company failed to reject a false null hypothesis.
Justification: The true mean recovery time is 11 days, so \( H_0: \mu = 14 \) is false. The company's test failed to detect this. By definition, failing to reject a false null is a Type II error (\( \beta \)). This is not a Type I error (which requires rejecting a true null). Note also: the company "failed to reject" — never "accepted" — \( H_0 \).
Common mistakes: (1) Confusing which error is which — Type I = false alarm (reject true \( H_0 \)); Type II = missed signal (fail to reject false \( H_0 \)). (2) Saying "no error occurred because they followed the rule" — the rule can still produce an error. (3) Writing "accepted \( H_0 \)" — always "failed to reject."