Question:

Find variance of first 2n natural numbers.

Updated On: Apr 13, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Find the Mean of the First 2n Natural Numbers
The mean is the sum of the numbers divided by the total count of numbers: \[ \text{Mean} = \frac{(1 + 2 + 3 + ... + 2n)}{2n} \]

Step 2: Simplify the Mean Using the Arithmetic Series Formula
Using the sum formula for an arithmetic series, we get: \[ \text{Sum} = \frac{2n(1 + 2n)}{2} \] Simplifying the mean, we get: \[ \text{Mean} = \frac{(2n + 1)}{2} \]

Step 3: Define the Variance
Variance is defined as the average of squared differences from the mean: \[ \text{Variance} = \frac{[(1 - \text{mean})^2 + (2 - \text{mean})^2 + ... + (2n - \text{mean})^2]}{2n} \]

Step 4: Simplify the Variance Expression
Expanding and simplifying the expression, we obtain: \[ \text{Variance} = \frac{[4n^3 - 4n]}{12n} \]

Step 5: Further Simplify the Variance
This simplifies to: \[ \text{Variance} = \frac{(4n^2 - 1)}{12} \]

Step 6: Final Result
Therefore, the variance of the first 2n natural numbers is: \[ \text{Variance} = \frac{(4n^2 - 1)}{12} \]

Was this answer helpful?
1
0

Top Questions on Statistics

View More Questions

Concepts Used:

Variance and Standard Deviation

Variance:

According to layman’s words, the variance is a measure of how far a set of data are dispersed out from their mean or average value. It is denoted as ‘σ2’.

Variance Formula:

Read More: Difference Between Variance and Standard Deviation

Standard Deviation:

The spread of statistical data is measured by the standard deviation. Distribution measures the deviation of data from its mean or average position. The degree of dispersion is computed by the method of estimating the deviation of data points. It is denoted by the symbol, ‘σ’.

Types of Standard Deviation:

  • Standard Deviation for Discrete Frequency distribution
  • Standard Deviation for Continuous Frequency distribution

Standard Deviation Formulas:

1. Population Standard Deviation

2. Sample Standard Deviation