Weighted Arithmetic Mean: Choose Weights and the Right Denominator
A clear guide to weighted arithmetic mean, with formulas, solved examples, and common denominator mistakes students should avoid.
- 11th
- Economics
Weighted arithmetic mean becomes easy when you stop treating it as a new formula and start treating it as a fair average.
In a simple average, every value gets equal importance. In a weighted average, some values matter more because the question gives them more weight. That weight may be quantity, frequency, marks, importance, time, credit, budget share, or any other measure that tells you how strongly a value should affect the final average.
The whole chapter becomes clearer when you remember one line:
That one sentence prevents the most common mistake in weighted arithmetic mean questions.
What Weighted Arithmetic Mean Means
Weighted arithmetic mean is an average used when all values are not equally important.
Suppose a shop sells three types of notebooks at different prices. If it sells the same number of each notebook, a simple average price may be fine. But if it sells many more of one type, that price should influence the average more. The average should reflect actual importance, not just the number of different prices listed.
That is the purpose of weighted arithmetic mean.
In simple words:
Weighted arithmetic mean = Total of weighted values / Total weights
Or:
Weighted arithmetic mean = Sum of WX / Sum of W
Here:
| Symbol | Meaning |
|---|---|
| X | Value being averaged |
| W | Weight or importance attached to that value |
| WX | Value multiplied by its weight |
| Sum of WX | Total of all weighted values |
| Sum of W | Total of all weights |
The formula is short, but the thinking behind it is important.
Simple Mean vs Weighted Mean
A simple arithmetic mean assumes that every item has equal importance.
Simple mean = Sum of X / Number of X values
A weighted arithmetic mean accepts that every item may not have equal importance.
Weighted mean = Sum of WX / Sum of W
So the real difference is not only in calculation. The difference is in the assumption.
| Type of mean | What it assumes | Denominator |
|---|---|---|
| Simple mean | Every value is equally important | Number of values |
| Weighted mean | Values may have different importance | Total weights |
Why the Denominator Changes
Students usually understand the numerator. They know that each value must be multiplied by its weight. The confusion happens in the denominator.
The denominator changes because you are not counting how many values are written. You are counting the total importance represented by those values.
Think of weights as voices in a decision. If one value has weight 5 and another has weight 1, the first value is not speaking once. It is speaking five times as strongly. So the final average must be divided by the total voice, not by the number of rows.
That answer is the total of weights.
A First Solved Example
Find the weighted average price of notebooks sold by a shop.
| Notebook type | Price per notebook (X) | Number sold (W) | WX |
|---|---|---|---|
| A | 20 | 5 | 100 |
| B | 30 | 10 | 300 |
| C | 40 | 15 | 600 |
| Total | 30 | 1000 |
Now apply the formula:
Weighted mean = Sum of WX / Sum of W
Weighted mean = 1000 / 30
Weighted mean = 33.33
The weighted average price is Rs. 33.33.
Why not divide by 3?
Because 3 is only the number of notebook types. It is not the number of notebooks sold. The shop sold 30 notebooks in total, and each sold notebook matters in the average price.
If you divide by 3, you get 333.33, which is not sensible. If you first take the simple average of prices, you get 30, but that ignores the fact that the shop sold more of the Rs. 40 notebooks.
How to Identify the Weight in a Question
The weight is the figure that shows importance.
Sometimes the question uses the word “weight” directly. Many times it does not. You have to recognise it from the situation.
| Wording in the question | Likely weight |
|---|---|
| Number of students | Frequency |
| Number of items sold | Quantity sold |
| Marks allotted to each unit | Marks or unit weightage |
| Credit hours of subjects | Credit hours |
| Budget share of commodities | Budget share |
| Time spent on each activity | Time |
| Importance assigned to each factor | Importance score |
| Number of families, workers, customers, or cases | Frequency |
The value X is what you are averaging. The weight W is how much importance each value carries.
The Best Three-Question Test
When you are not sure what to put in X and W, use this test.
- What is the average being asked for?
- Which column gives the value of that thing?
- Which column tells how important or how frequent each value is?
The answer to question 2 is X. The answer to question 3 is W.
For example, if the question asks for average price and gives price with quantity sold:
- X is price
- W is quantity sold
- WX is price x quantity sold
- denominator is total quantity sold
If the question asks for average marks and gives marks with credit hours:
- X is marks
- W is credit hours
- WX is marks x credit hours
- denominator is total credit hours
Example With Marks and Credits
A student gets the following scores in three learning modules. The modules do not carry equal credit.
| Module | Score (X) | Credit (W) | WX |
|---|---|---|---|
| Statistics basics | 80 | 2 | 160 |
| Averages | 70 | 3 | 210 |
| Data interpretation | 90 | 1 | 90 |
| Total | 6 | 460 |
Weighted mean = Sum of WX / Sum of W
Weighted mean = 460 / 6
Weighted mean = 76.67
The weighted average score is 76.67.
The simple mean would be:
(80 + 70 + 90) / 3 = 80
But that is not the best answer here because the Averages module carries 3 credits. It should affect the final average more than the 1-credit module.
What If Weights Are Percentages?
This is another place where students hesitate.
If weights are given as percentages and they add up to 100, the denominator is 100.
Example:
| Commodity | Price rise (X) | Budget share (W) | WX |
|---|---|---|---|
| Food | 8 | 50 | 400 |
| Transport | 10 | 20 | 200 |
| Education | 6 | 15 | 90 |
| Clothing | 4 | 15 | 60 |
| Total | 100 | 750 |
Weighted mean = 750 / 100
Weighted mean = 7.5
The weighted average price rise is 7.5 percent.
Here the denominator is 100 only because the total weight is 100. If the percentages added to 80, the denominator would be 80. If they added to 250, the denominator would be 250.
What If Weights Are Decimals?
Sometimes weights may be written as 0.2, 0.3, 0.5 and so on.
If the decimal weights add to 1, the formula becomes very short:
Weighted mean = Sum of WX
Why? Because the denominator is 1.
Example:
| Value (X) | Weight (W) | WX |
|---|---|---|
| 40 | 0.25 | 10 |
| 60 | 0.50 | 30 |
| 80 | 0.25 | 20 |
| Total | 1.00 | 60 |
Weighted mean = 60 / 1
Weighted mean = 60
If the decimal weights do not add to 1, divide by their actual total.
Frequency Is Also a Weight
A frequency distribution is a natural example of weighted mean.
If 10 students score 40, 20 students score 50, and 5 students score 80, every score does not occur once. The frequency tells how many times each value occurs.
That is why the mean of a discrete series uses the same idea:
Mean = Sum of fX / Sum of f
Here, frequency is the weight.
| Score (X) | Students (f) | fX |
|---|---|---|
| 40 | 10 | 400 |
| 50 | 20 | 1000 |
| 80 | 5 | 400 |
| Total | 35 | 1800 |
Mean = 1800 / 35
Mean = 51.43
The denominator is 35 because there are 35 students in total. It is not 3 because there are only 3 score rows.
This is the same logic as weighted arithmetic mean.
The Most Common Denominator Mistakes
Weighted mean questions are usually not difficult. They become difficult because of one careless choice in the denominator.
Here are the mistakes to avoid.
| Mistake | Why it is wrong |
|---|---|
| Dividing by number of rows | Rows are not total importance |
| Dividing by number of values | Weighted mean does not assume equal importance |
| Dividing by 100 without checking | Weights may not add to 100 |
| Dividing by highest weight | The highest weight is not total weight |
| Dividing by total X | The denominator should be total W, not total X |
| Forgetting one weight in the total | Sum of W becomes wrong |
| Using adjusted X but old WX | Product column must match the final X values |
How to Present the Answer Neatly
A clean working table makes weighted mean easier to solve and easier to check.
Use this format:
| Item | X | W | WX |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | |||
| Total | Sum of W | Sum of WX |
Then write:
Weighted arithmetic mean = Sum of WX / Sum of W
= ...
Finally, write the answer with its unit if a unit is needed.
For example:
- Rs. 33.33 if it is average price
- 76.67 marks if it is average score
- 7.5 percent if it is average price rise
- 51.43 students’ average score if it is marks data
Numbers become more meaningful when the final line tells what they represent.
How to Know Whether Simple Mean or Weighted Mean Fits
Use simple mean when all values have equal importance or no separate importance is given.
Use weighted mean when the question gives different importance to different values.
| Situation | Better method |
|---|---|
| Average of five marks, all equally important | Simple mean |
| Average marks where subjects carry different credits | Weighted mean |
| Average price of three goods when one unit of each is bought | Simple mean |
| Average price when different quantities are bought | Weighted mean |
| Average of values listed once with no frequency | Simple mean |
| Average of values with frequency | Weighted mean logic |
| Average rise in prices using budget shares | Weighted mean |
The key is not the length of the question. The key is whether importance is equal or unequal.
A Quick Mental Check
After calculating a weighted mean, ask whether the answer is pulled toward the value with the higher weight.
Suppose the values are 20, 30, and 40, and the highest weight is attached to 40. The weighted mean should be closer to 40 than the simple average would be.
In the notebook example:
- simple average of 20, 30, and 40 is 30
- weighted average is 33.33
- more notebooks were sold at 40, so the average moved upward
That movement makes sense.
If your weighted mean moves in the opposite direction, check the WX column and the denominator.
Why Weighted Mean Matters in Economics
Weighted mean is not only a formula for exams. It is used whenever averages must reflect real importance.
In family budgets, every item does not have the same share. Food, rent, transport, education, and clothing may not affect the family equally. In price comparisons, a small rise in a heavily used item may matter more than a large rise in a rarely used item.
In business, average cost, average price, average wage, and average sales can become misleading if quantities or frequencies are ignored.
In studies, average performance can be unfair if all components are treated equally when they actually carry different credits or marks.
That is why weighted mean is a fairer average in many real-life situations.
A Step-by-Step Method to Solve Any Weighted Mean Question
Use this routine every time.
- Read what average is required.
- Mark the value column as X.
- Mark the importance column as W.
- Create the WX column.
- Total the W column.
- Total the WX column.
- Divide Sum of WX by Sum of W.
- Check whether the answer is reasonable.
- Write the final answer with a clear unit.
This method may look basic, but it prevents almost every common error.
Practice Set With Answers
Try these before reading the answers.
Question 1
Find the weighted mean.
| X | W |
|---|---|
| 10 | 2 |
| 20 | 3 |
| 30 | 5 |
Working:
Sum of WX = (10 x 2) + (20 x 3) + (30 x 5)
Sum of WX = 20 + 60 + 150 = 230
Sum of W = 2 + 3 + 5 = 10
Weighted mean = 230 / 10 = 23
Answer: 23
Question 2
A product is sold at three prices.
| Price (Rs.) | Units sold |
|---|---|
| 50 | 4 |
| 60 | 6 |
| 80 | 10 |
Working:
Sum of WX = (50 x 4) + (60 x 6) + (80 x 10)
Sum of WX = 200 + 360 + 800 = 1360
Sum of W = 4 + 6 + 10 = 20
Weighted mean = 1360 / 20 = 68
Answer: Rs. 68
Question 3
Weights are given as 20, 30, and 50.
| Value | Weight |
|---|---|
| 12 | 20 |
| 16 | 30 |
| 20 | 50 |
Working:
Sum of WX = (12 x 20) + (16 x 30) + (20 x 50)
Sum of WX = 240 + 480 + 1000 = 1720
Sum of W = 20 + 30 + 50 = 100
Weighted mean = 1720 / 100 = 17.2
Answer: 17.2
Notice that the denominator is 100 because the weights add to 100, not because every weighted mean question must be divided by 100.
Final Revision Checklist
Before you leave a weighted mean question, check these points:
- Did I identify X correctly?
- Did I identify W correctly?
- Did I multiply every X by its own W?
- Did I total the W column carefully?
- Did I divide by Sum of W, not by the number of rows?
- Did I write the unit in the final answer?
- Does the answer move toward the value with higher weight?
If all these answers are yes, your working is likely on the right track.
Frequently Asked Questions
What is weighted arithmetic mean in simple words?
Weighted arithmetic mean is an average where some values are given more importance than others. Each value is multiplied by its weight, and the total is divided by the total of the weights.
What is the formula for weighted arithmetic mean?
The formula is:
Weighted arithmetic mean = Sum of WX / Sum of W
Here X is the value and W is the weight attached to that value.
Why do we divide by total weights?
We divide by total weights because the weights show total importance. In weighted mean, the values do not count equally, so dividing by the number of values gives the wrong average.
When should I use weighted mean instead of simple mean?
Use weighted mean when the question gives weights, frequencies, quantities, credit hours, budget shares, marks allotted, or any other figure that shows unequal importance.
Is frequency the same as weight?
Frequency can act as a weight. If a value occurs many times, it should affect the average more. That is why the mean of a discrete series uses the formula Sum of fX divided by Sum of f.
What if the weights add up to 100?
If the weights add up to 100, divide Sum of WX by 100. But do this only after checking that the total of weights is actually 100.
What if decimal weights add up to 1?
If decimal weights add up to 1, the weighted mean is simply Sum of WX, because dividing by 1 does not change the answer.
What is the most common mistake in weighted mean?
The most common mistake is dividing by the number of values instead of the total of the weights. Always total the W column and use that as the denominator.
Looking for commerce tuitions?
Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.