A test of uses . Which condition fails?
- Sample
- (correct answer)
Explanation: For a one-proportion z test, both np0 and n(1-p0) must be at least 10. Here 80 times 0.08 = 6.4, so np0 >= 10 fails. The other side is 80 times 0.92 = 73.6, which passes. The tempting mistake is checking n(1-p0) or the sample size, but those conditions are satisfied; the expected successes are too few.