MEAN = add 'em all Γ· count |
MEDIAN = middle value (sort first!) |
MODE = most frequent
β οΈ Trap: outlier pulls the mean but NOT the median!
Data: 4, 7, 7, 9, 13 β Mean = (4+7+7+9+13)Γ·5 = 8 | Median = 7 (middle) | Mode = 7
Q1. A student scored 72, 85, 85, 90, 68 on five tests. What is the mean score?
Add all scores: 72 + 85 + 85 + 90 + 68 = 400
Divide by 5: 400 Γ· 5 = 80 β
Watch out! 85 is the MODE (appears twice), not the mean.
Q2. The ages of 5 kids are 8, 10, 10, 11, 6. Which value is the median?
First SORT: 6, 8, 10, 10, 11
With 5 values, the middle is the 3rd value β 10 β
β οΈ Always sort BEFORE finding the median!
Q3. A class has test scores: 70, 72, 74, 75, 76, 100. A new student joins with score 100. Which measure of center changes the most?
100 is an outlier (far from the rest).
The mean is pulled strongly by outliers.
The median barely moves β it's resistant to outliers! β