A English

Word problem -Statistics Questions in English

Class 11 Mathematics · Statistics · Word problem -Statistics

209+

Questions

English

Language

100%

With Solutions

Showing 49 of 209 questions in English

151
MediumMCQ
The mean and variance of $7$ observations are $8$ and $16$ respectively. If the first five observations are $2, 4, 10, 12, 14$,then the absolute difference of the remaining two observations is
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(B) Let the unknown numbers be $x$ and $y$.
Given mean $\bar{x} = 8$.
$\frac{2+4+10+12+14+x+y}{7} = 8$
$42 + x + y = 56$
$x + y = 14$ $... (i)$
Given variance $\sigma^2 = 16$.
We know $\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2$.
$16 = \frac{2^2+4^2+10^2+12^2+14^2+x^2+y^2}{7} - 8^2$
$16 + 64 = \frac{4+16+100+144+196+x^2+y^2}{7}$
$80 \times 7 = 460 + x^2 + y^2$
$560 = 460 + x^2 + y^2$
$x^2 + y^2 = 100$ $... (ii)$
From $(x+y)^2 = x^2 + y^2 + 2xy$,we have $14^2 = 100 + 2xy$.
$196 - 100 = 2xy$ $\Rightarrow 2xy = 96$ $\Rightarrow xy = 48$.
Now,$(x-y)^2 = (x+y)^2 - 4xy = 14^2 - 4(48) = 196 - 192 = 4$.
$|x-y| = \sqrt{4} = 2$.
152
DifficultMCQ
If for some $x \in R^{+} \cup \{0\}$,the frequency distribution of the marks obtained by $20$ students in a test is given by the table below,then find the mean of the marks.
Marks:$2$$3$$5$$7$
Frequency:$(x+1)^2$$2x-5$$x^2-3x$$x$
A
$3.0$
B
$2.8$
C
$2.5$
D
$3.2$

Solution

(B) The total number of students is $N = 20$.
Sum of frequencies $\Sigma f_i = (x+1)^2 + (2x-5) + (x^2-3x) + x = 20$.
Expanding the terms: $(x^2+2x+1) + 2x - 5 + x^2 - 3x + x = 20$.
$2x^2 + 2x - 4 = 20$ $\Rightarrow 2x^2 + 2x - 24 = 0$ $\Rightarrow x^2 + x - 12 = 0$.
Factoring the quadratic: $(x+4)(x-3) = 0$.
Since $x \in R^{+} \cup \{0\}$,we have $x = 3$.
Now,calculate the frequencies for $x=3$:
Marks $2$: $(3+1)^2 = 16$.
Marks $3$: $2(3)-5 = 1$.
Marks $5$: $3^2-3(3) = 0$.
Marks $7$: $3$.
Check sum: $16+1+0+3 = 20$. Correct.
Mean $\bar{x} = \frac{\Sigma f_i x_i}{N} = \frac{2(16) + 3(1) + 5(0) + 7(3)}{20} = \frac{32 + 3 + 0 + 21}{20} = \frac{56}{20} = 2.8$.
153
EasyMCQ
If the mean and standard deviation ($S$.$D$.) of the data $3, 5, 7, a, b$ are $5$ and $2$ respectively,then $a$ and $b$ are the roots of the equation:
A
$x^2-10x+18=0$
B
$2x^2-20x+19=0$
C
$x^2-10x+19=0$
D
$x^2-20x+18=0$

Solution

(C) Given,$\text{Mean} = 5$ and $\text{S.D.} = 2$.
For the data $3, 5, 7, a, b$ with $n=5$:
$\text{Mean} = \frac{3+5+7+a+b}{5} = 5$
$\Rightarrow 15+a+b = 25$
$\Rightarrow a+b = 10$ ... $(i)$
Using the formula for variance,$\text{Var} = \text{S.D.}^2 = 2^2 = 4$:
$\text{Var} = \frac{\sum x_i^2}{n} - (\text{Mean})^2$
$4 = \frac{3^2+5^2+7^2+a^2+b^2}{5} - 5^2$
$4 = \frac{9+25+49+a^2+b^2}{5} - 25$
$29 = \frac{83+a^2+b^2}{5}$
$145 = 83 + a^2 + b^2$
$a^2 + b^2 = 62$ ... $(ii)$
We know that $(a+b)^2 = a^2 + b^2 + 2ab$.
$10^2 = 62 + 2ab$
$100 - 62 = 2ab$
$38 = 2ab \Rightarrow ab = 19$.
The quadratic equation with roots $a$ and $b$ is given by $x^2 - (a+b)x + ab = 0$.
Substituting the values,we get $x^2 - 10x + 19 = 0$.
154
MediumMCQ
For two data sets,each of size $5$,the variances are given to be $4$ and $5$,and the corresponding means are given to be $2$ and $4$ respectively. The variance of the combined data set is
A
$\frac{13}{2}$
B
$\frac{5}{2}$
C
$\frac{11}{2}$
D
$\frac{15}{2}$

Solution

(C) Given: $n_1 = 5, \sigma_1^2 = 4, \overline{x}_1 = 2$ and $n_2 = 5, \sigma_2^2 = 5, \overline{x}_2 = 4$.
Combined mean $\overline{x}_c = \frac{n_1\overline{x}_1 + n_2\overline{x}_2}{n_1 + n_2} = \frac{5(2) + 5(4)}{5 + 5} = \frac{30}{10} = 3$.
Calculate deviations: $d_1 = \overline{x}_1 - \overline{x}_c = 2 - 3 = -1$ and $d_2 = \overline{x}_2 - \overline{x}_c = 4 - 3 = 1$.
Combined variance $\sigma^2 = \frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1 + n_2}$.
Substituting the values: $\sigma^2 = \frac{5(4 + (-1)^2) + 5(5 + 1^2)}{5 + 5} = \frac{5(5) + 5(6)}{10} = \frac{25 + 30}{10} = \frac{55}{10} = \frac{11}{2}$.
155
EasyMCQ
The mean of five observations is $4$ and their variance is $5.2$. If three of these observations are $1, 2$ and $6$,then the other two are
A
$2$ and $9$
B
$3$ and $8$
C
$4$ and $7$
D
$5$ and $6$

Solution

(C) Let the five observations be $1, 2, 6, a,$ and $b$.
Given that the mean $\bar{x} = 4$ and $n = 5$.
$\bar{x} = \frac{1 + 2 + 6 + a + b}{5} = 4$
$9 + a + b = 20 \implies a + b = 11 \implies b = 11 - a$ ... $(1)$
Given that the variance $\sigma^2 = 5.2$.
$\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} = 5.2$
$\frac{(1-4)^2 + (2-4)^2 + (6-4)^2 + (a-4)^2 + (b-4)^2}{5} = 5.2$
$(-3)^2 + (-2)^2 + (2)^2 + (a-4)^2 + (b-4)^2 = 26$
$9 + 4 + 4 + (a-4)^2 + (b-4)^2 = 26$
$17 + (a-4)^2 + (b-4)^2 = 26$
$(a-4)^2 + (b-4)^2 = 9$ ... $(2)$
Substitute $b = 11 - a$ into equation $(2)$:
$(a-4)^2 + (11 - a - 4)^2 = 9$
$(a-4)^2 + (7 - a)^2 = 9$
$(a^2 - 8a + 16) + (49 - 14a + a^2) = 9$
$2a^2 - 22a + 65 = 9$
$2a^2 - 22a + 56 = 0$
$a^2 - 11a + 28 = 0$
$(a-4)(a-7) = 0$
So,$a = 4$ or $a = 7$.
If $a = 4$,then $b = 11 - 4 = 7$.
If $a = 7$,then $b = 11 - 7 = 4$.
Thus,the other two observations are $4$ and $7$.
156
EasyMCQ
If both the mean and the standard deviation of $50$ observations $x_1, x_2, \ldots, x_{50}$ are equal to $16$,then the mean of $(x_1-5)^2, (x_2-5)^2, \ldots, (x_{50}-5)^2$ is
A
$378$
B
$377$
C
$357$
D
$397$

