Statistics

Weighted Averages

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
💊
Nursing

Medication dosages, IV drip rates, vital monitoring

💰
Retail & Finance

Discounts, tax, tips, profit margins

A weighted average accounts for the fact that not all values in a dataset are equally important. In a regular (simple) average, every value counts the same. In a weighted average, each value is multiplied by a weight that reflects its relative importance or frequency.

The Formula

Weighted Average=(value×weight)weights=w1x1+w2x2++wnxnw1+w2++wn\text{Weighted Average} = \frac{\sum (value \times weight)}{\sum weights} = \frac{w_1 x_1 + w_2 x_2 + \cdots + w_n x_n}{w_1 + w_2 + \cdots + w_n}

Where xix_i is each value and wiw_i is the corresponding weight.

When Do You Need a Weighted Average?

Use a weighted average instead of a simple average when:

  • Categories have different importance — exam scores count more than homework
  • Groups have different sizes — a class of 30 students should count more than a class of 10
  • Items have different frequencies — a product sold 500 times matters more than one sold 5 times

If all weights are equal, a weighted average gives the same result as a simple average.

Worked Examples

Example 1: Course Grade Calculation

A student’s course grade is calculated with these weights:

ComponentScoreWeight
Homework9220%
Midterm7830%
Final Exam8550%

Step 1: Multiply each score by its weight.

92×0.20=18.492 \times 0.20 = 18.4

78×0.30=23.478 \times 0.30 = 23.4

85×0.50=42.585 \times 0.50 = 42.5

Step 2: Add the weighted values.

18.4+23.4+42.5=84.318.4 + 23.4 + 42.5 = 84.3

Step 3: Confirm the weights sum to 1 (or 100%).

0.20+0.30+0.50=1.000.20 + 0.30 + 0.50 = 1.00 \checkmark

Answer: The weighted course grade is 84.3.

Notice that the simple average would be 92+78+853=85.0\frac{92 + 78 + 85}{3} = 85.0. The weighted average is lower because the midterm (the student’s weakest score) carries more weight than the homework (the strongest score).

Example 2: Average Price per Unit

A retailer buys t-shirts from three suppliers:

SupplierPrice per ShirtQuantity Ordered
A$8.00200
B$6.50500
C$9.25100

What is the average cost per shirt?

Step 1: Multiply each price by its quantity (the weight).

8.00×200=1,6008.00 \times 200 = 1{,}600

6.50×500=3,2506.50 \times 500 = 3{,}250

9.25×100=9259.25 \times 100 = 925

Step 2: Add the total costs and total quantities.

Total cost=1600+3250+925=$5,775\text{Total cost} = 1600 + 3250 + 925 = \$5{,}775

Total quantity=200+500+100=800\text{Total quantity} = 200 + 500 + 100 = 800

Step 3: Divide.

Weighted average price=5775800$7.22\text{Weighted average price} = \frac{5775}{800} \approx \$7.22

Answer: The average cost per shirt is $7.22.

A simple average of the three prices would be 8.00+6.50+9.2537.92\frac{8.00 + 6.50 + 9.25}{3} \approx 7.92. The weighted average is lower because the cheapest supplier (B at $6.50) provided the most shirts.

Example 3: GPA Calculation

GPA is one of the most common weighted averages. Each course grade is weighted by the number of credit hours.

CourseGradeGrade PointsCredits
EnglishB+3.33
BiologyA4.04
HistoryB3.03
MathA-3.74

Step 1: Multiply grade points by credits.

3.3×3=9.93.3 \times 3 = 9.9

4.0×4=16.04.0 \times 4 = 16.0

3.0×3=9.03.0 \times 3 = 9.0

3.7×4=14.83.7 \times 4 = 14.8

Step 2: Sum the products and total credits.

Total weighted points=9.9+16.0+9.0+14.8=49.7\text{Total weighted points} = 9.9 + 16.0 + 9.0 + 14.8 = 49.7

Total credits=3+4+3+4=14\text{Total credits} = 3 + 4 + 3 + 4 = 14

Step 3: Divide.

GPA=49.714=3.55\text{GPA} = \frac{49.7}{14} = 3.55

Answer: The semester GPA is 3.55. The A in Biology and A- in Math pull the average up because those 4-credit courses carry more weight than the 3-credit courses.

Real-World Application: Nursing Certification Exam

A nursing certification exam has four sections, each weighted differently:

SectionScoreWeight
Pharmacology8230%
Patient Care9135%
Safety & Infection Control8820%
Health Promotion7615%

The passing score is 80. Did the candidate pass?

Step 1: Multiply each score by its weight.

