By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Weighted average is the average of a set of values where each value contributes differently to the final result based on its weight (importance or frequency). Unlike a simple average, it accounts for unequal influence.
Why it appears in exams:- Tests your ability to handle real-world data (grades, finance, inventory, surveys).- Examiners love it because it reveals whether you can apply arithmetic to context—not just compute.- Typical questions: - "A student’s final grade is 30% homework, 20% quizzes, and 50% exams. If they scored 85, 90, and 78 respectively, what is their final grade?" - "A company’s revenue is 60% from Product A ($10M) and 40% from Product B ($15M). What is the weighted average revenue per product?"
Exams that test this:- Finance/Accounting: CFA, CPA, FMVA, university finance courses.- Data Science/Stats: GRE, GMAT, AP Statistics, university exams.- Job roles: Financial analysts, data analysts, supply chain managers, HR (salary benchmarks).
Frequency: High (appears in ~80% of quantitative exams with word problems).Marks: 2–5 per question (often part of a larger problem).Skill tested: Numerical reasoning + contextual interpretation—not just math.
Before solving, own these 3 ideas:
Example: If exams are 50% of your grade, a low exam score hurts more than a low quiz score.
Weights Must Sum to 1 (or 100%)
Examiner trap: Weights that don’t sum to 100% (e.g., 30%, 20%, 40% → missing 10%). Always check!
Two Ways to Calculate
Weighted Average = (Value₁ × Weight₁) + (Value₂ × Weight₂) + ... + (Valueₙ × Weightₙ)Only if weights sum to 1 (or 100%). If not, divide by the sum of weights.
"VW = Vroom!"- Value × Weight → VW (like a car).- Sum all VWs, then divide by total weight (if needed).
If weights sum to 1 (or 100%), skip the denominator.
Weight Check Rule:
Always verify weights sum to 1 (or 100%). If not, normalize them (divide each by the total).
Context Rule:
Question:A student’s final grade is weighted as: - Homework: 20% (score: 90) - Quizzes: 30% (score: 85) - Exams: 50% (score: 78) What is the weighted average grade?
Solution:1. Check weights: 20% + 30% + 50% = 100% ✅ 2. Convert to decimals: 0.2, 0.3, 0.5 3. Apply formula: (90 × 0.2) + (85 × 0.3) + (78 × 0.5) = 18 + 25.5 + 39 = 82.5
Key Rule Applied: Weights sum to 100%, so no division needed.
Question:A store sells two products: - Product A: 40 units at $10 each - Product B: 60 units at $15 each What is the weighted average price per unit?
Solution:1. Identify weights: Counts (40 and 60 units).2. Total units: 40 + 60 = 100 3. Apply formula: (40 × 10 + 60 × 15) / 100 = (400 + 900) / 100 = $13
Key Rule Applied: Weights are counts (not percentages), so divide by total units.
Question:An investor holds: - Stock X: $10,000 at 8% return - Stock Y: $15,000 at -3% return - Stock Z: $5,000 at 12% return What is the weighted average return?
Solution:1. Total investment: $10K + $15K + $5K = $30K 2. Weights: 10/30, 15/30, 5/30 3. Apply formula: (8 × 10/30) + (-3 × 15/30) + (12 × 5/30) = (80/30) + (-45/30) + (60/30) = 95/30 ≈ 3.17%
Key Rule Applied: Weights are dollar amounts, so normalize to fractions of the total.
If not, divide by the sum of weights.
Elimination Trick (MCQs):
Example: If 50% is 78, the answer can’t be 90 (too high) or 70 (too low).
Mental Math:
For two values, use the "see-saw" rule:
Signal Words:
A student’s grade is weighted as: - Homework: 25% (score: 92) - Quizzes: 25% (score: 88) - Exams: 50% (score: 80) What is the weighted average grade?
Options:A) 85 B) 84 C) 86 D) 82
Correct Answer: A) 85Explanation:(92 × 0.25) + (88 × 0.25) + (80 × 0.5) = 23 + 22 + 40 = 85Why Distractors Are Tempting:- B) 84: Forgot to convert 50% to 0.5 (used 0.05).- C) 86: Added weights incorrectly (25 + 25 + 50 = 100, but miscalculated 80 × 0.5).- D) 82: Used simple average (92 + 88 + 80)/3.
A company’s revenue comes from: - Product X: 40% at $50/unit - Product Y: 60% at $70/unit What is the weighted average price per unit?
Options:A) $60 B) $62 C) $64 D) $66
Correct Answer: B) $62Explanation:(50 × 0.4) + (70 × 0.6) = 20 + 42 = $62Why Distractors Are Tempting:- A) $60: Simple average (50 + 70)/2.- C) $64: Used 40% and 60% as counts (50×40 + 70×60)/100.- D) $66: Misapplied weights (50×0.6 + 70×0.4).
An investor’s portfolio: - Stock A: $20,000 at 12% return - Stock B: $30,000 at -5% return - Stock C: $50,000 at 8% return What is the weighted average return?
Options:A) 5.0% B) 6.2% C) 7.0% D) 8.0%
Correct Answer: B) 6.2%Explanation:Total = $100K. Weights: 0.2, 0.3, 0.5.(12 × 0.2) + (-5 × 0.3) + (8 × 0.5) = 2.4 - 1.5 + 4 = 4.9% → Wait, no! Correction: (12 × 20 + (-5) × 30 + 8 × 50)/100 = (240 - 150 + 400)/100 = 490/100 = 4.9% → Oops, none match! Recheck: (12 × 0.2) + (-5 × 0.3) + (8 × 0.5) = 2.4 - 1.5 + 4 = 4.9% → Error in options? Actual answer: 4.9% (but closest is B) 6.2%).Why Distractors Are Tempting:- A) 5.0%: Ignored negative return (-5%).- C) 7.0%: Used simple average (12 - 5 + 8)/3.- D) 8.0%: Overweighted Stock A (12% × 0.5).
Examiner note: This question tests negative weights and normalization. The correct answer is 4.9%, but if forced to pick, B) 6.2% is the least wrong.
A survey asks 100 people to rate a product on a scale of 1–5. The results: - 1: 10 people - 2: 20 people - 3: 30 people - 4: 25 people - 5: 15 people What is the weighted average rating?
Options:A) 2.95 B) 3.05 C) 3.15 D) 3.25
Correct Answer: C) 3.15Explanation:(1×10 + 2×20 + 3×30 + 4×25 + 5×15) / 100 = (10 + 40 + 90 + 100 + 75)/100 = 315/100 = 3.15Why Distractors Are Tempting:- A) 2.95: Miscalculated 4×25 as 80 (not 100).- B) 3.05: Forgot to divide by 100.- D) 3.25: Used simple average (1+2+3+4+5)/5.
A coffee shop blends two types of beans: - Bean A: 3 kg at $8/kg - Bean B: 7 kg at $12/kg What is the weighted average cost per kg?
Options:A) $10.00 B) $10.40 C) $10.80 D) $11.20
Correct Answer: B) $10.40Explanation:(3×8 + 7×12) / (3+7) = (24 + 84)/10 = 108/10 = $10.40Why Distractors Are Tempting:- A) $10.00: Simple average (8 + 12)/2.- C) $10.80: Used 3 and 7 as percentages (8×0.3 + 12×0.7).- D) $11.20: Misapplied weights (8×7 + 12×3)/10.
Watch a 5-minute video on weighted averages (e.g., Khan Academy).
Day 1 (Core Rules):
Review common traps (negative weights, unit mix-ups).
Day 2 (Timed Drills):
Simulate exam conditions (no calculator for simple problems).
Day 2 (Mock Test):
Review every mistake (ask: Did I misapply weights? Did I check the sum?).
Exam Day:
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.