Mean and Median - Central Tendency
The mean is the sum of all data divided by count, the most common representative value. However, it can be distorted by extreme values. The median is the middle value when data is sorted, providing a more stable center unaffected by outliers. For example, the mean of 1, 2, 3, 4, 100 is 22, but the median is 3, better reflecting the actual distribution.