Question:medium

For the following data table

\(x_i\)

\(f_i\)  

0 - 42
4 - 84
8 - 127
12 - 168
16 - 206

Find the value of 20M (where M is median of the data)

Updated On: Mar 13, 2026
Show Solution

Correct Answer: 245

Solution and Explanation

To find the value of \(20M\), where \(M\) is the median of the given frequency distribution, follow these steps:

  1. Identify the total number of observations \(N\), which is the sum of all frequencies: \(N=2+4+7+8+6=27\).
  2. Find the median class. The median position is \(\left(\frac{N}{2}\right)^{\text{th}}\) value, i.e., the \(13.5^{\text{th}}\) value. Cumulative frequencies: \(2, 6, 13, 21, 27\). Hence, the median class is \(12-16\) because \(13.5\) falls in this class.
  3. Apply the median formula: \(M=L+\left(\frac{\frac{N}{2}-F}{f_m}\right) \cdot h\), where \(L\) is the lower boundary of the median class (\(12\)), \(F\) is cumulative frequency before the median class (\(13\)), \(f_m\) is the frequency of the median class (\(8\)), and \(h\) is the class width (\(4\)).
  4. Calculate \(M: M=12+\left(\frac{13.5-13}{8}\right)\cdot 4\)
    \(M=12+\left(\frac{0.5}{8}\right)\cdot 4=12+0.25=12.25\)
  5. Compute \(20M: 20M=20 \times 12.25=245\).

The computed value \(245\) fits perfectly within the provided range of 245 to 245, confirming the solution's accuracy.

Was this answer helpful?
1