Solution

(B) Given: Mean $\bar{x} = 16$ and Standard Deviation $\sigma = 16$.
Let $y_i = x_i - 5$.
The mean of the new observations $y_i$ is $\bar{y} = \bar{x} - 5 = 16 - 5 = 11$.
The standard deviation remains unchanged when a constant is subtracted from each observation,so $\sigma_y = 16$.
We know that $\sigma_y^2 = \frac{\sum y_i^2}{n} - (\bar{y})^2$.
Substituting the values: $16^2 = \frac{\sum (x_i-5)^2}{50} - 11^2$.
$256 = \frac{\sum (x_i-5)^2}{50} - 121$.
$\frac{\sum (x_i-5)^2}{50} = 256 + 121 = 377$.
Thus,the mean of $(x_i-5)^2$ is $377$.
157
MediumMCQ
If both mean and variance of $50$ observations $x_1, x_2, \ldots, x_{50}$ are equal to $16$ and $256$ respectively,then the mean of $(x_1-5)^2, (x_2-5)^2, \ldots, (x_{50}-5)^2$ is
A
$357$
B
$387$
C
$377$
D
$397$

Solution

(C) Given $n=50$,$\bar{x}=16$,and $\sigma_x^2=256$.
Since $\sigma_x^2 = \frac{1}{n} \sum x_i^2 - (\bar{x})^2$,we have $256 = \frac{1}{50} \sum x_i^2 - 16^2$.
$256 = \frac{1}{50} \sum x_i^2 - 256 \implies \frac{1}{50} \sum x_i^2 = 512 \implies \sum x_i^2 = 25600$.
We need the mean of $(x_i-5)^2$,which is $\frac{1}{50} \sum_{i=1}^{50} (x_i-5)^2$.
Expanding the sum: $\sum (x_i^2 - 10x_i + 25) = \sum x_i^2 - 10 \sum x_i + \sum 25$.
Since $\bar{x} = \frac{1}{50} \sum x_i = 16$,then $\sum x_i = 50 \times 16 = 800$.
Thus,$\sum (x_i-5)^2 = 25600 - 10(800) + 50(25) = 25600 - 8000 + 1250 = 18850$.
Required mean $= \frac{18850}{50} = 377$.
158
EasyMCQ
The coefficients of variation of two distributions are $60$ and $70$. The standard deviations are $21$ and $16$ respectively. Find their means.
A
$35$ and $22.86$
B
$23$ and $25$
C
$28.25$ and $25$
D
$22.85$ and $35$

Solution

(A) The coefficient of variation $(CV)$ is given by the formula: $CV = \frac{\sigma}{\bar{x}} \times 100$,where $\sigma$ is the standard deviation and $\bar{x}$ is the mean.
For the first distribution: $60 = \frac{21}{\bar{x}_1} \times 100 \Rightarrow \bar{x}_1 = \frac{2100}{60} = 35$.
For the second distribution: $70 = \frac{16}{\bar{x}_2} \times 100 \Rightarrow \bar{x}_2 = \frac{1600}{70} \approx 22.86$.
Thus,the means are $35$ and $22.86$ respectively.
159
DifficultMCQ
If the coefficient of variation is $ 60 $ and the standard deviation is $ 24 $,then the arithmetic mean is:
A
$ 40 $
B
$ 7/20 $
C
$ 20/7 $
D
$ 1/40 $

Solution

(A) The coefficient of variation $( CV )$ is defined by the formula:
$ CV = \frac{\sigma}{\bar{x}} \times 100 $
Where $ \sigma $ is the standard deviation and $ \bar{x} $ is the arithmetic mean.
Given $ CV = 60 $ and $ \sigma = 24 $.
Substituting these values into the formula:
$ 60 = \frac{24}{\bar{x}} \times 100 $
$ 60 = \frac{2400}{\bar{x}} $
$ \bar{x} = \frac{2400}{60} $
$ \bar{x} = 40 $
Therefore,the arithmetic mean is $ 40 $.
160
MediumMCQ
The mean and variance of the observations $x_1, x_2, x_3, \ldots, x_{15}$ are respectively $2$ and $4$. If the mean and variance of the observations $y_1, y_2, \ldots, y_{10}$ are respectively $2$ and $5$,then the variance of the combined observations $x_1, x_2, \ldots, x_{15}, y_1, y_2, \ldots, y_{10}$ is
A
$6.5$
B
$5.3$
C
$3.4$
D
$4.4$

Solution

(D) Let $n_1 = 15$,$\bar{x} = 2$,and $\sigma_x^2 = 4$. The sum of observations is $\sum x_i = n_1 \bar{x} = 15 \times 2 = 30$. The sum of squares is $\sum x_i^2 = n_1(\sigma_x^2 + \bar{x}^2) = 15(4 + 2^2) = 15(8) = 120$.
Let $n_2 = 10$,$\bar{y} = 2$,and $\sigma_y^2 = 5$. The sum of observations is $\sum y_i = n_2 \bar{y} = 10 \times 2 = 20$. The sum of squares is $\sum y_i^2 = n_2(\sigma_y^2 + \bar{y}^2) = 10(5 + 2^2) = 10(9) = 90$.
For the combined set of $N = n_1 + n_2 = 25$ observations,the combined mean is $\bar{z} = \frac{\sum x_i + \sum y_i}{n_1 + n_2} = \frac{30 + 20}{25} = \frac{50}{25} = 2$.
The combined variance is $\sigma^2 = \frac{\sum x_i^2 + \sum y_i^2}{n_1 + n_2} - \bar{z}^2 = \frac{120 + 90}{25} - 2^2 = \frac{210}{25} - 4 = 8.4 - 4 = 4.4$.
161
MediumMCQ
Let $x_1, x_2, \ldots, x_{11}$ be the observations satisfying $\sum_{i=1}^{11}(x_i-4)=22$ and $\sum_{i=1}^{11}(x_i-4)^2=154$. If the mean and variance of the observations are $\alpha$ and $\beta$,then the quadratic equation having the roots $\frac{\alpha}{\beta}$ and $\frac{\beta}{\alpha}$ is
A
$15 x^2-16 x+15=0$
B
$15 x^2-34 x+15=0$
C
$x^2-16 x+60=0$
D
$12 x^2-25 x+20=0$

Solution

(B) Given $\sum_{i=1}^{11}(x_i-4)=22$.
Dividing by $11$,we get $\bar{x}-4 = \frac{22}{11} = 2$,so $\bar{x} = \alpha = 6$.
Now,the variance $\beta$ is given by $\beta = \frac{1}{n} \sum (x_i-\bar{x})^2$.
Since $\bar{x}=6$,we have $x_i-\bar{x} = x_i-6 = (x_i-4)-2$.
Thus,$\sum (x_i-6)^2 = \sum ((x_i-4)-2)^2 = \sum (x_i-4)^2 - 4\sum (x_i-4) + \sum 4$.
Substituting the values: $154 - 4(22) + 11(4) = 154 - 88 + 44 = 110$.
So,$\beta = \frac{110}{11} = 10$.
The roots are $\frac{\alpha}{\beta} = \frac{6}{10} = \frac{3}{5}$ and $\frac{\beta}{\alpha} = \frac{10}{6} = \frac{5}{3}$.
The quadratic equation is $x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0$.
Sum of roots $= \frac{3}{5} + \frac{5}{3} = \frac{9+25}{15} = \frac{34}{15}$.
Product of roots $= \frac{3}{5} \times \frac{5}{3} = 1$.
The equation is $x^2 - \frac{34}{15}x + 1 = 0$,which simplifies to $15x^2 - 34x + 15 = 0$.
162
EasyMCQ
The range of the data $35, 12, 21, 24, 15, 7, 16, 12, 30, 32, 13, 17$ is
A
$28$
B
$42$
C
$17$
D
$21$

