Answer:
------------------
The median is the middle value of the data set.
If the data set has odd number of values (2n + 1) then the median is the value of the term with the number:
- [(2n + 1) - 1]/2 =
- 2n/2 =
- n
In our case n would be:
Hence the given statement is False.