Advertisements
Advertisements
प्रश्न
Find the standard deviation of the first n natural numbers.
Advertisements
उत्तर
| `x_i` | 1 | 2 | 3 | 4 | 5 | – | – | n |
| `x_i^2` | 1 | 4 | 9 | 16 | 25 | – | – | n2 |
`sumx_i = 1 + 2 + 3 + 4 + 5 + ... + n = (n(n + 1))/2`
`sumx_i^2 = 1^2 + 2^2 + 3^2 + ... + n^2 = (n(n + 1)(2n + 1))/6`
∴ S.D. `(sigma) = sqrt((sumx_i^2)/n - ((sumx_i)/n)^2`
= `sqrt((n(n + 1)(2n + 1))/(6n) - (n^2(n + 1)^2)/(4n^2))`
= `sqrt(((n + 1)(2n + 1))/6 - (n + 1)^2/4`
= `sqrt((2n^2 + 3n + 1)/6 - (n^2 + 2n + 1)/4)`
= `sqrt((4n^2 + 6n + 2 - 3n^2 - 6n - 3)/12`
= `sqrt((n^2 - 1)/12)`
Hence, the required S.D. = `sqrt((n^2 - 1)/12`
APPEARS IN
संबंधित प्रश्न
Find the mean and variance for the data.
| xi | 6 | 10 | 14 | 18 | 24 | 28 | 30 |
| fi | 2 | 4 | 7 | 12 | 8 | 4 | 3 |
The following is the record of goals scored by team A in a football session:
|
No. of goals scored |
0 |
1 |
2 |
3 |
4 |
|
No. of matches |
1 |
9 |
7 |
5 |
3 |
For the team B, mean number of goals scored per match was 2 with a standard deviation 1.25 goals. Find which team may be considered more consistent?
The mean and variance of eight observations are 9 and 9.25, respectively. If six of the observations are 6, 7, 10, 12, 12 and 13, find the remaining two observations.
The mean and variance of 7 observations are 8 and 16, respectively. If five of the observations are 2, 4, 10, 12 and 14. Find the remaining two observations.
The mean and standard deviation of marks obtained by 50 students of a class in three subjects, Mathematics, Physics and Chemistry are given below:
|
Subject |
Mathematics |
Physics |
Chemistry |
|
Mean |
42 |
32 |
40.9 |
|
Standard deviation |
12 |
15 |
20 |
Which of the three subjects shows the highest variability in marks and which shows the lowest?
Find the mean, variance and standard deviation for the data:
6, 7, 10, 12, 13, 4, 8, 12.
Find the mean, variance and standard deviation for the data 15, 22, 27, 11, 9, 21, 14, 9.
The variance of 20 observations is 5. If each observation is multiplied by 2, find the variance of the resulting observations.
For a group of 200 candidates, the mean and standard deviations of scores were found to be 40 and 15 respectively. Later on it was discovered that the scores of 43 and 35 were misread as 34 and 53 respectively. Find the correct mean and standard deviation.
The mean and standard deviation of 20 observations are found to be 10 and 2 respectively. On rechecking it was found that an observation 8 was incorrect. Calculate the correct mean and standard deviation in each of the following cases:
(i) If wrong item is omitted
(ii) if it is replaced by 12.
The mean and standard deviation of a group of 100 observations were found to be 20 and 3 respectively. Later on it was found that three observations were incorrect, which were recorded as 21, 21 and 18. Find the mean and standard deviation if the incorrect observations were omitted.
Find the standard deviation for the following distribution:
| x : | 4.5 | 14.5 | 24.5 | 34.5 | 44.5 | 54.5 | 64.5 |
| f : | 1 | 5 | 12 | 22 | 17 | 9 | 4 |
Calculate the A.M. and S.D. for the following distribution:
| Class: | 0-10 | 10-20 | 20-30 | 30-40 | 40-50 | 50-60 | 60-70 | 70-80 |
| Frequency: | 18 | 16 | 15 | 12 | 10 | 5 | 2 | 1 |
A student obtained the mean and standard deviation of 100 observations as 40 and 5.1 respectively. It was later found that one observation was wrongly copied as 50, the correct figure being 40. Find the correct mean and S.D.
Calculate the mean, median and standard deviation of the following distribution:
| Class-interval: | 31-35 | 36-40 | 41-45 | 46-50 | 51-55 | 56-60 | 61-65 | 66-70 |
| Frequency: | 2 | 3 | 8 | 12 | 16 | 5 | 2 | 3 |
The means and standard deviations of heights ans weights of 50 students of a class are as follows:
| Weights | Heights | |
| Mean | 63.2 kg | 63.2 inch |
| Standard deviation | 5.6 kg | 11.5 inch |
Which shows more variability, heights or weights?
Coefficient of variation of two distributions are 60% and 70% and their standard deviations are 21 and 16 respectively. What are their arithmetic means?
Find the coefficient of variation for the following data:
| Size (in cms): | 10-15 | 15-20 | 20-25 | 25-30 | 30-35 | 35-40 |
| No. of items: | 2 | 8 | 20 | 35 | 20 | 15 |
If each observation of a raw data whose standard deviation is σ is multiplied by a, then write the S.D. of the new set of observations.
If v is the variance and σ is the standard deviation, then
The standard deviation of the data:
| x: | 1 | a | a2 | .... | an |
| f: | nC0 | nC1 | nC2 | .... | nCn |
is
The standard deviation of the observations 6, 5, 9, 13, 12, 8, 10 is
Show that the two formulae for the standard deviation of ungrouped data.
`sigma = sqrt((x_i - barx)^2/n)` and `sigma`' = `sqrt((x^2_i)/n - barx^2)` are equivalent.
The mean and standard deviation of a set of n1 observations are `barx_1` and s1, respectively while the mean and standard deviation of another set of n2 observations are `barx_2` and s2, respectively. Show that the standard deviation of the combined set of (n1 + n2) observations is given by
S.D. = `sqrt((n_1(s_1)^2 + n_2(s_2)^2)/(n_1 + n_2) + (n_1n_2 (barx_1 - barx_2)^2)/(n_1 + n_2)^2)`
If for distribution `sum(x - 5)` = 3, `sum(x - 5)^2` = 43 and total number of items is 18. Find the mean and standard deviation.
The standard deviation of the data 6, 5, 9, 13, 12, 8, 10 is ______.
Let a, b, c, d, e be the observations with mean m and standard deviation s. The standard deviation of the observations a + k, b + k, c + k, d + k, e + k is ______.
Coefficient of variation of two distributions are 50 and 60, and their arithmetic means are 30 and 25 respectively. Difference of their standard deviation is ______.
If the variance of a data is 121, then the standard deviation of the data is ______.
The standard deviation is ______to the mean deviation taken from the arithmetic mean.
