Introduction
Variance and Standard Deviation (SD) are key measures of how much data values deviate from their mean. While the mean tells you the central value, the variance and standard deviation show how spread out the data is around that mean.
This pattern is important because it forms the foundation for almost every topic in data analysis, statistics, and aptitude questions on consistency, reliability, or risk.
Pattern: Variance and Standard Deviation Formula (Direct Method)
Pattern
The key concept: Variance measures the average squared deviation from the mean, and Standard Deviation is the square root of the variance.
Formulas:
Variance (σ²) = [ Σ (x - x̄)² ] ÷ n
Standard Deviation (σ) = √(Variance) = √([ Σ (x - x̄)² ] ÷ n)
Step-by-Step Example
Question
Find the variance and standard deviation for the numbers 5, 7, and 9.
Solution
-
Step 1: Identify the given data
Data: 5, 7, 9
Number of items (n) = 3 -
Step 2: Calculate the mean (x̄)
Mean (x̄) = (5 + 7 + 9) ÷ 3 = 21 ÷ 3 = 7
-
Step 3: Find each deviation (x - x̄) and its square
Deviation and Square Calculation Value (x) Deviation (x - 7) (x - 7)² 5 -2 4 7 0 0 9 +2 4 -
Step 4: Apply the formula for variance
Variance (σ²) = (4 + 0 + 4) ÷ 3 = 8 ÷ 3 = 2.67
-
Step 5: Find the standard deviation
Standard Deviation (σ) = √(2.67) ≈ 1.63
-
Final Answer:
Variance = 2.67
Standard Deviation = 1.63 -
Quick Check:
If all numbers are close to the mean (7), SD will be small (≈1.6) ✅
Quick Variations
1. For larger datasets, use the same formula with more observations.
2. If data has frequencies, multiply each (x - mean)² by its frequency before summing.
3. For equally spaced values, use pattern shortcuts to compute variance and SD faster.
Trick to Always Use
- Step 1: Calculate the mean - it’s the base for all deviation calculations.
- Step 2: Find each deviation (x - mean), square it, and sum them up.
- Step 3: Divide the total of squared deviations by the number of items to get variance.
- Step 4: Take the square root of variance to find the standard deviation.
Summary
Summary
In the Variance and Standard Deviation (Direct Method) pattern:
- Variance = average of squared deviations from the mean.
- Standard Deviation = square root of the variance.
- Smaller SD → data are closely packed; larger SD → data are more spread out.
- Always calculate the mean first, then deviations.
- In aptitude questions, a smaller SD indicates more consistency or stability in data.
