Class 11Mathematics · Statistics & ProbabilityFull chapter

Statistics

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Measures of Dispersion and Range

Quick answer Dispersion measures how spread out data is around a central value; the range is the simplest such measure, equal to the difference between the maximum and minimum observations.

Two data sets can have the same mean yet look completely different if one set of values is tightly bunched together and the other is widely scattered. Measures of dispersion tell us how spread out the observations are around a central value. The simplest of these is the range.

The range of a data set is the difference between the largest (maximum) and the smallest (minimum) observation:

Range = Xmax − Xmin

A larger range indicates greater variability, while a smaller range indicates that the data is more closely clustered. However, the range uses only the two extreme values and ignores how the remaining observations are distributed, so it is considered a crude (rough) measure of dispersion.

Worked Example. The marks obtained by six students in a test are: 25, 18, 32, 40, 22, 15. Find the range.

Arranging in order: 15, 18, 22, 25, 32, 40. Here Xmax = 40 and Xmin = 15.

Range = 40 − 15 = 25.

So the marks are spread over a range of 25.

Range Range = Xmax − Xmiₙ difference between the greatest and the least observation in the data
Remember
  • Range = X_max − X_min; it is based solely on the two extreme values
  • A larger range means greater variability; a smaller range means values are closely clustered
  • Range ignores the distribution of the values lying between the extremes, so it is a crude measure
  • It is easy and quick to compute but very sensitive to outliers
  • More refined measures — mean deviation, variance, standard deviation — use every observation for a fuller picture

Mean Deviation about Mean and Median (Ungrouped Data)

Quick answer Mean deviation is the average of the absolute deviations of all observations from the mean or the median, giving a measure of dispersion that uses every value.

The mean deviation measures the average amount by which observations differ from a fixed central value (the mean or the median), using absolute values so that positive and negative deviations do not cancel out.

For n ungrouped observations x1, x2, …, xn:

Mean deviation about the mean: M.D.(x̄) = (1/n) Σ|xi − x̄|, where x̄ is the mean of the data.

Mean deviation about the median: M.D.(M) = (1/n) Σ|xi − M|, where M is the median (for n odd, the middle value after arranging in order; for n even, the average of the two middle values).

Worked Example. Find the mean deviation about the mean and about the median for the data: 4, 6, 7, 10, 12, 12, 13, 16, 19.

Mean deviation about the mean. Here n = 9 and the sum of observations is 4+6+7+10+12+12+13+16+19 = 99, so x̄ = 99/9 = 11.

The absolute deviations |xi − 11| are 7, 5, 4, 1, 1, 1, 2, 5, 8, whose sum is 34.

M.D.(x̄) = 34/9 ≈ 3.78.

Mean deviation about the median. The data is already arranged in ascending order, so with n = 9 (odd), the median is the middle (5th) observation, M = 12.

The absolute deviations |xi − 12| are 8, 6, 5, 2, 0, 0, 1, 4, 7, whose sum is 33.

M.D.(M) = 33/9 ≈ 3.67.

Notice that the mean deviation about the median (3.67) is smaller than the mean deviation about the mean (3.78) — the median always gives the least possible value of mean deviation among all central values.

Mean x̄ = (Σxi)/n
Mean deviation about mean M.D.(x̄) = (1/n) Σ|xi − x̄|
Mean deviation about median M.D.(M) = (1/n) Σ|xi − M|
Median (n even) M = [ (n/2)th term + (n/2 + 1)th term ] / 2 data must be arranged in ascending order first
Remember
  • Mean deviation uses absolute deviations from a central value so they do not cancel to zero
  • M.D. about mean = (1/n)Σ|xi − x̄|; M.D. about median = (1/n)Σ|xi − M|
  • For n even, median = average of the (n/2)th and (n/2 + 1)th terms after arranging the data in order
  • Mean deviation about the median is always the least among mean deviations taken from any point (minimum property)
  • Mean deviation uses every observation, so it reflects dispersion better than the range

Mean Deviation for Grouped (Discrete and Continuous) Data

Quick answer For frequency distributions, each deviation is weighted by its frequency fi, and the mean or median is found using fi and N = Σfi before averaging the absolute deviations.

When data is arranged as a frequency distribution, each value xi occurs with a frequency fi, and N = Σfi is the total number of observations. The mean deviation formulas change to weighted averages that use the frequencies.

For a discrete frequency distribution: Mean x̄ = (Σfixi)/N; Mean deviation about mean = (1/N)Σfi|xi − x̄|; Mean deviation about median = (1/N)Σfi|xi − M|.

