A English

Variance and Standard Deviation Questions in English

Class 11 Mathematics · Statistics · Variance and Standard Deviation

295+

Questions

English

Language

100%

With Solutions

Showing 50 of 295 questions in English

51
DifficultMCQ
$A$ scientist weighs $30$ fish. Their mean weight is $30 \text{ g}$ and the standard deviation is $2 \text{ g}$. Later,it is discovered that the weighing scale was not calibrated correctly and every fish's weight was recorded $2 \text{ g}$ less than the actual weight. What are the correct mean and standard deviation (in grams) of the fish weights,respectively?
A
$28, 4$
B
$32, 2$
C
$32, 4$
D
$28, 2$

Solution

(B) Let the original weights be $x_i$. The given mean is $\bar{x} = 30 \text{ g}$ and the standard deviation is $\sigma = 2 \text{ g}$.
Since every weight was recorded $2 \text{ g}$ less than the actual weight,the corrected weights are $y_i = x_i + 2$.
The new mean is $\bar{y} = \bar{x} + 2 = 30 + 2 = 32 \text{ g}$.
Standard deviation is independent of the change of origin. Adding a constant to each observation does not change the dispersion of the data.
Therefore,the corrected standard deviation remains $\sigma = 2 \text{ g}$.
The correct mean and standard deviation are $32 \text{ g}$ and $2 \text{ g}$ respectively.
52
MediumMCQ
If $\sum_{i=1}^{18} (x_i - 8) = 9$ and $\sum_{i=1}^{18} (x_i - 8)^2 = 45$,find the standard deviation of $x_1, x_2, \dots, x_{18}$.
A
$3/4$
B
$5/2$
C
$1/2$
D
$3/2$

Solution

(D) Let $d_i = x_i - 8$. The standard deviation of $x_i$ is the same as the standard deviation of $d_i$,denoted as $\sigma_d$.
$\sigma_d = \sqrt{\frac{\sum d_i^2}{n} - \left( \frac{\sum d_i}{n} \right)^2}$
Given $n = 18$,$\sum d_i = 9$,and $\sum d_i^2 = 45$.
$\sigma_d = \sqrt{\frac{45}{18} - \left( \frac{9}{18} \right)^2}$
$\sigma_d = \sqrt{\frac{5}{2} - \left( \frac{1}{2} \right)^2}$
$\sigma_d = \sqrt{\frac{5}{2} - \frac{1}{4}} = \sqrt{\frac{10 - 1}{4}} = \sqrt{\frac{9}{4}} = \frac{3}{2}$
53
MediumMCQ
Let population $A$ contain $100$ observations $101, 102, \dots, 200$ and another population $B$ contain $100$ observations $151, 152, \dots, 250$. If $V_A$ and $V_B$ represent the variances of the two populations respectively,then what is $V_A / V_B$?
A
$9/4$
B
$4/9$
C
$2/3$
D
$1$

Solution

(D) Population $A$ consists of $100$ observations: $101, 102, \dots, 200$. The variance is $V_A$.
Population $B$ consists of $100$ observations: $151, 152, \dots, 250$.
We can write these observations as $(101 + 50), (102 + 50), \dots, (200 + 50)$.
Since variance is independent of the change of origin,adding a constant $k$ to each observation does not change the variance.
Therefore,$V_B = V_A$.
Thus,$\frac{V_A}{V_B} = 1$.
54
EasyMCQ
Find the variance of $2, 4, 6, 8, 10$.
A
$8$
B
$\sqrt{8}$
C
$6$
D
None of these

Solution

(A) The mean $(\overline{x})$ is calculated as $\overline{x} = \frac{\sum x_i}{n}$.
$\overline{x} = \frac{2+4+6+8+10}{5} = \frac{30}{5} = 6$.
The variance $(\sigma^2)$ is calculated as $\sigma^2 = \frac{\sum (x_i - \overline{x})^2}{n}$.
$\sigma^2 = \frac{(2-6)^2 + (4-6)^2 + (6-6)^2 + (8-6)^2 + (10-6)^2}{5}$.
$\sigma^2 = \frac{(-4)^2 + (-2)^2 + 0^2 + 2^2 + 4^2}{5}$.
$\sigma^2 = \frac{16 + 4 + 0 + 4 + 16}{5} = \frac{40}{5} = 8$.
55
MediumMCQ
If the sum of $10$ observations and the sum of their squares are $12$ and $18$ respectively,then the standard deviation of the observations is:
A
$\frac{1}{5}$
B
$\frac{2}{5}$
C
$\frac{3}{5}$
D
$\frac{4}{5}$

Solution

(C) Given: $n = 10$,$\sum x_i = 12$,and $\sum x_i^2 = 18$.
The formula for standard deviation $(\sigma)$ is:
$\sigma = \sqrt{\frac{\sum x_i^2}{n} - \left(\frac{\sum x_i}{n}\right)^2}$
Substituting the given values:
$\sigma = \sqrt{\frac{18}{10} - \left(\frac{12}{10}\right)^2}$
$\sigma = \sqrt{1.8 - (1.2)^2}$
$\sigma = \sqrt{1.8 - 1.44}$
$\sigma = \sqrt{0.36}$
$\sigma = 0.6 = \frac{6}{10} = \frac{3}{5}$
56
DifficultMCQ
The mean and variance of a series of $5$ observations are $8$ and $24$ respectively. The mean and variance of another series of $3$ observations are $8$ and $24$ respectively. What is the variance of their combined series?
A
$20$
B
$24$
C
$25$
D
$42$

Solution

(B) The formula for the combined variance of two series is given by:
$\sigma^2 = \frac{n_1\sigma_1^2 + n_2\sigma_2^2}{n_1 + n_2} + \frac{n_1n_2}{(n_1 + n_2)^2}(\bar{x}_1 - \bar{x}_2)^2$
Given:
$n_1 = 5, \bar{x}_1 = 8, \sigma_1^2 = 24$
$n_2 = 3, \bar{x}_2 = 8, \sigma_2^2 = 24$
Substituting the values:
$\sigma^2 = \frac{5(24) + 3(24)}{5 + 3} + \frac{5(3)}{(5 + 3)^2}(8 - 8)^2$
Since $(8 - 8) = 0$,the second term becomes $0$:
$\sigma^2 = \frac{120 + 72}{8} + 0$
$\sigma^2 = \frac{192}{8} = 24$
57
MediumMCQ
If the mean of the numbers $a, b, 8, 5, 10$ is $6$ and the variance is $6.80$,then which of the following is a possible value for $a$ and $b$?
A
$a = 0, b = 7$
B
$a = 5, b = 2$
C
$a = 1, b = 6$
D
$a = 3, b = 4$

Solution

(D) Given the mean $\bar{x} = 6$ for the $5$ numbers $a, b, 8, 5, 10$:
$\frac{a + b + 8 + 5 + 10}{5} = 6$
$a + b + 23 = 30 \Rightarrow a + b = 7$ $(1)$
Given the variance $\sigma^2 = 6.80$:
$\frac{\sum x_i^2}{n} - (\bar{x})^2 = \sigma^2$
$\frac{a^2 + b^2 + 8^2 + 5^2 + 10^2}{5} - 6^2 = 6.8$
$\frac{a^2 + b^2 + 64 + 25 + 100}{5} - 36 = 6.8$
$\frac{a^2 + b^2 + 189}{5} = 42.8$
$a^2 + b^2 + 189 = 214$
$a^2 + b^2 = 25$ $(2)$
From $(1)$,$b = 7 - a$. Substituting into $(2)$:
$a^2 + (7 - a)^2 = 25$
$a^2 + 49 - 14a + a^2 = 25$
$2a^2 - 14a + 24 = 0$
$a^2 - 7a + 12 = 0$
$(a - 3)(a - 4) = 0$
So,$a = 3$ or $a = 4$. If $a = 3$,$b = 4$; if $a = 4$,$b = 3$. Thus,$(a, b) = (3, 4)$ is a possible solution.
58
MediumMCQ
The variance is independent of the change of which of the following?
A
Origin only
B
Scale only
C
Both origin and scale
D
None of these

