Variance Calculation Practice Questions with Answers
Concept Explanation
Variance calculation is a statistical process used to measure the spread or dispersion of a set of data points around their arithmetic mean. In essence, it tells you how much the numbers in a data set vary from the average value. A variance of zero indicates that all values are identical, while a higher variance suggests that the data points are spread widely across a larger range. When performing a variance calculation, you are essentially finding the average of the squared differences from the Mean.
There are two primary types of variance: population variance and sample variance. Population variance (denoted as σ²) is used when you have data for every member of a group. Sample variance (denoted as s²) is used when you are estimating the variance of a population based on a smaller subset of that group. The key difference lies in the denominator of the formula: population variance divides by the total number of observations (N), while sample variance divides by N-1, a correction known as Bessel's correction which helps provide an unbiased estimate. For more practice with mathematical and scientific concepts, you might also be interested in our easy hybridization practice questions.
The steps for a standard variance calculation involve finding the mean, subtracting the mean from each data point, squaring those results, and then averaging those squares. This methodology is foundational in fields ranging from finance to statistical analysis and even chemistry, where precision in measurements is vital. For instance, understanding data spread is as critical as mastering naming organic compounds when evaluating experimental results.
Solved Examples
Review these step-by-step solutions to master the mechanics of variance calculation before attempting the practice set.
Example 1: Calculating Population Variance
Find the population variance for the data set: 4, 8, 6, 10.
-
Calculate the mean (μ): (4 + 8 + 6 + 10) / 4 = 28 / 4 = 7.
-
Subtract the mean from each value and square the result:
(4-7)² = 9
(8-7)² = 1
(6-7)² = 1
(10-7)² = 9 -
Sum the squared differences: 9 + 1 + 1 + 9 = 20.
-
Divide by N (4): 20 / 4 = 5. The population variance is 5.
Example 2: Calculating Sample Variance
A scientist takes a sample of 5 chemical reaction times (in seconds): 12, 15, 13, 14, 11. Calculate the sample variance.
-
Calculate the sample mean (x̄): (12 + 15 + 13 + 14 + 11) / 5 = 65 / 5 = 13.
-
Subtract the mean from each value and square the result:
(12-13)² = 1
(15-13)² = 4
(13-13)² = 0
(14-13)² = 1
(11-13)² = 4 -
Sum the squared differences: 1 + 4 + 0 + 1 + 4 = 10.
-
Divide by n-1 (5-1 = 4): 10 / 4 = 2.5. The sample variance is 2.5.
Example 3: Variance with Negative Numbers
Calculate the population variance for the values: -2, 0, 2.
-
Calculate the mean: (-2 + 0 + 2) / 3 = 0.
-
Square the deviations: (-2-0)² = 4; (0-0)² = 0; (2-0)² = 4.
-
Sum the squares: 4 + 0 + 4 = 8.
-
Divide by N (3): 8 / 3 ≈ 2.67.
Practice Questions
1. A small business tracks the number of daily sales over five days: 10, 12, 10, 14, 9. Calculate the population variance for this data set.
2. A biology student measures the heights of 4 plants in a sample: 5cm, 7cm, 3cm, and 5cm. What is the sample variance of their heights?
3. Calculate the population variance for the following set of exam scores: 85, 90, 95.
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →4. A sample of 6 test tubes contains the following volumes (mL): 20, 22, 21, 19, 20, 18. Determine the sample variance.
5. Find the population variance for the set of values: 100, 200, 300, 400, 500.
6. If a data set consists of the values {5, 5, 5, 5, 5}, what is its population variance?
7. A sample of 3 items has values of 10, 20, and 30. Calculate the sample variance.
8. Calculate the population variance for the following four temperatures: -5, -1, 1, 5.
9. A dataset has a mean of 50 and a sum of squared deviations from the mean equal to 200. If there are 10 observations in the population, what is the variance?
10. You are given a sample of 4 values: 2, 4, 6, 8. What is the sample variance? (Hint: See medium polarity determination for logic-based problem solving).
Answers & Explanations
1. Answer: 3.2
Mean = (10+12+10+14+9)/5 = 11. Squared deviations: (10-11)²=1, (12-11)²=1, (10-11)²=1, (14-11)²=9, (9-11)²=4. Sum = 16. Population variance = 16/5 = 3.2.
2. Answer: 2.67
Mean = (5+7+3+5)/4 = 5. Squared deviations: (5-5)²=0, (7-5)²=4, (3-5)²=4, (5-5)²=0. Sum = 8. Sample variance = 8/(4-1) = 8/3 ≈ 2.67.
3. Answer: 16.67
Mean = (85+90+95)/3 = 90. Squared deviations: (85-90)²=25, (90-90)²=0, (95-90)²=25. Sum = 50. Population variance = 50/3 ≈ 16.67.
4. Answer: 2.0
Mean = (20+22+21+19+20+18)/6 = 20. Squared deviations: 0, 4, 1, 1, 0, 4. Sum = 10. Sample variance = 10/(6-1) = 10/5 = 2.0.
5. Answer: 20,000
Mean = 300. Squared deviations: (100-300)²=40000, (200-300)²=10000, (300-300)²=0, (400-300)²=10000, (500-300)²=40000. Sum = 100,000. Population variance = 100,000/5 = 20,000.
6. Answer: 0
If all values are identical, the mean is equal to every value. Each deviation is 0, so the sum of squares is 0, and the variance is 0.
7. Answer: 100
Mean = (10+20+30)/3 = 20. Squared deviations: (10-20)²=100, (20-20)²=0, (30-20)²=100. Sum = 200. Sample variance = 200/(3-1) = 100.
8. Answer: 13
Mean = (-5-1+1+5)/4 = 0. Squared deviations: (-5)²=25, (-1)²=1, (1)²=1, (5)²=25. Sum = 52. Population variance = 52/4 = 13.
9. Answer: 20
The sum of squared deviations is given as 200. For a population of 10, variance = 200 / 10 = 20.
10. Answer: 6.67
Mean = (2+4+6+8)/4 = 5. Squared deviations: (2-5)²=9, (4-5)²=1, (6-5)²=1, (8-5)²=9. Sum = 20. Sample variance = 20/(4-1) = 20/3 ≈ 6.67.
Quick Quiz
1. Which formula is used to calculate sample variance?
- A Σ(x - μ)² / N
- B Σ(x - x̄)² / (n - 1)
- C Σ(x - μ) / N
- D √[Σ(x - x̄)² / n]
Check answer
Answer: B. Σ(x - x̄)² / (n - 1)
2. If the population variance of a dataset is 25, what is the standard deviation?
- A 5
- B 12.5
- C 50
- D 625
Check answer
Answer: A. 5
3. What happens to the variance if you add a constant value (e.g., +10) to every number in a data set?
- A The variance increases by 10
- B The variance increases by 100
- C The variance remains unchanged
- D The variance decreases
Check answer
Answer: C. The variance remains unchanged
4. Why is (n-1) used in the denominator for sample variance?
- A To make the calculation easier
- B To correct for bias in estimating population variance
- C Because samples are always smaller than populations
- D To ensure the result is always a whole number
Check answer
Answer: B. To correct for bias in estimating population variance
5. What is the variance of the set {10, 10, 10}?
- A 10
- B 1
- C 0
- D 30
Check answer
Answer: C. 0
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Frequently Asked Questions
What is the difference between variance and standard deviation?
Variance measures the average squared distance from the mean, while standard deviation is the square root of the variance. Standard deviation is often preferred because it is expressed in the same units as the original data.
Can variance ever be a negative number?
No, variance cannot be negative because it is calculated by summing squared differences, which are always non-negative. A variance of zero is the lowest possible value, indicating no spread.
When should I use sample variance instead of population variance?
Use sample variance when you are analyzing a small group to make inferences about a larger population. Use population variance only when you have collected data for every single member of the group you are studying.
How does an outlier affect the variance calculation?
Outliers significantly increase the variance because the distance from the mean is squared in the calculation. This makes variance highly sensitive to extreme values compared to other measures like the interquartile range.
What are the units of variance?
The units of variance are the square of the units of the original data. For example, if the data is measured in meters, the variance is expressed in square meters (m²).
Why is variance important in finance?
In finance, variance is a primary measure of risk, representing the volatility of an asset's returns. Investors use it to understand the likelihood of an investment's actual return differing from its expected return, as explained by resources like Investopedia.
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Enjoyed this article?
Share it with others who might find it helpful.
Related Articles

Hard Sampling Distribution Practice Questions
Master advanced statistical concepts with our hard sampling distribution practice questions. Test your knowledge on the Central Limit Theorem, t-distributions, and more.
Apr 5, 2026

Hard Confidence Interval Practice Questions
Challenge your statistical skills with hard confidence interval practice questions. This guide covers complex scenarios like two-sample tests and sample size determination.
Apr 5, 2026

Hard Z-Score Practice Questions
Challenge your statistical skills with hard Z-score practice questions. This guide provides advanced examples, detailed solutions, and a deep dive into complex Z-score applications.
Apr 5, 2026