By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Standard deviation is a statistical measure that quantifies the amount of variation or dispersion in a set of values. It tells you how much the values in your dataset deviate from the mean (average). This topic appears in exams because it tests your ability to understand and calculate variability in data, which is crucial for data analysis and decision-making.
Standard deviation is tested in various exams, including statistics, data analysis, and business analytics courses. It frequently appears in questions related to data interpretation and variability. This topic typically carries moderate to high marks and tests your analytical and computational skills.
The formula for population standard deviation (σ) is:
[ \sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{N}} ]
Where: - ( x_i ) = each value in the dataset - ( \mu ) = mean of the dataset - ( N ) = total number of values
For sample standard deviation (s), the formula is:
[ s = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n-1}} ]
Where: - ( \bar{x} ) = sample mean - ( n ) = number of values in the sample
Think of standard deviation as the "average distance" from the mean. A smaller standard deviation means values are closer to the mean; a larger standard deviation means values are more spread out.
Intermediate
Population Standard Deviation Formula: [ \sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{N}} ]
Sample Standard Deviation Formula: [ s = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n-1}} ]
Understanding Variance: Variance is the square of the standard deviation. It measures the spread of the dataset but is in squared units.
Question: Calculate the standard deviation of the following dataset: 4, 9, 11, 15, 20.
Step-by-Step: 1. Calculate the mean: ( \mu = \frac{4 + 9 + 11 + 15 + 20}{5} = 11.8 ) 2. Calculate each squared difference from the mean: - ( (4 - 11.8)^2 = 60.84 ) - ( (9 - 11.8)^2 = 7.84 ) - ( (11 - 11.8)^2 = 0.64 ) - ( (15 - 11.8)^2 = 10.24 ) - ( (20 - 11.8)^2 = 67.24 ) 3. Sum the squared differences: ( 60.84 + 7.84 + 0.64 + 10.24 + 67.24 = 146.8 ) 4. Divide by the number of values: ( \frac{146.8}{5} = 29.36 ) 5. Take the square root: ( \sqrt{29.36} \approx 5.42 )
Answer: The standard deviation is approximately 5.42.
Question: Calculate the sample standard deviation of the following dataset: 10, 12, 23, 23, 16.
Step-by-Step: 1. Calculate the sample mean: ( \bar{x} = \frac{10 + 12 + 23 + 23 + 16}{5} = 16.8 ) 2. Calculate each squared difference from the sample mean: - ( (10 - 16.8)^2 = 46.24 ) - ( (12 - 16.8)^2 = 23.04 ) - ( (23 - 16.8)^2 = 39.69 ) - ( (23 - 16.8)^2 = 39.69 ) - ( (16 - 16.8)^2 = 0.64 ) 3. Sum the squared differences: ( 46.24 + 23.04 + 39.69 + 39.69 + 0.64 = 149.3 ) 4. Divide by ( n-1 ): ( \frac{149.3}{4} = 37.325 ) 5. Take the square root: ( \sqrt{37.325} \approx 6.11 )
Answer: The sample standard deviation is approximately 6.11.
Question: Given a dataset with a mean of 50 and the following squared differences from the mean: 100, 25, 16, 9, 4, calculate the standard deviation.
Step-by-Step: 1. Sum the squared differences: ( 100 + 25 + 16 + 9 + 4 = 154 ) 2. Divide by the number of values: ( \frac{154}{5} = 30.8 ) 3. Take the square root: ( \sqrt{30.8} \approx 5.55 )
Answer: The standard deviation is approximately 5.55.
Correct Approach: Use ( n-1 ) for sample standard deviation.
Mistake: Forgetting to square the differences before summing.
Correct Approach: Square each difference from the mean before summing.
Mistake: Not taking the square root of the variance.
Correct Approach: Take the square root of the variance.
Mistake: Incorrectly calculating the mean.
Correct Approach: Double-check the mean calculation.
Mistake: Confusing population and sample formulas.
Favored By: Statistics exams, data analysis courses.
Interpretation: Given a standard deviation, interpret the spread of the data.
Favored By: Business analytics, research methods.
Comparison: Compare the standard deviations of two datasets.
Question: Calculate the standard deviation of the dataset: 3, 7, 11, 15.
Options: A) 4.0 B) 5.0 C) 6.0 D) 7.0
Correct Answer: B) 5.0
Explanation: The mean is 9. The squared differences are 36, 4, 4, and 36. The variance is ( \frac{80}{4} = 20 ). The standard deviation is ( \sqrt{20} \approx 4.47 ), but the closest option is 5.0.
Why the Distractors Are Tempting: - A) 4.0: Close to the correct value but slightly off.- C) 6.0: Slightly higher than the correct value.- D) 7.0: Much higher, might be confused with the range.
Question: What is the sample standard deviation of the dataset: 10, 15, 20, 25, 30?
Options: A) 6.0 B) 7.0 C) 8.0 D) 9.0
Correct Answer: B) 7.0
Explanation: The sample mean is 20. The squared differences are 100, 25, 0, 25, and 100. The variance is ( \frac{250}{4} = 62.5 ). The sample standard deviation is ( \sqrt{62.5} \approx 7.91 ), but the closest option is 7.0.
Why the Distractors Are Tempting: - A) 6.0: Slightly lower than the correct value.- C) 8.0: Close to the correct value but slightly off.- D) 9.0: Much higher, might be confused with the range.
Question: If the standard deviation of a dataset is 0, what can you conclude about the dataset?
Options: A) All values are the same.B) The dataset has a wide range.C) The dataset has a normal distribution.D) The dataset has a mean of 0.
Correct Answer: A) All values are the same.
Explanation: A standard deviation of 0 means there is no variability in the dataset, indicating all values are identical.
Why the Distractors Are Tempting: - B) The dataset has a wide range: Incorrect, as a wide range would imply a high standard deviation.- C) The dataset has a normal distribution: Irrelevant to the standard deviation being 0.- D) The dataset has a mean of 0: Incorrect, as the mean is unrelated to the standard deviation being 0.
Question: Calculate the standard deviation of the dataset: 5, 5, 5, 5, 5.
Options: A) 0 B) 1 C) 2 D) 3
Correct Answer: A) 0
Explanation: All values are the same, so the standard deviation is 0.
Why the Distractors Are Tempting: - B) 1: Might be confused with a small variation.- C) 2: Slightly higher than a small variation.- D) 3: Much higher, might be confused with the range.
Question: Which dataset has a higher standard deviation: A (1, 2, 3, 4, 5) or B (10, 20, 30, 40, 50)?
Options: A) Dataset A B) Dataset B C) Both have the same standard deviation.D) Cannot be determined.
Correct Answer: C) Both have the same standard deviation.
Explanation: Both datasets have the same spread relative to their means, resulting in the same standard deviation.
Why the Distractors Are Tempting: - A) Dataset A: Might think smaller numbers have less variability.- B) Dataset B: Might think larger numbers have more variability.- D) Cannot be determined: Incorrect, as the standard deviation can be determined and is the same for both.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.