For a continuous (grouped) frequency distribution, xi is taken as the mid-point of each class, and the median is located using M = l + [(N/2 − cf)/f] × h, where l is the lower limit of the median class, cf is the cumulative frequency of the class preceding the median class, f is the frequency of the median class, and h is the class width.

Worked Example. Find the mean deviation about the mean and about the median for the continuous distribution with classes 0–10, 10–20, 20–30, 30–40, 40–50 and frequencies 5, 8, 15, 16, 6 (N = 50).

Mean deviation about mean. Taking mid-points xi as 5, 15, 25, 35, 45, Σfixi = 25+120+375+560+270 = 1350, so x̄ = 1350/50 = 27.

The absolute deviations |xi − 27| are 22, 12, 2, 8, 18; the weighted values fi|xi − 27| are 110, 96, 30, 128, 108, summing to 472.

M.D.(x̄) = 472/50 = 9.44.

Mean deviation about median. The cumulative frequencies are 5, 13, 28, 44, 50. Since N/2 = 25 first reaches the class 20–30 (cumulative frequency 28 there), this is the median class, with l = 20, cf = 13, f = 15, h = 10.

M = 20 + [(25 − 13)/15] × 10 = 20 + 8 = 28.

The absolute deviations |xi − 28| are 23, 13, 3, 7, 17; the weighted values are 115, 104, 45, 112, 102, summing to 478.

M.D.(M) = 478/50 = 9.56.

Mean (grouped) x̄ = (Σfixi)/N
M.D. about mean (grouped) M.D.(x̄) = (1/N) Σfi|xi − x̄|
M.D. about median (grouped) M.D.(M) = (1/N) Σfi|xi − M|
Median (continuous data) M = l + [(N/2 − cf)/f] × h l = lower limit, cf = cumulative frequency before median class, f = frequency of median class, h = class width
Remember
  • For grouped data every deviation is weighted by its frequency fi before averaging
  • Discrete data: x̄ = Σfixi/N; continuous data uses the class mid-point as xi
  • Median of continuous data needs M = l + [(N/2 − cf)/f] × h using cumulative frequency of the median class
  • Once x̄ or M is known, M.D. about mean/median is computed the same weighted way as for discrete data
  • N = Σfi is always the total number of observations, not the number of classes

Variance and Standard Deviation (Ungrouped Data)

Quick answer Variance is the mean of the squared deviations from the mean, and standard deviation is its positive square root — both give an algebraically convenient measure of dispersion.

Since mean deviation uses absolute values, it is not always algebraically convenient. Variance instead squares each deviation from the mean (removing the sign automatically) and averages the squares; the standard deviation is the positive square root of the variance, bringing the units back in line with the original data.

For n ungrouped observations with mean x̄:

Variance: σ2 = (1/n) Σ(xi − x̄)2

Standard deviation: σ = √[(1/n) Σ(xi − x̄)2]

A useful shortcut (avoids computing every deviation separately) is: σ2 = (1/n)Σxi2 − (x̄)2.

Worked Example. Find the variance and standard deviation of the data: 6, 8, 10, 12, 14.

Here n = 5 and the mean is x̄ = (6+8+10+12+14)/5 = 50/5 = 10.

The deviations (xi − x̄) are −4, −2, 0, 2, 4, and their squares are 16, 4, 0, 4, 16, which sum to 40.

Variance σ2 = 40/5 = 8.

Standard deviation σ = √8 = 2√2 ≈ 2.83.

Variance (ungrouped) σ² = (1/n) Σ(xi − x̄)²
Standard deviation (ungrouped) σ = √[(1/n) Σ(xi − x̄)²]
Shortcut formula σ² = (1/n)Σxi² − (x̄)²
Remember
  • Variance is the mean of the squared deviations from the mean; it is always non-negative
  • Standard deviation is the positive square root of variance and carries the same unit as the data
  • Squaring avoids the sign-cancellation problem faced by ordinary (non-absolute) deviations
  • Shortcut: σ² = (1/n)Σxi² − (x̄)², useful when data values are large
  • If every observation is multiplied by a constant k, the variance of the new data becomes k² times the original variance

Variance and Standard Deviation (Grouped Data, Step-Deviation Method)

Quick answer For grouped data, variance weights each squared deviation by its frequency; the step-deviation method with an assumed mean simplifies the arithmetic considerably.

For grouped data, each squared deviation is weighted by its frequency fi, with N = Σfi:

Variance: σ2 = (1/N) Σfi(xi − x̄)2, and the standard deviation σ is its square root.