Solution

(A) The range of a data set is calculated as the difference between the highest value and the lowest value in the set.
Given data: $35, 12, 21, 24, 15, 7, 16, 12, 30, 32, 13, 17$.
Highest value = $35$.
Lowest value = $7$.
Range = $\text{Highest value} - \text{Lowest value} = 35 - 7 = 28$.
163
EasyMCQ
If the arithmetic mean of the following frequency distribution is $50$,find the values of $f_1$ and $f_2$.
ClassFrequency
$0 - 20$$17$
$20 - 40$$f_1$
$40 - 60$$32$
$60 - 80$$f_2$
$80 - 100$$19$
Total$120$
A
$f_1 = 27, f_2 = 35$
B
$f_1 = 30, f_2 = 22$
C
$f_1 = 28, f_2 = 24$
D
$f_1 = 32, f_2 = 20$

Solution

(C) The total frequency is given as $120$. So,$17 + f_1 + 32 + f_2 + 19 = 120$.
$f_1 + f_2 + 68 = 120 \implies f_1 + f_2 = 52$ (Equation $1$).
The class marks $(x_i)$ are $10, 30, 50, 70, 90$.
The mean is $\frac{\sum f_i x_i}{\sum f_i} = 50$.
$\frac{17(10) + f_1(30) + 32(50) + f_2(70) + 19(90)}{120} = 50$.
$170 + 30f_1 + 1600 + 70f_2 + 1710 = 6000$.
$30f_1 + 70f_2 + 3480 = 6000$.
$30f_1 + 70f_2 = 2520 \implies 3f_1 + 7f_2 = 252$ (Equation $2$).
From Equation $1$,$f_1 = 52 - f_2$. Substituting into Equation $2$:
$3(52 - f_2) + 7f_2 = 252$.
$156 - 3f_2 + 7f_2 = 252$.
$4f_2 = 96 \implies f_2 = 24$.
Then $f_1 = 52 - 24 = 28$.
164
EasyMCQ
An analysis of monthly wages paid to the workers of two jute mills $A$ and $B$ gives the following data:
Metric Mill-$A$ Mill-$B$
No. of workers $500$ $600$
Average daily wage (in rupees) $186$ $175$
Variance of distribution of wages $81$ $100$

Then:
A
Wage bill of mill $A$ is twice that of mill $B$.
B
Mills $A$ and $B$ both have same wage bills.
C
Wage bill of mill $A$ is greater than that of mill $B$.
D
Wage bill of mill $B$ is greater than that of mill $A$.

Solution

(D) The total wage bill is calculated as the product of the number of workers and the average daily wage.
For mill $A$:
Total wage bill $= 500 \times 186 = 93000$.
For mill $B$:
Total wage bill $= 600 \times 175 = 105000$.
Comparing the two,$105000 > 93000$.
Therefore,the wage bill of mill $B$ is greater than that of mill $A$.
165
MediumMCQ
The mean marks of $25$ boys in a class is $61$ and the mean marks of $35$ girls in the same class is $58$. Then,the mean of all $60$ students is (in $.25$)
A
$56$
B
$59$
C
$57$
D
$63$

Solution

(B) Number of boys $= 25$
Mean marks of boys $= 61$
Number of girls $= 35$
Mean marks of girls $= 58$
Total mean of all $60$ students $= \frac{61 \times 25 + 35 \times 58}{60}$
$= \frac{1525 + 2030}{60} = \frac{3555}{60} = 59.25$
166
EasyMCQ
The average marks of boys in a class is $40$ and that of girls is $45$. The average marks of both boys and girls combined is $42$. Then the percentage of boys in the class is (in $\%$)
A
$60$
B
$30$
C
$40$
D
$50$

Solution

(A) Let the number of boys and girls in the class be $m$ and $n$ respectively. According to the given information:
Total marks of boys $= 40m$
Total marks of girls $= 45n$
Total marks of boys and girls combined $= 42(m + n)$
Equating the total marks:
$40m + 45n = 42(m + n)$
$40m + 45n = 42m + 42n$
$3n = 2m$
$\frac{m}{n} = \frac{3}{2}$
The percentage of boys in the class is given by:
$\frac{m}{m + n} \times 100 = \frac{3}{3 + 2} \times 100$
$= \frac{3}{5} \times 100 = 60 \%$
Therefore,the percentage of boys is $60 \%$.
Hence,option $A$ is correct.
167
MediumMCQ
If the coefficients of variation of two distributions are $60$ and $70$ and their standard deviations are $21$ and $16$ respectively,then their arithmetic means are respectively:
A
$35, 22.85$
B
$32, 25.85$
C
$35, 28.25$
D
$35, 25.25$

Solution

(A) The coefficient of variation $(CV)$ is defined as $CV = \frac{\sigma}{\bar{x}} \times 100$,where $\sigma$ is the standard deviation and $\bar{x}$ is the arithmetic mean.
For the first distribution: $60 = \frac{21}{\bar{x}_1} \times 100 \implies \bar{x}_1 = \frac{2100}{60} = 35$.
For the second distribution: $70 = \frac{16}{\bar{x}_2} \times 100 \implies \bar{x}_2 = \frac{1600}{70} \approx 22.857$.
Thus,the arithmetic means are $35$ and $22.85$ approximately.
168
EasyMCQ
$\bar{x}$ and $\bar{y}$ are the arithmetic means of the runs of two batsmen $A$ and $B$ in $10$ innings respectively,and $\sigma_{A}$ and $\sigma_{B}$ are the standard deviations of their runs. If batsman $A$ is more consistent than $B$,then he is also a higher run scorer only when
A
$0 < \frac{\sigma_{A}}{\sigma_{B}} < \frac{\bar{x}}{\bar{y}}$ and $\frac{\bar{x}}{\bar{y}} > 1$
B
$\frac{\bar{x}}{\bar{y}} > \frac{\sigma_{A}}{\sigma_{B}} > 1$
C
$\frac{\bar{x}}{\bar{y}} < \frac{\sigma_{A}}{\sigma_{B}} > 1$
D
$\frac{\bar{x}}{\bar{y}} > 1$ and $1 \leq \frac{\bar{x}}{\bar{y}} < \frac{\sigma_{A}}{\sigma_{B}}$

Solution

(A) Consistency is measured by the coefficient of variation $(CV)$. $A$ lower $CV$ implies higher consistency.
Batsman $A$ is more consistent than $B$,so $CV_{A} < CV_{B}$.
This implies $\frac{\sigma_{A}}{\bar{x}} < \frac{\sigma_{B}}{\bar{y}}$.
Rearranging this gives $\frac{\sigma_{A}}{\sigma_{B}} < \frac{\bar{x}}{\bar{y}}$.
Since $\sigma_{A}, \sigma_{B}, \bar{x}, \bar{y} > 0$,we have $0 < \frac{\sigma_{A}}{\sigma_{B}} < \frac{\bar{x}}{\bar{y}}$.
For $A$ to be a higher run scorer,we must have $\bar{x} > \bar{y}$,which implies $\frac{\bar{x}}{\bar{y}} > 1$.
169
DifficultMCQ
The mean of $5$ observations is $4.4$ and their variance is $8.24$. If three of those observations are $1, 2$ and $6$,then the other two observations are:
A
$9, 4$
B
$9, 5$
C
$9, 2$
D
$9, 13$

Solution