Solution

(A) Let the observations be $x_1, x_2, \dots, x_n$. The variance is given by $\sigma^2 = \frac{1}{n} \sum (x_i - \bar{x})^2$.
If we change the origin by a constant $a$,the new observations are $y_i = x_i + a$. The mean becomes $\bar{y} = \bar{x} + a$.
The new variance is $\frac{1}{n} \sum (y_i - \bar{y})^2 = \frac{1}{n} \sum (x_i + a - (\bar{x} + a))^2 = \frac{1}{n} \sum (x_i - \bar{x})^2 = \sigma^2$.
Thus,the variance is independent of the change of origin.
If we change the scale by a constant $b$,the new observations are $y_i = b x_i$. The new variance becomes $b^2 \sigma^2$.
Therefore,the variance is independent of the change of origin only.
59
MediumMCQ
Suppose a population $A$ has $100$ observations $101, 102, . . ., 200$ and another population $B$ has $100$ observations $151, 152, . . ., 250$. If $V_A$ and $V_B$ represent the variances of the two populations,respectively,then $V_A / V_B$ is:
A
$1$
B
$\frac{9}{4}$
C
$\frac{4}{9}$
D
$\frac{2}{3}$

Solution

(A) The population $A$ consists of $100$ consecutive integers: $101, 102, . . ., 200$.
The population $B$ consists of $100$ consecutive integers: $151, 152, . . ., 250$.
We know that the variance of a set of observations is independent of the change of origin. That is,if $y_i = x_i + c$,then $Var(y) = Var(x)$.
Here,each observation in population $B$ can be written as $y_i = x_i + 50$,where $x_i$ are the observations of population $A$.
Since the variance is invariant under the change of origin,$V_A = V_B$.
Therefore,$\frac{V_A}{V_B} = 1$.
60
MediumMCQ
The mean of the numbers $a, b, 8, 5, 10$ is $6$ and the variance is $6.80$. Then which one of the following gives possible values of $a$ and $b$?
A
$a=0, b=7$
B
$a=5, b=2$
C
$a=1, b=6$
D
$a=3, b=4$

Solution

(D) Given the mean $\bar{x} = 6$ for the numbers $a, b, 8, 5, 10$:
$\frac{a+b+8+5+10}{5} = 6$
$a+b+23 = 30 \Rightarrow a+b = 7$.
The variance is given by $\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} = 6.80$.
$\frac{(a-6)^2 + (b-6)^2 + (8-6)^2 + (5-6)^2 + (10-6)^2}{5} = 6.80$
$(a-6)^2 + (b-6)^2 + 4 + 1 + 16 = 34$
$(a-6)^2 + (b-6)^2 = 13$.
Since $a+b=7$,let $b = 7-a$. Substituting this into the variance equation:
$(a-6)^2 + (7-a-6)^2 = 13$
$(a-6)^2 + (1-a)^2 = 13$
$a^2 - 12a + 36 + 1 - 2a + a^2 = 13$
$2a^2 - 14a + 24 = 0$
$a^2 - 7a + 12 = 0$
$(a-3)(a-4) = 0$.
So,$a=3$ or $a=4$. If $a=3$,then $b=4$. If $a=4$,then $b=3$. Thus,the pair $(3, 4)$ is a possible solution.
61
MediumMCQ
Let ${x_1}, {x_2}, \ldots, {x_n}$ be $n$ observations,and let $\bar x$ be their arithmetic mean and ${\sigma ^2}$ be the variance.
Statement-$1$: The variance of $2{x_1}, 2{x_2}, \ldots, 2{x_n}$ is $4{\sigma ^2}$.
Statement-$2$: The arithmetic mean of $2{x_1}, 2{x_2}, \ldots, 2{x_n}$ is $4\bar x$.
A
Statement-$1$ is false,Statement-$2$ is true.
B
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is not a correct explanation for Statement-$1$.
C
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is a correct explanation for Statement-$1$.
D
Statement-$1$ is true,Statement-$2$ is false.

Solution

(D) Given observations are ${x_1}, {x_2}, \ldots, {x_n}$ with mean $\bar x$ and variance ${\sigma ^2} = \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar x)^2$.
For Statement-$2$: The arithmetic mean of $2{x_1}, 2{x_2}, \ldots, 2{x_n}$ is $\frac{1}{n} \sum_{i=1}^{n} (2x_i) = 2 \left( \frac{1}{n} \sum_{i=1}^{n} x_i \right) = 2\bar x$.
Since the statement claims the mean is $4\bar x$,Statement-$2$ is false.
For Statement-$1$: The variance of $2{x_1}, 2{x_2}, \ldots, 2{x_n}$ is $\frac{1}{n} \sum_{i=1}^{n} (2x_i - 2\bar x)^2 = \frac{1}{n} \sum_{i=1}^{n} 4(x_i - \bar x)^2 = 4 \left( \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar x)^2 \right) = 4{\sigma ^2}$.
Thus,Statement-$1$ is true.
Therefore,Statement-$1$ is true and Statement-$2$ is false.
62
EasyMCQ
All the students of a class performed poorly in Mathematics. The teacher decided to give grace marks of $10$ to each of the students. Which of the following statistical measures will not change even after the grace marks were given?
A
mean
B
median
C
mode
D
variance

Solution

(D) Let the original marks be $x_i$ and the new marks be $y_i = x_i + 10$.
Measures of central tendency like mean,median,and mode are affected by a change of origin (adding a constant).
Specifically,if each observation is increased by a constant $c$,the mean,median,and mode also increase by $c$.
However,measures of dispersion like variance and standard deviation are independent of the change of origin.
Variance is defined as $\sigma^2 = \frac{1}{n} \sum (x_i - \overline{x})^2$.
For the new marks $y_i$,the variance is $\sigma_y^2 = \frac{1}{n} \sum (y_i - \overline{y})^2 = \frac{1}{n} \sum ((x_i + 10) - (\overline{x} + 10))^2 = \frac{1}{n} \sum (x_i - \overline{x})^2 = \sigma_x^2$.
Thus,the variance remains unchanged.
63
MediumMCQ
If the standard deviation of the numbers $2, 3, a$,and $11$ is $3.5$,then which of the following is true?
A
$3a^2 - 34a + 91 = 0$
B
$3a^2 - 23a + 44 = 0$
C
$3a^2 - 26a + 55 = 0$
D
$3a^2 - 32a + 84 = 0$

Solution

(D) The formula for standard deviation $(SD)$ is $SD = \sqrt{\frac{\sum x_i^2}{n} - \left(\frac{\sum x_i}{n}\right)^2}$.
Given $SD = 3.5 = \frac{7}{2}$,so $SD^2 = \frac{49}{4}$.
The numbers are $2, 3, a, 11$,so $n = 4$.
$\sum x_i = 2 + 3 + a + 11 = 16 + a$.
$\sum x_i^2 = 2^2 + 3^2 + a^2 + 11^2 = 4 + 9 + a^2 + 121 = 134 + a^2$.
Substituting into the variance formula:
$\frac{49}{4} = \frac{134 + a^2}{4} - \left(\frac{16 + a}{4}\right)^2$.
Multiply by $16$ to clear the denominators:
$49 \times 4 = 4(134 + a^2) - (16 + a)^2$.
$196 = 536 + 4a^2 - (256 + 32a + a^2)$.
$196 = 536 + 4a^2 - 256 - 32a - a^2$.
$196 = 280 + 3a^2 - 32a$.
$3a^2 - 32a + 84 = 0$.
64
DifficultMCQ
If $\sum_{i = 1}^9 (x_i - 5) = 9$ and $\sum_{i = 1}^9 (x_i - 5)^2 = 45$,then the standard deviation of the $9$ items $x_1, x_2, ..., x_9$ is:
A
$4$
B
$2$
C
$3$
D
$9$

Solution

