Skip to main content
Pearson+ LogoPearson+ Logo
All Calculators & ConvertersAll calculators

Central Limit Theorem Calculator

Explore the Central Limit Theorem (CLT) and solve real problems about the sample mean. Enter the population mean μ, population standard deviation σ (known), and sample size n — then compute the standard error, z-scores, and probabilities like P(X̄ ≤ x) with clean steps + a mini visual.

Background

The CLT says that when you take many random samples of size n, the distribution of the sample mean becomes approximately normal as n grows — even if the original population is skewed. For the sample mean: μ = μ and σ = σ / √n (called the standard error).

Enter values

Tip: If the population is very skewed, you usually want a larger n for a great normal approximation.

This calculator assumes σ is known (CLT / normal model for ). If you only have sample s, that’s typically a t-distribution workflow.

Bigger n → smaller standard error σ/√n.

Quick adjust: 30

This does not change the math (CLT formulas still use μ, σ, n). It’s just to help students “see” the idea.

Options

Rounding affects display only.

Chips prefill a scenario and calculate immediately.

Result

No results yet. Enter values and click Calculate.

How to use this calculator

  • Enter μ, σ (known), and n.
  • Choose Understand CLT to watch the sampling distribution tighten as n grows.
  • Choose Solve a probability to compute left tail, right tail, between, or outside probabilities for .
  • Turn on step-by-step if you want the z-score math shown.
  • Choose Solve for x (quantile) to find the cutoff value x from a target probability p (inverse normal).

How this calculator works

  • Sampling distribution mean: μ = μ
  • Standard error: σ = σ/√n
  • Convert values to z-scores: z = (x-μ)/(σ/√n)
  • Use the standard normal CDF to find probabilities.

Formula & Equation Used

Standard error: SE = σ/√n

z-score for : z = (x-μ)/SE

Example Problem & Step-by-Step Solution

Example 1 — Probability for the sample mean

A population has μ = 50 and σ = 10. For samples of size n = 30, find P(X̄ ≤ 54).

  1. Compute standard error: SE = 10/√30 ≈ 1.826.
  2. Compute z: z = (54-50)/1.826 ≈ 2.19.
  3. Probability: P(X̄ ≤ 54) = Φ(2.19).

Example 2 — Between probability

A population has μ = 100 and σ = 15. For samples of size n = 36, find P(97 ≤ X̄ ≤ 103).

  1. Standard error: SE = 15/√36 = 2.5.
  2. z-scores: z(97) = (97-100)/2.5 = -1.2, z(103) = (103-100)/2.5 = 1.2.
  3. Probability: P = Φ(1.2) - Φ(-1.2).

Example 3 — Solve for x (quantile / inverse normal)

A population has μ = 50, σ = 10, and n = 30. Find x such that P(X̄ ≤ x) = 0.95.

  1. Standard error: SE = 10/√30 ≈ 1.826.
  2. Find z for 0.95: z = Φ-1(0.95) ≈ 1.645.
  3. Convert back to x: x = μ + z·SE ≈ 50 + 1.645(1.826) ≈ 53.00.

Frequently Asked Questions

Q: Does the population have to be normal?

No. CLT says becomes approximately normal as n increases — even if the population is skewed. If the population is extremely skewed or heavy-tailed, you usually need a larger n.

Q: Why does bigger n make things “tighter”?

Because the standard error is σ/√n. As n grows, you divide by a bigger number, so the spread of shrinks.

Q: How do I find x when the problem gives a probability like P(X̄ ≤ x) = 0.95?

Use Solve for x (quantile). The calculator finds the z-value with the inverse normal (z = Φ-1(p)) and then converts back using x = μ + z·(σ/√n).