Let’s say we are given n numbers [x1, x2, x3, ... xn]. The mean of those n numbers is given by the formula: $latex \frac{\sum_{i=1}^{n}x_{i}}{n} $ Now, if we sort the numbers, then the number in the middle is the median of the numbers. If n is even and there are two...
