A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

One-Sample Z-Test for Means

College Depth 101 in the knowledge graph I know this Set as goal
303topics build on this
514prerequisites beneath it
See this on the map →
Hypothesis Testing FundamentalsStandard Normal Distribution and Z-Score Standardization+5 moreOne-Sample and Two-Sample T-Tests
z-test one-sample test-statistic known-variance hypothesis-testing

Core Idea

The one-sample z-test assesses whether a sample mean x̄ differs significantly from a hypothesized population mean μ₀, when the population standard deviation σ is known. The test statistic z = (x̄ − μ₀) / (σ/√n) follows a standard normal distribution under H₀, by the central limit theorem. The z-test is rarely applicable in practice (σ is almost never known) but provides the theoretical foundation for the more practical t-test.

How It's Best Learned

Work through complete examples: state H₀ and Hₐ, compute z, find the p-value from the z-table, state the conclusion in context. Practice both one-tailed and two-tailed tests. Explicitly note that the z-test assumes σ is known — ask students why this is unrealistic.

Common Misconceptions

Explainer

From hypothesis testing fundamentals you already know the setup: you have a null hypothesis H₀ (some claim about a population parameter) and an alternative Hₐ (what you believe might be true instead), and you need a procedure for deciding whether your data are surprising enough under H₀ to reject it. The one-sample z-test is the cleanest instantiation of that procedure for population means, because the math falls out in a single, interpretable formula.

The core move is standardization. You know from z-scores that any normal random variable X with mean μ and standard deviation σ can be transformed to a standard normal by computing (X − μ)/σ. The sample mean x̄ from a sample of size n is itself a random variable — it has mean μ (assuming H₀ is true) and standard deviation σ/√n, which is called the standard error. The standard error is smaller than σ because averaging over n observations reduces the spread: the more data you collect, the more precisely x̄ estimates μ. By the central limit theorem, x̄ is approximately normally distributed for large n regardless of the shape of the population. This is what justifies using the normal distribution to evaluate the test.

Substituting x̄ into the standardization formula gives the test statistic: z = (x̄ − μ₀) / (σ/√n). Here μ₀ is the hypothesized mean from H₀. Under H₀ this statistic follows a standard normal distribution, so large |z| values indicate that x̄ is far from μ₀ in units of standard errors — suspicious evidence against H₀. The p-value you already know is then just the probability of observing |z| this extreme or more under the standard normal, which you read from the z-table.

The practical limitation is equally important to understand: σ is virtually never known in real research. You know the sample standard deviation s, not the population σ. When you substitute s for σ, the resulting statistic no longer follows a standard normal — it follows a t-distribution, which has heavier tails to account for the extra uncertainty. The z-test is therefore mostly theoretical scaffolding: it reveals the logic clearly (standardize, compare to reference distribution, compute p-value), and that logic carries over without change to the t-test you study next. Think of the z-test as the idealized version of the procedure, made concrete before the complication of unknown σ is introduced.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for Means

Longest path: 102 steps · 514 total prerequisite topics

Prerequisites (7)

Leads To (1)