(A) Let the other two observations be $x$ and $y$.
Given mean $\bar{x} = 4.4$,so $\frac{1+2+6+x+y}{5} = 4.4$ $\Rightarrow 9+x+y = 22$ $\Rightarrow x+y = 13 \dots (i)$.
Variance $\sigma^2 = 8.24$,so $\frac{1}{5}(1^2+2^2+6^2+x^2+y^2) - (4.4)^2 = 8.24$.
$\frac{1}{5}(1+4+36+x^2+y^2) - 19.36 = 8.24$.
$\frac{41+x^2+y^2}{5} = 27.6$ $\Rightarrow 41+x^2+y^2 = 138$ $\Rightarrow x^2+y^2 = 97 \dots (ii)$.
We know $(x+y)^2 = x^2+y^2+2xy$,so $13^2 = 97+2xy$ $\Rightarrow 169-97 = 2xy$ $\Rightarrow 2xy = 72$ $\Rightarrow xy = 36$.
Since $x+y = 13$ and $xy = 36$,the quadratic equation $t^2 - 13t + 36 = 0$ gives the values.
$(t-9)(t-4) = 0$,so $t = 9$ or $t = 4$.
Thus,the other two observations are $9$ and $4$.
170
EasyMCQ
If $x_1, x_2, \ldots, x_n$ are $n$ observations and $\bar{x}$ is their mean. If $\sum_{i=1}^{n}(x_i - \bar{x})^2$ is almost zero,then which of the following statements is true?
A
It indicates a higher degree of dispersion of the observations from the mean $\bar{x}$.
B
It indicates that there is no dispersion.
C
$\sum_{i=1}^{n}(x_i - \bar{x})^2$ is the arithmetic mean of the data.
D
It indicates that each observation $x_i$ is very close to the mean $\bar{x}$ and hence the degree of dispersion is low.

Solution

(D) The expression $\sum_{i=1}^{n}(x_i - \bar{x})^2$ represents the sum of squared deviations from the mean.
If this sum is almost zero,it implies that each individual observation $x_i$ must be very close to the mean $\bar{x}$.
Consequently,the variance,which is proportional to this sum,is very small,indicating that the degree of dispersion of the data points around the mean is low.
171
EasyMCQ
Which one of the following is false?
A
Mean deviation from the mean and the Mean deviation from the Median must always be equal.
B
The measure of variability which is a number independent of units,is called the coefficient of variation.
C
The coefficient of variation is a relative measure of variation.
D
Among two given data,the one having greater coefficient of variation is said to have more variability than the other.

Solution

(A) The mean deviation from the mean and the mean deviation from the median are not necessarily equal for a given data set because the mean and median can take different values. Therefore,the statement that they must always be equal is false.
172
EasyMCQ
For the set $A = \{x_1, x_2, x_3, x_4, x_5\}$,the variance is $4$ and the mean is $2$. For the set $B = \{y_1, y_2, y_3, y_4, y_5\}$,the variance is $5$ and the mean is $4$. Then,the variance of $A \cup B$ is
A
$6$
B
$6.5$
C
$5.5$
D
$5$

Solution

(C) For set $A$: $\text{Mean} = \frac{\sum x_i}{5} = 2 \Rightarrow \sum x_i = 10$.
Variance $= \frac{1}{5} \sum x_i^2 - (\text{Mean})^2 = 4$ $\Rightarrow \frac{1}{5} \sum x_i^2 - 4 = 4$ $\Rightarrow \sum x_i^2 = 40$.
For set $B$: $\text{Mean} = \frac{\sum y_i}{5} = 4 \Rightarrow \sum y_i = 20$.
Variance $= \frac{1}{5} \sum y_i^2 - (\text{Mean})^2 = 5$ $\Rightarrow \frac{1}{5} \sum y_i^2 - 16 = 5$ $\Rightarrow \sum y_i^2 = 105$.
For $A \cup B$: Total elements $N = 10$.
Combined Mean $\bar{X} = \frac{\sum x_i + \sum y_i}{10} = \frac{10 + 20}{10} = 3$.
Combined Variance $= \frac{\sum x_i^2 + \sum y_i^2}{10} - (\bar{X})^2 = \frac{40 + 105}{10} - (3)^2 = 14.5 - 9 = 5.5$.
173
MediumMCQ
The possible values of $x$ if the standard deviation $(SD)$ of the numbers $2, 3, 2x$,and $11$ is $3.5$ are equal to:
A
$4, \frac{5}{3}$
B
$5, \frac{7}{3}$
C
$3, \frac{7}{3}$
D
$2, \frac{5}{3}$

Solution

(C) Given the set of numbers: $2, 3, 2x, 11$. The number of observations $n = 4$. The standard deviation $(SD)$ is $3.5 = \frac{7}{2}$.
First,calculate the mean $(\bar{x})$:
$\bar{x} = \frac{2 + 3 + 2x + 11}{4} = \frac{16 + 2x}{4} = \frac{8 + x}{2}$.
The variance $(V)$ is given by $V = (SD)^2 = (3.5)^2 = 12.25$.
The formula for variance is $V = \frac{1}{n} \sum x_i^2 - (\bar{x})^2$.
$\sum x_i^2 = 2^2 + 3^2 + (2x)^2 + 11^2 = 4 + 9 + 4x^2 + 121 = 134 + 4x^2$.
$12.25 = \frac{134 + 4x^2}{4} - \left(\frac{8 + x}{2}\right)^2$.
$12.25 = \frac{134 + 4x^2}{4} - \frac{64 + 16x + x^2}{4}$.
$12.25 = \frac{134 + 4x^2 - 64 - 16x - x^2}{4}$.
$49 = 3x^2 - 16x + 70$.
$3x^2 - 16x + 21 = 0$.
Solving the quadratic equation $3x^2 - 9x - 7x + 21 = 0$:
$3x(x - 3) - 7(x - 3) = 0$.
$(3x - 7)(x - 3) = 0$.
Therefore,$x = 3$ or $x = \frac{7}{3}$.
174
MediumMCQ
Find the least positive value of $k$,if the range of $15, 14, k, 25, 30, 35$ is $23$.
A
$11$
B
$13$
C
$12$
D
$14$

Solution

(C) The range of a data set is defined as the difference between the maximum value and the minimum value.
Given data: $15, 14, k, 25, 30, 35$.
Range $= 23$.
Case $1$: If $35$ is the maximum value,then the minimum value must be $35 - 23 = 12$.
If $k = 12$,the data set becomes $12, 14, 15, 25, 30, 35$. The range is $35 - 12 = 23$. This is a valid case.
Case $2$: If $k$ is the maximum value,then $k - 14 = 23$,which gives $k = 37$.
Since we are looking for the least positive value of $k$,we compare $12$ and $37$.
The least positive value is $12$.
175
MediumMCQ
The range of the observations $20, 28, 40, 12, 30, 15, 50$ is $ . . . . . . $.
A
$18$
B
$38$
C
$28$
D
$16$

Solution

(B) The given observations are $20, 28, 40, 12, 30, 15, 50$.
To find the range,we identify the maximum and minimum values in the data set.
Maximum value $= 50$.
Minimum value $= 12$.
Range $= \text{Maximum value} - \text{Minimum value}$.
Range $= 50 - 12 = 38$.
176
EasyMCQ
For a group of $100$ students,the mean $\bar{x}_1$ and the standard deviation $\sigma_1$ of their marks were found to be $40$ and $15$ respectively. Later,it was observed that the scores $40$ and $50$ were misread as $30$ and $60$ respectively. If the mean and the standard deviation with the corrected observations of the scores are $\bar{x}_2$ and $\sigma_2$ respectively,then:
A
$\bar{x}_1=\bar{x}_2 ; \sigma_1=\sigma_2$
B
$\bar{x}_1=\bar{x}_2 ; \sigma_1 < \sigma_2$
C
$\bar{x}_1=\bar{x}_2 ; \sigma_1 > \sigma_2$
D
$\bar{x}_1 > \bar{x}_2 ; \sigma_1=\sigma_2$

Solution