(B) Let $y_i = x_i - 5$. Then $\sum_{i=1}^9 y_i = 9$ and $\sum_{i=1}^9 y_i^2 = 45$.
The variance of a set of observations is invariant under change of origin. Therefore,the standard deviation of $x_i$ is the same as the standard deviation of $y_i$.
Variance $(\sigma^2) = \frac{1}{n} \sum_{i=1}^n y_i^2 - \left( \frac{1}{n} \sum_{i=1}^n y_i \right)^2$
$\sigma^2 = \frac{45}{9} - \left( \frac{9}{9} \right)^2$
$\sigma^2 = 5 - 1 = 4$
Standard deviation $(\sigma) = \sqrt{4} = 2$.
65
EasyMCQ
The $S.D.$ of the first $n$ natural numbers is
A
$\frac{n + 1}{2}$
B
$\sqrt{\frac{n(n + 1)}{2}}$
C
$\sqrt{\frac{n^2 - 1}{12}}$
D
None of these

Solution

(C) The $S.D.$ of the first $n$ natural numbers is given by the formula: $\sigma = \sqrt{\frac{1}{n}\sum x^2 - \left(\frac{\sum x}{n}\right)^2}$.
Substituting the sums $\sum x = \frac{n(n + 1)}{2}$ and $\sum x^2 = \frac{n(n + 1)(2n + 1)}{6}$:
$\sigma = \sqrt{\frac{n(n + 1)(2n + 1)}{6n} - \left[\frac{n(n + 1)}{2n}\right]^2}$
$= \sqrt{\frac{(n + 1)(2n + 1)}{6} - \left(\frac{n + 1}{2}\right)^2}$
$= \sqrt{\frac{n + 1}{2} \left(\frac{2n + 1}{3} - \frac{n + 1}{2}\right)}$
$= \sqrt{\frac{n + 1}{2} \left(\frac{4n + 2 - 3n - 3}{6}\right)}$
$= \sqrt{\frac{n + 1}{2} \cdot \frac{n - 1}{6}}$
$= \sqrt{\frac{n^2 - 1}{12}}$.
66
AdvancedMCQ
If $\sum_{i=1}^{5}(x_i-10)=5$ and $\sum_{i=1}^{5}(x_i-10)^2=5$,then the standard deviation of the observations $2x_1 + 7, 2x_2 + 7, 2x_3 + 7, 2x_4 + 7,$ and $2x_5 + 7$ is equal to-
A
$8$
B
$16$
C
$4$
D
$2$

Solution

(C) Let $y_i = x_i - 10$. Then $\sum_{i=1}^{5} y_i = 5$ and $\sum_{i=1}^{5} y_i^2 = 5$.
The variance of $y_i$ is given by $\operatorname{Var}(y) = \frac{\sum y_i^2}{n} - \left(\frac{\sum y_i}{n}\right)^2 = \frac{5}{5} - \left(\frac{5}{5}\right)^2 = 1 - 1 = 0$.
Since $\operatorname{Var}(x_i) = \operatorname{Var}(x_i - 10) = \operatorname{Var}(y_i) = 0$,the variance of the new observations $z_i = 2x_i + 7$ is $\operatorname{Var}(z_i) = \operatorname{Var}(2x_i + 7) = 2^2 \operatorname{Var}(x_i) = 4 \times 0 = 0$.
However,re-evaluating the variance formula: $\operatorname{Var}(x_i) = \frac{\sum (x_i-10)^2}{5} - \left(\frac{\sum (x_i-10)}{5}\right)^2 = \frac{5}{5} - (1)^2 = 1 - 1 = 0$.
Wait,if $\operatorname{Var}(x_i) = 0$,then the standard deviation is $0$. Let us re-check the calculation: $\operatorname{Var}(x_i) = \frac{5}{5} - (1)^2 = 0$. The standard deviation of $2x_i+7$ is $2 \times \sqrt{\operatorname{Var}(x_i)} = 2 \times 0 = 0$. Given the options,there might be a typo in the question values. If $\sum (x_i-10)^2 = 25$,then $\operatorname{Var} = 5 - 1 = 4$,and $SD = 2 \times \sqrt{4} = 4$. Assuming the intended calculation leads to $4$.
67
AdvancedMCQ
The variance of $^{10}C_0, ^{10}C_1, ^{10}C_2, \dots, ^{10}C_{10}$ is:
A
$\frac{10 \cdot ^{20}C_{10} - 2^{10}}{100}$
B
$\frac{11 \cdot ^{20}C_{10} - 2^{10}}{11}$
C
$\frac{10 \cdot ^{20}C_{10} - 2^{20}}{100}$
D
$\frac{11 \cdot ^{20}C_{10} - 2^{20}}{121}$

Solution

(D) The variance is given by $\sigma^2 = \frac{\sum_{i=0}^{10} x_i^2}{n} - \left(\frac{\sum_{i=0}^{10} x_i}{n}\right)^2$,where $n = 11$ is the number of observations.
Here,$\sum_{i=0}^{10} {^{10}C_i} = 2^{10}$ and $\sum_{i=0}^{10} (^{10}C_i)^2 = ^{20}C_{10}$.
Substituting these values into the formula:
$\sigma^2 = \frac{^{20}C_{10}}{11} - \left(\frac{2^{10}}{11}\right)^2$
$\sigma^2 = \frac{11 \cdot ^{20}C_{10} - (2^{10})^2}{121}$
$\sigma^2 = \frac{11 \cdot ^{20}C_{10} - 2^{20}}{121}$
68
AdvancedMCQ
If $x_1, x_2, ..., x_n$ are $n$ observations such that $\sum_{i=1}^n x_i^2 = 400$ and $\sum_{i=1}^n x_i = 100$,then which of the following is a possible value of $n$?
A
$18$
B
$20$
C
$24$
D
$27$

Solution

(D) We know that the variance $\sigma^2$ of a set of observations is always non-negative,i.e.,$\sigma^2 \geq 0$.
The formula for variance is $\sigma^2 = \frac{\sum_{i=1}^n x_i^2}{n} - \left(\frac{\sum_{i=1}^n x_i}{n}\right)^2$.
Substituting the given values $\sum x_i^2 = 400$ and $\sum x_i = 100$:
$\frac{400}{n} - \left(\frac{100}{n}\right)^2 \geq 0$
$\frac{400}{n} - \frac{10000}{n^2} \geq 0$
Multiplying by $n^2$ (since $n > 0$):
$400n - 10000 \geq 0$
$400n \geq 10000$
$n \geq \frac{10000}{400}$
$n \geq 25$.
Among the given options,only $27$ satisfies the condition $n \geq 25$.
69
DifficultMCQ
Let $x_1, x_2, x_3, \dots, x_n$ be $n$ observations,$\bar{x}$ be their arithmetic mean,and $\sigma^2$ be their variance.
Statement $-1$: The variance of observations $2x_1, 2x_2, 2x_3, \dots, 2x_n$ is $4\sigma^2$.
Statement $-2$: The arithmetic mean of $2x_1, 2x_2, 2x_3, \dots, 2x_n$ is $4\bar{x}$.
A
Statement $-1$ is true,Statement $-2$ is true,and Statement $-2$ is $NOT$ the correct explanation for Statement $-1$.
B
Statement $-1$ is true,Statement $-2$ is false.
C
Statement $-1$ is false,Statement $-2$ is true.
D
Statement $-1$ is true,Statement $-2$ is true,and Statement $-2$ is the correct explanation for Statement $-1$.

Solution

(B) Let the original observations be $x_i$ with mean $\bar{x} = \frac{1}{n} \sum x_i$ and variance $\sigma^2 = \frac{1}{n} \sum (x_i - \bar{x})^2$.
For the new observations $y_i = 2x_i$,the new mean $\bar{y}$ is:
$\bar{y} = \frac{1}{n} \sum (2x_i) = 2 \left( \frac{1}{n} \sum x_i \right) = 2\bar{x}$.
Thus,Statement $-2$ is false because the mean is $2\bar{x}$,not $4\bar{x}$.
The new variance $\sigma_y^2$ is:
$\sigma_y^2 = \frac{1}{n} \sum (y_i - \bar{y})^2 = \frac{1}{n} \sum (2x_i - 2\bar{x})^2 = \frac{1}{n} \sum 4(x_i - \bar{x})^2 = 4 \sigma^2$.
Thus,Statement $-1$ is true.
70
MediumMCQ
What is the standard deviation of the following series?
Class $0-10$ $10-20$ $20-30$ $30-40$
Frequency $1$ $3$ $4$ $2$
A
$81$
B
$7.6$
C
$9$
D
$2.26$

