HTML Diff
1 added 2 removed
Original 2026-01-01
Modified 2026-02-28
1 - <p>1280 Learners</p>
1 + <p>1323 Learners</p>
2 <p>Last updated on<strong>November 18, 2025</strong></p>
2 <p>Last updated on<strong>November 18, 2025</strong></p>
3 <p>Variance and standard deviation help us see whether a group of numbers stays close together or spreads out, just like checking whether friends stand in a tight group or scatter around the playground.</p>
3 <p>Variance and standard deviation help us see whether a group of numbers stays close together or spreads out, just like checking whether friends stand in a tight group or scatter around the playground.</p>
4 <h2>What is Standard Deviation?</h2>
4 <h2>What is Standard Deviation?</h2>
5 <p>Standard deviation is a measure<a>of</a>how far the values in a<a>data</a><a>set</a>are from the<a>mean</a>. In simple<a>terms</a>, it tells us whether the data points are close to the<a>average</a>or widely scattered. A slight standard deviation means the values are close to the mean, while a large one means the values are more spread out. This idea is used in<a>descriptive statistics</a>to understand variation within a sample, a population, or a probability distribution.</p>
5 <p>Standard deviation is a measure<a>of</a>how far the values in a<a>data</a><a>set</a>are from the<a>mean</a>. In simple<a>terms</a>, it tells us whether the data points are close to the<a>average</a>or widely scattered. A slight standard deviation means the values are close to the mean, while a large one means the values are more spread out. This idea is used in<a>descriptive statistics</a>to understand variation within a sample, a population, or a probability distribution.</p>
6 <p>To calculate standard deviation, we first look at how each value differs from the mean. If we have n observations \(x_1,x_2,...,x_n\). We find the squared differences from the mean and add them: \(\ \sum_{i=1}^{n} (x_i - \bar{x})^{2} \ \). </p>
6 <p>To calculate standard deviation, we first look at how each value differs from the mean. If we have n observations \(x_1,x_2,...,x_n\). We find the squared differences from the mean and add them: \(\ \sum_{i=1}^{n} (x_i - \bar{x})^{2} \ \). </p>
7 <p>This sum shows how much the data varies. A small sum means low dispersion, while a large sum means high dispersion. Because the sum of squared deviations alone is not a complete measure, we take its square root. This gives us the standard deviation formula, also known as the standard deviation equation, which is the square root of variance. This value is represented using the standard deviation symbol (σ for population, s for sample).</p>
7 <p>This sum shows how much the data varies. A small sum means low dispersion, while a large sum means high dispersion. Because the sum of squared deviations alone is not a complete measure, we take its square root. This gives us the standard deviation formula, also known as the standard deviation equation, which is the square root of variance. This value is represented using the standard deviation symbol (σ for population, s for sample).</p>
8 <p>Understanding variance vs. standard deviation helps us see why taking the square root gives a clearer picture of how spread out the data is. Whether you're learning how to find standard deviation, how to calculate standard deviation, or specifically how to find sample standard deviation, these steps remain essential. Standard deviation is often displayed in a standard deviation chart or computed using tools like a standard deviation calculator.</p>
8 <p>Understanding variance vs. standard deviation helps us see why taking the square root gives a clearer picture of how spread out the data is. Whether you're learning how to find standard deviation, how to calculate standard deviation, or specifically how to find sample standard deviation, these steps remain essential. Standard deviation is often displayed in a standard deviation chart or computed using tools like a standard deviation calculator.</p>
9 <h2>Difference Between Variance and Standard Deviation</h2>
9 <h2>Difference Between Variance and Standard Deviation</h2>
10 <p>To understand and measure the risk, consistency, and distribution of data, the measures of<a>variance</a>and standard deviations are employed in the fields of finance, accounting, and<a>statistics</a>. They are used to calculate the deviation of the values from their mean and assess the<a>spread of data</a>. Some of the main differences between these two fundamental measurements are listed below: </p>
10 <p>To understand and measure the risk, consistency, and distribution of data, the measures of<a>variance</a>and standard deviations are employed in the fields of finance, accounting, and<a>statistics</a>. They are used to calculate the deviation of the values from their mean and assess the<a>spread of data</a>. Some of the main differences between these two fundamental measurements are listed below: </p>
11 <strong> Variance</strong><strong> Standard Deviation</strong>Variance tells us how much the<a>numbers</a>in a group change from one another. Standard deviation shows how spread out the numbers are in the same units as the data. It is the average of the squared differences from the mean. It is the<a>square</a>root of the variance. Variance is written in squared units. Standard deviation is written in the same units as the original data. It is represented as \(σ^2\). It is represented as σ. Variance helps describe how far individual values are from the group’s average. Standard deviation helps understand how tightly or loosely the numbers are grouped.<h2>Standard Deviation Formula</h2>
11 <strong> Variance</strong><strong> Standard Deviation</strong>Variance tells us how much the<a>numbers</a>in a group change from one another. Standard deviation shows how spread out the numbers are in the same units as the data. It is the average of the squared differences from the mean. It is the<a>square</a>root of the variance. Variance is written in squared units. Standard deviation is written in the same units as the original data. It is represented as \(σ^2\). It is represented as σ. Variance helps describe how far individual values are from the group’s average. Standard deviation helps understand how tightly or loosely the numbers are grouped.<h2>Standard Deviation Formula</h2>
12 <p>Standard deviation helps us measure how spread out the values in a data set are. It shows how far the data points move away from the average. This idea is linked to dispersion, which tells us how much the numbers vary within a group. Variance represents the average of the squared distances between each value and the mean, while standard deviation shows how much the data values spread out around that mean. To calculate the standard deviation, we use two<a>formulas</a>: one for a sample and one for an entire population.</p>
12 <p>Standard deviation helps us measure how spread out the values in a data set are. It shows how far the data points move away from the average. This idea is linked to dispersion, which tells us how much the numbers vary within a group. Variance represents the average of the squared distances between each value and the mean, while standard deviation shows how much the data values spread out around that mean. To calculate the standard deviation, we use two<a>formulas</a>: one for a sample and one for an entire population.</p>
13 <p><strong>Population:</strong></p>
13 <p><strong>Population:</strong></p>
14 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^2}{N} \ \)</strong></p>
14 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^2}{N} \ \)</strong></p>
15 <p>X - The value in the data distribution μ - The population Mean N - Total number of observations</p>
15 <p>X - The value in the data distribution μ - The population Mean N - Total number of observations</p>
16 <p><strong>Sample:</strong></p>
16 <p><strong>Sample:</strong></p>
17 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^2}{N} \ \)</strong></p>
17 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^2}{N} \ \)</strong></p>
18 <p>X - The value in the data distribution x - The sample mean n - Total number of observations</p>
18 <p>X - The value in the data distribution x - The sample mean n - Total number of observations</p>
19 <p>Notice that both formulas are nearly the same, except for the<a>denominator</a>: the population standard deviation uses N, while the sample standard deviation uses n-1. When we calculate a sample mean, we do not use every value from the full population, so the sample mean is only an estimate of the actual population mean. This introduces some uncertainty or bias into the calculation. To fix this, we use n-1 instead of n in the sample formula. This adjustment is called Bessel’s correction.</p>
19 <p>Notice that both formulas are nearly the same, except for the<a>denominator</a>: the population standard deviation uses N, while the sample standard deviation uses n-1. When we calculate a sample mean, we do not use every value from the full population, so the sample mean is only an estimate of the actual population mean. This introduces some uncertainty or bias into the calculation. To fix this, we use n-1 instead of n in the sample formula. This adjustment is called Bessel’s correction.</p>
20 <h3>Explore Our Programs</h3>
20 <h3>Explore Our Programs</h3>
21 - <p>No Courses Available</p>
 