(C) Given $n=100$,$\bar{x}_1=40$,and $\sigma_1=15$.
The sum of observations is $\sum x_i = n \times \bar{x}_1 = 100 \times 40 = 4000$.
The corrected sum is $\sum x_i^{\prime} = 4000 - 30 - 60 + 40 + 50 = 4000$.
Thus,the corrected mean $\bar{x}_2 = \frac{4000}{100} = 40$.
So,$\bar{x}_1 = \bar{x}_2$.
Now,$\sigma_1^2 = \frac{\sum x_i^2}{n} - (\bar{x}_1)^2$ $\Rightarrow 225 = \frac{\sum x_i^2}{100} - 1600$ $\Rightarrow \sum x_i^2 = 182500$.
The corrected sum of squares is $\sum x_i^{\prime 2} = 182500 - 30^2 - 60^2 + 40^2 + 50^2 = 182500 - 900 - 3600 + 1600 + 2500 = 182100$.
The corrected variance is $\sigma_2^2 = \frac{182100}{100} - (40)^2 = 1821 - 1600 = 221$.
Since $\sigma_1^2 = 225$ and $\sigma_2^2 = 221$,we have $\sigma_1^2 > \sigma_2^2$,which implies $\sigma_1 > \sigma_2$.
Therefore,$\bar{x}_1 = \bar{x}_2$ and $\sigma_1 > \sigma_2$.
177
EasyMCQ
The mean of five observations is $4$ and their variance is also $4$. If three of the five observations are $1, 3, 4$,then the product of the other two is:
A
$32$
B
$36$
C
$35$
D
$27$

Solution

(C) Let the five observations be $x_1, x_2, x_3, x_4, x_5$. Given $x_1=1, x_2=3, x_3=4$. Let the other two be $a$ and $b$.
Mean $\bar{x} = \frac{1+3+4+a+b}{5} = 4 \implies 8+a+b = 20 \implies a+b = 12$.
Variance $\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2 = 4$.
$\frac{1^2+3^2+4^2+a^2+b^2}{5} - 4^2 = 4$.
$\frac{1+9+16+a^2+b^2}{5} - 16 = 4 \implies \frac{26+a^2+b^2}{5} = 20$.
$26+a^2+b^2 = 100 \implies a^2+b^2 = 74$.
We know $(a+b)^2 = a^2+b^2+2ab$.
$12^2 = 74+2ab \implies 144 = 74+2ab$.
$2ab = 70 \implies ab = 35$.
178
EasyMCQ
Let $a$ and $b$ be two real numbers. If the arithmetic mean and the variance of $a, b, 8, 5$ and $10$ are respectively $6$ and $6.8$,then an ordered pair $(a, b) =$
A
$(3, 4)$
B
$(1, 6)$
C
$(7, 0)$
D
$(-2, 9)$

Solution

(A) The arithmetic mean is given by $\frac{a + b + 8 + 5 + 10}{5} = 6$.
$a + b + 23 = 30$,so $a + b = 7$.
The variance is given by $\frac{\sum x_i^2}{n} - (\text{mean})^2 = 6.8$.
$\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$,so $a^2 + b^2 = 25$.
Since $a + b = 7$,we have $b = 7 - a$.
Substituting into the second equation: $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$,then $b = 4$. If $a = 4$,then $b = 3$.
The ordered pair $(a, b)$ can be $(3, 4)$ or $(4, 3)$.
Comparing with the options,$(3, 4)$ is correct.
179
EasyMCQ
Consider the following data:
Daily wage (Rs.)$30$-$40$$40$-$50$$50$-$60$$60$-$70$$70$-$80$$80$-$90$
No. of workers$17$$28$$21$$15$$13$$6$

The coefficient of variation of the above distribution of wages,if its standard deviation is $14.72$,is
A
$14.73$
B
$23.73$
C
$26.91$
D
$20.82$

Solution

(C) To find the coefficient of variation $(CV)$,we use the formula: $CV = \frac{\sigma}{\bar{x}} \times 100$,where $\sigma$ is the standard deviation and $\bar{x}$ is the mean.
First,calculate the mean $(\bar{x})$:
Midpoints $(x_i)$: $35, 45, 55, 65, 75, 85$
Frequencies $(f_i)$: $17, 28, 21, 15, 13, 6$
Total frequency $(N = \sum f_i)$ = $17 + 28 + 21 + 15 + 13 + 6 = 100$
Sum of $(f_i x_i)$: $(17 \times 35) + (28 \times 45) + (21 \times 55) + (15 \times 65) + (13 \times 75) + (6 \times 85) = 595 + 1260 + 1155 + 975 + 975 + 510 = 5470$
Mean $(\bar{x})$ = $\frac{\sum f_i x_i}{N} = \frac{5470}{100} = 54.7$
Given standard deviation $(\sigma)$ = $14.72$
$CV = \frac{14.72}{54.7} \times 100 \approx 26.91$
Thus,the correct option is $C$.
180
EasyMCQ
Based on the following statements,choose the correct option.
Statement-$I:$ The variance of the first $n$ even natural numbers is $\frac{n^2-1}{4}$.
Statement-$II:$ The difference between the variance of the first $20$ even natural numbers and their arithmetic mean is $112$.
A
Both Statements are true and $II$ is a correct explanation of $I$.
B
Both Statements are true but $II$ is not a correct explanation of $I$.
C
Statement-$I$ is true and Statement-$II$ is false.
D
Statement-$I$ is false and Statement-$II$ is true.

Solution

(D) The first $n$ even natural numbers are $2, 4, 6, \dots, 2n$.
The mean $\bar{x} = \frac{2(1+2+\dots+n)}{n} = \frac{2 \times n(n+1)}{2n} = n+1$.
The variance is given by $\sigma^2 = \frac{1}{n} \sum_{i=1}^n (2i)^2 - (n+1)^2$.
$\sigma^2 = \frac{4}{n} \times \frac{n(n+1)(2n+1)}{6} - (n+1)^2 = \frac{2(n+1)(2n+1)}{3} - (n+1)^2$.
$\sigma^2 = (n+1) \left[ \frac{4n+2-3n-3}{3} \right] = \frac{(n+1)(n-1)}{3} = \frac{n^2-1}{3}$.
Thus,Statement-$I$ is false.
For $n=20$,the mean is $20+1 = 21$.
The variance is $\frac{20^2-1}{3} = \frac{399}{3} = 133$.
The difference is $133 - 21 = 112$.
Thus,Statement-$II$ is true.
181
MediumMCQ
If the sum of squares of the deviations from the mean of the data $x_i, (i=1, 2, \ldots, n)$ is $n\bar{x}^2$,where $\bar{x}$ is the mean of $x_i$'s,then the sum of squares of $x_i$'s is
A
$4n\bar{x}^2$
B
$3n\bar{x}^2$
C
$n\bar{x}^2$
D
$2n\bar{x}^2$

Solution

(D) Given that the sum of squares of deviations from the mean is $n\bar{x}^2$.
The formula for the sum of squares of deviations is $\sum_{i=1}^n (x_i - \bar{x})^2 = n\bar{x}^2$.
Expanding the left side: $\sum_{i=1}^n (x_i^2 - 2x_i\bar{x} + \bar{x}^2) = n\bar{x}^2$.
This simplifies to $\sum x_i^2 - 2\bar{x}\sum x_i + n\bar{x}^2 = n\bar{x}^2$.
Since $\sum x_i = n\bar{x}$,we substitute this into the equation: $\sum x_i^2 - 2\bar{x}(n\bar{x}) + n\bar{x}^2 = n\bar{x}^2$.
$\sum x_i^2 - 2n\bar{x}^2 + n\bar{x}^2 = n\bar{x}^2$.
$\sum x_i^2 - n\bar{x}^2 = n\bar{x}^2$.
Therefore,$\sum_{i=1}^n x_i^2 = 2n\bar{x}^2$.
182
EasyMCQ
If the mean deviation about the mean is $m$ and variance is $\sigma^2$ for the following data,then $m + \sigma^2 =$
$x$ $1, 3, 5, 7, 9$
$f$ $4, 24, 28, 16, 8$
A
$8$
B
$7.2$
C
$\frac{28}{5}$
D
$6$

