Find the mean deviation about the mean for the data 4, 7, 8, 9, 10, 12, 13, 17
Theory
Mean Deviation about Mean is a measure of dispersion that indicates the average of absolute deviations of observations from their arithmetic mean.
Formula:
\[ \text{Mean Deviation about Mean} = \dfrac{1}{N}\sum |x_i - \overline{x}| \]Key understanding:
- Mean acts as a central reference point
- Deviation measures distance from mean
- Absolute value removes negative signs
- Average of deviations gives dispersion
Solution Roadmap
- Find total number of observations \(N\)
- Compute arithmetic mean \(\overline{x}\)
- Calculate each deviation \(x_i - \overline{x}\)
- Convert into absolute deviations
- Find their sum
- Divide by \(N\)
Visual Intuition
Solution
Step 1: Write observations
\[ 4,\; 7,\; 8,\; 9,\; 10,\; 12,\; 13,\; 17 \]Step 2: Number of observations
\[ N = 8 \]Step 3: Compute sum of observations
\[ \sum x_i = 4 + 7 + 8 + 9 + 10 + 12 + 13 + 17 = 80 \]Step 4: Calculate mean
\[ \overline{x} = \frac{80}{8} = 10 \]Step 5: Compute deviations and absolute deviations
| \(x_i\) | \(x_i - \overline{x}\) | \(|x_i - \overline{x}|\) |
|---|---|---|
| 4 | 4 − 10 = −6 | 6 |
| 7 | 7 − 10 = −3 | 3 |
| 8 | 8 − 10 = −2 | 2 |
| 9 | 9 − 10 = −1 | 1 |
| 10 | 10 − 10 = 0 | 0 |
| 12 | 12 − 10 = 2 | 2 |
| 13 | 13 − 10 = 3 | 3 |
| 17 | 17 − 10 = 7 | 7 |
| \(\sum x_i = 80\) | — | \(\sum |x_i - \overline{x}| = 24\) |
Step 6: Apply formula
\[ \text{Mean Deviation} = \frac{1}{N} \sum |x_i - \overline{x}| \] \[ = \frac{24}{8} \] \[ = 3 \]Final Answer:
\[ \boxed{3} \]Concept Significance
- Important for CBSE board exams (3–5 mark questions)
- Strengthens base for variance and standard deviation
- Used in data interpretation for competitive exams like JEE Main
- Helps analyse consistency of data distribution