Question:medium

Consider the following distribution of daily wages of 50 workers of a factory

Daily wages (in Rs)500 - 520520 -540540 - 560560 - 580580 -600
Number of workers12148610

Find the mean daily wages of the workers of the factory by using an appropriate method.

Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

To determine the average daily wages for factory workers based on the provided frequency distribution, the assumed mean method (also known as the step-deviation method) can be employed. This technique simplifies calculations, particularly with grouped data. The process involves the following steps:

1. Determine the midpoint of each class interval:
- The midpoint (\(x_i\)) for a class interval is computed using the formula \(\frac{\text{Lower limit} + \text{Upper limit}}{2}\).

2. Calculate deviations from a chosen assumed mean (\(A\)):
  - Select an assumed mean (\(A\)), typically the midpoint of a class interval (preferably a central one).
  - Compute the deviation (\(d_i\)) of each midpoint from the assumed mean.

3. For each class interval, compute the product of its frequency and its deviation (\(f_i \cdot d_i\)).

4. Calculate the mean using the formula:
  \[\text{Mean} = A + \left( \frac{\sum f_i d_i}{\sum f_i} \right)\]
  where:
  - \(A\) represents the assumed mean,
  - \(f_i\) is the frequency for the \(i\)-th class,
  - \(d_i\) is the deviation of the midpoint from the assumed mean,
  - \(\sum f_i\) is the total sum of frequencies,
  - \(\sum f_i d_i\) is the total sum of the products of frequencies and deviations.

Let's proceed with the step-by-step calculation of the mean:

Step 1: Calculate the midpoints (\(x_i\)) for each class interval
\[\begin{array}{cc}\text{Class Interval} & \text{Midpoint} (x_i) \\\hline500 - 520 & \frac{500 + 520}{2} = 510 \\520 - 540 & \frac{520 + 540}{2} = 530 \\540 - 560 & \frac{540 + 560}{2} = 550 \\560 - 580 & \frac{560 + 580}{2} = 570 \\580 - 600 & \frac{580 + 600}{2} = 590 \\\end{array}\]

Step 2: Select an assumed mean (\(A\)) and compute deviations (\(d_i\))
We will assume \(A = 550\), which is the midpoint of the third class.

\[\begin{array}{ccc}\text{Midpoint} (x_i) & \text{Deviation} (d_i = x_i - A) \\\hline510 & 510 - 550 = -40 \\530 & 530 - 550 = -20 \\550 & 550 - 550 = 0 \\570 & 570 - 550 = 20 \\590 & 590 - 550 = 40 \\\end{array}\]

 Step 3: Calculate the product of frequency and deviation (\(f_i \cdot d_i\)) for each class

\[\begin{array}{cccc}\text{Class Interval} & \text{Frequency} (f_i) & \text{Midpoint} (x_i) & f_i \cdot d_i \\\hline500 - 520 & 12 & 510 & 12 \times (-40) = -480 \\520 - 540 & 14 & 530 & 14 \times (-20) = -280 \\540 - 560 & 8 & 550 & 8 \times 0 = 0 \\560 - 580 & 6 & 570 & 6 \times 20 = 120 \\580 - 600 & 10 & 590 & 10 \times 40 = 400 \\\end{array}\]

Step 4: Calculate the total frequency (\(\sum f_i\)) and the total sum of frequency times deviation (\(\sum f_i d_i\))
\[\sum f_i = 12 + 14 + 8 + 6 + 10 = 50\]
\[\sum f_i d_i = -480 + (-280) + 0 + 120 + 400 = -240\]

 Step 5: Compute the mean
\[\text{Mean} = A + \left( \frac{\sum f_i d_i}{\sum f_i} \right) = 550 + \left( \frac{-240}{50} \right) = 550 + (-4.8) = 545.2\]

Therefore, the average daily wage for the workers in the factory is Rs. 545.20.

Was this answer helpful?
1

Top Questions on Mean of Grouped Data