हिंदी

Find the standard deviation of the first n natural numbers.

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`

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 15: Statistics - Exercise [पृष्ठ २७८]

APPEARS IN

एनसीईआरटी एक्झांप्लर Mathematics [English] Class 11
अध्याय 15 Statistics
Exercise | Q 5 | पृष्ठ २७८

संबंधित प्रश्न

Find the mean and variance for the data.

6, 7, 10, 12, 13, 4, 8, 12


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 diameters of circles (in mm) drawn in a design are given below:

Diameters 33 - 36 37 - 40 41 - 44 45 - 48 49 - 52
No. of circles 15 17 21 22 25

Calculate the standard deviation and mean diameter of the circles.

[Hint: First make the data continuous by making the classes as 32.5 - 36.5, 36.5 - 40.5, 40.5 - 44.5, 44.5 - 48.5, 48.5 - 52.5 and then proceed.]


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.

 

The mean and standard deviation of 6 observations are 8 and 4 respectively. If each observation is multiplied by 3, find the new mean and new standard deviation of the resulting observations.


The mean and standard deviation of 100 observations were calculated as 40 and 5.1 respectively by a student who took by mistake 50 instead of 40 for one observation. What are the correct mean and standard deviation?


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

Find the standard deviation for the following data:

x : 3 8 13 18 23
f : 7 10 15 10 6

Coefficient of variation of two distributions are 60% and 70% and their standard deviations are 21 and 16 respectively. What are their arithmetic means?


If X and Y are two variates connected by the relation

\[Y = \frac{aX + b}{c}\]  and Var (X) = σ2, then write the expression for the standard deviation of Y.
 
 

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 the standard deviation of a variable X is σ, then the standard deviation of variable \[\frac{a X + b}{c}\] is

 

If the S.D. of a set of observations is 8 and if each observation is divided by −2, the S.D. of the new set of observations will be


Let abcdbe the observations with mean m and standard deviation s. The standard deviation of the observations a + kb + kc + kd + ke + k is


Let x1x2, ..., xn be n observations. Let  \[y_i = a x_i + b\]  for i = 1, 2, 3, ..., n, where a and b are constants. If the mean of \[x_i 's\]  is 48 and their standard deviation is 12, the mean of \[y_i 's\]  is 55 and standard deviation of \[y_i 's\]  is 15, the values of a and are 

 
 
 
   

Life of bulbs produced by two factories A and B are given below:

Length of life
(in hours)
Factory A
(Number of bulbs)
Factory B
(Number of bulbs)
550 – 650 10 8
650 – 750 22 60
750 – 850 52 24
850 – 950 20 16
950 – 1050 16 12
  120 120

The bulbs of which factory are more consistent from the point of view of length of life?


A set of n values x1, x2, ..., xn has standard deviation 6. The standard deviation of n values x1 + k, x2 + k, ..., xn + k will be ______.


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)`


The mean life of a sample of 60 bulbs was 650 hours and the standard deviation was 8 hours. A second sample of 80 bulbs has a mean life of 660 hours and standard deviation 7 hours. Find the overall standard deviation.


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.


Let x1, x2, ..., xn be n observations and `barx` be their arithmetic mean. The formula for the standard deviation is given by ______.


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 ______.


Let x1, x2, x3, x4, x5 be the observations with mean m and standard deviation s. The standard deviation of the observations kx1, kx2, kx3, kx4, kx5 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 ______.


The standard deviation of a data is ______ of any change in orgin, but is ______ on the change of scale.


The mean and standard deviation of six observations are 8 and 4, respectively. If each observation is multiplied by 3, find the new mean and new standard deviation of the resulting observations.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×