Solution

(D) First,we calculate the mean $\bar{x} = \frac{\sum f_i x_i}{\sum f_i} = \frac{4(1) + 24(3) + 28(5) + 16(7) + 8(9)}{4 + 24 + 28 + 16 + 8} = \frac{4 + 72 + 140 + 112 + 72}{80} = \frac{400}{80} = 5$.
Next,the mean deviation about the mean $m = \frac{\sum f_i |x_i - \bar{x}|}{\sum f_i} = \frac{4|1-5| + 24|3-5| + 28|5-5| + 16|7-5| + 8|9-5|}{80} = \frac{4(4) + 24(2) + 28(0) + 16(2) + 8(4)}{80} = \frac{16 + 48 + 0 + 32 + 32}{80} = \frac{128}{80} = \frac{8}{5} = 1.6$.
The variance $\sigma^2 = \frac{\sum f_i x_i^2}{\sum f_i} - (\bar{x})^2 = \frac{4(1)^2 + 24(3)^2 + 28(5)^2 + 16(7)^2 + 8(9)^2}{80} - 5^2 = \frac{4 + 216 + 700 + 784 + 648}{80} - 25 = \frac{2352}{80} - 25 = 29.4 - 25 = 4.4 = \frac{22}{5}$.
Finally,$m + \sigma^2 = \frac{8}{5} + \frac{22}{5} = \frac{30}{5} = 6$.
183
MediumMCQ
If the mean of two samples of sizes $20$ and $30$ are $25$ and $10$ respectively,and their variances are $9$ and $16$ respectively,then their combined variance is:
A
$67.9$
B
$68.2$
C
$68.1$
D
$67.2$

Solution

(D) Given: $n_1 = 20, \bar{x}_1 = 25, \sigma_1^2 = 9$ and $n_2 = 30, \bar{x}_2 = 10, \sigma_2^2 = 16$.
Combined mean $\bar{x} = \frac{n_1\bar{x}_1 + n_2\bar{x}_2}{n_1 + n_2} = \frac{20 \times 25 + 30 \times 10}{20 + 30} = \frac{500 + 300}{50} = \frac{800}{50} = 16$.
Let $d_1 = \bar{x}_1 - \bar{x} = 25 - 16 = 9$ and $d_2 = \bar{x}_2 - \bar{x} = 10 - 16 = -6$.
Combined variance $\sigma^2 = \frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1 + n_2}$.
$\sigma^2 = \frac{20(9 + 9^2) + 30(16 + (-6)^2)}{20 + 30} = \frac{20(9 + 81) + 30(16 + 36)}{50} = \frac{20(90) + 30(52)}{50} = \frac{1800 + 1560}{50} = \frac{3360}{50} = 67.2$.
184
DifficultMCQ
If $x_1, x_2, \ldots, x_n$ are $n$ observations such that $\sum_{i=1}^n x_i^2 = 400$ and $\sum_{i=1}^n x_i = 80$,then the least value of $n$ is
A
$18$
B
$12$
C
$15$
D
$16$

Solution

(D) We are given $\sum_{i=1}^n x_i^2 = 400$ and $\sum_{i=1}^n x_i = 80$.
We know that the variance of a set of observations is always non-negative,i.e.,$\sigma^2 = \frac{\sum x_i^2}{n} - \left(\frac{\sum x_i}{n}\right)^2 \geq 0$.
Substituting the given values:
$\frac{400}{n} - \left(\frac{80}{n}\right)^2 \geq 0$
$\frac{400}{n} - \frac{6400}{n^2} \geq 0$
Multiplying by $n^2$ (since $n > 0$):
$400n - 6400 \geq 0$
$400n \geq 6400$
$n \geq \frac{6400}{400}$
$n \geq 16$.
Thus,the least value of $n$ is $16$.
185
EasyMCQ
If the variance of the data $2, 3, 5, 8, 12$ is $\sigma^2$ and the mean deviation from the median for this data is $M$,then $\sigma^2 - M =$
A
$10.2$
B
$5.8$
C
$10.6$
D
$8.2$

Solution

(A) Given observations: $2, 3, 5, 8, 12$
Mean $\bar{x} = \frac{2+3+5+8+12}{5} = \frac{30}{5} = 6$
Variance $\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} = \frac{(2-6)^2 + (3-6)^2 + (5-6)^2 + (8-6)^2 + (12-6)^2}{5}$
$\sigma^2 = \frac{(-4)^2 + (-3)^2 + (-1)^2 + 2^2 + 6^2}{5} = \frac{16 + 9 + 1 + 4 + 36}{5} = \frac{66}{5} = 13.2$
Median $m$ of the data $2, 3, 5, 8, 12$ is the middle term,so $m = 5$.
Mean deviation about median $M = \frac{\sum |x_i - m|}{n} = \frac{|2-5| + |3-5| + |5-5| + |8-5| + |12-5|}{5}$
$M = \frac{3 + 2 + 0 + 3 + 7}{5} = \frac{15}{5} = 3$
Therefore,$\sigma^2 - M = 13.2 - 3 = 10.2$.
186
MediumMCQ
The mean and standard deviation of $100$ observations were calculated as $40$ and $5.1$ respectively. Later on,it was found that one of the observations was taken as $50$ in place of $40$. If the wrong entry is replaced by the correct one,then the sum of the squares of all the observations is:
A
$162701$
B
$163501$
C
$162601$
D
$161701$

Solution

(D) Given: $n = 100$,$\bar{x} = 40$,$\sigma = 5.1$.
We know that $\text{Variance} = \sigma^2 = (5.1)^2 = 26.01$.
The formula for variance is $\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2$.
Substituting the values: $26.01 = \frac{\sum x_i^2}{100} - (40)^2$.
$26.01 = \frac{\sum x_i^2}{100} - 1600$.
$\frac{\sum x_i^2}{100} = 1626.01$.
$\sum x_i^2 = 162601$ (This is the incorrect sum of squares).
To find the correct sum of squares,we subtract the square of the incorrect observation and add the square of the correct observation:
$\text{Correct } \sum x_i^2 = 162601 - (50)^2 + (40)^2$.
$\text{Correct } \sum x_i^2 = 162601 - 2500 + 1600$.
$\text{Correct } \sum x_i^2 = 161701$.
187
MediumMCQ
There are $n$ observations and all of them are negative numbers. The ascending order of these observations is $x_1, x_2, \ldots, x_n$. If the signs of the first term and last term in that order are changed,then the range of the data is
A
$|x_1| - |x_n|$
B
$|x_n - x_1|$
C
$|x_1| - x_2$
D
$|x_1| - |x_2|$

Solution

(C) Given that $x_1, x_2, \ldots, x_n$ are negative numbers in ascending order. Since they are negative,we can write them as $-|x_1|, -|x_2|, \ldots, -|x_n|$.
Because the order is ascending,we have $-|x_1| < -|x_2| < \ldots < -|x_n|$,which implies $|x_1| > |x_2| > \ldots > |x_n|$.
After changing the signs of the first term $(x_1)$ and the last term $(x_n)$,the new set of observations becomes $|x_1|, -|x_2|, -|x_3|, \ldots, -|x_{n-1}|, |x_n|$.
In this new set,the largest value is $|x_1|$ and the smallest value is $-|x_2|$ (since $|x_1| > |x_2| > \ldots > |x_n|$).
The range is defined as $\text{Maximum} - \text{Minimum}$.
Range $= |x_1| - (-|x_2|) = |x_1| + |x_2|$.
Wait,re-evaluating the sequence: The original sequence is $x_1 < x_2 < \ldots < x_n < 0$. After changing signs,the new sequence is $-x_1, x_2, x_3, \ldots, x_{n-1}, -x_n$. Since $x_1$ is the most negative,$-x_1$ is the largest positive. The smallest value is $x_2$. Thus,the range is $-x_1 - x_2 = |x_1| - x_2$.
188
MediumMCQ
Statement $(I)$: The range of the ungrouped data does not change even if certain intermediate observations are removed.
Statement $(II)$: The value of the mean deviation of an ungrouped data about the median is always less than or equal to the value of the mean deviation computed about any other measure of central tendency.
Statement $(III)$: For a grouped data,range is approximated as the difference between the lower limit of the largest class and the upper limit of the smallest class.
A
Statements $I$ and $II$ are true but statement $III$ is false
B
Statements $II$ and $III$ are true but statement $I$ is false
C
Statements $III$ and $I$ are true but statement $II$ is false
D
Statements $I$,$II$ and $III$ are true

