51. The median of 1.1.2.2.2.3.3 is
13
Answers
Answered by
3
Median
Median is the number separating the higher half of the ordered data sample (or data file) from the lower half.
The median is the 2nd quartile (Q2), 5th decile, and 50th percentile.
How to calculate the median?
Sort data set with n elements and select n/2-th element. If the index n/2 is not an integer, then use interpolation between the surrounding elements (median then it does not belong to the set of input data).
For example, for n=10 elements, the median equal to 5th element, for n=50 elements, the median equal to 25th of the ordered data etc.
Hope it helps you dear ☺️
now u can easily find any median
Similar questions