Rule of thumb: Put the claim you want to support strongly into H₁.
🧪 Propellant Example – One-Sided Test
H₀: μ = 50 cm/sec
H₁: μ < 50 cm/sec (concern is with underperformance)
Sample mean (x̄): 48.5
n = 10, σ = 2.5 → SE = 0.79
z = (48.5 - 50) / 0.79 = -1.90
Critical z (α = 0.05, left-tailed) = -1.645
Since -1.90 < -1.645 → Reject H₀. There is evidence that the mean is less than 50.
📝 Practice Question – Show Answer
A machine is calibrated to produce pins of length 10.0 mm. You suspect the machine is producing pins shorter than specified. A sample of 25 pins has a mean of 9.8 mm, σ = 0.4 mm. Test at α = 0.05.
H₀: μ = 10.0 H₁: μ < 10.0 (left-tailed test)
SE = 0.4 / √25 = 0.08
z = (9.8 - 10) / 0.08 = -2.5
Critical z = -1.645 → -2.5 < -1.645 → Reject H₀. The machine is producing pins shorter than 10.0 mm.