Mathwords logoMathwords

Mu (μ) — Greek Letter Meaning & Uses in Math

Mu (μ) is the Greek letter used in mathematics and statistics to represent the population mean — the true average of every value in an entire population, as opposed to a sample average.

In inferential statistics, μ denotes the expected value (first moment) of a probability distribution or, equivalently, the arithmetic mean of a finite population of size NN: μ=1Ni=1Nxi\mu = \frac{1}{N}\sum_{i=1}^{N} x_i. Because μ is a fixed parameter rather than a computed statistic, it is typically unknown and must be estimated from sample data.

Key Formula

μ=1Ni=1Nxi\mu = \frac{1}{N}\sum_{i=1}^{N} x_i
Where:
  • μ\mu = Population mean
  • NN = Total number of individuals in the population
  • xix_i = Value of the i-th individual in the population

How It Works

Whenever you see μ in a statistics formula, it refers to the average you would get if you could measure every single member of a population. In practice, collecting data from an entire population is usually impossible, so you draw a sample and compute the sample mean xˉ\bar{x} as an estimate of μ. Hypothesis tests and confidence intervals are built around this idea: you use xˉ\bar{x} and the standard error to make claims about where μ likely falls. Outside of statistics, μ also appears in physics (coefficient of friction, micro- prefix for 10610^{-6}), but in an AP Statistics context it almost always means the population mean.

Worked Example

Problem: A small town has exactly 5 households. Their annual incomes (in thousands of dollars) are 40, 50, 55, 60, and 95. Find the population mean income μ.
Step 1: Identify the population size and list every value.
N=5,x1=40,  x2=50,  x3=55,  x4=60,  x5=95N = 5, \quad x_1 = 40,\; x_2 = 50,\; x_3 = 55,\; x_4 = 60,\; x_5 = 95
Step 2: Sum all values.
xi=40+50+55+60+95=300\sum x_i = 40 + 50 + 55 + 60 + 95 = 300
Step 3: Divide the sum by N to get μ.
μ=3005=60\mu = \frac{300}{5} = 60
Answer: The population mean income is μ = $60 thousand (i.e., $60,000).

Another Example

Problem: A researcher cannot survey every household, so she randomly samples 3 of the 5 households and gets incomes of 40, 55, and 95 (in thousands). Calculate the sample mean x̄ and explain its relationship to μ.
Step 1: Compute the sample mean using n = 3.
xˉ=40+55+953=190363.3\bar{x} = \frac{40 + 55 + 95}{3} = \frac{190}{3} \approx 63.3
Step 2: Compare to the known population mean.
xˉ63.360=μ\bar{x} \approx 63.3 \neq 60 = \mu
Step 3: Note that x̄ is an unbiased estimator of μ, meaning that across all possible samples, the average of all sample means equals μ — even though any single sample mean may differ from μ.
Answer: The sample mean x̄ ≈ 63.3 thousand is close to, but not equal to, μ = 60 thousand. This sampling variability is exactly what confidence intervals and hypothesis tests account for.

Why It Matters

Every hypothesis test you encounter in AP Statistics — whether a one-sample z-test, t-test, or paired-t procedure — revolves around making a claim about μ. Understanding that μ is the target you are estimating helps you interpret p-values, confidence intervals, and margin of error correctly. Beyond coursework, fields from epidemiology to quality engineering rely on estimating μ to make data-driven decisions.

Common Mistakes

Mistake: Using μ and x̄ interchangeably.
Correction: μ is the fixed (usually unknown) population mean; x̄ is the sample mean that estimates μ. Swapping them in formulas — for example, plugging x̄ into the z-score formula where μ belongs — leads to incorrect results.
Mistake: Dividing by n − 1 when computing a population mean.
Correction: The n − 1 (Bessel's correction) applies to the sample variance s², not to the population mean. When you have data for the entire population, divide the sum by N.