Extends mean, median and mode from single numbers to grouped data — the tools behind every average, ranking, and 'most popular' claim you've ever heard.
Dump your whole class's test scores into one pile and a measure of central tendency is the friend who looks at that mess and says, in one number, "here's roughly what's going on." You already know three such friends from Class IX — mean, median, and mode. This chapter teaches them to work with grouped data, where individual scores are bundled into class intervals like 10-25, 25-40, and so on, instead of listed one by one.
For ungrouped data, mean = sum of observations ÷ number of observations. For grouped data, the class mark xᵢ stands in for every observation inside that class, and gets weighted by its frequency fᵢ.
When xᵢ and fᵢ are large numbers, direct multiplication turns tedious fast — like doing long multiplication by hand during a timed test. 😩 So we shrink the numbers first, do easy arithmetic, then scale back at the end. The final answer never changes; only the path to it gets shorter.
Pick any class mark as an 'assumed mean' a — usually the middle one. Find how far every other xᵢ deviates from it: dᵢ = xᵢ − a. The true mean is then a plus the average deviation.
If the dᵢ values share a common factor (the class size h), shrink them further into uᵢ = (xᵢ − a) / h. It's like converting large rupee amounts into smaller unit-counts before adding — same total, friendlier numbers along the way.
| Method | Formula | Best used when |
|---|---|---|
| Direct | x̄ = Σfᵢxᵢ / Σfᵢ | xᵢ and fᵢ are small numbers |
| Assumed Mean | x̄ = a + Σfᵢdᵢ / Σfᵢ | xᵢ and fᵢ are large |
| Step-Deviation | x̄ = a + (Σfᵢuᵢ / Σfᵢ) × h | dᵢ's share a common factor, or class sizes are unequal |
If mean is the 'average performer', mode is the 'crowd favourite' — the value that shows up most often. Think of the most-streamed song of the week: not necessarily the best song by every measure, just the one everyone's playing the most. 🎵
In grouped data we can't spot one exact repeated value, so we locate the modal class — the class interval with the highest frequency — and estimate a mode that lies somewhere inside it.
Median is the 'middle person in the queue' — exactly half the data lies below it, half above. For grouped data, we first build a cumulative frequency table: a running total, like a scoreboard that keeps adding up as each new class interval joins in.
| Type | Meaning |
|---|---|
| Less than type | Running total of frequencies UP TO the upper limit of each class |
| More than type | Running total of frequencies FROM the lower limit of each class onward |
To find the median class, locate the class whose cumulative frequency is the first to reach or exceed n/2.
Three friends, three personalities. 🤝 Mean accounts for every observation, making it ideal for comparing overall performance — but it's easily dragged around by extreme values, like one billionaire skewing a neighbourhood's 'average income.'
Median ignores exactly how extreme the extremes are, just cares about the middle — perfect for things like typical wages. Mode answers 'what's most popular?' — ideal for favourite TV shows, best-selling shoe sizes, or the most-used vehicle colour.
| Question type | Best measure |
|---|---|
| Compare overall performance across groups | Mean |
| Find a 'typical' value when extreme values exist | Median |
| Find the most frequent / most popular value | Mode |
Enter class intervals and frequencies; instantly see the mean computed by Direct, Assumed Mean, and Step-Deviation methods side by side, confirming all three agree.
Enter class intervals and frequencies; the tool builds the cumulative frequency table, highlights the modal and median classes, and shows the mode/median formula substitution step by step.
| Class | Frequency | Cumulative Frequency |
|---|---|---|
| 0-10 | 5 | 5 |
| 10-20 | 3 | 8 |
| 20-30 | 4 | 12 |
| 30-40 | 3 | 15 |
| 40-50 | 3 | 18 |
| 50-60 | 4 | 22 |
| 60-70 | 7 | 29 |
| 70-80 | 9 | 38 |
| 80-90 | 7 | 45 |
| 90-100 | 8 | 53 |
Click a card to flip it. Use Prev/Next to move through the deck.
Modelled on the CBSE Class 10 Section A paper — Multiple Choice and Assertion–Reason questions, each worth 1 mark. 20 questions per attempt, drawn from a pool of 40.