I am teaching an introductory unit on descriptive statistics. One topic is finding the median of a raw set of data.
I know the formula for finding the position of the median is $(n+1)/2$.
My trouble: I cannot think of a simple clear justification of this formula.
I understand that if I have an ascending (ordered) data set $X$ of size $n$, then the smallest value would be $x_1$, the value in position $i$ is $x_i$ and the largest data value would be $x_n$.
Since the numbering of the data values is arithmetic, I can think of the numbering as a uniformly distributed (discrete) set, and the mean of the indices would be the centroid of the set. The mean of the set of indices is the sum of the first $n$ integers, which is $n(n+1)/2$, divided by $n$, which results in $(n+1)/2$.
But I don't believe this is simple or clear for my students. Would someone provide a simpler justification for the formula $(n+1)/2$?
Assume my students have a working knowledge of Algebra 2/Precalculus.