The weighted average problem can definitely be tricky when you have different numbers of employees earning different salaries. Let me walk you through the core approach to solve this.
Let's think about this step by step:Notice how this isn't a simple average where you just add the three salary amounts and divide by 3. We need to account for
how many employees earn each salary - this is what makes it a weighted average problem.
Step 1: Count your employees and their salariesHere's what you need to see:
- 2 employees earn $14,000 each
- 1 employee earns $16,000
- 3 employees earn $17,000 each
Total employees = 2 + 1 + 3 = 6 (always verify this!)
Step 2: Calculate the total salary expenditureNow multiply each salary by the number of people earning it:
\(2 \times 14,000 = 28,000\)
\(1 \times 16,000 = 16,000\)
\(3 \times 17,000 = 51,000\)
Total salaries = \(28,000 + 16,000 + 51,000 = 95,000\)
Step 3: Apply the average formulaAverage = Total ÷ Number of items
Average = \(\frac{95,000}{6} = 15,833.33\)
Step 4: Find the closest answerYour calculated average is $15,833.33. Looking at the choices, $15,800 (Choice C) is only about $33 away - clearly the closest match.
Answer: CThe key insight here is recognizing that you must weight each salary by the number of employees earning it before finding the average. This is fundamentally different from just averaging the three salary values!
You can check out the
step-by-step solution on Neuron by e-GMAT to master the weighted average framework systematically - including common trap patterns where students incorrectly average the salary values directly. You can also explore other GMAT official questions with detailed solutions on Neuron for structured practice
here.