lesson

Updated 6 days ago ยท 2 views
Imagine five friends finish a basketball game with scores of 4, 4, 7, 9, and 26 points. If you had to pick just one number to describe how well the team played, which number would you choose?
Statisticians use three different tools called measures of center โ the mean, median, and mode โ to summarize an entire group of numbers with a single typical value.
The Mean
The mean is the "fair share" value. It represents what every data point would equal if you combined everything together and split it up evenly.
๐Interactive/animated visual demonstrating the 'fair share' concept of the mean. Show 4 vertical stacks of colorful square blocks side by side with heights: 2, 8, 3, 7. A total label shows 'Total = 20 blocks'. An animated button or loop shows blocks shifting from taller stacks to shorter stacks until all 4 stacks are perfectly even at height 5. A calculation card shows 'Sum = 2 + 8 + 3 + 7 = 20', 'Count = 4', 'Mean = 20 รท 4 = 5'. Style: Clean white background (#ffffff), soft border (#e6e6e6), vibrant block colors, dark text (#1e2945).
To calculate the mean, add all the values together and divide that sum by the total number of values.
For the scores 4,4,7,9,26, add them to get 50, then divide by 5 to find a mean of 10 points.
Notice how that one huge score of 26 pulled the mean way up, even though four of the five players scored under 10. What tool can we use when an extreme number skews the average?
The Median
The median is the exact middle number when all values are arranged in order from least to greatest.
๐Step-by-step visual showing how to find the median for odd and even sets. Top panel (Odd set): 5 numbered cards in order [4, 4, 7, 9, 26]. Animated crossing out pairs from the outside in (4 and 26 cross out, then 4 and 9 cross out), leaving '7' highlighted in yellow with a badge 'Median = 7'. Bottom panel (Even set): 6 cards in order [2, 4, 6, 8, 10, 12]. Crossing out outside pairs leaves 6 and 8 in the middle. An arrow points down showing '(6 + 8) รท 2 = 7' with a badge 'Median = 7'. Clean styling with #1e2945 text and rounded badges.
If a data set has an even number of values, there is no single middle number, so you find the mean of the two middle numbers.
For the ordered list 3,5,8,12, the two middle numbers are 5 and 8, giving a median of (5+8)รท2=6.5.