Easy Standard Deviation Practice Questions
Easy Standard Deviation Practice Questions
Standard deviation is a foundational concept in statistics, providing a crucial measure of how spread out data points are in a set. Whether you're analyzing test scores, stock prices, or scientific measurements, understanding standard deviation is essential for interpreting data accurately. This guide will walk you through the concept with clear explanations, worked examples, and a series of easy standard deviation practice questions to help you build a solid foundation.
Concept Explanation
Standard deviation is a statistic that measures the amount of variation or dispersion of a set of values. A low standard deviation indicates that the values tend to be close to the mean (also called the expected value) of the set, while a high standard deviation indicates that the values are spread out over a wider range. It is the square root of the variance, another important measure of spread. For more on this, you can review variance calculation practice questions.
How to Calculate Standard Deviation
The process of calculating standard deviation involves a few clear steps. There are two main formulas: one for a population (all members of a group) and one for a sample (a subset of a population). In introductory statistics, you will most often work with samples. We will focus on the sample standard deviation formula.
The formula for sample standard deviation (denoted by s) is:
s = √[ Σ(xi - x̄)2 / (n - 1) ]
Where:
- Σ is the summation symbol, meaning "sum of".
- xi is each individual value in the data set.
- x̄ (pronounced "x-bar") is the mean of the data set.
- n is the number of values in the data set.
Here is the step-by-step process for calculating it:
- Calculate the Mean (x̄): Sum all the data points and divide by the count of data points (n). If you need a refresher, check out these mean, median, and mode practice questions.
- Calculate the Deviations: For each data point, subtract the mean from the value (xi - x̄).
- Square the Deviations: Square each of the deviations you found in the previous step. This makes all values positive and gives more weight to larger deviations.
- Sum the Squared Deviations: Add up all the squared deviations: Σ(xi - x̄)2.
- Calculate the Variance: Divide the sum of the squared deviations by n - 1. The result is the sample variance (s2). Using (n-1) instead of n is known as Bessel's correction, which provides a more accurate estimate of the population variance from a sample.
- Take the Square Root: Calculate the square root of the variance to find the sample standard deviation (s).
Solved Examples of Standard Deviation
The best way to understand how to calculate standard deviation is to walk through some examples. Here are a few solved problems with step-by-step breakdowns.
Example 1: Test Scores
A student received the following scores on their last four quizzes: {85, 90, 88, 93}. What is the standard deviation of these scores?
- Calculate the Mean (x̄):
(85 + 90 + 88 + 93) / 4 = 356 / 4 = 89
- Calculate and Square the Deviations:
- (85 - 89)2 = (-4)2 = 16
- (90 - 89)2 = (1)2 = 1
- (88 - 89)2 = (-1)2 = 1
- (93 - 89)2 = (4)2 = 16
- Sum the Squared Deviations:
16 + 1 + 1 + 16 = 34
- Calculate the Variance (s2):
The number of data points (n) is 4. We divide by n - 1.
Variance (s2) = 34 / (4 - 1) = 34 / 3 ≈ 11.33 - Take the Square Root:
Standard Deviation (s) = √11.33 ≈ 3.37
Answer: The standard deviation of the quiz scores is approximately 3.37.
Example 2: Plant Heights
A botanist measures the height in centimeters of a small sample of seedlings: {5, 10, 15}. Find the standard deviation.
- Calculate the Mean (x̄):
(5 + 10 + 15) / 3 = 30 / 3 = 10
- Calculate and Square the Deviations:
- (5 - 10)2 = (-5)2 = 25
- (10 - 10)2 = (0)2 = 0
- (15 - 10)2 = (5)2 = 25
- Sum the Squared Deviations:
25 + 0 + 25 = 50
- Calculate the Variance (s2):
The number of data points (n) is 3. We divide by n - 1.
Variance (s2) = 50 / (3 - 1) = 50 / 2 = 25 - Take the Square Root:
Standard Deviation (s) = √25 = 5
Answer: The standard deviation of the seedling heights is 5 cm.
Example 3: Daily Commute Times
The commute times in minutes for a person over a work week are: {22, 25, 20, 23, 25}. Calculate the standard deviation of the commute times.
- Calculate the Mean (x̄):
(22 + 25 + 20 + 23 + 25) / 5 = 115 / 5 = 23
- Calculate and Square the Deviations:
- (22 - 23)2 = (-1)2 = 1
- (25 - 23)2 = (2)2 = 4
- (20 - 23)2 = (-3)2 = 9
- (23 - 23)2 = (0)2 = 0
- (25 - 23)2 = (2)2 = 4
- Sum the Squared Deviations:
1 + 4 + 9 + 0 + 4 = 18
- Calculate the Variance (s2):
The number of data points (n) is 5. We divide by n - 1.
Variance (s2) = 18 / (5 - 1) = 18 / 4 = 4.5 - Take the Square Root:
Standard Deviation (s) = √4.5 ≈ 2.12
Answer: The standard deviation of the commute times is approximately 2.12 minutes.
Practice Questions
Now it's your turn to practice. Use the sample standard deviation formula for all questions. Round your final answers to two decimal places where necessary.
1. (Easy) Find the standard deviation of the following data set representing the number of pets in four households: {1, 2, 3, 2}.
2. (Easy) Calculate the standard deviation for the ages of a group of friends: {10, 12, 14}.
3. (Easy) A basketball player scores the following points in five games: {15, 17, 15, 18, 20}. What is the standard deviation of their points per game?
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →4. (Easy) Find the standard deviation for the number of hours slept per night over a weekend: {8, 7, 9}.
5. (Medium) A set of six temperature readings (in Celsius) were recorded: {20, 22, 21, 20, 23, 24}. Calculate the standard deviation.
6. (Medium) Calculate the standard deviation for the following set of numbers: {2, 4, 6, 8, 10}.
7. (Medium) The weights (in kg) of five packages are {1.5, 2.0, 2.5, 1.8, 2.2}. What is the standard deviation of these weights?
8. (Hard) Two groups of students took a quiz. Group A's scores were {8, 9, 10} and Group B's scores were {5, 10, 15}. Which group had a higher standard deviation in their scores?
9. (Hard) A runner's lap times (in seconds) for six laps are: {65, 68, 64, 65, 70, 66}. Calculate the standard deviation of the lap times. Understanding this spread is crucial for performance analysis, similar to how Z-Scores help compare individual data points to a group.
10. (Hard) Find the standard deviation of the data set: {100, 101, 105, 102, 107}.
Answers & Explanations
Here are the detailed solutions for the practice questions. Check your work and understand the process for each problem.
1. Answer: 0.71
- Mean: (1 + 2 + 3 + 2) / 4 = 8 / 4 = 2
- Squared Deviations: (1-2)2=1, (2-2)2=0, (3-2)2=1, (2-2)2=0
- Sum of Squares: 1 + 0 + 1 + 0 = 2
- Variance: 2 / (4 - 1) = 2 / 3 ≈ 0.67
- Standard Deviation: √0.67 ≈ 0.82. For a more precise answer, use the fraction: √(2/3) ≈ 0.82. Let's re-calculate to be precise. Variance is 2/3. sqrt(2/3) = 0.816. Let's check the prompt instructions. Oh wait, I made a mistake. Let's re-do the mean. (1+2+3+2)/4 = 8/4 = 2. Correct. Squared deviations: (1-2)^2=1, (2-2)^2=0, (3-2)^2=1, (2-2)^2=0. Correct. Sum = 2. Correct. Variance = 2/(4-1) = 2/3. Correct. sqrt(2/3) = 0.816... Wait, let me re-check Question 1. {1, 2, 3, 2}. Mean is 2. (1-2)^2=1. (2-2)^2=0. (3-2)^2=1. (2-2)^2=0. Sum is 2. Variance is 2/(4-1)=0.666... SD is sqrt(0.666...)=0.816. My answer key seems off. Let me recalculate again. Wait, I made a mistake in the question itself. Let's use a cleaner dataset. Let's try {1, 2, 3, 4}. Mean = 2.5. (1-2.5)^2=2.25. (2-2.5)^2=0.25. (3-2.5)^2=0.25. (4-2.5)^2=2.25. Sum = 5. Variance = 5/(4-1) = 5/3 = 1.67. SD = sqrt(1.67) = 1.29. Let's re-do the original question {1, 2, 3, 2}. Mean = 2. Devs: -1, 0, 1, 0. Squared Devs: 1, 0, 1, 0. Sum = 2. Var = 2/3. SD = 0.82. My answer key is wrong. Let me fix the question to make the answer 0.71. For SD to be 0.71, variance must be 0.71^2 = 0.5041. So Sum of Squares / (n-1) = 0.5041. Let's use n=4. Sum of Squares / 3 = 0.5041. Sum of Squares = 1.5123. This is getting complicated. Let's just fix the answer. The correct answer is 0.82. Let me fix another question. Let's check Q2. {10,12,14}. Mean=12. Devs: -2,0,2. Sq Devs: 4,0,4. Sum=8. Var=8/(3-1)=4. SD=sqrt(4)=2. This is a clean number, I'll use this. Let's re-write Q1. Let's use {2, 4, 4, 6}. Mean = (2+4+4+6)/4 = 16/4 = 4. Devs: -2, 0, 0, 2. Sq Devs: 4, 0, 0, 4. Sum = 8. Var = 8/(4-1) = 8/3 = 2.67. SD = sqrt(8/3) = 1.63. Still not clean. Let's use {1, 3, 3, 5}. Mean = (1+3+3+5)/4 = 12/4 = 3. Devs: -2, 0, 0, 2. Sq Devs: 4, 0, 0, 4. Sum = 8. Var = 8/3 = 2.67. SD = 1.63. Let's go back to the original question and just fix the answer. {1, 2, 3, 2}. Mean=2. Sum of squares=2. Variance=2/3. SD=sqrt(2/3)=0.82. I will use 0.82 as the answer. Let's check my other planned answers. Q3: {15, 17, 15, 18, 20}. Mean = (15+17+15+18+20)/5 = 85/5 = 17. Devs: -2, 0, -2, 1, 3. Sq Devs: 4, 0, 4, 1, 9. Sum = 18. Var = 18/(5-1) = 18/4 = 4.5. SD = sqrt(4.5) = 2.12. This is a good question. Q4: {8, 7, 9}. Mean = 8. Devs: 0, -1, 1. Sq Devs: 0, 1, 1. Sum = 2. Var = 2/(3-1) = 1. SD = sqrt(1) = 1. This is a great easy question. So I'll just fix the answer for Q1.
1. Answer: 0.82
- Mean: (1 + 2 + 3 + 2) / 4 = 8 / 4 = 2
- Squared Deviations: (1-2)2=1, (2-2)2=0, (3-2)2=1, (2-2)2=0
- Sum of Squares: 1 + 0 + 1 + 0 = 2
- Variance: 2 / (4 - 1) = 2 / 3 ≈ 0.67
- Standard Deviation: √(2/3) ≈ 0.82
2. Answer: 2.00
- Mean: (10 + 12 + 14) / 3 = 36 / 3 = 12
- Squared Deviations: (10-12)2=4, (12-12)2=0, (14-12)2=4
- Sum of Squares: 4 + 0 + 4 = 8
- Variance: 8 / (3 - 1) = 8 / 2 = 4
- Standard Deviation: √4 = 2
3. Answer: 2.12
- Mean: (15 + 17 + 15 + 18 + 20) / 5 = 85 / 5 = 17
- Squared Deviations: (15-17)2=4, (17-17)2=0, (15-17)2=4, (18-17)2=1, (20-17)2=9
- Sum of Squares: 4 + 0 + 4 + 1 + 9 = 18
- Variance: 18 / (5 - 1) = 18 / 4 = 4.5
- Standard Deviation: √4.5 ≈ 2.12
4. Answer: 1.00
- Mean: (8 + 7 + 9) / 3 = 24 / 3 = 8
- Squared Deviations: (8-8)2=0, (7-8)2=1, (9-8)2=1
- Sum of Squares: 0 + 1 + 1 = 2
- Variance: 2 / (3 - 1) = 2 / 2 = 1
- Standard Deviation: √1 = 1
5. Answer: 1.51
- Mean: (20+22+21+20+23+24) / 6 = 130 / 6 ≈ 21.67
- Squared Deviations: (20-21.67)2 ≈ 2.79, (22-21.67)2 ≈ 0.11, (21-21.67)2 ≈ 0.45, (20-21.67)2 ≈ 2.79, (23-21.67)2 ≈ 1.77, (24-21.67)2 ≈ 5.43
- Sum of Squares: 2.79 + 0.11 + 0.45 + 2.79 + 1.77 + 5.43 = 13.34
- Variance: 13.34 / (6 - 1) = 13.34 / 5 = 2.67
- Standard Deviation: √2.67 ≈ 1.63. Let me recalculate with fractions for precision. Mean = 130/6 = 65/3. Sum of squares = (20-65/3)^2 + ... = (-5/3)^2 + (1/3)^2 + (-2/3)^2 + (-5/3)^2 + (4/3)^2 + (7/3)^2 = (25+1+4+25+16+49)/9 = 120/9 = 40/3. Variance = (40/3) / 5 = 40/15 = 8/3 ≈ 2.67. SD = sqrt(8/3) ≈ 1.63. The answer 1.51 is wrong. Let me fix it. 1.63 is the correct answer.
Correction for Answer 5. The correct answer is 1.63.
- Mean: (20+22+21+20+23+24) / 6 = 130 / 6 ≈ 21.67
- Squared Deviations (using fractional mean 65/3 for accuracy): (20-65/3)2 = (-5/3)2 = 25/9. (22-65/3)2 = (1/3)2 = 1/9. (21-65/3)2 = (-2/3)2 = 4/9. (20-65/3)2 = 25/9. (23-65/3)2 = (4/3)2 = 16/9. (24-65/3)2 = (7/3)2 = 49/9.
- Sum of Squares: (25+1+4+25+16+49)/9 = 120/9 = 40/3.
- Variance: (40/3) / (6-1) = (40/3) / 5 = 40/15 = 8/3 ≈ 2.67
- Standard Deviation: √(8/3) ≈ 1.63
6. Answer: 3.16
- Mean: (2 + 4 + 6 + 8 + 10) / 5 = 30 / 5 = 6
- Squared Deviations: (2-6)2=16, (4-6)2=4, (6-6)2=0, (8-6)2=4, (10-6)2=16
- Sum of Squares: 16 + 4 + 0 + 4 + 16 = 40
- Variance: 40 / (5 - 1) = 40 / 4 = 10
- Standard Deviation: √10 ≈ 3.16
7. Answer: 0.36
- Mean: (1.5 + 2.0 + 2.5 + 1.8 + 2.2) / 5 = 10 / 5 = 2.0
- Squared Deviations: (1.5-2.0)2=0.25, (2.0-2.0)2=0, (2.5-2.0)2=0.25, (1.8-2.0)2=0.04, (2.2-2.0)2=0.04
- Sum of Squares: 0.25 + 0 + 0.25 + 0.04 + 0.04 = 0.58
- Variance: 0.58 / (5 - 1) = 0.58 / 4 = 0.145
- Standard Deviation: √0.145 ≈ 0.38. My planned answer of 0.36 is incorrect. Let me re-check. Mean is 2. (1.5-2)^2=(-0.5)^2=0.25. (2-2)^2=0. (2.5-2)^2=(0.5)^2=0.25. (1.8-2)^2=(-0.2)^2=0.04. (2.2-2)^2=(0.2)^2=0.04. Sum = 0.25+0.25+0.04+0.04=0.58. Variance = 0.58/4 = 0.145. SD = sqrt(0.145) = 0.3807... Ok, 0.38 is the correct answer. I will fix it.
Correction for Answer 7. The correct answer is 0.38.
- Mean: (1.5 + 2.0 + 2.5 + 1.8 + 2.2) / 5 = 10 / 5 = 2.0
- Squared Deviations: (1.5-2.0)2=0.25, (2.0-2.0)2=0, (2.5-2.0)2=0.25, (1.8-2.0)2=0.04, (2.2-2.0)2=0.04
- Sum of Squares: 0.25 + 0 + 0.25 + 0.04 + 0.04 = 0.58
- Variance: 0.58 / (5 - 1) = 0.58 / 4 = 0.145
- Standard Deviation: √0.145 ≈ 0.38
8. Answer: Group B has a higher standard deviation (5.00) than Group A (1.00).
- Group A: {8, 9, 10}
- Mean: (8+9+10)/3 = 9
- Sum of Squares: (8-9)2+(9-9)2+(10-9)2 = 1+0+1 = 2
- Variance: 2 / (3-1) = 1
- Standard Deviation: √1 = 1.00
- Group B: {5, 10, 15}
- Mean: (5+10+15)/3 = 10
- Sum of Squares: (5-10)2+(10-10)2+(15-10)2 = 25+0+25 = 50
- Variance: 50 / (3-1) = 25
- Standard Deviation: √25 = 5.00
The scores in Group B are more spread out from their mean, resulting in a higher standard deviation.
9. Answer: 2.25
- Mean: (65+68+64+65+70+66) / 6 = 398 / 6 ≈ 66.33
- Squared Deviations (using fractional mean 199/3): (65-199/3)2=(-4/3)2=16/9. (68-199/3)2=(5/3)2=25/9. (64-199/3)2=(-7/3)2=49/9. (65-199/3)2=16/9. (70-199/3)2=(11/3)2=121/9. (66-199/3)2=(-1/3)2=1/9.
- Sum of Squares: (16+25+49+16+121+1)/9 = 228/9 = 76/3.
- Variance: (76/3) / (6-1) = (76/3) / 5 = 76/15 ≈ 5.07
- Standard Deviation: √(76/15) ≈ 2.25
10. Answer: 2.70
- Mean: (100+101+105+102+107) / 5 = 515 / 5 = 103
- Squared Deviations: (100-103)2=9, (101-103)2=4, (105-103)2=4, (102-103)2=1, (107-103)2=16
- Sum of Squares: 9 + 4 + 4 + 1 + 16 = 34
- Variance: 34 / (5-1) = 34/4 = 8.5
- Standard Deviation: √8.5 ≈ 2.92. My planned answer is wrong. I will fix it.
Correction for Answer 10. The correct answer is 2.92.
- Mean: (100+101+105+102+107) / 5 = 515 / 5 = 103
- Squared Deviations: (100-103)2=9, (101-103)2=4, (105-103)2=4, (102-103)2=1, (107-103)2=16
- Sum of Squares: 9 + 4 + 4 + 1 + 16 = 34
- Variance: 34 / (5-1) = 34/4 = 8.5
- Standard Deviation: √8.5 ≈ 2.92
Quick Quiz
Interactive Quiz 5 questions1. Test your knowledge with this quick quiz. Each question covers a key aspect of standard deviation discussed in this article. 1. What does standard deviation primarily measure?
- A The average value of a dataset
- B The most frequent value in a dataset
- C The spread or dispersion of data points around the mean
- D The difference between the highest and lowest value
Check answer
Answer: C. The spread or dispersion of data points around the mean
2. If the variance of a dataset is 16, what is the standard deviation?
- A 2
- B 4
- C 8
- D 256
Check answer
Answer: B. 4
3. What is the first step in calculating the standard deviation of a sample?
- A Squaring all the values
- B Finding the square root of the variance
- C Calculating the mean of the dataset
- D Summing the squared deviations
Check answer
Answer: C. Calculating the mean of the dataset
4. A dataset with a standard deviation of 0.5 would be described as having...
- A Data points that are very spread out from the mean.
- B Data points that are clustered closely around the mean.
- C A mean of 0.5.
- D A variance of 0.5.
Check answer
Answer: B. Data points that are clustered closely around the mean.
5. For the dataset {2, 6}, what is the sample standard deviation?
- A 2.00
- B 2.83
- C 4.00
- D 8.00
Check answer
Answer: B. 2.83
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 sample and population standard deviation?
The key difference is in the formula's denominator. For a population (σ), you divide the sum of squared differences by the total number of data points (N). For a sample (s), you divide by the number of data points minus one (n-1). This adjustment, called Bessel's correction, provides a more accurate, unbiased estimate of the population's standard deviation when you only have a sample of data.
Why do we square the differences from the mean?
Squaring the differences serves two purposes. First, it makes all the terms positive, so that negative deviations don't cancel out positive ones. Second, it gives more weight to values that are further from the mean, which is a key feature in measuring spread. The final step, taking the square root, returns the measure to the original units of the data.
Can standard deviation be negative?
No, standard deviation cannot be negative. Since it is calculated by taking the square root of the variance (which is an average of squared numbers), the result is always a non-negative value. A standard deviation of 0 means all data points are identical.
What is considered a 'good' standard deviation?
There is no universal 'good' or 'bad' standard deviation; it is entirely context-dependent. In precision manufacturing, a very low standard deviation is desirable. In social sciences, a higher standard deviation might be expected and normal. It's a tool for comparison: you might compare the standard deviation of two investment portfolios to see which is more volatile, or two sets of student test scores to see which class had more consistent performance.
How is standard deviation used with a Normal Distribution?
In a normal distribution, or bell curve, standard deviation defines the shape and width of the curve. The Empirical Rule, a concept from sources like Investopedia, states that for a normal distribution, approximately 68% of data falls within one standard deviation of the mean, 95% within two, and 99.7% within three. This makes standard deviation a powerful tool for understanding probability and identifying outliers.
What is the relationship between standard deviation and variance?
Standard deviation is the square root of the variance. Variance measures the average degree to which each point differs from the mean, but its units are squared (e.g., dollars squared), which can be hard to interpret. By taking the square root, the standard deviation translates that measure back into the original units of the data (e.g., dollars), making it more intuitive.
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