When the mid-points are large, it is easier to use the step-deviation method. Choose an assumed mean A (usually a middle class mid-point) and class width h, and let di = (xi − A)/h. Then:

x̄ = A + h × (Σfidi/N)

σ2 = h2 × [ (Σfidi2/N) − (Σfidi/N)2 ]

Worked Example. Using the step-deviation method, find the variance and standard deviation for the distribution with classes 0–10, 10–20, 20–30, 30–40, 40–50 and frequencies 5, 8, 15, 16, 6 (N = 50).

Take assumed mean A = 25 and h = 10, so mid-points 5, 15, 25, 35, 45 give di = −2, −1, 0, 1, 2.

fidi are −10, −8, 0, 16, 12, summing to Σfidi = 10.

fidi2 are 20, 8, 0, 16, 24, summing to Σfidi2 = 68.

Mean x̄ = 25 + 10 × (10/50) = 25 + 2 = 27.

Variance σ2 = 102 × [68/50 − (10/50)2] = 100 × [1.36 − 0.04] = 132.

Standard deviation σ = √132 ≈ 11.49.

Variance (grouped) σ² = (1/N) Σfi(xi − x̄)²
Standard deviation (grouped) σ = √[(1/N) Σfi(xi − x̄)²]
Step-deviation di = (xi − A)/h
Mean (step-deviation) x̄ = A + h × (Σfidi/N)
Variance (step-deviation) σ² = h² × [ (Σfidi²/N) − (Σfidi/N)² ]
Remember
  • Grouped variance weights each squared deviation by its frequency: σ² = (1/N)Σfi(xi − x̄)²
  • The step-deviation method uses di = (xi − A)/h to keep the numbers small and simplify hand calculation
  • Variance found by the step-deviation method equals the variance from the direct method; the shortcut does not change the answer
  • Standard deviation σ = √variance and carries the same unit as the original data
  • Choosing A close to the middle of the distribution keeps the di values small and calculations easy

Coefficient of Variation and Comparing Distributions

Quick answer The coefficient of variation expresses standard deviation as a percentage of the mean, allowing a fair comparison of variability between two or more distributions.

Standard deviation is an absolute measure of dispersion — it carries the same units as the data, so it cannot directly tell us which of two differently-scaled or differently-centred distributions is more variable. The coefficient of variation (C.V.) is a relative measure, expressed as a percentage, that allows a fair comparison:

C.V. = (σ/x̄) × 100, where x̄ ≠ 0.

A distribution with a smaller C.V. is said to be more consistent (less variable), while a distribution with a larger C.V. is more variable (less consistent).

Worked Example. The share prices of two firms show the following statistics: Firm A has mean price ₹60 and standard deviation ₹4; Firm B has mean price ₹50 and standard deviation ₹6. Which firm's share price is more consistent?

C.V. of Firm A = (4/60) × 100 ≈ 6.67%.

C.V. of Firm B = (6/50) × 100 = 12%.

Since the C.V. of Firm A (6.67%) is smaller than that of Firm B (12%), the share price of Firm A is more consistent (less variable) than that of Firm B.

Coefficient of Variation C.V. = (σ/x̄) × 100 % · defined only when x̄ ≠ 0; the series with the smaller C.V. is more consistent
Remember
  • C.V. = (σ/x̄) × 100 is a percentage, so it does not depend on the units of measurement
  • A lower C.V. means more consistent/uniform data; a higher C.V. means more variable data
  • C.V. is used to compare the variability of two or more distributions, even with different means or units
  • C.V. requires x̄ ≠ 0, since the mean appears in the denominator
  • Along with the mean, C.V. gives a complete picture by combining both the spread (SD) and the scale (mean) of the data

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

Range = Xmax − Xmiₙ
Range
x̄ = (Σxi)/n
Mean
M.D.(x̄) = (1/n) Σ|xi − x̄|
Mean deviation about mean
M.D.(M) = (1/n) Σ|xi − M|
Mean deviation about median
M = [ (n/2)th term + (n/2 + 1)th term ] / 2
Median (n even)
x̄ = (Σfixi)/N
Mean (grouped)
M.D.(x̄) = (1/N) Σfi|xi − x̄|
M.D. about mean (grouped)
M.D.(M) = (1/N) Σfi|xi − M|
M.D. about median (grouped)
M = l + [(N/2 − cf)/f] × h
Median (continuous data)
σ² = (1/n) Σ(xi − x̄)²
Variance (ungrouped)
σ = √[(1/n) Σ(xi − x̄)²]
Standard deviation (ungrouped)
σ² = (1/n)Σxi² − (x̄)²
Shortcut formula
σ² = (1/N) Σfi(xi − x̄)²
Variance (grouped)
σ = √[(1/N) Σfi(xi − x̄)²]
Standard deviation (grouped)
di = (xi − A)/h
Step-deviation
x̄ = A + h × (Σfidi/N)
Mean (step-deviation)
σ² = h² × [ (Σfidi²/N) − (Σfidi/N)² ]
Variance (step-deviation)
C.V. = (σ/x̄) × 100
Coefficient of Variation%

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Range easy

