Math Lab

Mean, Variance, SD of Five Numbers

Statistics · Class XI

Set five data values; mean, variance and standard deviation update instantly.

2
type a value
-1010
4
type a value
-1010
4
type a value
-1010
4
type a value
-1010
Live values
  • Mean3.5
  • Variance0.75
  • Standard deviation0.866
Live readout
Mean3.5
Variance0.75
Standard deviation0.866
x₁2
x₂4
x₃4
x₄4

Formulas in this lab

  • Mean
    xˉ=(x1+x2+x3+x4)/4\bar x = (x_1 + x_2 + x_3 + x_4)/4
  • Variance
    σ2=14(xixˉ)2\sigma^2 = \tfrac{1}{4}\sum (x_i - \bar x)^2
  • Standard deviation
    σ\sigma
Tip: Identical values give variance 0 , try x₁ = x₂ = x₃ = x₄.

Frequently asked questions

What are mean, variance and standard deviation?

Mean $\bar{x}$ is the average of values. Variance $\sigma^2 = \frac{1}{n}\sum(x_i - \bar{x})^2$ measures spread around the mean. Standard deviation $\sigma = \sqrt{\sigma^2}$ brings spread back to the original units. Larger $\sigma$ means more scattered data.

How do I use the mean-variance lab?

Slide four values $x_1, x_2, x_3, x_4$. The lab returns mean, variance and standard deviation live. Set all four equal: variance is $0$ — no spread. Spread them out and watch $\sigma$ grow.

Where does standard deviation appear in real life?

Cricket bowler economy rates: two bowlers with mean of $5$ runs/over can have very different consistency, captured by $\sigma$. Investment risk, board exam mark distributions, and rainfall variability across Indian monsoon months all use $\sigma$ to quantify how reliable an average is.

Common board exam mistake: why divide by $n$ not $n-1$?

Class XI uses the population formula $\frac{1}{n}\sum(x_i - \bar x)^2$. Class XII statistics and some software use the sample formula $\frac{1}{n-1}\sum(x_i - \bar x)^2$ (Bessel's correction). For board exams stick with $n$ unless the question explicitly says sample variance.