JEE MathsStatisticsVisual Solution
Visual SolutionHard
Question
Let the observations xix_i (1i101 \leq i \leq 10) satisfy i=110(xi5)=10\sum_{i=1}^{10}(x_i - 5) = 10 and i=110(xi5)2=40\sum_{i=1}^{10}(x_i - 5)^2 = 40. Then the variance of x1,x2,,x10x_1, x_2, \ldots, x_{10} is:
(A)33
(B)44
(C)55
(D)66
Solution Path
Substitute di=xi5d_i = x_i - 5. Compute Var(d)=40/101=3(d) = 40/10 - 1 = 3. Since adding 5 does not change variance, Var(x)=3(x) = 3.
01Question Setup
1/4
Given (xi5)=10\sum(x_i - 5) = 10 and (xi5)2=40\sum(x_i - 5)^2 = 40 for 10 observations. Find Var(x)(x).
Find variance of x1,,x10x_1, \ldots, x_{10}
02Change of Origin
2/4
Let di=xi5d_i = x_i - 5. Then dˉ=10/10=1\bar{d} = 10/10 = 1 and di2=40\sum d_i^2 = 40. Since xi=di+5x_i = d_i + 5, Var(x)(x) = Var(d)(d).
Adding a constant does not change variance
03Compute Var(d)KEY INSIGHT
3/4
Var(d)=di2ndˉ2=401012=41=3(d) = \frac{\sum d_i^2}{n} - \bar{d}^2 = \frac{40}{10} - 1^2 = 4 - 1 = 3.
Var(d)=3\text{Var}(d) = 3
04Final Answer
4/4
Var(x)(x) = Var(d)=3(d) = 3. Answer: (A) 3.
Var(x)=3\boxed{\text{Var}(x) = 3} - Answer (A)
Concepts from this question2 concepts unlocked

Variance Shortcut Formula

EASY

Variance = E(X²) - [E(X)]². Compute the mean of squares minus the square of the mean. Avoids computing individual deviations.

σ2=fixi2N(fixiN)2\sigma^2 = \frac{\sum f_i x_i^2}{N} - \left(\frac{\sum f_i x_i}{N}\right)^2

Nearly every JEE variance question is faster with the shortcut. The direct formula with (xᵢ - mean)² takes longer and has more room for arithmetic errors.

Variance computationSD from raw dataGrouped data variance
Practice (10 Qs) →

Effect of Linear Transformation on Mean and Variance

STANDARD

If yᵢ = axᵢ + b, then mean(y) = a * mean(x) + b, and Var(y) = a² * Var(x). Adding a constant does not change variance. Multiplying by a constant scales variance by a².

yˉ=axˉ+b,σy2=a2σx2\bar{y} = a\bar{x} + b, \quad \sigma_y^2 = a^2 \sigma_x^2

JEE frequently asks 'if 5 is added to each observation' or 'if each value is doubled'. This single rule answers all such questions instantly.

Change of origin/scaleEffect of adding constantEffect of multiplying constant
Practice (9 Qs) →