Median Median and Mode To define the median in one sentence we can say that the median gives us the midpoint of the data. What do you mean by the midpoint? Suppose you have ‘ n ‘ number of data, then arrange these numbers in ascending or descending order. Just pick the midpoint from the particular series. From the Raw Data The very first thing to be done with raw data is to arrange them in ascending or descending order. In Layman’s terms: Median = the middle number The median number varies according to the total number being odd or even. Initially let us assume the number as the odd number. Now if we have numbers like 12, 15, 21, 27, 35. So here we can say that the midpoint here is 21, Median = (n+12)th term if n is odd What if we have even number? Let us take the same set of series but this time just add one number to the series: 12, 15, 21, 27, 35, 40. So in this case when the numbers are even then taking the mean of the numbers, Median = Mean( n2th and (n2+1)t...