Solution

(A) Statement $(I)$: The range is defined as the difference between the maximum and minimum observations. Since intermediate observations do not affect the maximum or minimum values,the range remains unchanged. Thus,Statement $(I)$ is true.
Statement $(II)$: $A$ well-known property of mean deviation is that it is minimized when calculated about the median. Thus,Statement $(II)$ is true.
Statement $(III)$: For grouped data,the range is defined as the difference between the upper limit of the largest class and the lower limit of the smallest class. The statement provided swaps these,making it false.
Therefore,Statements $I$ and $II$ are true but statement $III$ is false.
189
EasyMCQ
If $65$ is the range of the ungrouped data $50, 70, 60, B, 20, 40$,then the absolute difference of the possible values of $B$ is
A
$90$
B
$20$
C
$80$
D
$65$

Solution

(C) The given data set is $50, 70, 60, B, 20, 40$. The range is defined as the difference between the maximum and minimum values,which is given as $65$.
Case $1$: If $B$ is the maximum value,then $B - 20 = 65$,which implies $B = 85$.
Case $2$: If $B$ is the minimum value,then $70 - B = 65$,which implies $B = 5$.
The possible values for $B$ are $85$ and $5$.
The absolute difference between these values is $|85 - 5| = 80$.
190
EasyMCQ
The means of two groups of observations $A$ and $B$ are $\bar{x}$ and $\bar{y}$ respectively,and their standard deviations are $2$ and $3$ respectively. In order for group $A$ to be more consistent than group $B$,$\frac{\bar{y}}{\bar{x}} < $
A
$\frac{3}{2}$
B
$\frac{5}{1}$
C
$\frac{2}{3}$
D
$\frac{6}{5}$

Solution

(A) The coefficient of variation $(CV)$ is defined as $CV = \frac{\sigma}{\bar{x}} \times 100$.
For group $A$ to be more consistent than group $B$,the coefficient of variation of $A$ must be less than the coefficient of variation of $B$.
Thus,$CV_A < CV_B$.
Substituting the values,we get $\frac{\sigma_A}{\bar{x}} < \frac{\sigma_B}{\bar{y}}$.
Given $\sigma_A = 2$ and $\sigma_B = 3$,we have $\frac{2}{\bar{x}} < \frac{3}{\bar{y}}$.
Rearranging the inequality to solve for $\frac{\bar{y}}{\bar{x}}$,we get $\frac{\bar{y}}{\bar{x}} < \frac{3}{2}$.
191
MediumMCQ
If $\alpha$ and $\beta$ are respectively the mean deviation about the mean and the variance of the first five prime numbers,then the ordered pair $(\alpha, \beta)$ is:
A
$(2.27, 10.42)$
B
$(2.27, 10.24)$
C
$(2.72, 10.24)$
D
$(2.72, 10.42)$

Solution

(C) The first five prime numbers are $2, 3, 5, 7, 11$.
Mean $(\bar{x}) = \frac{2+3+5+7+11}{5} = \frac{28}{5} = 5.6$.
Mean deviation about mean $(\alpha) = \frac{\sum |x_i - \bar{x}|}{n} = \frac{|2-5.6| + |3-5.6| + |5-5.6| + |7-5.6| + |11-5.6|}{5} = \frac{3.6 + 2.6 + 0.6 + 1.4 + 5.4}{5} = \frac{13.6}{5} = 2.72$.
Variance $(\beta) = \frac{\sum x_i^2}{n} - (\bar{x})^2 = \frac{2^2 + 3^2 + 5^2 + 7^2 + 11^2}{5} - (5.6)^2 = \frac{4 + 9 + 25 + 49 + 121}{5} - 31.36 = \frac{208}{5} - 31.36 = 41.6 - 31.36 = 10.24$.
Thus,the ordered pair $(\alpha, \beta)$ is $(2.72, 10.24)$.
192
EasyMCQ
The mean and standard deviation of $100$ observations $x_1, x_2, \ldots, x_{100}$ were calculated as $40$ and $5.1$ respectively by a student who took by mistake $50$ instead of $40$ for one observation. Then the correct value of $\sum_{i=1}^{100} x_i^2=$
A
$3990$
B
$161701$
C
$162601$
D
$4000$

Solution

(B) Given,$n = 100$,$\bar{x} = 40$,and $\sigma = 5.1$.
The formula for variance is $\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2$.
Substituting the values: $(5.1)^2 = \frac{\sum x_i^2}{100} - (40)^2$.
$26.01 = \frac{\sum x_i^2}{100} - 1600$.
$\sum x_i^2 = (26.01 + 1600) \times 100 = 162601$.
This sum includes the incorrect observation $50$. To find the correct sum of squares,we subtract the square of the incorrect value and add the square of the correct value:
Correct $\sum x_i^2 = 162601 - (50)^2 + (40)^2$.
Correct $\sum x_i^2 = 162601 - 2500 + 1600 = 161701$.
193
MediumMCQ
For a group of $100$ observations,the arithmetic mean and standard deviation are $8$ and $\sqrt{10.5}$ respectively. The mean and standard deviation of $50$ items selected from these $100$ observations are $10$ and $2$ respectively. Then the standard deviation of the remaining $50$ observations is
A
$2$
B
$3$
C
$3.5$
D
$4$

Solution

(B) Let $n_1 = 50$,$\bar{x}_1 = 10$,and $\sigma_1 = 2$ be the parameters for the first group. Let $n_2 = 50$,$\bar{x}_2$,and $\sigma_2$ be the parameters for the second group. The total number of observations is $N = 100$,with mean $\bar{x} = 8$ and standard deviation $\sigma = \sqrt{10.5}$.
First,find the mean of the second group:
$\bar{x} = \frac{n_1\bar{x}_1 + n_2\bar{x}_2}{n_1 + n_2} \implies 8 = \frac{50(10) + 50(\bar{x}_2)}{100} \implies 800 = 500 + 50\bar{x}_2 \implies \bar{x}_2 = 6$.
Next,use the combined variance formula:
$\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 = \bar{x}_1 - \bar{x} = 10 - 8 = 2$ and $d_2 = \bar{x}_2 - \bar{x} = 6 - 8 = -2$.
$10.5 = \frac{50(2^2 + 2^2) + 50(\sigma_2^2 + (-2)^2)}{100}$
$10.5 = \frac{50(8) + 50(\sigma_2^2 + 4)}{100} = \frac{400 + 50\sigma_2^2 + 200}{100}$
$1050 = 600 + 50\sigma_2^2$
$50\sigma_2^2 = 450 \implies \sigma_2^2 = 9 \implies \sigma_2 = 3$.
194
DifficultMCQ
$x_1, x_2, \ldots, x_n$ are $n$ observations with mean $\bar{x}$ and standard deviation $\sigma$. Match the items of List-$I$ with those of List-$II$:
List-$I$ List-$II$
$(a) \sum_{i=1}^n(x_i-\bar{x})$ $(i) \text{ Median}$
$(b) \text{ Variance } (\sigma^2)$ $(ii) \text{ Coefficient of variation}$
$(c) \text{ Mean deviation}$ $(iii) \text{ Zero}$
$(d) \text{ Measure used to find the homogeneity of given two series}$ $(iv) \text{ Mean of the absolute deviations from any measure of central tendency}$
$(v) \text{ Mean of the squares of the deviations from mean}$
A
$a-(i), b-(ii), c-(iii), d-(iv)$
B
$a-(i), b-(iv), c-(iii), d-(ii)$
C
$a-(iii), b-(v), c-(iv), d-(ii)$
D
$a-(iii), b-(v), c-(ii), d-(i)$

