Make n numbers equal

50 Views Asked by At

Given $n$ rational numbers. Every time you can delete $2$ numbers, and add 2 numbers which are equal to $\frac{a+b}{2}$ (assume the number you delete is $a$ and $b$). How to judge whether it is possible to make these $n$ numbers equal in finite steps? If possible, how to construct it?