Chapter Summary: Key Formulas and Concepts

Measures of Dispersion

  • Range: Maximum Value - Minimum Value.
  • Mean Deviation about Mean (xˉ\bar{x}):
  • Ungrouped: M.D.(xˉ)=xixˉnM.D.(\bar{x}) = \frac{\sum |x_i - \bar{x}|}{n}
  • Grouped: M.D.(xˉ)=fixixˉNM.D.(\bar{x}) = \frac{\sum f_i |x_i - \bar{x}|}{N}
  • Mean Deviation about Median (M):
  • Ungrouped: M.D.(M)=xiMnM.D.(M) = \frac{\sum |x_i - M|}{n}
  • Grouped: M.D.(M)=fixiMNM.D.(M) = \frac{\sum f_i |x_i - M|}{N}

Variance (σ2\sigma^2)

  • Definition Formula:
  • Ungrouped: σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n}
  • Grouped: σ2=fi(xixˉ)2N\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{N}
  • Shortcut (Computational) Formula: σ2=fixi2N(fixiN)2=fixi2N(xˉ)2\sigma^2 = \frac{\sum f_i x_i^2}{N} - \left( \frac{\sum f_i x_i}{N} \right)^2 = \frac{\sum f_i x_i^2}{N} - (\bar{x})^2
  • Step-Deviation Method: (for equal class size h) σ2=h2[fiyi2N(fiyiN)2],where yi=xiah\sigma^2 = h^2 \left[ \frac{\sum f_i y_i^2}{N} - \left( \frac{\sum f_i y_i}{N} \right)^2 \right], \quad \text{where } y_i = \frac{x_i - a}{h}

Standard Deviation (σ\sigma)

  • Definition: The positive square root of the variance. σ=Variance\sigma = \sqrt{\text{Variance}}

Coefficient of Variation (C.V.)

  • Definition: A relative measure of dispersion used for comparison. C.V.=σxˉ×100(xˉ0)\text{C.V.} = \frac{\sigma}{\bar{x}} \times 100 \quad (\bar{x} \neq 0)
  • Interpretation: Lower C.V. means more consistency (less variability).

Properties

  • Change of Origin: Adding/subtracting a constant to all observations does not change the measures of dispersion (Range, M.D., Variance, S.D.).
  • Change of Scale: Multiplying/dividing all observations by a non-zero constant 'k':
  • New S.D. = k×|k| \times (Old S.D.)
  • New Variance = k2×k^2 \times (Old Variance)

JEE Exam Tips & Strategies

  1. Formula Mastery is Key: Statistics is one of the most formula-driven chapters. A significant portion of JEE Main questions are direct applications of these formulas. Create a formula sheet and memorize it thoroughly.

  2. Use the Shortcut Formula for Variance: In almost all cases, the shortcut formula σ2=fixi2N(xˉ)2\sigma^2 = \frac{\sum f_i x_i^2}{N} - (\bar{x})^2 is faster and less prone to calculation errors than the definition formula, especially when the mean is a decimal.

  3. Step-Deviation is Your Friend: For grouped data with uniform class sizes, the step-deviation method drastically simplifies calculations for mean and variance. Master the use of yi=xiahy_i = \frac{x_i - a}{h} to make your numbers smaller and more manageable.

  4. Properties of Variance and S.D.: Questions are frequently asked based on the effect of changing origin and scale. Remember these rules to solve problems in seconds:

    • Adding/subtracting a constant changes the mean but not the standard deviation or variance.
    • Multiplying by a constant 'k' multiplies the mean and S.D. by 'k' and the variance by 'k2k^2'.
  5. Combined Mean and Variance: Be prepared for questions where you are given the mean and variance of two groups and asked to find the combined mean and variance of the merged group. Memorize the formula for combined variance: σ122=n1(σ12+d12)+n2(σ22+d22)n1+n2where d1=xˉ1xˉ12,d2=xˉ2xˉ12\sigma^2_{12} = \frac{n_1(\sigma_1^2 + d_1^2) + n_2(\sigma_2^2 + d_2^2)}{n_1+n_2} \quad \text{where } d_1 = \bar{x}_1 - \bar{x}_{12}, d_2 = \bar{x}_2 - \bar{x}_{12}

  6. Incorrect Observation Problems: A common question type involves a dataset where one value was misread. You'll be given the incorrect mean and variance and asked to find the correct ones. The strategy is: a. Use the incorrect mean and N to find the incorrect xi\sum x_i. b. Find the correct xi\sum x_i by subtracting the wrong value and adding the right one. c. Calculate the correct mean. d. Use the incorrect variance and mean to find the incorrect xi2\sum x_i^2. e. Find the correct xi2\sum x_i^2 by subtracting the square of the wrong value and adding the square of the right one. f. Use the correct xi2\sum x_i^2 and correct mean to find the correct variance.

  7. Consistency and C.V.: Questions asking to compare the 'consistency', 'stability', or 'variability' of two datasets are always a signal to calculate and compare their Coefficients of Variation (C.V.). Remember: Lower C.V. = More Consistent.