Solution

(C) $(a) \sum_{i=1}^n(x_i-\bar{x}) = \sum x_i - \sum \bar{x} = n\bar{x} - n\bar{x} = 0$. Thus,$(a)-(iii)$.
$(b) \text{ Variance } (\sigma^2) = \frac{1}{n} \sum_{i=1}^n (x_i-\bar{x})^2$,which is the mean of the squares of the deviations from the mean. Thus,$(b)-(v)$.
$(c) \text{ Mean deviation} = \frac{1}{n} \sum_{i=1}^n |x_i - A|$,where $A$ is a measure of central tendency. Thus,$(c)-(iv)$.
$(d) \text{ Coefficient of variation} = \frac{\sigma}{\bar{x}} \times 100$,used to compare the homogeneity of two series. Thus,$(d)-(ii)$.
Therefore,the correct matching is $a-(iii), b-(v), c-(iv), d-(ii)$.
195
EasyMCQ
If the coefficients of variation of two distributions are $40$ and $20$ and their variances are $144$ and $64$ respectively,then the mean of their arithmetic means is
$(A)$ $40$
$(B)$ $12$
$(C)$ $30$
$(D)$ $35$
A
$40$
B
$12$
C
$30$
D
$35$

Solution

(D) Let $\bar{x}_1$ and $\bar{x}_2$ be the means and $\sigma_1^2$ and $\sigma_2^2$ be the variances of the two distributions.
Given $\sigma_1^2 = 144$ and $\sigma_2^2 = 64$,we have $\sigma_1 = 12$ and $\sigma_2 = 8$.
The coefficient of variation $(CV)$ is given by $CV = \frac{\sigma}{\bar{x}} \times 100$.
For the first distribution: $\frac{12}{\bar{x}_1} \times 100 = 40 \Rightarrow \bar{x}_1 = \frac{1200}{40} = 30$.
For the second distribution: $\frac{8}{\bar{x}_2} \times 100 = 20 \Rightarrow \bar{x}_2 = \frac{800}{20} = 40$.
The mean of the arithmetic means is $\frac{\bar{x}_1 + \bar{x}_2}{2} = \frac{30 + 40}{2} = \frac{70}{2} = 35$.
196
MediumMCQ
If the coefficients of variation of two distributions are $40$ and $20$ and their variances are $144$ and $64$ respectively,then the mean of their arithmetic means is
A
$40$
B
$12$
C
$30$
D
$35$

Solution

(D) Let $\bar{x}_1$ and $\bar{x}_2$ be the means and $\sigma_1^2$ and $\sigma_2^2$ be the variances of two distributions.
Given $\sigma_1^2 = 144$ and $\sigma_2^2 = 64$.
Thus,$\sigma_1 = \sqrt{144} = 12$ and $\sigma_2 = \sqrt{64} = 8$.
The coefficient of variation $(CV)$ is given by $CV = \frac{\sigma}{\bar{x}} \times 100$.
For the first distribution: $\frac{12}{\bar{x}_1} \times 100 = 40 \Rightarrow \bar{x}_1 = \frac{1200}{40} = 30$.
For the second distribution: $\frac{8}{\bar{x}_2} \times 100 = 20 \Rightarrow \bar{x}_2 = \frac{800}{20} = 40$.
The mean of their arithmetic means is $\frac{\bar{x}_1 + \bar{x}_2}{2} = \frac{30 + 40}{2} = \frac{70}{2} = 35$.
197
MediumMCQ
If $M$ and $\sigma^2$ represent respectively the mean deviation from the mean and the variance for the data $1, 3, 5, 7, 11, 13, 17, 19, 23$,then $3(\sigma^2 - M) = $
A
$232$
B
$112$
C
$224$
D
$136$

Solution

(D) The given data is $1, 3, 5, 7, 11, 13, 17, 19, 23$. The number of observations $n = 9$.
The mean $\bar{x} = \frac{1+3+5+7+11+13+17+19+23}{9} = \frac{99}{9} = 11$.
The mean deviation from the mean $M = \frac{\sum |x_i - \bar{x}|}{n} = \frac{|1-11| + |3-11| + |5-11| + |7-11| + |11-11| + |13-11| + |17-11| + |19-11| + |23-11|}{9} = \frac{10+8+6+4+0+2+6+8+12}{9} = \frac{56}{9}$.
The variance $\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} = \frac{(-10)^2 + (-8)^2 + (-6)^2 + (-4)^2 + 0^2 + 2^2 + 6^2 + 8^2 + 12^2}{9} = \frac{100 + 64 + 36 + 16 + 0 + 4 + 36 + 64 + 144}{9} = \frac{464}{9}$.
Now,$3(\sigma^2 - M) = 3 \left( \frac{464}{9} - \frac{56}{9} \right) = 3 \left( \frac{408}{9} \right) = \frac{408}{3} = 136$.
198
EasyMCQ
Two distributions $A$ and $B$ have the same mean. If their coefficients of variation are $6$ and $2$ respectively and $\sigma_A$ and $\sigma_B$ are their standard deviations,then:
A
$\sigma_A = 3 \sigma_B$
B
$3 \sigma_A = \sigma_B$
C
$\sigma_A = 2 \sigma_B$
D
$2 \sigma_A = \sigma_B$

Solution

(A) Let the common mean of both distributions be $\bar{x}$.
Given that the coefficients of variation $(CV)$ for $A$ and $B$ are $6$ and $2$ respectively.
The formula for the coefficient of variation is $CV = \frac{\sigma}{\bar{x}} \times 100$.
For distribution $A$: $\frac{\sigma_A}{\bar{x}} \times 100 = 6 \implies \bar{x} = \frac{100 \sigma_A}{6}$.
For distribution $B$: $\frac{\sigma_B}{\bar{x}} \times 100 = 2 \implies \bar{x} = \frac{100 \sigma_B}{2}$.
Equating the two expressions for $\bar{x}$:
$\frac{100 \sigma_A}{6} = \frac{100 \sigma_B}{2}$.
$\frac{\sigma_A}{6} = \frac{\sigma_B}{2}$.
$\sigma_A = \frac{6}{2} \sigma_B$.
$\sigma_A = 3 \sigma_B$.
199
MediumMCQ
In a town,the probability that a sick person may need to be admitted to an $ICU$ is $10 \%$. If the probability that a person getting admitted to an $ICU$ goes above $5 \%$,then the threat level is raised. The minimum percentage of the population of the town that should fall sick in order to raise the threat level is
A
$15$
B
$30$
C
$50$
D
$70$

Solution

(C) Let the minimum percentage of the population of the town that should fall sick in order to raise the threat level be $x \%$.
Given that the probability of a sick person being admitted to an $ICU$ is $10 \%$.
Therefore,the probability of any person in the town being admitted to an $ICU$ is $10 \% \text{ of } x \%$.
We are given that the threat level is raised if this probability exceeds $5 \%$.
So,we set up the equation: $\frac{10}{100} \times x = 5$.
Solving for $x$: $0.1x = 5 \Rightarrow x = \frac{5}{0.1} = 50$.
Thus,at least $50 \%$ of the population must fall sick to raise the threat level.
Hence,option $C$ is correct.

Statistics — Word problem -Statistics · 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.