Problem 1 — Compute and Check Conditions (Variants 0–2)
- Variant 0 (budget app survey, n = 400, x = 148): (a)
. (b) ✓; ✓ — z-interval valid. - Variant 1 (composting survey, n = 250, x = 75): (a)
. (b) ✓; ✓. - Variant 2 (clinical trial, n = 40, x = 18): (a)
. (b) ✓; ✓.
Common mistake: writing
Problem 2 — Standard Error and CI Endpoints (Variants 0–2)
- Variant 0 (
, n = 400, 95%): , → CI . - Variant 1 (
, n = 250, 90%): , → CI . - Variant 2 (
, n = 40, 99%): , → CI . Note how wide this is — small n (40) with high confidence (99%) spans over 40 percentage points.
Common mistakes: (1) using
Problem 3 — Interpretation (n = 500, x = 310, 95% CI = (0.577, 0.663))
Correct answer: “We are 95% confident that the true proportion of adults who support stricter labelling lies between 57.7% and 66.3%.”
Why the other options are wrong:
- Option A (“95% probability that p is in this interval”) treats the fixed parameter p as random.
- Option C (“95% of the 500 adults”) confuses sample members with the parameter.
- Option D (“future sample proportions fall in this range”) describes the sampling distribution of
, not a CI for p.
Problem 4 — Sample Size (vaccination coverage, E = 0.03, 95%, )
(a) Use
(b)
Common mistakes: (1) using