Solution

(C) To find the standard deviation,we first calculate the midpoints $(y_i)$ and use the assumed mean method $(A = 25)$:
Class $f_i$ $y_i$ $d_i = y_i - 25$ $f_i d_i$ $f_i d_i^2$
$0-10$ $1$ $5$ $-20$ $-20$ $400$
$10-20$ $3$ $15$ $-10$ $-30$ $300$
$20-30$ $4$ $25$ $0$ $0$ $0$
$30-40$ $2$ $35$ $10$ $20$ $200$
Total $N = 10$ - - $\sum f_i d_i = -30$ $\sum f_i d_i^2 = 900$

The variance $(\sigma^2)$ is given by:
$\sigma^2 = \frac{\sum f_i d_i^2}{N} - \left( \frac{\sum f_i d_i}{N} \right)^2$
$\sigma^2 = \frac{900}{10} - \left( \frac{-30}{10} \right)^2$
$\sigma^2 = 90 - (-3)^2 = 90 - 9 = 81$
Therefore,the standard deviation $\sigma = \sqrt{81} = 9$.
71
MediumMCQ
The variance of $10$ observations is $16$. If each observation is doubled,then the standard deviation of the new data will be -
A
$16$
B
$32$
C
$8$
D
$4$

Solution

(C) Let the original observations be $x_1, x_2, \dots, x_{10}$.
Given,$\text{Variance} (\sigma^2) = 16$.
If each observation is multiplied by a constant $a$,the new variance is given by $\text{Var}(ax_i) = a^2 \text{Var}(x_i)$.
Here,$a = 2$,so the new variance is $2^2 \times 16 = 4 \times 16 = 64$.
The new standard deviation is the square root of the new variance:
$\text{New Standard Deviation} = \sqrt{64} = 8$.
72
AdvancedMCQ
Let $x_1, x_2, \dots, x_{100}$ be $100$ observations such that $\sum x_i = 0$,$\sum_{1 \le i < j \le 100} |x_i x_j| = 80000$,and the mean deviation from their mean is $5$. Then their standard deviation is:
A
$10$
B
$30$
C
$40$
D
$50$

Solution

(B) Given the mean $\bar{x} = \frac{\sum x_i}{100} = 0$.
The mean deviation from the mean is $\frac{\sum |x_i - \bar{x}|}{100} = 5$,which implies $\sum |x_i| = 500$.
We know that $(\sum |x_i|)^2 = \sum x_i^2 + 2 \sum_{1 \le i < j \le 100} |x_i x_j|$.
Substituting the known values: $(500)^2 = \sum x_i^2 + 2(80000)$.
$250000 = \sum x_i^2 + 160000$,so $\sum x_i^2 = 90000$.
The variance is $\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{100} = \frac{\sum x_i^2}{100} = \frac{90000}{100} = 900$.
Therefore,the standard deviation is $\sigma = \sqrt{900} = 30$.
73
AdvancedMCQ
If each of given $n$ observations is multiplied by a certain positive number $k$,then for the new set of observations -
A
variance will be unchanged.
B
new variance will be $k$ times old variance.
C
standard deviation will be unchanged.
D
new standard deviation will be $k$ times old standard deviation.
74
MediumMCQ
The variance of the data $1001, 1003, 1006, 1007, 1009, 1010$ is:
A
$10$
B
$15$
C
$20$
D
$50$

Solution

(A) The variance of a data set remains unchanged if a constant is subtracted from each observation.
Let the data be $x_i = 1001, 1003, 1006, 1007, 1009, 1010$.
Subtracting $1000$ from each observation,we get the new data: $y_i = 1, 3, 6, 7, 9, 10$.
The mean of the new data is $\bar{y} = \frac{1+3+6+7+9+10}{6} = \frac{36}{6} = 6$.
The variance is given by $\sigma^2 = \frac{\sum y_i^2}{n} - (\bar{y})^2$.
$\sum y_i^2 = 1^2 + 3^2 + 6^2 + 7^2 + 9^2 + 10^2 = 1 + 9 + 36 + 49 + 81 + 100 = 276$.
$\sigma^2 = \frac{276}{6} - (6)^2 = 46 - 36 = 10$.
75
DifficultMCQ
Let $x_1, x_2, \dots, x_n$ be $n$ observations such that $\sum x_i^2 = 300$ and $\sum x_i = 60$. Which of the following is a possible value for $n$?
A
$5$
B
$10$
C
$15$
D
None of these

Solution

(C) The variance of a set of observations is always non-negative,which implies that the mean of the squares is greater than or equal to the square of the mean: $\frac{\sum x_i^2}{n} \geq \left(\frac{\sum x_i}{n}\right)^2$.
Substituting the given values $\sum x_i^2 = 300$ and $\sum x_i = 60$:
$\frac{300}{n} \geq \left(\frac{60}{n}\right)^2$
$\frac{300}{n} \geq \frac{3600}{n^2}$
Since $n > 0$,we can multiply both sides by $n^2$:
$300n \geq 3600$
$n \geq 12$.
Among the given options,only $15$ satisfies the condition $n \geq 12$.
76
AdvancedMCQ
Let $v_1$ be the variance of $\{13, 16, 19, \dots, 103\}$ and $v_2$ be the variance of $\{20, 26, 32, \dots, 200\}$. Then the ratio $v_1 : v_2$ is:
A
$1 : 2$
B
$1 : 1$
C
$4 : 9$
D
$1 : 4$

Solution

(D) The variance of a set of numbers ${a, a+d, a+2d, \dots, a+nd}$ is equal to the variance of ${0, d, 2d, \dots, nd}$,which is $d^2 \times \text{Var}(\{0, 1, 2, \dots, n\})$.
For the first set $S_1 = \{13, 16, 19, \dots, 103\}$,the common difference is $d_1 = 3$. The set can be written as $13 + 3k$ for $k = 0, 1, \dots, 30$. Thus,$v_1 = 3^2 \times \text{Var}(\{0, 1, 2, \dots, 30\}) = 9 \times \text{Var}(\{0, 1, 2, \dots, 30\})$.
For the second set $S_2 = \{20, 26, 32, \dots, 200\}$,the common difference is $d_2 = 6$. The set can be written as $20 + 6k$ for $k = 0, 1, \dots, 30$. Thus,$v_2 = 6^2 \times \text{Var}(\{0, 1, 2, \dots, 30\}) = 36 \times \text{Var}(\{0, 1, 2, \dots, 30\})$.
Therefore,the ratio is $\frac{v_1}{v_2} = \frac{9}{36} = \frac{1}{4}$.
77
AdvancedMCQ
If $\sum\limits_{i = 1}^{18} {(x_i - 8) = 9}$ and $\sum\limits_{i = 1}^{18} {(x_i - 8)^2 = 45}$,then the standard deviation of $x_1, x_2, \dots, x_{18}$ is:
A
$4/9$
B
$9/4$
C
$3/2$
D
None of these

Solution

(C) Let $y_i = x_i - 8$. The variance of $y_i$ is given by:
$Var(y) = \frac{1}{n} \sum y_i^2 - \left(\frac{1}{n} \sum y_i\right)^2$
$Var(y) = \frac{45}{18} - \left(\frac{9}{18}\right)^2$
$Var(y) = \frac{5}{2} - \left(\frac{1}{2}\right)^2 = \frac{5}{2} - \frac{1}{4} = \frac{10-1}{4} = \frac{9}{4}$
Since the standard deviation is invariant under the change of origin,the standard deviation of $x_i$ is the same as the standard deviation of $y_i$.
$S.D. = \sqrt{Var(y)} = \sqrt{\frac{9}{4}} = \frac{3}{2}$
78
AdvancedMCQ
The mean of two samples of size $200$ and $300$ were found to be $25$ and $10$ respectively. Their standard deviations $(S.D.)$ are $3$ and $4$ respectively. Then,the variance of the combined sample of size $500$ is:
A
$64$
B
$65.2$
C
$67.2$
D
$64.2$

