Mathematical Methods · sample proportions · manipulative
Rule of thumb: need np and n(1−p) both decently large. Extreme p or tiny n → z stays skewed, and p̂ = 0/1 trials are skipped (SE = 0).
Population — Bernoulli(p)
Standardised proportions z = (p̂ − p)/√(p̂(1−p̂)/n)
Draw samples — each contributes one z below
Changing n recomputes every stored sample’s z from its raw 0/1 draws.
Working