Is it possible to change the value of the median based only on its value, without knowing the original set of numbers?
Example:
Consider the set $\{1, 1, 1, 5, 6\}$. The median value is $1$.
Now forget the set. I want to modify the median value by including a new element, $8$. The new median value should be $5$. Can I achieve this without the complete set of numbers?
I think not, but maybe it is possible with any auxiliary variable.