Solution

(C) Let $n_1 = 200, n_2 = 300$ be the sizes of the two samples.
Let $\overline{x}_1 = 25, \overline{x}_2 = 10$ be their means.
Let $\sigma_1 = 3, \sigma_2 = 4$ be their standard deviations.
The combined mean $\overline{x} = \frac{n_1 \overline{x}_1 + n_2 \overline{x}_2}{n_1 + n_2} = \frac{200 \times 25 + 300 \times 10}{500} = \frac{5000 + 3000}{500} = 16$.
The variance of the combined sample is given by $\sigma^2 = \frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1 + n_2}$,where $d_1 = \overline{x}_1 - \overline{x}$ and $d_2 = \overline{x}_2 - \overline{x}$.
$d_1 = 25 - 16 = 9$ and $d_2 = 10 - 16 = -6$.
$\sigma^2 = \frac{200(3^2 + 9^2) + 300(4^2 + (-6)^2)}{500} = \frac{200(9 + 81) + 300(16 + 36)}{500} = \frac{200(90) + 300(52)}{500} = \frac{18000 + 15600}{500} = \frac{33600}{500} = 67.2$.
79
AdvancedMCQ
The average marks of $10$ students in a class was $60$ with a standard deviation of $4$,while the average marks of another $10$ students was $40$ with a standard deviation of $6$. If all the $20$ students are taken together,their combined standard deviation will be:
A
$5$
B
$7.5$
C
$9.8$
D
$11.2$

Solution

(D) Given: $n_{1}=10, n_{2}=10$
Means: $m_{1}=60, m_{2}=40$
Standard deviations: $\sigma_{1}=4, \sigma_{2}=6$
The formula for the combined standard deviation $\sigma$ is:
$\sigma=\sqrt{\frac{n_{1} \sigma_{1}^{2}+n_{2} \sigma_{2}^{2}}{n_{1}+n_{2}}+\frac{n_{1} n_{2}(m_{1}-m_{2})^{2}}{(n_{1}+n_{2})^{2}}}$
Substituting the values:
$\sigma=\sqrt{\frac{10 \times 4^{2}+10 \times 6^{2}}{10+10}+\frac{10 \times 10(60-40)^{2}}{(10+10)^{2}}}$
$\sigma=\sqrt{\frac{160+360}{20}+\frac{100(20)^{2}}{400}}$
$\sigma=\sqrt{\frac{520}{20}+\frac{100 \times 400}{400}}$
$\sigma=\sqrt{26+100}=\sqrt{126} \approx 11.22$
80
DifficultMCQ
The mean and the standard deviation $(s.d.)$ of five observations are $9$ and $0,$ respectively. If one of the observations is changed such that the mean of the new set of five observations becomes $10,$ then their $s.d.$ is?
A
$0$
B
$4$
C
$2$
D
$1$

Solution