Find the range of the following data: 25, 18, 32, 40, 22, 15.

Q2 Range easy

Range as a measure of dispersion is based on:

Q3 Mean Deviation (ungrouped) medium

Find the mean deviation about the mean for the data: 6, 7, 10, 12, 13, 4, 8, 12.

Q4 Mean Deviation medium

The mean deviation of a data set is smallest when it is measured about the:

Q5 Mean Deviation (grouped) hard

For the discrete frequency distribution xi: 2, 5, 8, 11, 14 with corresponding fi: 3, 4, 6, 4, 3, find the mean deviation about the mean.

Q6 Variance (ungrouped) medium

Find the variance of the data: 6, 8, 10, 12, 14.

Q7 Standard Deviation (ungrouped) medium

Find the standard deviation of the data: 6, 8, 10, 12, 14.

Q8 Variance - Properties easy

The variance of any set of observations is always:

Q9 Variance/SD (grouped) hard

For a distribution with classes 0–10, 10–20, 20–30, 30–40, 40–50 and frequencies 5, 8, 15, 16, 6 respectively, the standard deviation (step-deviation method with A = 25, h = 10) is approximately:

Q10 Variance - Properties medium

If every observation of a data set is multiplied by a constant k, the variance of the new data becomes:

Q11 Coefficient of Variation medium

Firm A's share price has mean ₹60 and SD ₹4; Firm B's share price has mean ₹50 and SD ₹6. Which firm's share price is more consistent?

Q12 Coefficient of Variation easy

The coefficient of variation of a distribution with mean x̄ and standard deviation σ is defined as:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Find the mean deviation about the mean for the following data: 4, 7, 8, 9, 10, 12, 13, 17.Mean Deviation (ungrouped)

Step 1: Find the mean. Sum = 4+7+8+9+10+12+13+17 = 80, and n = 8, so x̄ = 80/8 = 10.

Step 2: Find the absolute deviations |xi − 10|: 6, 3, 2, 1, 0, 2, 3, 7.

Step 3: Sum of absolute deviations = 6+3+2+1+0+2+3+7 = 24.

Step 4: Mean deviation about the mean = 24/8 = 3.

Hence, the mean deviation about the mean is 3.

2 Find the mean deviation about the median for the data: 4, 6, 7, 10, 12, 12, 13, 16, 19.Mean Deviation (ungrouped)

Step 1: The data is already arranged in ascending order and n = 9 (odd), so the median is the middle, i.e. the 5th observation: M = 12.

Step 2: Find the absolute deviations |xi − 12|: 8, 6, 5, 2, 0, 0, 1, 4, 7.

Step 3: Sum of these deviations = 8+6+5+2+0+0+1+4+7 = 33.

Step 4: Mean deviation about the median = 33/9 = 11/3 ≈ 3.67.

Hence, the mean deviation about the median is 11/3 ≈ 3.67.

3 Find the mean deviation about the mean for the following continuous distribution: classes 0–10, 10–20, 20–30, 30–40, 40–50 with frequencies 5, 8, 15, 16, 6.Mean Deviation (grouped)

Step 1: Take the mid-point xi of each class: 5, 15, 25, 35, 45, with N = 5+8+15+16+6 = 50.

Step 2: Compute fixi: 25, 120, 375, 560, 270; their sum is 1350, so the mean x̄ = 1350/50 = 27.

Step 3: Compute the absolute deviations |xi − 27|: 22, 12, 2, 8, 18.

Step 4: Multiply by frequencies: fi|xi − 27| = 110, 96, 30, 128, 108; their sum is 472.

Step 5: Mean deviation about the mean = 472/50 = 9.44.

Hence, the mean deviation about the mean is 9.44.

4 Find the variance and the standard deviation of the data: 6, 8, 10, 12, 14.Variance & SD (ungrouped)

Step 1: Mean x̄ = (6+8+10+12+14)/5 = 50/5 = 10.

