Normal Distribution Calculator
Calculate probabilities, percentiles, and values for the standard normal distribution. Find P(X < x), P(a < X < b), and z-scores for any normal distribution using the bell curve.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Normal Distribution Calculator | — | P(X < x) = Φ((x-μ)/σ) | probability 0-1 |
Step-by-Step Examples
Scores: Normal(70, 10). What fraction score above 85?
- z = (85-70)/10 = 1.50
- P(X > 85) = 1 - Φ(1.50) = 1 - 0.9332 = 0.0668
- 6.68% of students score above 85
Heights: Normal(170, 8) cm. Fraction between 162 and 178?
- z1 = (162-170)/8 = -1.00 → Φ(-1) = 0.1587
- z2 = (178-170)/8 = 1.00 → Φ(1) = 0.8413
- P(162 < X < 178) = 0.8413 - 0.1587 = 0.6827
- The famous 68% rule: μ ± 1σ contains 68.27%
What score is at the 95th percentile? Normal(70,10).
- 95th percentile: z = 1.645
- x = μ + z×σ = 70 + 1.645×10 = 86.45
- 95% of students score below 86.45
Real-World Applications
Common Mistakes to Avoid
Many phenomena are NOT normally distributed (income is right-skewed, wait times are exponential). Check normality with histograms or normality tests before assuming normal.
Always standardize: z = (x - μ)/σ before looking up probabilities. Look up z, not raw x values, in the standard normal table.
P(X > x) = 1 - P(X < x). P(X = x) = 0 for continuous distributions (exact probability of any single value is zero).
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.