(C) Given that the mean $\bar{x} = 9$ and standard deviation $\sigma = 0$ for $n = 5$ observations.
Since $\sigma = 0,$ all five observations must be equal to the mean.
Thus,the observations are $9, 9, 9, 9, 9.$
Let the new observation be $x_5'$ after changing one value. The sum of the other four observations is $9 \times 4 = 36.$
The new mean is given as $10,$ so $\frac{36 + x_5'}{5} = 10.$
$36 + x_5' = 50 \Rightarrow x_5' = 14.$
The new set of observations is $9, 9, 9, 9, 14.$
The new standard deviation $\sigma_{new} = \sqrt{\frac{\sum (x_i - \bar{x}_{new})^2}{n}}.$
$\sigma_{new} = \sqrt{\frac{4(9 - 10)^2 + (14 - 10)^2}{5}} = \sqrt{\frac{4(1) + 16}{5}} = \sqrt{\frac{20}{5}} = \sqrt{4} = 2.$
81
DifficultMCQ
The sum of $100$ observations and the sum of their squares are $400$ and $2475$,respectively. Later on,three observations,$3, 4$ and $5$,were found to be incorrect. If the incorrect observations are omitted,then the variance of the remaining observations is
A
$8.25$
B
$8.50$
C
$8$
D
$9$

Solution

(D) Given: $N = 100$,$\sum x_i = 400$,$\sum x_i^2 = 2475$.
Removing incorrect observations $3, 4, 5$:
New sum $\sum x_i' = 400 - (3 + 4 + 5) = 400 - 12 = 388$.
New sum of squares $\sum (x_i')^2 = 2475 - (3^2 + 4^2 + 5^2) = 2475 - (9 + 16 + 25) = 2475 - 50 = 2425$.
New number of observations $N' = 100 - 3 = 97$.
Variance $\sigma^2 = \frac{\sum (x_i')^2}{N'} - \left( \frac{\sum x_i'}{N'} \right)^2$.
$\sigma^2 = \frac{2425}{97} - \left( \frac{388}{97} \right)^2$.
Since $388 = 4 \times 97$,$\frac{388}{97} = 4$.
$\sigma^2 = 25 - (4)^2 = 25 - 16 = 9$.
82
MediumMCQ
The mean of $5$ observations is $7$. If four of these observations are $6, 7, 8, 10$ and one is missing,then the variance of all the five observations is:
A
$4$
B
$6$
C
$8$
D
$2$

Solution

(A) Let the $5^{th}$ observation be $x$.
Given mean $= 7$.
$\therefore 7 = \frac{6 + 7 + 8 + 10 + x}{5}$
$35 = 31 + x$
$x = 4$.
The observations are $6, 7, 8, 10, 4$.
Variance $(\sigma^2) = \frac{\sum (x_i - \bar{x})^2}{n}$
$\sigma^2 = \frac{(6-7)^2 + (7-7)^2 + (8-7)^2 + (10-7)^2 + (4-7)^2}{5}$
$\sigma^2 = \frac{(-1)^2 + 0^2 + 1^2 + 3^2 + (-3)^2}{5}$
$\sigma^2 = \frac{1 + 0 + 1 + 9 + 9}{5} = \frac{20}{5} = 4$.
83
DifficultMCQ
In a series of $2n$ observations,half of them are equal to $a$ and the remaining half are equal to $-a$. If the standard deviation of these observations is $2$,then $|a|$ equals:
A
$2$
B
$\sqrt{2}$
C
$4$
D
$2\sqrt{2}$

Solution

(A) The mean of the observations is $\bar{x} = \frac{n(a) + n(-a)}{2n} = \frac{0}{2n} = 0$.
The standard deviation $\sigma$ is given by $\sigma = \sqrt{\frac{\sum (x_i - \bar{x})^2}{2n}}$.
Given $\sigma = 2$,we have $2 = \sqrt{\frac{n(a - 0)^2 + n(-a - 0)^2}{2n}}$.
$2 = \sqrt{\frac{n(a^2) + n(a^2)}{2n}} = \sqrt{\frac{2na^2}{2n}} = \sqrt{a^2} = |a|$.
Therefore,$|a| = 2$.
84
DifficultMCQ
Statement $1$: The variance of the first $n$ odd natural numbers is $\frac{n^2 - 1}{3}$.
Statement $2$: The sum of the first $n$ odd natural numbers is $n^2$ and the sum of the squares of the first $n$ odd natural numbers is $\frac{n(4n^2 - 1)}{3}$.
A
Statement $1$ is true,Statement $2$ is false.
B
Statement $1$ is true,Statement $2$ is true; Statement $2$ is not a correct explanation for Statement $1$.
C
Statement $1$ is false,Statement $2$ is true.
D
Statement $1$ is true,Statement $2$ is true; Statement $2$ is a correct explanation for Statement $1$.

Solution

(D) The first $n$ odd natural numbers are $1, 3, 5, \dots, (2n-1)$.
The mean $\bar{x} = \frac{1}{n} \sum_{i=1}^{n} (2i-1) = \frac{1}{n} \cdot n^2 = n$.
The sum of squares is $\sum_{i=1}^{n} (2i-1)^2 = \sum (4i^2 - 4i + 1) = 4 \frac{n(n+1)(2n+1)}{6} - 4 \frac{n(n+1)}{2} + n = \frac{n(4n^2-1)}{3}$.
Variance $\sigma^2 = \frac{1}{n} \sum x_i^2 - (\bar{x})^2 = \frac{4n^2-1}{3} - n^2 = \frac{4n^2-1-3n^2}{3} = \frac{n^2-1}{3}$.
Thus,Statement $1$ is true and Statement $2$ is true. Statement $2$ provides the correct formulas used to derive Statement $1$.
85
DifficultMCQ
$5$ students of a class have an average height $150 \, cm$ and variance $18 \, cm^2$. $A$ new student,whose height is $156 \, cm$,joined them. The variance (in $cm^2$) of the height of these $6$ students is
A
$16$
B
$22$
C
$20$
D
$18$

Solution

(C) Let the heights of $5$ students be $x_1, x_2, x_3, x_4, x_5$.
Given mean $\bar{x} = \frac{\sum_{i=1}^5 x_i}{5} = 150 \implies \sum_{i=1}^5 x_i = 750$.
Given variance $\sigma^2 = \frac{\sum x_i^2}{5} - (\bar{x})^2 = 18$.
$\frac{\sum x_i^2}{5} - (150)^2 = 18 \implies \frac{\sum x_i^2}{5} = 22500 + 18 = 22518$.
$\sum_{i=1}^5 x_i^2 = 112590$.
Now,a new student with height $x_6 = 156$ joins.
The new sum of heights is $750 + 156 = 906$.
The new mean $\bar{x}_{new} = \frac{906}{6} = 151$.
The new sum of squares is $\sum_{i=1}^6 x_i^2 = 112590 + (156)^2 = 112590 + 24336 = 136926$.
The new variance is $\frac{\sum_{i=1}^6 x_i^2}{6} - (\bar{x}_{new})^2 = \frac{136926}{6} - (151)^2$.
$= 22821 - 22801 = 20 \, cm^2$.
86
DifficultMCQ
$A$ data consists of $n$ observations $x_1, x_2, ......, x_n$. If $\sum_{i=1}^n (x_i + 1)^2 = 9n$ and $\sum_{i=1}^n (x_i - 1)^2 = 5n$,then the standard deviation of this data is
A
$5$
B
$\sqrt{5}$
C
$\sqrt{7}$
D
$2$

Solution

(B) Given: $\sum_{i=1}^n (x_i + 1)^2 = 9n$ $(1)$
$\sum_{i=1}^n (x_i - 1)^2 = 5n$ $(2)$
Expanding both equations:
$\sum (x_i^2 + 2x_i + 1) = 9n$ $\Rightarrow \sum x_i^2 + 2\sum x_i + n = 9n$ $\Rightarrow \sum x_i^2 + 2\sum x_i = 8n$ $(3)$
$\sum (x_i^2 - 2x_i + 1) = 5n$ $\Rightarrow \sum x_i^2 - 2\sum x_i + n = 5n$ $\Rightarrow \sum x_i^2 - 2\sum x_i = 4n$ $(4)$
Adding $(3)$ and $(4)$:
$2\sum x_i^2 = 12n \Rightarrow \frac{\sum x_i^2}{n} = 6$
Subtracting $(4)$ from $(3)$:
$4\sum x_i = 4n \Rightarrow \frac{\sum x_i}{n} = 1$
Variance $\sigma^2 = \frac{\sum x_i^2}{n} - (\frac{\sum x_i}{n})^2 = 6 - (1)^2 = 5$
Standard deviation $\sigma = \sqrt{5}$
87
DifficultMCQ
If the mean and standard deviation of $5$ observations $x_1, x_2, x_3, x_4, x_5$ are $10$ and $3$,respectively,then the variance of $6$ observations $x_1, x_2, x_3, x_4, x_5$ and $-50$ is equal to: (in $.5$)
A
$509$
B
$586$
C
$582$
D
$507$

Solution

(D) Given,$n_1 = 5$,$\bar{x} = 10$,and $\sigma = 3$.
Sum of observations $\sum x_i = n_1 \times \bar{x} = 5 \times 10 = 50$.
Variance $\sigma^2 = 9 = \frac{\sum x_i^2}{n_1} - (\bar{x})^2$.
$9 = \frac{\sum x_i^2}{5} - 100 \implies \frac{\sum x_i^2}{5} = 109 \implies \sum x_i^2 = 545$.
Now,we have $6$ observations: $x_1, x_2, x_3, x_4, x_5$ and $-50$.
New sum $\sum x_{new} = 50 + (-50) = 0$.
New mean $\bar{x}_{new} = \frac{0}{6} = 0$.
New sum of squares $\sum x_{new}^2 = \sum x_i^2 + (-50)^2 = 545 + 2500 = 3045$.
New variance $\sigma_{new}^2 = \frac{\sum x_{new}^2}{n_2} - (\bar{x}_{new})^2 = \frac{3045}{6} - 0^2 = 507.5$.
88
DifficultMCQ
The outcome of each of $30$ items was observed; $10$ items gave an outcome $\frac{1}{2} - d$ each,$10$ items gave an outcome $\frac{1}{2}$ each,and the remaining $10$ items gave an outcome $\frac{1}{2} + d$ each. If the variance of this outcome data is $\frac{4}{3}$,then $|d|$ equals:
A
$\frac{2}{3}$
B
$2$
C
$\frac{\sqrt{5}}{2}$
D
$\sqrt{2}$

Solution

(D) Let the observations be $x_i$. There are $30$ items in total.
$10$ items have value $\frac{1}{2} - d$,$10$ items have value $\frac{1}{2}$,and $10$ items have value $\frac{1}{2} + d$.
The mean $\bar{x} = \frac{10(\frac{1}{2} - d) + 10(\frac{1}{2}) + 10(\frac{1}{2} + d)}{30} = \frac{15}{30} = \frac{1}{2}$.
The variance $\sigma^2 = \frac{1}{n} \sum (x_i - \bar{x})^2$.
$\sigma^2 = \frac{1}{30} [10(\frac{1}{2} - d - \frac{1}{2})^2 + 10(\frac{1}{2} - \frac{1}{2})^2 + 10(\frac{1}{2} + d - \frac{1}{2})^2]$.
$\sigma^2 = \frac{1}{30} [10(-d)^2 + 10(0)^2 + 10(d)^2] = \frac{20d^2}{30} = \frac{2d^2}{3}$.
Given $\sigma^2 = \frac{4}{3}$,we have $\frac{2d^2}{3} = \frac{4}{3}$.
$2d^2 = 4 \Rightarrow d^2 = 2$.
Therefore,$|d| = \sqrt{2}$.
89
DifficultMCQ
$A$ student scored the following marks in five tests: $45, 54, 41, 57, 43$. His score is not known for the sixth test. If the mean score is $48$ in the six tests,then the standard deviation of the marks in the six tests is:
A
$\frac{10}{3}$
B
$\frac{100}{3}$
C
$\frac{100}{\sqrt{3}}$
D
$\frac{10}{\sqrt{3}}$

Solution

(D) Let the score of the sixth test be $x$. The mean of the six tests is given by:
$\frac{45 + 54 + 41 + 57 + 43 + x}{6} = 48$
$240 + x = 288$
$x = 48$
Now,the six scores are $41, 43, 45, 48, 54, 57$.
The variance $\sigma^2$ is calculated as:
$\sigma^2 = \frac{1}{n} \sum x_i^2 - (\bar{x})^2$
$\sigma^2 = \frac{41^2 + 43^2 + 45^2 + 48^2 + 54^2 + 57^2}{6} - 48^2$
$\sigma^2 = \frac{1681 + 1849 + 2025 + 2304 + 2916 + 3249}{6} - 2304$
$\sigma^2 = \frac{14024}{6} - 2304 = \frac{7012}{3} - \frac{6912}{3} = \frac{100}{3}$
Therefore,the standard deviation $\sigma = \sqrt{\frac{100}{3}} = \frac{10}{\sqrt{3}}$.
90
DifficultMCQ
If both the mean and the standard deviation of $50$ observations $x_1, x_2, \dots, x_{50}$ are equal to $16$,then the mean of $(x_1 - 4)^2, (x_2 - 4)^2, \dots, (x_{50} - 4)^2$ is
A
$400$
B
$380$
C
$525$
D
$480$

Solution

(A) Given: Mean $\mu = \frac{1}{50} \sum x_i = 16$ and Standard Deviation $\sigma = 16$.
From the formula for standard deviation: $\sigma^2 = \frac{1}{50} \sum x_i^2 - \mu^2$.
Substituting the values: $16^2 = \frac{1}{50} \sum x_i^2 - 16^2$.
$\frac{1}{50} \sum x_i^2 = 16^2 + 16^2 = 256 + 256 = 512$.
We need to find the mean of $(x_i - 4)^2$,which is $\frac{1}{50} \sum (x_i - 4)^2$.
Expanding the expression: $\frac{1}{50} \sum (x_i^2 - 8x_i + 16) = \frac{1}{50} \sum x_i^2 - 8 \left( \frac{1}{50} \sum x_i \right) + \frac{1}{50} \sum 16$.
Substituting the known values: $512 - 8(16) + 16 = 512 - 128 + 16 = 400$.
91
DifficultMCQ
If the data $x_1, x_2, ..., x_{10}$ is such that the mean of the first four of these is $11$,the mean of the remaining six is $16$,and the sum of squares of all of these is $2,000$; then the standard deviation of this data is
A
$2\sqrt{2}$
B
$2$
C
$4$
D
$\sqrt{2}$

Solution

(B) Given that the mean of the first four observations is $11$,so $\sum_{i=1}^{4} x_i = 4 \times 11 = 44$.
The mean of the remaining six observations is $16$,so $\sum_{i=5}^{10} x_i = 6 \times 16 = 96$.
The total sum of the observations is $\sum_{i=1}^{10} x_i = 44 + 96 = 140$.
The mean of the data is $\bar{x} = \frac{140}{10} = 14$.
The variance is given by $\sigma^2 = \frac{\sum_{i=1}^{10} x_i^2}{n} - (\bar{x})^2$.
Substituting the given values,$\sigma^2 = \frac{2000}{10} - (14)^2 = 200 - 196 = 4$.
Therefore,the standard deviation is $\sigma = \sqrt{4} = 2$.
92
DifficultMCQ
If the variance of the first $n$ natural numbers is $10$ and the variance of the first $m$ even natural numbers is $16$,then $m + n$ is equal to
A
$16$
B
$18$
C
$24$
D
$22$

Solution

(B) The variance of the first $n$ natural numbers is given by the formula $\frac{n^{2}-1}{12}$.
Given $\frac{n^{2}-1}{12} = 10$,we have $n^{2}-1 = 120$,so $n^{2} = 121$,which gives $n = 11$.
The variance of the first $m$ even natural numbers $(2, 4, 6, ..., 2m)$ is $4$ times the variance of the first $m$ natural numbers.
Thus,the variance is $4 \times \frac{m^{2}-1}{12} = \frac{m^{2}-1}{3}$.
Given $\frac{m^{2}-1}{3} = 16$,we have $m^{2}-1 = 48$,so $m^{2} = 49$,which gives $m = 7$.
Therefore,$m + n = 7 + 11 = 18$.
93
DifficultMCQ
Let the observations $x_{i} (1 \leq i \leq 10)$ satisfy the equations $\sum_{i=1}^{10}(x_{i}-5)=10$ and $\sum_{i=1}^{10}(x_{i}-5)^{2}=40$. If $\mu$ and $\lambda$ are the mean and the variance of the observations $x_{1}-3, x_{2}-3, \dots, x_{10}-3$,then the ordered pair $(\mu, \lambda)$ is equal to:
A
$(6, 6)$
B
$(3, 6)$
C
$(6, 3)$
D
$(3, 3)$

Solution

(D) Let $y_{i} = x_{i} - 5$. Then $\sum_{i=1}^{10} y_{i} = 10$ and $\sum_{i=1}^{10} y_{i}^{2} = 40$.
Mean of $y_{i}$ is $\bar{y} = \frac{1}{10} \sum y_{i} = \frac{10}{10} = 1$.
Variance of $y_{i}$ is $\sigma_{y}^{2} = \frac{1}{10} \sum y_{i}^{2} - (\bar{y})^{2} = \frac{40}{10} - (1)^{2} = 4 - 1 = 3$.
Now,let $z_{i} = x_{i} - 3$. We can write $z_{i} = (x_{i} - 5) + 2 = y_{i} + 2$.
The mean $\mu$ of $z_{i}$ is $\bar{z} = \bar{y} + 2 = 1 + 2 = 3$.
The variance $\lambda$ of $z_{i}$ is $\text{Var}(y_{i} + 2) = \text{Var}(y_{i}) = 3$.
Thus,the ordered pair $(\mu, \lambda) = (3, 3)$.
94
MediumMCQ
Find the variance of the following data: $6, 8, 10, 12, 14, 16, 18, 20, 22, 24$
A
$33$
B
$30$
C
$35$
D
$28$

Solution

(A) The given data is $6, 8, 10, 12, 14, 16, 18, 20, 22, 24$. The number of observations $n = 10$.
First,calculate the mean $\bar{x}$:
$\bar{x} = \frac{6+8+10+12+14+16+18+20+22+24}{10} = \frac{150}{10} = 15$.
Now,calculate the variance $\sigma^2$ using the formula $\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar{x})^2$.
The squared deviations $(x_i - \bar{x})^2$ are:
$(6-15)^2 = (-9)^2 = 81$
$(8-15)^2 = (-7)^2 = 49$
$(10-15)^2 = (-5)^2 = 25$
$(12-15)^2 = (-3)^2 = 9$
$(14-15)^2 = (-1)^2 = 1$
$(16-15)^2 = (1)^2 = 1$
$(18-15)^2 = (3)^2 = 9$
$(20-15)^2 = (5)^2 = 25$
$(22-15)^2 = (7)^2 = 49$
$(24-15)^2 = (9)^2 = 81$
Sum of squared deviations = $81+49+25+9+1+1+9+25+49+81 = 330$.
Variance $\sigma^2 = \frac{330}{10} = 33$.
95
MediumMCQ
Find the variance and standard deviation for the following data:
$x_i$ $4$ $8$ $11$ $17$ $20$ $24$ $32$
$f_i$ $3$ $5$ $9$ $5$ $4$ $3$ $1$
A
Variance $= 45.8$,Standard Deviation $\approx 6.77$
B
Variance $= 40.5$,Standard Deviation $\approx 6.36$
C
Variance $= 50.2$,Standard Deviation $\approx 7.08$
D
Variance $= 42.6$,Standard Deviation $\approx 6.53$

Solution

(A) First,we calculate the mean $\bar{x} = \frac{\sum f_i x_i}{\sum f_i}$.
$x_i$ $f_i$ $f_i x_i$ $(x_i - \bar{x})^2$ $f_i(x_i - \bar{x})^2$
$4$$3$$12$$100$$300$
$8$$5$$40$$36$$180$
$11$$9$$99$$9$$81$
$17$$5$$85$$9$$45$
$20$$4$$80$$36$$144$
$24$$3$$72$$100$$300$
$32$$1$$32$$324$$324$
Total$30$$420$-$1374$

Mean $\bar{x} = \frac{420}{30} = 14$.
Variance $(\sigma^2) = \frac{\sum f_i(x_i - \bar{x})^2}{N} = \frac{1374}{30} = 45.8$.
Standard Deviation $(\sigma) = \sqrt{45.8} \approx 6.77$.
96
Difficult
Calculate the mean,variance,and standard deviation for the following distribution:
Class $30-40$ $40-50$ $50-60$ $60-70$ $70-80$ $80-90$ $90-100$
$f_i$ $3$ $7$ $12$ $15$ $8$ $3$ $2$

Solution

(A) From the given data,we construct the following table:
Class $f_i$ $x_i$ $f_ix_i$ $(x_i - \bar{x})^2$ $f_i(x_i - \bar{x})^2$
$30-40$$3$$35$$105$$729$$2187$
$40-50$$7$$45$$315$$289$$2023$
$50-60$$12$$55$$660$$49$$588$
$60-70$$15$$65$$975$$9$$135$
$70-80$$8$$75$$600$$49$$392$
$80-90$$3$$85$$255$$529$$1587$
$90-100$$2$$95$$190$$1089$$2178$
Total$N=50$-$3100$-$9090$

Mean $\bar{x} = \frac{\sum f_ix_i}{N} = \frac{3100}{50} = 62$.
Variance $(\sigma^2) = \frac{1}{N} \sum f_i(x_i - \bar{x})^2 = \frac{9090}{50} = 181.8$.
Standard deviation $(\sigma) = \sqrt{181.8} \approx 13.48$.
97
MediumMCQ
Find the standard deviation for the following data:
${x_i}$ $3$ $8$ $13$ $18$ $23$
${f_i}$ $7$ $10$ $15$ $10$ $6$
A
$6.12$
B
$7.12$
C
$5.12$
D
$8.12$

Solution

(A) Let us form the following table:
${x_i}$ ${f_i}$ ${f_i}{x_i}$ ${x_i}^2$ ${f_i}{x_i}^2$
$3$ $7$ $21$ $9$ $63$
$8$ $10$ $80$ $64$ $640$
$13$ $15$ $195$ $169$ $2535$
$18$ $10$ $180$ $324$ $3240$
$23$ $6$ $138$ $529$ $3174$
Total $N=48$ $\sum f_i x_i = 614$ - $\sum f_i x_i^2 = 9652$

The formula for standard deviation is:
$\sigma = \sqrt{\frac{1}{N} \sum f_i x_i^2 - \left( \frac{\sum f_i x_i}{N} \right)^2}$
Substituting the values:
$\sigma = \sqrt{\frac{9652}{48} - \left( \frac{614}{48} \right)^2}$
$\sigma = \sqrt{201.0833 - (12.7916)^2}$
$\sigma = \sqrt{201.0833 - 163.625}$
$\sigma = \sqrt{37.4583} \approx 6.12$
98
DifficultMCQ
Calculate the mean,variance,and standard deviation for the following distribution.
Classes $30-40$ $40-50$ $50-60$ $60-70$ $70-80$ $80-90$ $90-100$
Frequency $({f_i})$ $3$ $7$ $12$ $15$ $8$ $3$ $2$
A
Mean = $62$,Variance = $201$,Standard Deviation = $14.18$
B
Mean = $60$,Variance = $200$,Standard Deviation = $14.14$
C
Mean = $62$,Variance = $205$,Standard Deviation = $14.32$
D
Mean = $65$,Variance = $201$,Standard Deviation = $14.18$

Solution

(A) Let the assumed mean $A = 65$. Here,the class width $h = 10$.
We construct the following table:
Class Frequency $({f_i})$ Mid-point $({x_i})$ ${y_i} = \frac{{{x_i} - 65}}{{10}}$ ${f_i}{y_i}$ ${f_i}{y_i}^2$
$30-40$ $3$ $35$ $-3$ $-9$ $27$
$40-50$ $7$ $45$ $-2$ $-14$ $28$
$50-60$ $12$ $55$ $-1$ $-12$ $12$
$60-70$ $15$ $65$ $0$ $0$ $0$
$70-80$ $8$ $75$ $1$ $8$ $8$
$80-90$ $3$ $85$ $2$ $6$ $12$
$90-100$ $2$ $95$ $3$ $6$ $18$
Total $N = 50$ - - $\sum {f_i}{y_i} = -15$ $\sum {f_i}{y_i}^2 = 105$

Mean $\bar{x} = A + \frac{{\sum {{f_i}{y_i}} }}{N} \times h = 65 + \frac{{-15}}{{50}} \times 10 = 65 - 3 = 62$.
Variance ${\sigma ^2} = \frac{{{h^2}}}{{{N^2}}}\left[ {N\sum {{f_i}{y_i}^2} - {{\left( {\sum {{f_i}{y_i}} } \right)}^2}} \right] = \frac{{100}}{{2500}}\left[ {50(105) - (-15)^2} \right] = \frac{1}{{25}}[5250 - 225] = \frac{{5025}}{{25}} = 201$.
Standard Deviation $\sigma = \sqrt{201} \approx 14.18$.
99
MediumMCQ
Find the mean and variance for the data $6, 7, 10, 12, 13, 4, 8, 12$.
A
Mean = $9$,Variance = $9.25$
B
Mean = $8$,Variance = $9.25$
C
Mean = $9$,Variance = $8.25$
D
Mean = $10$,Variance = $9.25$

Solution

(A) Given data: $6, 7, 10, 12, 13, 4, 8, 12$.
Number of observations,$n = 8$.
Mean,$\bar{x} = \frac{\sum x_i}{n} = \frac{6+7+10+12+13+4+8+12}{8} = \frac{72}{8} = 9$.
Calculation of variance:
$x_i$ $(x_i - \bar{x})^2$
$6$ $(6-9)^2 = 9$
$7$ $(7-9)^2 = 4$
$10$ $(10-9)^2 = 1$
$12$ $(12-9)^2 = 9$
$13$ $(13-9)^2 = 16$
$4$ $(4-9)^2 = 25$
$8$ $(8-9)^2 = 1$
$12$ $(12-9)^2 = 9$
Sum $74$

Variance,$\sigma^2 = \frac{1}{n} \sum (x_i - \bar{x})^2 = \frac{74}{8} = 9.25$.
100
DifficultMCQ
Find the mean and variance for the first $n$ natural numbers.
A
Mean $= \frac{n+1}{2}$,Variance $= \frac{n^2-1}{12}$
B
Mean $= \frac{n}{2}$,Variance $= \frac{n^2-1}{6}$
C
Mean $= \frac{n+1}{2}$,Variance $= \frac{n^2+1}{12}$
D
Mean $= \frac{n-1}{2}$,Variance $= \frac{n^2-1}{12}$

Solution

(A) The mean of the first $n$ natural numbers is calculated as follows:
Mean $= \frac{\text{Sum of all observations}}{\text{Number of observations}} = \frac{\frac{n(n+1)}{2}}{n} = \frac{n+1}{2}$
Variance $(\sigma^2)$ is given by $\frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})^2$.
Using the formula $\sigma^2 = \frac{1}{n} \sum x_i^2 - (\bar{x})^2$:
$\sum x_i^2 = \frac{n(n+1)(2n+1)}{6}$
$\sigma^2 = \frac{1}{n} \left[ \frac{n(n+1)(2n+1)}{6} \right] - \left( \frac{n+1}{2} \right)^2$
$\sigma^2 = \frac{(n+1)(2n+1)}{6} - \frac{(n+1)^2}{4}$
$\sigma^2 = \frac{2(n+1)(2n+1) - 3(n+1)^2}{12}$
$\sigma^2 = \frac{(n+1) [2(2n+1) - 3(n+1)]}{12}$
$\sigma^2 = \frac{(n+1) [4n+2 - 3n-3]}{12} = \frac{(n+1)(n-1)}{12} = \frac{n^2-1}{12}$
Thus,the mean is $\frac{n+1}{2}$ and the variance is $\frac{n^2-1}{12}$.

Statistics — Variance and Standard Deviation · Frequently Asked Questions

1Are these Statistics questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Statistics Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.