This MCQ module is based on: Arithmetic Mean — Direct, Assumed & Step-Deviation Methods
Arithmetic Mean — Direct, Assumed & Step-Deviation Methods
This assessment will be based on: Arithmetic Mean — Direct, Assumed & Step-Deviation Methods
Upload images, PDFs, or Word documents to include their content in assessment generation.
Measures of Central Tendency — Arithmetic Mean and Its Methods
Once a dataset has been collected, classified and presented, the natural next question is simple: what is the typical value? NCERT calls this the search for a measure of central tendency — a single number that stands in for an entire data set. Part 1 takes the most-used of these averages, the arithmetic mean (denoted x̄), and walks through every NCERT method: direct, assumed-mean (shortcut) and step-deviation, applied to ungrouped data, discrete series and continuous series. We rebuild Examples 1–4 from the textbook line by line, then explore the two algebraic properties of the mean and the special idea of a weighted average.
5.1 Why We Need a Single Number
Imagine a small village in Buxar district of Bihar named Balapur. Fifty small farmers cultivate land there, and Baiju is one of them. Suppose you wish to compare Baiju's economic position with the village as a whole. Should you compare him with every farmer one by one? That is impossibly tedious. What you really want is one summary figure — an "average" land-holding for the village — and then place Baiju above or below that figure.
That summary figure is what statisticians call a measure of central tendency?. It boils a long list of observations into a single representative number. NCERT mentions five averages but limits classroom study to the three that matter most for school economics:
Two other averages — the geometric mean and the harmonic mean — exist for special situations such as ratios and rates, but the present chapter (and this part) concentrates on the arithmetic mean. Median and mode are tackled in Part 2.
Here Σ is the Greek capital sigma, which simply means "add up". N is the total number of observations. The index i runs from 1 to N. For convenience textbooks drop the index and write x̄ = ΣX / N.
5.2 Arithmetic Mean for Ungrouped (Individual) Data
5.2.1 Direct Method
The direct method on ungrouped data is exactly the recipe in the definition: add every observation, divide by their count. Nothing is altered.
Add: 40 + 50 + 55 + 78 + 58 = 281. Count: N = 5. Apply the formula:
So on average, students scored 56.2 marks in the economics test. The mean is not necessarily a value that exists in the data — none of the five students actually scored 56.2 — and that is fine. The mean is a constructed summary, not an observed score.
5.2.2 Assumed Mean (Shortcut) Method
When numbers are large or many, adding them directly is laborious and error-prone. The assumed mean method? sidesteps this. You "assume" any handy figure A, take the deviation d = X − A of every observation from A, sum the deviations, and correct A by the average deviation:
The assumed value A may or may not exist in the data; for ease of arithmetic, a centrally located value is usually picked.
Take A = 850 (a centrally located value).
| Family | Income X | d = X − 850 | d′ = d/10 |
|---|---|---|---|
| A | 850 | 0 | 0 |
| B | 700 | −150 | −15 |
| C | 100 | −750 | −75 |
| D | 750 | −100 | −10 |
| E | 5000 | +4150 | +415 |
| F | 80 | −770 | −77 |
| G | 420 | −430 | −43 |
| H | 2500 | +1650 | +165 |
| I | 400 | −450 | −45 |
| J | 360 | −490 | −49 |
| Total | 11160 | +2660 | +266 |
You can verify with the direct method: ΣX = 11,160, so x̄ = 11,160 / 10 = Rs 1,116. The two answers match exactly.
5.2.3 Step-Deviation Method
The figures in the d-column (e.g. 4,150 or −770) are still inconvenient. The step deviation method? divides each d by a common factor c to shrink them. The corresponding formula is:
For the same Example 2, take c = 10. The d′ column above shows Σd′ = 266. Apply:
All three methods produce identical answers — they must, by construction. The shortcut and step-deviation methods only redistribute the arithmetic, never change the result.
If the answer is always the same, why did NCERT teach three different methods? When would each be the smartest choice?
5.3 Arithmetic Mean for Discrete Series
A discrete series lists distinct values and the frequency f of each. Because each value X repeats f times, multiplying X by f and summing gives the total of all observations. The mean is then divided by Σf, the total count.
| Plot size X (sq.m) | No. of plots f | fX | d = X − 200 | fd | d′ = d/100 | fd′ |
|---|---|---|---|---|---|---|
| 100 | 200 | 20,000 | −100 | −20,000 | −1 | −200 |
| 200 | 50 | 10,000 | 0 | 0 | 0 | 0 |
| 300 | 10 | 3,000 | +100 | +1,000 | +1 | +10 |
| Total | 260 | 33,000 | — | −19,000 | — | −190 |
Direct method:
Assumed mean method (A = 200):
Step-deviation method (c = 100):
The mean plot in this housing colony is roughly 127 sq. metres — much closer to the smallest plot size because 200 of the 260 plots belong to the 100-sq-metre group.
5.4 Arithmetic Mean for Continuous Series
In a continuous series, the data are grouped into class intervals such as 0–10, 10–20, etc. We do not know the exact value of each observation; we know only the class it lies in. To convert this into an "individual" value, statisticians take the mid-point m of each class as a representative. The formula is then identical to that of a discrete series with X replaced by m:
Class intervals may be exclusive (0–10, 10–20), inclusive (0–9, 10–19) or unequal (0–20, 20–50). The procedure is the same in every case.
| Marks (x) | No. of students f | Mid value m | fm | d′ = (m − 35)/10 | fd′ |
|---|---|---|---|---|---|
| 0–10 | 5 | 5 | 25 | −3 | −15 |
| 10–20 | 12 | 15 | 180 | −2 | −24 |
| 20–30 | 15 | 25 | 375 | −1 | −15 |
| 30–40 | 25 | 35 | 875 | 0 | 0 |
| 40–50 | 8 | 45 | 360 | +1 | +8 |
| 50–60 | 3 | 55 | 165 | +2 | +6 |
| 60–70 | 2 | 65 | 130 | +3 | +6 |
| Total | 70 | — | 2110 | — | −34 |
Direct method:
Step-deviation method (A = 35, c = 10):
Both methods yield exactly the same answer of 30.14 marks. The advantage of the step-deviation method is laid bare here: the right-most column total is just −34, against the direct-method total of 2,110 — a six-fold reduction in arithmetic.
Distribution of student marks (Example 4) with the arithmetic mean of 30.14 marks marked. Visually, the bulk of students are in the 30–40 class, which is exactly where the mean sits.
5.5 Two Properties of the Arithmetic Mean
5.5.1 Sum of Deviations Equals Zero
Take any data set, compute its mean, then add up the differences (X − x̄) for every observation. The total is always zero:
This makes intuitive sense: the mean is a "balancing point" of the data on the number line. Whatever positive deviations exist on one side are exactly cancelled by negative deviations on the other. For X = 4, 6, 8, 10, 12 the mean is 8, and the deviations are −4, −2, 0, +2, +4 — sum 0.
5.5.2 Effect of Extreme Values
The arithmetic mean is unduly affected by extreme observations on either tail. In Example 2, family E earns Rs 5,000 a week — many times more than the others. This single value pulled the mean up to Rs 1,116. Replace E's Rs 5,000 with Rs 12,000 and the mean leaps to Rs 1,816, even though nine of the ten families saw no change at all. Whenever a few extreme values dominate, the mean is a poor representative — and the median (Part 2) is a safer summary.
For the series X: 4, 6, 8, 10, 12 — (a) verify the mean is 8 and that Σ(X − x̄) = 0. (b) If the mean is increased by 2, what happens to each individual observation? (c) If the first three items each increase by 2, what should the last two items become so that the mean remains the same? (d) Replace the value 12 by 96 and recompute the mean. Comment.
5.6 Combined Mean of Two Groups
If two groups have means x̄₁ and x̄₂ based on N₁ and N₂ observations respectively, the combined arithmetic mean is the weighted average of the two group means with the group sizes as weights:
Example: Section A has 30 students with mean marks 64; Section B has 20 students with mean marks 72. Combined mean = (30 × 64 + 20 × 72) / (30 + 20) = (1920 + 1440) / 50 = 3360 / 50 = 67.2 marks. The bigger section pulls the combined mean closer to its own average of 64.
5.7 The Weighted Arithmetic Mean
The plain arithmetic mean treats every observation as equally important. Often we want some observations to count more. A consumer who spends most of his budget on potatoes is harder hit by a rise in the potato price than by an equal-sized rise in the mango price. The weighted arithmetic mean? attaches a weight W to each observation X (often the share in a budget, the credit-hours of a course, etc.):
For two commodities — mangoes (price P₁) and potatoes (P₂) — with budget shares W₁ and W₂, the weighted mean price is (W₁P₁ + W₂P₂) / (W₁ + W₂). NCERT notes that this idea reappears in Chapter 8 on Index Numbers, where price indices are weighted means of price relatives.
5.8 A Five-Step Decision Flowchart
5.9 Activities — Practise the Mean
For Example 3 (housing colony plot sizes 100, 200, 300 sq.m with frequencies 200, 50, 10), redo the calculation using the assumed mean (A = 200) and the step-deviation method (c = 100). Verify that you get 126.92 sq.m every time.
With c = 100: Σfd′ = (200)(−1) + (50)(0) + (10)(+1) = −190. x̄ = 200 + (−190/260) × 100 = 200 − 73.08 = 126.92. The three methods agree perfectly.
An economist reports that the average weekly income in Balapur is Rs 1,116 (Example 2). Is this a fair description of how a "typical" Balapur family lives? What would you suggest instead?
5.10 A Worked Case-Based Question
📋 Case-Based Question — Mean Marks via Three Methods
5.11 Assertion–Reason Questions
Choose: (A) Both A and R are true and R is the correct explanation of A. (B) Both A and R are true but R is not the correct explanation of A. (C) A is true, R is false. (D) A is false, R is true.
Frequently Asked Questions — Measures of Central Tendency — Arithmetic Mean and Its Methods
What are the three methods to calculate arithmetic mean in NCERT Class 11 Statistics?
NCERT Class 11 Statistics Chapter 5 Part 1 lists three methods to calculate arithmetic mean: (1) direct method using X-bar = ΣfX / Σf for grouped data; (2) assumed mean (short-cut) method using X-bar = A + Σfd / Σf, where d = X − A; and (3) step deviation method using X-bar = A + (Σfd' / Σf) × c, where d' = (X − A)/c and c is the class width. The direct method is straightforward but tedious for large numbers; the assumed mean method simplifies arithmetic; the step deviation method is fastest for grouped data with uniform class widths.
What is the formula for arithmetic mean in NCERT Class 11 Statistics for continuous series?
For a continuous frequency distribution, the arithmetic mean by the direct method is X-bar = Σfm / Σf, where f is the frequency of each class and m is the mid-value (midpoint) of that class. NCERT Class 11 Statistics Chapter 5 Part 1 explains that the mid-value is calculated as (lower limit + upper limit) ÷ 2 for each class. Alternative methods give the same answer: the assumed mean method uses X-bar = A + Σfd/Σf with d = m − A, while the step deviation method uses X-bar = A + (Σfd'/Σf) × c with d' = (m − A)/c.
What is the assumed mean method and when should it be used?
The assumed mean method, also called short-cut method, calculates arithmetic mean by first picking a convenient value A as the assumed mean and computing deviations d = X − A from it. NCERT Class 11 Statistics Chapter 5 Part 1 gives the formula X-bar = A + Σfd/Σf. The method should be used when raw values are large or awkward to multiply, since deviations from a central value are usually smaller, simpler numbers. The choice of A does not affect the final answer because the correction term Σfd/Σf adjusts back to the true mean automatically.
What are the main properties of arithmetic mean in NCERT Class 11?
NCERT Class 11 Statistics Chapter 5 Part 1 lists four main properties of the arithmetic mean. First, the algebraic sum of deviations of values from the mean is always zero: Σ(X − X-bar) = 0. Second, the sum of squared deviations from the mean is the minimum compared to any other reference point. Third, if every value is changed by adding, subtracting, multiplying or dividing by a constant, the mean changes in the same way. Fourth, the combined mean of two groups can be calculated using the weighted formula X-bar combined = (n1·X-bar1 + n2·X-bar2) / (n1 + n2).
What is weighted arithmetic mean and how is it different from simple mean?
Weighted arithmetic mean assigns different weights (importance) to different values when their relative significance varies, calculated as X-bar weighted = Σwx / Σw, where w is the weight assigned to each value x. NCERT Class 11 Statistics Chapter 5 Part 1 contrasts this with the simple arithmetic mean, which treats every observation equally. Weighted mean is used when calculating overall percentage in board exams (with credits as weights), index numbers, average price across regions of different sizes, or wage rates across departments with different employee counts. Weights must reflect the true relative importance of each observation.
Why is arithmetic mean the most popular measure of central tendency in NCERT Class 11?
Arithmetic mean is the most popular measure of central tendency in NCERT Class 11 Statistics Chapter 5 because it is easy to understand, easy to calculate, uses every observation in the dataset, has well-defined algebraic properties (sum of deviations is zero, minimum sum of squared deviations), and is the basis for further calculations like variance, standard deviation, correlation and regression. However, the mean is sensitive to extreme values (outliers) and cannot be calculated for open-ended classes without assumptions. For skewed data, the median or mode is preferred, but for symmetrical or near-symmetrical distributions, the mean is the most efficient summary.