82×0.30=24.682 \times 0.30 = 24.6

91×0.35=31.8591 \times 0.35 = 31.85

88×0.20=17.688 \times 0.20 = 17.6

76×0.15=11.476 \times 0.15 = 11.4

Step 2: Add the weighted scores.

24.6+31.85+17.6+11.4=85.4524.6 + 31.85 + 17.6 + 11.4 = 85.45

Step 3: Compare to the passing threshold.

85.458085.45 \geq 80 \checkmark

Answer: The weighted score is 85.45 — the candidate passes. Even though the Health Promotion score (76) is below 80, its low weight of 15% prevents it from dragging the overall score below passing. The strong Patient Care score (91) at 35% weight has the largest positive impact.

What if the weights were equal? The simple average would be 82+91+88+764=84.25\frac{82 + 91 + 88 + 76}{4} = 84.25. The weighted average is actually higher (85.45) because the candidate scored highest on the most heavily weighted section.

Weighted Average Reference

ScenarioValues (xx)Weights (ww)
Course gradeAssignment scoresPercentage weight of each assignment
GPAGrade points (A=4, B=3, etc.)Credit hours per course
Average priceUnit price from each sourceQuantity purchased from each
Survey resultsResponse valuesNumber of respondents per value
Portfolio returnReturn from each investmentDollar amount invested in each

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: A student’s grade is based on quizzes (25%), a midterm (25%), and a final (50%). They scored 88 on quizzes, 76 on the midterm, and 90 on the final. What is the weighted grade?

88×0.25=22.088 \times 0.25 = 22.0

76×0.25=19.076 \times 0.25 = 19.0

90×0.50=45.090 \times 0.50 = 45.0

Weighted grade=22.0+19.0+45.0=86.0\text{Weighted grade} = 22.0 + 19.0 + 45.0 = 86.0

Answer: The weighted grade is 86.0.

Problem 2: A company buys paper from two suppliers. Supplier A sells 1,000 reams at 4.20each.SupplierBsells400reamsat4.20 each. Supplier B sells 400 reams at 3.80 each. What is the weighted average price per ream?

Total cost=(4.20×1000)+(3.80×400)=4200+1520=$5,720\text{Total cost} = (4.20 \times 1000) + (3.80 \times 400) = 4200 + 1520 = \$5{,}720

Total reams=1000+400=1,400\text{Total reams} = 1000 + 400 = 1{,}400

Weighted average=57201400$4.09\text{Weighted average} = \frac{5720}{1400} \approx \$4.09

Answer: The weighted average price is $4.09 per ream.

Problem 3: A survey asked customers to rate their experience from 1 to 5. The results were: 5 stars (120 people), 4 stars (85 people), 3 stars (40 people), 2 stars (15 people), 1 star (10 people). What is the weighted average rating?

Numerator=(5×120)+(4×85)+(3×40)+(2×15)+(1×10)\text{Numerator} = (5 \times 120) + (4 \times 85) + (3 \times 40) + (2 \times 15) + (1 \times 10)

=600+340+120+30+10=1,100= 600 + 340 + 120 + 30 + 10 = 1{,}100

Total respondents=120+85+40+15+10=270\text{Total respondents} = 120 + 85 + 40 + 15 + 10 = 270

Weighted average=11002704.07\text{Weighted average} = \frac{1100}{270} \approx 4.07

Answer: The weighted average rating is approximately 4.07 out of 5.

Problem 4: Three sections of a math class took the same test. Section 1 (30 students) averaged 78. Section 2 (25 students) averaged 84. Section 3 (20 students) averaged 72. What is the overall weighted average?

Numerator=(78×30)+(84×25)+(72×20)=2340+2100+1440=5,880\text{Numerator} = (78 \times 30) + (84 \times 25) + (72 \times 20) = 2340 + 2100 + 1440 = 5{,}880

Total students=30+25+20=75\text{Total students} = 30 + 25 + 20 = 75

Weighted average=588075=78.4\text{Weighted average} = \frac{5880}{75} = 78.4

Answer: The overall weighted average is 78.4.

Key Takeaways

  • A weighted average multiplies each value by its weight before averaging: (value×weight)weights\frac{\sum(value \times weight)}{\sum weights}
  • Use weighted averages when values have different importance, frequency, or quantity
  • If all weights are equal, the weighted average equals the simple average
  • Weighted averages appear everywhere: GPA, course grades, average prices, survey ratings, and exam scores
  • Always check that your weights sum correctly (to 100%, to 1.0, or to the total count) as a way to verify your setup

Return to Statistics for more topics in this section.

Last updated: March 28, 2026