Question:medium

The mean deviation from the median for the following data is

\( x_i \)298357
\( f_i \)531661

Show Hint

Remember to sort the data by \( x_i \) values first. Finding the median from unsorted cumulative frequencies will lead to an incorrect answer.
Updated On: Mar 30, 2026
  • 2
  • \( \frac{8}{3} \)
  • \( \frac{9}{2} \)
  • 9
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept: 
We need to calculate the Mean Deviation from the Median. This involves sorting the data, finding the cumulative frequency to identify the median, finding the absolute deviation of each observation from the median, and then computing the weighted mean of these deviations.

Step 2: Key Formula or Approach:
Mean Deviation = Σ fi |xi - Median| / Σ fi

Step 3: Detailed Explanation:
First, arrange the table in ascending order of xi:

 

xifiCumulative Freq (CF)
255
3611
5617
7118
8119
9322


Total observations N = Σ fi = 22.
Since N is even, the median is the average of the (N/2)th and (N/2 + 1)th terms.
N/2 = 11, N/2 + 1 = 12.

From the CF column:
- The 11th term is 3.
- The 12th term falls in the next value, so it is 5.

Median (M) = (3 + 5) / 2 = 4

Now, compute |xi - 4| and fi|xi - 4|:

 

xifi|xi - 4|fi|xi - 4|
25210
3616
5616
7133
8144
93515


Sum of deviations:
Σ fi|xi - 4| = 10 + 6 + 6 + 3 + 4 + 15 = 44

Calculate Mean Deviation:
M.D. = 44 / 22 = 2

Step 4: Final Answer:
The mean deviation is 2.
 

Was this answer helpful?
0