Linear Transformations and the Coefficient of Variation

The textbook proves the two halves separately; JEE tests them combined.

Key Point (Linear transformation): if yi=axi+by_i = ax_i + b, then

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

Effect of shifting and scaling data on mean and variance

The shift bb moves the centre and never touches the spread; the scale aa stretches both — and the SD takes a|a|, never a negative value. This one law answers a whole family of JEE one-liners, including the step-deviation method itself (which is just y=xAhy = \frac{x - A}{h} run backwards).

The coefficient of variation — beyond the rationalised syllabus, but JEE still asks it:

Key Point (C.V.):

C.V.=σxˉ×100(xˉ0)\mathrm{C.V.} = \frac{\sigma}{\bar{x}} \times 100 \qquad (\bar{x} \ne 0)

Coefficient of variation formula and consistency comparison

A unit-free percentage: it lets you compare scatter across different scales or units. Lower C.V. = more consistent. When two series share the same mean, comparing SDs is enough; otherwise only C.V. is fair. Example: batsman P (mean 50, σ\sigma 10, C.V. 20) vs batsman Q (mean 30, σ\sigma 4.5, C.V. 15) — Q is the more consistent scorer despite the lower average.

The x2\sum x^2 Identity and Combined Groups

1. The computing identity, formalised.

σ2=xi2nxˉ2xi2=n(σ2+xˉ2)\sigma^2 = \frac{\sum x_i^2}{n} - \bar{x}^2 \quad\Longleftrightarrow\quad \sum x_i^2 = n\left(\sigma^2 + \bar{x}^2\right)

Every missing-observation and corrected-statistics problem is this identity plus bookkeeping. A free by-product: since σ20\sigma^2 \ge 0,

xi2n(xin)2\frac{\sum x_i^2}{n} \ge \left(\frac{\sum x_i}{n}\right)^2

— the mean of squares always dominates the square of the mean, with equality only for constant data.

2. Combined mean and variance of two groups. Groups of sizes n1,n2n_1, n_2 with means xˉ1,xˉ2\bar{x}_1, \bar{x}_2 and variances σ12,σ22\sigma_1^2, \sigma_2^2:

Key Point (Combined statistics):

xˉ=n1xˉ1+n2xˉ2n1+n2σ2=n1(σ12+d12)+n2(σ22+d22)n1+n2\bar{x} = \frac{n_1\bar{x}_1 + n_2\bar{x}_2}{n_1 + n_2} \qquad \sigma^2 = \frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1 + n_2}

where di=xˉixˉd_i = \bar{x}_i - \bar{x} measures how far each group's mean sits from the combined mean. When the group means coincide (d1=d2=0d_1 = d_2 = 0), the combined variance is simply the weighted average of the variances; when they differ, the between-group spread adds on top.

[JEE Tip] Almost every statistics question in JEE Main resolves into three tools: the x2\sum x^2 identity, the linear-transformation law, and (occasionally) combined groups. Translate the words into xi\sum x_i and xi2\sum x_i^2 first — the rest is arithmetic.

JEE-Style Solved Examples

Example 1: C.V. comparison

Batsman P: mean 50, σ=10\sigma = 10. Batsman Q: mean 30, σ=4.5\sigma = 4.5. Who is more consistent?

Solution:

Step 1 — Compute both C.V.s. C.V.(P) =1050×100=20= \frac{10}{50} \times 100 = 20; C.V.(Q) =4.530×100=15= \frac{4.5}{30} \times 100 = 15.

Step 2 — Compare. Lower C.V. = more consistent: Q wins, despite the lower average.

Coefficient of variation formula and consistency comparison

Takeaway: With different means, raw SDs are unfair — only the RELATIVE scatter (C.V.) compares consistency across scales.

Example 2: Mean from C.V.

A series has C.V. 40 and σ=8\sigma = 8. Find the mean.

Solution:

Step 1 — Write the definition. 40=8xˉ×10040 = \frac{8}{\bar{x}} \times 100.

Step 2 — Solve. xˉ=80040=20\bar{x} = \frac{800}{40} = 20.

Takeaway: The C.V. definition holds three quantities — given any two, one division recovers the third.

Example 3: Full linear transformation

Data has mean 10 and SD 2. Compute the mean and SD of y=3x+5y = 3x + 5.

Solution:

Step 1 — Mean takes both. yˉ=3(10)+5=35\bar{y} = 3(10) + 5 = 35.

Step 2 — SD takes only the scale. σy=3×2=6\sigma_y = |3| \times 2 = 6.

Effect of shifting and scaling data on mean and variance

Takeaway: The mean obeys the whole transformation; the SD hears only the multiplier — never add the shift to a spread.

Example 4: A negative scale

Data has SD 2. Find the SD of y=4x+7y = -4x + 7.

Solution:

Step 1 — Discard the shift. The 7 cannot touch the SD.

Step 2 — Absolute value of the scale. σy=4×2=8\sigma_y = |-4| \times 2 = 8.

Takeaway: A negative multiplier flips the data's ORDER but not its spread — the modulus in aσ|a|\sigma is doing real work.

Example 5: Combined mean

Section A (30 students) averages 60 marks; section B (20 students) averages 55. Find the combined mean.

