Find out the variance of first 50 even natural number?
I know variance $\sigma^2=\frac{\Sigma(x_i-\bar{x})^2}{50}$
I have also find $\bar{x}=2550/50=51$ by using Arithmetic Progression.
But now what to do further i have no clue.
Find out the variance of first 50 even natural number?
I know variance $\sigma^2=\frac{\Sigma(x_i-\bar{x})^2}{50}$
I have also find $\bar{x}=2550/50=51$ by using Arithmetic Progression.
But now what to do further i have no clue.
Assuming your number is right, just expand the brackets in that sum and use the standard summation formulae:
$$\sigma^2=\frac{\Sigma(x_i-\bar{x})^2}{50}=\Sigma(2n-51)^2/50=\frac{4}{50}\Sigma n^2 - \frac{4 \cdot 51}{50}\Sigma n + \frac{51^2}{50}\Sigma 1 $$
$$ \Sigma_{n=1}^{m} n^2 = \frac{1}{6}m \left ( m+1 \right ) \left ( 2m+1 \right ) $$