Difficulty: Medium
Correct Answer: 1032
Explanation:
Introduction / Context:
This is a weighted-average headcount problem. Knowing subgroup means and the overall mean allows solving for the total size using a single linear equation in N, the total workers.
Given Data / Assumptions:
Concept / Approach:
Set (12 * 400 + (N − 12) * 56) / N = 60 and solve for N. Multiply both sides by N to remove the denominator and simplify.
Step-by-Step Solution:
Verification / Alternative check:
Check totals: Officers 12 * 400 = 4800; Others (1032 − 12) * 56 = 1020 * 56 = 57120; Grand total = 61920; Average = 61920 / 1032 = 60. Verified.
Why Other Options Are Wrong:
1030, 1060, 1062: Do not satisfy the linear relation required by the overall mean of ₹60.
Common Pitfalls:
Using an unweighted mean of 400 and 56 or forgetting to include the officers' count separately from the others.
Final Answer:
1032
Discussion & Comments