Solution:

Step 1 — Weight by group sizes. xˉ=30(60)+20(55)30+20\bar{x} = \frac{30(60) + 20(55)}{30 + 20}.

Step 2 — Compute. =1800+110050=58= \frac{1800 + 1100}{50} = 58.

Takeaway: The combined mean is size-weighted — it sits closer to the LARGER group's mean (58 is nearer 60 than 55).

Example 6: Combined variance

Group 1: n1=100n_1 = 100, mean 15, variance 9. Group 2: n2=150n_2 = 150, mean 20, variance 16. Find the combined variance.

Solution:

Step 1 — Combined mean. xˉ=1500+3000250=18\bar{x} = \frac{1500 + 3000}{250} = 18; hence d1=1518=3d_1 = 15 - 18 = -3, d2=2018=2d_2 = 20 - 18 = 2.

Step 2 — The formula. σ2=100(9+9)+150(16+4)250\sigma^2 = \frac{100(9 + 9) + 150(16 + 4)}{250}.

Step 3 — Compute. =1800+3000250=19.2= \frac{1800 + 3000}{250} = 19.2.

Takeaway: Combined spread = within-group variances PLUS between-group separation (di2d_i^2) — 19.2 exceeds both 9 and 16's weighted average because the means differ.

Example 7: The identity as an inequality

Ten observations satisfy xi=30\sum x_i = 30. What is the least possible value of xi2\sum x_i^2?

Solution:

Step 1 — Use σ20\sigma^2 \ge 0. xi210(3010)2=9\frac{\sum x_i^2}{10} \ge \left(\frac{30}{10}\right)^2 = 9.

Step 2 — Conclude. xi290\sum x_i^2 \ge 90.

Step 3 — When is it attained? Equality means σ2=0\sigma^2 = 0: every observation equals 3.

Takeaway: "Variance is non-negative" doubles as an optimisation tool — the minimum of xi2\sum x_i^2 under a fixed sum is at constant data.

Example 8: Sums from statistics

100 observations have mean 50 and SD 4. Find xi\sum x_i and xi2\sum x_i^2.

Solution:

Step 1 — First sum. xi=100×50=5000\sum x_i = 100 \times 50 = 5000.

Step 2 — Second sum. xi2=n(σ2+xˉ2)=100(16+2500)=251600\sum x_i^2 = n(\sigma^2 + \bar{x}^2) = 100(16 + 2500) = 251600.

Takeaway: (xˉ,σ)(xi,xi2)(\bar{x}, \sigma) \to (\sum x_i, \sum x_i^2) is the standard opening move of every corrected-statistics problem.

Example 9: Undoing a coding

After the coding y=x2510y = \frac{x - 25}{10}, a data set shows yˉ=2\bar{y} = 2 and σy=1\sigma_y = 1. Find the original mean and SD.

Solution:

Step 1 — Invert the coding. x=10y+25x = 10y + 25.

Step 2 — Mean. xˉ=10(2)+25=45\bar{x} = 10(2) + 25 = 45.

Step 3 — SD. σx=10×1=10\sigma_x = 10 \times 1 = 10.

Takeaway: This is the step-deviation method run backwards — coding and decoding are the same law read in two directions.

Example 10: Equal means, combined variance

Two groups of sizes 40 and 60 both have mean 20, with variances 4 and 9. Find the combined variance.

Solution:

Step 1 — The did_i vanish. Both group means equal the combined mean: d1=d2=0d_1 = d_2 = 0.

Step 2 — Weighted average of variances. σ2=40(4)+60(9)100=700100=7\sigma^2 = \frac{40(4) + 60(9)}{100} = \frac{700}{100} = 7.

Takeaway: Equal means collapse the combined-variance formula to a plain weighted average — the di2d_i^2 terms exist only for separated groups.

Example 11: C.V. across units

Heights: mean 160 cm, σ\sigma 8 cm. Weights: mean 60 kg, σ\sigma 4.5 kg. Which varies more?

Solution:

Step 1 — C.V. of each. Heights: 8160×100=5\frac{8}{160} \times 100 = 5; weights: 4.560×100=7.5\frac{4.5}{60} \times 100 = 7.5.

Step 2 — Compare. Weights are relatively more variable.

Step 3 — Why C.V. was forced. Comparing 8 cm against 4.5 kg directly is meaningless — different units; the C.V.'s unit-free percentage makes them commensurable.

Takeaway: Cross-unit comparisons are C.V.'s home ground — that is exactly what dividing by the mean buys.

Example 12: Transformation meets the identity

Data with n=5n = 5 has xi=20\sum x_i = 20 and xi2=90\sum x_i^2 = 90. Find the variance of 2xi+12x_i + 1.

Solution:

Step 1 — Variance of xx. σx2=905(205)2=1816=2\sigma_x^2 = \frac{90}{5} - \left(\frac{20}{5}\right)^2 = 18 - 16 = 2.

Step 2 — Transform. The +1+1 is invisible; the 2 squares: σ2=4×2=8\sigma^2 = 4 \times 2 = 8.

Takeaway: JEE chains the two tools — identity first for σx2\sigma_x^2, then the transformation law; the chain is worth rehearsing until automatic.