Step 2: Deviations (xi − x̄): −4, −2, 0, 2, 4; their squares are 16, 4, 0, 4, 16.

Step 3: Sum of squared deviations = 16+4+0+4+16 = 40.

Step 4: Variance σ2 = 40/5 = 8.

Step 5: Standard deviation σ = √8 = 2√2 ≈ 2.83.

Hence, variance = 8 and standard deviation = 2√2 ≈ 2.83.

5 Using the step-deviation method, find the variance and standard deviation for the distribution: classes 0–10, 10–20, 20–30, 30–40, 40–50 with frequencies 5, 8, 15, 16, 6.Variance & SD (grouped)

Step 1: Take assumed mean A = 25 and class width h = 10. The mid-points are 5, 15, 25, 35, 45, giving di = (xi − 25)/10 = −2, −1, 0, 1, 2.

Step 2: Compute fidi: −10, −8, 0, 16, 12; sum Σfidi = 10.

Step 3: Compute fidi2: 20, 8, 0, 16, 24; sum Σfidi2 = 68. Also N = 50.

Step 4: Mean x̄ = A + h × (Σfidi/N) = 25 + 10 × (10/50) = 25 + 2 = 27.

Step 5: Variance σ2 = h2 × [(Σfidi2/N) − (Σfidi/N)2] = 100 × [68/50 − (10/50)2] = 100 × [1.36 − 0.04] = 132.

Step 6: Standard deviation σ = √132 ≈ 11.49.

Hence, variance = 132 and standard deviation ≈ 11.49.

6 The prices of shares (in ₹) of two firms A and B have mean ₹60 and ₹50, and standard deviation ₹4 and ₹6 respectively. Which firm's share price shows greater variability?Coefficient of Variation

Step 1: Compute the coefficient of variation for Firm A: C.V.(A) = (σ/x̄) × 100 = (4/60) × 100 ≈ 6.67%.

Step 2: Compute the coefficient of variation for Firm B: C.V.(B) = (6/50) × 100 = 12%.

Step 3: Since C.V.(B) = 12% is greater than C.V.(A) ≈ 6.67%, Firm B's share price shows greater variability (is less consistent) than Firm A's.

Previous-year board questions 4

Q1 Find the mean deviation about the mean for the data: 6, 7, 10, 12, 13, 4, 8, 12. CBSE 2020 2 marks

Sum of observations = 6+7+10+12+13+4+8+12 = 72, and n = 8, so mean x̄ = 72/8 = 9.

Absolute deviations |xi − 9|: 3, 2, 1, 3, 4, 5, 1, 3; their sum = 3+2+1+3+4+5+1+3 = 22.

Mean deviation about the mean = 22/8 = 2.75.

Q2 Calculate the variance and standard deviation of the data: 3, 8, 6, 10, 12, 9. CBSE 2022 3 marks

Sum = 3+8+6+10+12+9 = 48, n = 6, so mean x̄ = 48/6 = 8.

Deviations (xi − 8): −5, 0, −2, 2, 4, 1; their squares: 25, 0, 4, 4, 16, 1, summing to 50.

Variance σ2 = 50/6 = 25/3 ≈ 8.33.

Standard deviation σ = √(25/3) = 5/√3 ≈ 2.89.

Hence, variance ≈ 8.33 and standard deviation ≈ 2.89.

Q3 Find the mean deviation about the mean for the following continuous frequency distribution: classes 10–20, 20–30, 30–40, 40–50, 50–60 with frequencies 4, 6, 10, 6, 4. CBSE 2023 5 marks

Step 1: Mid-points xi: 15, 25, 35, 45, 55, and N = 4+6+10+6+4 = 30.

Step 2: fixi: 60, 150, 350, 270, 220; sum = 1050, so mean x̄ = 1050/30 = 35.

Step 3: Absolute deviations |xi − 35|: 20, 10, 0, 10, 20.

Step 4: fi|xi − 35|: 80, 60, 0, 60, 80; sum = 280.

Step 5: Mean deviation about the mean = 280/30 = 28/3 ≈ 9.33.

Q4 Which measure of dispersion should be used to compare the variability of two series expressed in different units, and why? CBSE 2021 1 mark

The coefficient of variation (C.V.) should be used, since it is a relative (percentage) measure, C.V. = (σ/x̄) × 100, and so it does not depend on the units in which the data is measured, unlike the standard deviation, which is an absolute measure. The series with the smaller C.V. is more consistent, and the one with the larger C.V. is more variable.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI