Math Calculator
Professional mathematical conversions and calculations. Convert fractions, decimals, number systems, and perform geometric calculations with step-by-step solutions.
Finds the middle value when data is sorted in order. For an even count of values, the median is the average of the two middle values. The median is resistant to outliers.
In the US, median income is always reported instead of mean income for household data โ because a handful of ultra-wealthy households would otherwise inflate the average to an unrealistic level.
Forgetting to sort the data first โ the median of [5, 1, 3] is 3 (sorted: 1, 3, 5), not 1 (the literal middle of the unsorted list).