The Ultimate Guide to Statistical Averages
In statistics, an "average" is a mathematical measure designed to summarize a sprawling set of data into a single, highly representative value. It allows us to understand the central tendency of an environment.
While most people are familiar with the standard simple average (the arithmetic mean), the weighted average is a vastly more powerful tool reserved for real-world situations where specific data points are fundamentally more important than others. This guide explores both variations and their core algebraic algorithms.
1. The Arithmetic Mean (Simple Average)
The arithmetic mean is calculated by summing all the numerical elements in a dataset, and then dividing that sum by the absolute count of the elements. In this scenario, all values are treated with equal mathematical importance.
Example: Calculating the fuel efficiency of your car across three trips: Trip 1 ($30$ MPG), Trip 2 ($32$ MPG), and Trip 3 ($35$ MPG). You add them together ($30 + 32 + 35 = 97$) and divide by $3$. Your exact average is $32.33$ MPG.
2. The Weighted Average
A weighted average assigns a different level of statistical importance (a 'weight') to each number. Instead of simply adding the values together, you multiply each value by its designated weight, sum those new totals, and divide by the total sum of the weights.
Real-World Application: Grade Calculation
Scenario: Your college biology grade is determined by Homework ($10\%$ weight), Quizzes ($30\%$ weight), and a Final Exam ($60\%$ weight). You scored a $95$ on homework, an $85$ on quizzes, and an $82$ on the final.
- Multiply Value by Weight: $(95 \times 10) + (85 \times 30) + (82 \times 60) = 8420$
- Sum the Total Weights: $10 + 30 + 60 = 100$
- Divide: $8420 \div 100 = \textbf{84.2}$
Real-World Application: Stock Market Cost Basis
Scenario: You are dollar-cost averaging into a stock. You bought $10$ shares at $\$150$, and later bought $20$ shares when the price dipped to $\$120$. What is your actual average purchase price per share?
- Because you bought more shares at the lower price, the $\$120$ price carries a heavier weight.
- $(150 \times 10) + (120 \times 20) = 1500 + 2400 = 3900$
- Total Shares (Weights): $10 + 20 = 30$
- True Average Cost: $3900 \div 30 = \textbf{\$130.00}$