22 <h2>Standard Deviation for Ungrouped Data</h2>
21 <h2>Standard Deviation for Ungrouped Data</h2>
23 <p>When data values are not arranged in groups, we measure how much each value deviates from the average. There are three primary methods to calculate standard deviation: </p>
22 <p>When data values are not arranged in groups, we measure how much each value deviates from the average. There are three primary methods to calculate standard deviation: </p>
24 <ul><li>Actual mean method</li>
23 <ul><li>Actual mean method</li>
25 <li>Assumed mean method</li>
24 <li>Assumed mean method</li>
26 <li>Step deviation method </li>
25 <li>Step deviation method </li>
27 </ul><p><strong>Actual mean method</strong>In this method, we first find the actual mean (x) and then calculate how far each value is from it. </p>
26 </ul><p><strong>Actual mean method</strong>In this method, we first find the actual mean (x) and then calculate how far each value is from it. </p>
28 <p><strong>Formula:</strong></p>
27 <p><strong>Formula:</strong></p>
29 <p><strong>\(\ \sigma = \sqrt{ \frac{\sum (X - \mu)^2}{N} } \ \)</strong></p>
28 <p><strong>\(\ \sigma = \sqrt{ \frac{\sum (X - \mu)^2}{N} } \ \)</strong></p>
30 <p>For example, Data: 3, 2, 5, 6 Mean = \((3 + 2 + 5 + 6) ÷ 4 = 4\) </p>
29 <p>For example, Data: 3, 2, 5, 6 Mean = \((3 + 2 + 5 + 6) ÷ 4 = 4\) </p>
31 <p>Squared differences: \((4-3)2+(2-4)2+(5-4)2+(6-4)2=10\) Variance = 104 = 2.5 Standard deviation = 2.5 = 1.58 </p>
30 <p>Squared differences: \((4-3)2+(2-4)2+(5-4)2+(6-4)2=10\) Variance = 104 = 2.5 Standard deviation = 2.5 = 1.58 </p>
32 <p><strong>Assumed mean method</strong>When the values are large or complex to handle, we pick a simple value A as the assumed mean. </p>
31 <p><strong>Assumed mean method</strong>When the values are large or complex to handle, we pick a simple value A as the assumed mean. </p>
33 <p>Let \(d = x-A\) </p>
32 <p>Let \(d = x-A\) </p>
34 <p><strong>Formula:</strong></p>
33 <p><strong>Formula:</strong></p>
35 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^{2}}{N} \ \)</strong></p>
34 <p><strong>\(\ \sigma = \frac{\sum (X - \mu)^{2}}{N} \ \)</strong></p>
36 <p><strong>Step deviation method</strong>Used when data has a<a>common factor</a>to simplify calculations. Let</p>
35 <p><strong>Step deviation method</strong>Used when data has a<a>common factor</a>to simplify calculations. Let</p>
37 <ul><li>A = assumed mean</li>
36 <ul><li>A = assumed mean</li>
38 <li>\(d = x - A\)</li>
37 <li>\(d = x - A\)</li>
39 <li>\(d’ = di'\), where<a>i</a>is a common factor </li>
38 <li>\(d’ = di'\), where<a>i</a>is a common factor </li>
40 </ul><p><strong>Formula:</strong></p>
39 </ul><p><strong>Formula:</strong></p>
41 <p><strong>\(\ \sigma = \sqrt{\frac{\sum (X - \mu)^2}{N}} \ \)</strong> </p>
40 <p><strong>\(\ \sigma = \sqrt{\frac{\sum (X - \mu)^2}{N}} \ \)</strong> </p>
42 <p><strong>Standard Deviation for Grouped Data </strong>For grouped data, we first prepare a frequency table, then use the same three methods: </p>
41 <p><strong>Standard Deviation for Grouped Data </strong>For grouped data, we first prepare a frequency table, then use the same three methods: </p>
43 <ul><li>Actual Mean Method</li>
42 <ul><li>Actual Mean Method</li>
44 <li>Assumed Mean Method</li>
43 <li>Assumed Mean Method</li>
45 <li>Step Deviation Method </li>
44 <li>Step Deviation Method </li>
46 </ul><p>These methods work the same way as for ungrouped data, except that frequencies are included in each calculation.</p>
45 </ul><p>These methods work the same way as for ungrouped data, except that frequencies are included in each calculation.</p>
47 <h2>Tips and Tricks to Master Standard Deviation</h2>
46 <h2>Tips and Tricks to Master Standard Deviation</h2>
48 <p>Standard deviation measures how much data values differ from the mean. Understanding it helps students interpret data variability and make sense of real-world statistics.</p>
47 <p>Standard deviation measures how much data values differ from the mean. Understanding it helps students interpret data variability and make sense of real-world statistics.</p>
49 <ul><li>Think of standard deviation as a measure of how spread out the data is the higher it is, the more the values differ from the mean.</li>
48 <ul><li>Think of standard deviation as a measure of how spread out the data is the higher it is, the more the values differ from the mean.</li>
50 <li>Always start by finding the mean before calculating deviations; this makes the process simpler and organized.</li>
49 <li>Always start by finding the mean before calculating deviations; this makes the process simpler and organized.</li>
51 <li>Remember the formula: \(√(Σ(x - x̄)² / N)\) for population and \(√(Σ(x - x̄)² / (N - 1))\) for sample, practice both regularly.</li>
50 <li>Remember the formula: \(√(Σ(x - x̄)² / N)\) for population and \(√(Σ(x - x̄)² / (N - 1))\) for sample, practice both regularly.</li>
52 <li>Visualize data using graphs; seeing how far points lie from the mean helps in understanding variation better.</li>
51 <li>Visualize data using graphs; seeing how far points lie from the mean helps in understanding variation better.</li>
53 <li>Practice with small data sets first to get comfortable, then move to real-life examples like test scores or daily temperatures.</li>
52 <li>Practice with small data sets first to get comfortable, then move to real-life examples like test scores or daily temperatures.</li>
54 <li>Children think of standard deviation as how “spread out” your numbers are, just like friends standing close together or far apart on a playground.</li>
53 <li>Children think of standard deviation as how “spread out” your numbers are, just like friends standing close together or far apart on a playground.</li>
55 <li>Teachers can help students find the mean first; this builds a strong foundation before moving to deviations and formulas. </li>
54 <li>Teachers can help students find the mean first; this builds a strong foundation before moving to deviations and formulas. </li>
56 <li>Parents should encourage their children to practice with small, simple data sets at home so they become comfortable before handling larger numbers.</li>
55 <li>Parents should encourage their children to practice with small, simple data sets at home so they become comfortable before handling larger numbers.</li>
57 </ul><h2>Common Mistakes and How to Avoid Them in Variance and Standard Deviation</h2>
56 </ul><h2>Common Mistakes and How to Avoid Them in Variance and Standard Deviation</h2>
58 <p>Variance and standard deviation play an important role in measuring the deviation and spread of data in a given dataset. However, students make some errors during their calculations. Understanding these mistakes helps make the process less prone to errors. </p>
57 <p>Variance and standard deviation play an important role in measuring the deviation and spread of data in a given dataset. However, students make some errors during their calculations. Understanding these mistakes helps make the process less prone to errors. </p>
59 <h2>Real-Life Applications of Variance and Standard Deviation</h2>
58 <h2>Real-Life Applications of Variance and Standard Deviation</h2>
60 <p>The real-world applications of variance and standard deviation are countless. They help measure the spread and deviation of the given data from its average or mean.</p>
59 <p>The real-world applications of variance and standard deviation are countless. They help measure the spread and deviation of the given data from its average or mean.</p>
61 <ul><li>Standard deviation is a tool used by investors and finance professionals to assess stock price volatility. Bigger risk and possible<a>profit</a>are indicated by a bigger standard deviation. By selecting assets with a low<a>correlation</a>to lower risk, variance assists in investment balancing.</li>
60 <ul><li>Standard deviation is a tool used by investors and finance professionals to assess stock price volatility. Bigger risk and possible<a>profit</a>are indicated by a bigger standard deviation. By selecting assets with a low<a>correlation</a>to lower risk, variance assists in investment balancing.</li>
62 <li>In the field of manufacturing and production, it is used to guarantee consistency. Businesses track variations in<a>product</a>parameters (such as bottle sizes and smartphone battery life) so that they can use these fundamental measures. Also, these measures assist in detecting production line variances in order to uphold quality requirements.</li>
61 <li>In the field of manufacturing and production, it is used to guarantee consistency. Businesses track variations in<a>product</a>parameters (such as bottle sizes and smartphone battery life) so that they can use these fundamental measures. Also, these measures assist in detecting production line variances in order to uphold quality requirements.</li>
63 <li>To comprehend the diversity of patient responses to treatments, standard deviation is employed in clinical trials. Additionally, to identify abnormalities, variance analysis is used to examine blood pressure, blood sugar, and other health indicators.</li>
62 <li>To comprehend the diversity of patient responses to treatments, standard deviation is employed in clinical trials. Additionally, to identify abnormalities, variance analysis is used to examine blood pressure, blood sugar, and other health indicators.</li>
64 <li>To establish grading curves and identify the distribution of student scores, schools rely on standard deviation. Also, variance contributes to determining how different populations vary in terms of intelligence or skill levels.</li>
63 <li>To establish grading curves and identify the distribution of student scores, schools rely on standard deviation. Also, variance contributes to determining how different populations vary in terms of intelligence or skill levels.</li>
65 <li>Standard deviation assists in the analysis of a player’s performance consistency (e.g., shooting<a>accuracy</a>in basketball, batting average in cricket, etc.) Whether a team performs consistently well or fluctuates in performance can be assessed by the variation in scores across games. </li>
64 <li>Standard deviation assists in the analysis of a player’s performance consistency (e.g., shooting<a>accuracy</a>in basketball, batting average in cricket, etc.) Whether a team performs consistently well or fluctuates in performance can be assessed by the variation in scores across games. </li>
66 </ul><h3>Problem 1</h3>
65 </ul><h3>Problem 1</h3>
67 <p>The weights of 5 students in a class are: 28, 30, 32, 34, and 36 kilograms. Find the variance and standard deviation.</p>
66 <p>The weights of 5 students in a class are: 28, 30, 32, 34, and 36 kilograms. Find the variance and standard deviation.</p>
68 <p>Okay, lets begin</p>
67 <p>Okay, lets begin</p>
69 <p>The variance is 8 and the standard deviation is approximately 2.83. </p>
68 <p>The variance is 8 and the standard deviation is approximately 2.83. </p>
70 <h3>Explanation</h3>
69 <h3>Explanation</h3>
71 <p>Here, we have to find the mean first.</p>
70 <p>Here, we have to find the mean first.</p>
72 <p>\(\ \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \ \)</p>
71 <p>\(\ \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \ \)</p>
73 <p>\(Mean = (28 + 30 + 32 + 34 + 36) / 5 = 160 / 5 = 32\)</p>
72 <p>\(Mean = (28 + 30 + 32 + 34 + 36) / 5 = 160 / 5 = 32\)</p>
74 <p>Therefore, 32 is the mean. </p>
73 <p>Therefore, 32 is the mean. </p>
75 <p>Find each value’s deviation from the mean \((x_i - μ)\):</p>
74 <p>Find each value’s deviation from the mean \((x_i - μ)\):</p>
76 <p>\((28 - 32 = -4) (30 - 32 = -2) (32 - 32 = 0) (34 - 32 = 2) (36 - 32 = 4)\).</p>
75 <p>\((28 - 32 = -4) (30 - 32 = -2) (32 - 32 = 0) (34 - 32 = 2) (36 - 32 = 4)\).</p>
77 <p>Square each deviation: </p>
76 <p>Square each deviation: </p>
78 <p>\((-4)^2 = 16; (-2)^2 = 4; 0^2 = 0; 2^2 = 4; 4^2 = 16\)</p>
77 <p>\((-4)^2 = 16; (-2)^2 = 4; 0^2 = 0; 2^2 = 4; 4^2 = 16\)</p>
79 <p>Calculate the variance using the formula:</p>
78 <p>Calculate the variance using the formula:</p>
80 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
79 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
81 <p>\(σ² = (16 + 4 + 0 + 4 + 16) / 5 = 40 / 5 = 8\)</p>
80 <p>\(σ² = (16 + 4 + 0 + 4 + 16) / 5 = 40 / 5 = 8\)</p>
82 <p>So the variance is 8. </p>
81 <p>So the variance is 8. </p>
83 <p>Find the standard deviation by taking the square root of the variance:</p>
82 <p>Find the standard deviation by taking the square root of the variance:</p>
84 <p>Standard deviation = √Variance </p>
83 <p>Standard deviation = √Variance </p>
85 <p>\(√8 = 2.83\)</p>
84 <p>\(√8 = 2.83\)</p>
86 <p>Thus, the standard deviation is approximately 2.83. </p>
85 <p>Thus, the standard deviation is approximately 2.83. </p>
87 <p>Well explained 👍</p>
86 <p>Well explained 👍</p>
88 <h3>Problem 2</h3>
87 <h3>Problem 2</h3>
89 <p>Find the variance of the given numbers: 2, 4, 6, 8, 10.</p>
88 <p>Find the variance of the given numbers: 2, 4, 6, 8, 10.</p>
90 <p>Okay, lets begin</p>
89 <p>Okay, lets begin</p>
91 <p>8 is the variance. </p>
90 <p>8 is the variance. </p>
92 <h3>Explanation</h3>
91 <h3>Explanation</h3>
93 <p>To find the variance, first we have to find the mean. </p>
92 <p>To find the variance, first we have to find the mean. </p>
94 <p>\(Mean = (2 + 4 + 6 + 8 + 10) / 5 \)</p>
93 <p>\(Mean = (2 + 4 + 6 + 8 + 10) / 5 \)</p>
95 <p>= \(\frac{30}{5}\) = 6</p>
94 <p>= \(\frac{30}{5}\) = 6</p>
96 <p>Next, find each number’s deviation from the mean and square it.</p>
95 <p>Next, find each number’s deviation from the mean and square it.</p>
97 <p>For the numbers, the deviation can be calculated by (x - Mean)</p>
96 <p>For the numbers, the deviation can be calculated by (x - Mean)</p>
98 <p>\(Mean = (2 + 4 + 6 + 8 + 10) / 5 \)</p>
97 <p>\(Mean = (2 + 4 + 6 + 8 + 10) / 5 \)</p>
99 <p>Then, we can find the squared deviation (x - Mean)2:</p>
98 <p>Then, we can find the squared deviation (x - Mean)2:</p>
100 <p>\((-4)^2 = 16\)</p>
99 <p>\((-4)^2 = 16\)</p>
101 <p>\((-2)^2 = 4\)</p>
100 <p>\((-2)^2 = 4\)</p>
102 <p>\(0^2 = 0\)</p>
101 <p>\(0^2 = 0\)</p>
103 <p>\(2^2 = 4\)</p>
102 <p>\(2^2 = 4\)</p>
104 <p>\(4^2 = 16\)</p>
103 <p>\(4^2 = 16\)</p>
105 <p>Now, we can find the variance by using the formula: </p>
104 <p>Now, we can find the variance by using the formula: </p>
106 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
105 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
107 <p>\(σ² = (16 + 4 + 0 + 4 + 16) / 5 \)</p>
106 <p>\(σ² = (16 + 4 + 0 + 4 + 16) / 5 \)</p>
108 <p>=\( 40 / 5 = 8 \). </p>
107 <p>=\( 40 / 5 = 8 \). </p>
109 <p>Well explained 👍</p>
108 <p>Well explained 👍</p>
110 <h3>Problem 3</h3>
109 <h3>Problem 3</h3>
111 <p>The heights (in cm) of 3 students in a class are: 150, 160, 170. Find the variance and standard deviation.</p>
110 <p>The heights (in cm) of 3 students in a class are: 150, 160, 170. Find the variance and standard deviation.</p>
112 <p>Okay, lets begin</p>
111 <p>Okay, lets begin</p>
113 <p>Variance (𝜎²) = 66.67.</p>
112 <p>Variance (𝜎²) = 66.67.</p>
114 <p>Standard Deviation (𝜎) = 8.165 cm. </p>
113 <p>Standard Deviation (𝜎) = 8.165 cm. </p>
115 <h3>Explanation</h3>
114 <h3>Explanation</h3>
116 <p> Find the mean. </p>
115 <p> Find the mean. </p>
117 <p> Mean = Sum of all values / Total number of values</p>
116 <p> Mean = Sum of all values / Total number of values</p>
118 <p>\(Mean = (150 + 160 + 170) / 3 = 480 / 3 = 160\)</p>
117 <p>\(Mean = (150 + 160 + 170) / 3 = 480 / 3 = 160\)</p>
119 <p>So, 160 is the mean height.</p>
118 <p>So, 160 is the mean height.</p>
120 <p>Next, we can calculate the squared differences from the mean. </p>
119 <p>Next, we can calculate the squared differences from the mean. </p>
121 <p>The formula for finding variance is:</p>
120 <p>The formula for finding variance is:</p>
122 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
121 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
123 <p>Here, we have to find the \((xi - μ) and (xi - μ)^2\): </p>
122 <p>Here, we have to find the \((xi - μ) and (xi - μ)^2\): </p>
124 <p>\( (xi - μ) = (150 - 160 = -10); (160 - 160 = 0); (170 - 160 = 10)\)</p>
123 <p>\( (xi - μ) = (150 - 160 = -10); (160 - 160 = 0); (170 - 160 = 10)\)</p>
125 <p>\((xi - μ)^2 = (-10)^2 = 100; 0^2 = 0; (10)^2 = 100\)</p>
124 <p>\((xi - μ)^2 = (-10)^2 = 100; 0^2 = 0; (10)^2 = 100\)</p>
126 <p>\(Variance = σ² = ∑Ni = 1(xi - μ)^2 / N \)</p>
125 <p>\(Variance = σ² = ∑Ni = 1(xi - μ)^2 / N \)</p>
127 <p>\(100 + 0 + 100 = 200\)</p>
126 <p>\(100 + 0 + 100 = 200\)</p>
128 <p>\(So, 200 / 3 = 66.67\)</p>
127 <p>\(So, 200 / 3 = 66.67\)</p>
129 <p>Now, we can calculate the standard deviation: </p>
128 <p>Now, we can calculate the standard deviation: </p>
130 <p>Standard deviation = √Variance </p>
129 <p>Standard deviation = √Variance </p>
131 <p>= √66.667 \(\approx \) 8.167</p>
130 <p>= √66.667 \(\approx \) 8.167</p>
132 <p>So, the standard deviation is 8.17 cm.</p>
131 <p>So, the standard deviation is 8.17 cm.</p>
133 <p>Well explained 👍</p>
132 <p>Well explained 👍</p>
134 <h3>Problem 4</h3>
133 <h3>Problem 4</h3>
135 <p>2 friends took a math test, and their scores were 90 and 95. How much do their scores vary from the average score?</p>
134 <p>2 friends took a math test, and their scores were 90 and 95. How much do their scores vary from the average score?</p>
136 <p>Okay, lets begin</p>
135 <p>Okay, lets begin</p>
137 <p>Variance (𝜎²) = 6.25</p>
136 <p>Variance (𝜎²) = 6.25</p>
138 <p>Standard Deviation (𝜎) = 2.5. </p>
137 <p>Standard Deviation (𝜎) = 2.5. </p>
139 <h3>Explanation</h3>
138 <h3>Explanation</h3>
140 <p>To find the variance and standard deviation, we have to calculate the mean first:</p>
139 <p>To find the variance and standard deviation, we have to calculate the mean first:</p>
141 <p>\(Mean = \frac{(90 + 95)}{2} = \frac{185}{2} = 92.5 \)</p>
140 <p>\(Mean = \frac{(90 + 95)}{2} = \frac{185}{2} = 92.5 \)</p>
142 <p>92.5 is the mean score. </p>
141 <p>92.5 is the mean score. </p>
143 <p>Next, we can find the squared differences from the mean:</p>
142 <p>Next, we can find the squared differences from the mean:</p>
144 <p>\(Mean = \frac{(90 + 95)}{2} = \frac{185}{2} = 92.5 \)</p>
143 <p>\(Mean = \frac{(90 + 95)}{2} = \frac{185}{2} = 92.5 \)</p>
145 <p>Now we have to square the deviations: </p>
144 <p>Now we have to square the deviations: </p>
146 <p>\((-2.5)² = 6.25 \)</p>
145 <p>\((-2.5)² = 6.25 \)</p>
147 <p>\((2.5)² = 6.25\)</p>
146 <p>\((2.5)² = 6.25\)</p>
148 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
147 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
149 <p>\(∑(xi - 𝜇)2 = 6.25 + 6.25 = 12.5\)</p>
148 <p>\(∑(xi - 𝜇)2 = 6.25 + 6.25 = 12.5\)</p>
150 <p>= \(\frac{12.5}{2}\) = 6.25 </p>
149 <p>= \(\frac{12.5}{2}\) = 6.25 </p>
151 <p>So, the variance is 6.25</p>
150 <p>So, the variance is 6.25</p>
152 <p>The formula for standard deviation is: </p>
151 <p>The formula for standard deviation is: </p>
153 <p>Standard deviation = √Variance </p>
152 <p>Standard deviation = √Variance </p>
154 <p>= √6.25 = 2.5 </p>
153 <p>= √6.25 = 2.5 </p>
155 <p> 2.5 is the standard deviation of the given scores. </p>
154 <p> 2.5 is the standard deviation of the given scores. </p>
156 <p>Well explained 👍</p>
155 <p>Well explained 👍</p>
157 <h3>Problem 5</h3>
156 <h3>Problem 5</h3>
158 <p>Five kids counted their steps while walking to school. They recorded 2000, 2200, 3600, 4000, and 4400 steps respectively. Find the variance.</p>
157 <p>Five kids counted their steps while walking to school. They recorded 2000, 2200, 3600, 4000, and 4400 steps respectively. Find the variance.</p>
159 <p>Okay, lets begin</p>
158 <p>Okay, lets begin</p>
160 <p>934,400. </p>
159 <p>934,400. </p>
161 <h3>Explanation</h3>
160 <h3>Explanation</h3>
162 <p>To calculate the variance, first we have to find the mean:</p>
161 <p>To calculate the variance, first we have to find the mean:</p>
163 <p>\(Mean = (2000 + 2200 + 3600 + 4000 + 4400) / 5 \)</p>
162 <p>\(Mean = (2000 + 2200 + 3600 + 4000 + 4400) / 5 \)</p>
164 <p>\(= 16200 / 5 = 3240 \)</p>
163 <p>\(= 16200 / 5 = 3240 \)</p>
165 <p>3240 is the mean number of steps. </p>
164 <p>3240 is the mean number of steps. </p>
166 <p>Next, we can calculate the squared differences from the mean:</p>
165 <p>Next, we can calculate the squared differences from the mean:</p>
167 <p>\( (x - 𝜇) = (2000 - 3240 = -1240)\)</p>
166 <p>\( (x - 𝜇) = (2000 - 3240 = -1240)\)</p>
168 <p>\((2200 - 3240 = -1040)\)</p>
167 <p>\((2200 - 3240 = -1040)\)</p>
169 <p>\((3600 - 3240 = 360) \)</p>
168 <p>\((3600 - 3240 = 360) \)</p>
170 <p>\((4000 - 3240 = 760)\)</p>
169 <p>\((4000 - 3240 = 760)\)</p>
171 <p>\((4400 - 3240 = 1160)\)</p>
170 <p>\((4400 - 3240 = 1160)\)</p>
172 <p>Now, we can calculate \((x - 𝜇)2:\) </p>
171 <p>Now, we can calculate \((x - 𝜇)2:\) </p>
173 <p>\((-1240)² = 1,537,600\)</p>
172 <p>\((-1240)² = 1,537,600\)</p>
174 <p>\((-1040)² = 1,081,600\)</p>
173 <p>\((-1040)² = 1,081,600\)</p>
175 <p>\((360)² = 129,600\)</p>
174 <p>\((360)² = 129,600\)</p>
176 <p>\((760)² = 577,600\)</p>
175 <p>\((760)² = 577,600\)</p>
177 <p>\((1160)² = 1,345,600\)</p>
176 <p>\((1160)² = 1,345,600\)</p>
178 <p>The formula for calculating variance is: </p>
177 <p>The formula for calculating variance is: </p>
179 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
178 <p>\(\sigma^{2} = \frac{\sum_{i=1}^{N} (x_{i} - \mu)^{2}}{N}\)</p>
180 <p>\((1,537,600 + 1,081,600 + 129,600 + 577,600 + 1,345,600) / 5 \)</p>
179 <p>\((1,537,600 + 1,081,600 + 129,600 + 577,600 + 1,345,600) / 5 \)</p>
181 <p>\(σ² = 4,672,000 / 5 = 934,400\)</p>
180 <p>\(σ² = 4,672,000 / 5 = 934,400\)</p>
182 <p>The variance is 934,400. </p>
181 <p>The variance is 934,400. </p>
183 <p>Well explained 👍</p>
182 <p>Well explained 👍</p>
184 <h2>FAQs on Variance and Standard Deviation</h2>
183 <h2>FAQs on Variance and Standard Deviation</h2>
185 <h3>1.Why is standard deviation more commonly used than variance?</h3>
184 <h3>1.Why is standard deviation more commonly used than variance?</h3>
186 <p>Because it is expressed in the same units as the data, making it easier to interpret.</p>
185 <p>Because it is expressed in the same units as the data, making it easier to interpret.</p>
187 <h3>2.Can variance ever be negative?</h3>
186 <h3>2.Can variance ever be negative?</h3>
188 <p>No, because squared deviations are always non-negative.</p>
187 <p>No, because squared deviations are always non-negative.</p>
189 <h3>3.Explain the formula for population and sample variance.</h3>
188 <h3>3.Explain the formula for population and sample variance.</h3>
190 <p>The formula for<a>population variance</a>is: </p>
189 <p>The formula for<a>population variance</a>is: </p>
191 <p>σ² = ∑Ni = 1(xi - μ)2 / N </p>
190 <p>σ² = ∑Ni = 1(xi - μ)2 / N </p>
192 <p>σ² is the variance of the population</p>
191 <p>σ² is the variance of the population</p>
193 <p>μ is the mean of the population</p>
192 <p>μ is the mean of the population</p>
194 <p>The formula for measuring the sample variance is:</p>
193 <p>The formula for measuring the sample variance is:</p>
195 <p>\(s^2 = \frac{\sum_{i=1}^{N} (x_i - \bar{x})^2}{n - 1} \)</p>
194 <p>\(s^2 = \frac{\sum_{i=1}^{N} (x_i - \bar{x})^2}{n - 1} \)</p>
196 <p>Here, s2 is the sample variance. </p>
195 <p>Here, s2 is the sample variance. </p>
197 <p>x̄ is the sample mean and n is the number of values in the sample data. </p>
196 <p>x̄ is the sample mean and n is the number of values in the sample data. </p>
198 <p>N is the number of values in the population. </p>
197 <p>N is the number of values in the population. </p>
199 <p>xi is the first data point in the population. </p>
198 <p>xi is the first data point in the population. </p>
200 <h3>4.What is the formula for standard deviation?</h3>
199 <h3>4.What is the formula for standard deviation?</h3>
201 <p>\(σ = √σ²\)</p>
200 <p>\(σ = √σ²\)</p>
202 <p>The standard deviation is the<a>square root</a>of the variance. </p>
201 <p>The standard deviation is the<a>square root</a>of the variance. </p>
203 <h3>5.What does a standard deviation of zero mean?</h3>
202 <h3>5.What does a standard deviation of zero mean?</h3>
204 <p>It means all values in the dataset are identical.</p>
203 <p>It means all values in the dataset are identical.</p>
205 <h2>Jaipreet Kour Wazir</h2>
204 <h2>Jaipreet Kour Wazir</h2>
206 <h3>About the Author</h3>
205 <h3>About the Author</h3>
207 <p>Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref</p>
206 <p>Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref</p>
208 <h3>Fun Fact</h3>
207 <h3>Fun Fact</h3>
209 <p>: She compares datasets to puzzle games-the more you play with them, the clearer the picture becomes!</p>
208 <p>: She compares datasets to puzzle games-the more you play with them, the clearer the picture becomes!</p>