calculate the median of the given data
145,144,148,147,150,149,155,152,160
Answers
Answered by
0
What is the median
The median is a measure of central tendency. It represents the value for which 50% of observations a lower and 50% are higher. Put simply, it is the value at the center of the sorted observations.
Median formulas
This calculator uses two different formulas for calculating the median, depending on whether the number of observations is odd, or it is even:
When the number of observations is odd the formula is:
$ x_m = x_\frac{n+1}{2}$
When the number of observations is even the formula is:
$ x_m = \frac{x_\frac{n}{2}+x_\frac{n+2}{2}}{2}$
where n is the number of observations.
Similar questions