📝 8th Grade Math (Algebra I): Mean, Median, Mode, and Range Study Notes
Understanding measures of central tendency and spread is crucial in data analysis. This section covers four key statistical concepts: Mean, Median, Mode, and Range.
Mean 🧠
The mean is the average of a set of numbers. To calculate the mean, you sum all the numbers in the set and then divide by the count of numbers in the set.
Formula: \[ \text{Mean} = \frac{\text{Sum of all values}}{\text{Number of values}} \]
Example: For the set {2, 4, 6, 8, 10}, the sum is \( 2 + 4 + 6 + 8 + 10 = 30 \). There are 5 numbers. So, the mean is \( \frac{30}{5} = 6 \).
Median 📏
The median is the middle value in a data set that has been ordered from least to greatest. If there is an even number of values, the median is the average of the two middle numbers.
- Odd number of values: The median is the single middle number.
- Even number of values: The median is the average of the two middle numbers.
Example (Odd): For the set {2, 4, 6, 8, 10}, ordered from least to greatest, the median is 6.
Example (Even): For the set {2, 4, 6, 8}, ordered from least to greatest, the two middle numbers are 4 and 6. The median is \( \frac{4+6}{2} = 5 \).
Mode 📊
The mode is the number that appears most frequently in a data set. A data set can have one mode (unimodal), more than one mode (multimodal), or no mode if all numbers appear with the same frequency.
Example: For the set {2, 4, 4, 6, 8, 8, 8, 10}, the number 8 appears most frequently (3 times), so the mode is 8.
Example (Multimodal): For the set {2, 4, 4, 6, 8, 8, 10}, both 4 and 8 appear twice, so the modes are 4 and 8.
Example (No Mode): For the set {2, 4, 6, 8, 10}, each number appears once, so there is no mode.
Range ↔️
The range is the difference between the highest and lowest values in a data set. It indicates the spread of the data.
Formula: \[ \text{Range} = \text{Highest value} - \text{Lowest value} \]
Example: For the set {2, 4, 6, 8, 10}, the highest value is 10 and the lowest value is 2. The range is \( 10 - 2 = 8 \).
Summary Table 📝
| Statistic | Definition | Calculation |
|---|---|---|
| Mean | Average of the numbers | Sum of values / Number of values |
| Median | Middle value (when ordered) | Middle number (or average of two middle numbers) |
| Mode | Most frequent number | Number that appears most often |
| Range | Spread of the data | Highest value - Lowest value |
📌 Key Takeaway: These four measures provide different insights into a data set. The mean is affected by outliers, the median represents the middle point, the mode shows the most common value, and the range describes the overall spread.