Question
The numbers $4$, $8$, $9$ and $15$ are written on the board. Carla deletes three of them and then writes three more numbers following the rule: if the numbers $a$, $b$, $c$ are deleted, the replacement numbers are $\frac{a+b}{2}$, $\frac{a+c}{2}$, $\frac{c+b}{2}$ and then the operation is repeated.
Analyze whether, at a given moment, the following cases are possible:
a) In a set of four numbers, the number $16$ appears on the board.
b) The set of four numbers on the board is $6, 8, 9, 10$.
c) The set of four numbers on the board is $5, 5, 12, 14$.
My idea
I was able to solve the first request. For point a) we can use min and max which are between the arithmetic mean, this means that all the numbers will be between $4$ and $15$. $16$ is greater than $15$, which means it can't appear on the table.
I don't know what to do for the forward points. I thought of showing that numbers are always different, which means that $8,9$ can't appear again or showing that numbers shouldn't equal which means $2$ of number $5$ can't be on the same string.
Hope on of you can help me! Thank you!
Let us show that case (c) is impossible.
The first solution.
There are at most two stages to consider. Namely, let at the first stage the number $15$ remains undeleted and the second stage starts when the number $15$ is deleted. Similarly to you answer to case (a), we observe that at the first stage the second biggest number is at most $9$. Then when the second stage begins, the biggest number can be at most $\frac{15+9}2=12$, so again similarly to you answer to case (a) we see that at the second stage none of the numbers can be bigger than $12$.
The second solution.
For any real number $a$, $b$, and $c$ we have $$\left(\frac{a+b}{2}\right)^2+\left(\frac{a+c}{2}\right)^2+\left(\frac{b+c}{2}\right)^2=$$ $$\frac{a^2+b^2+c^2+ab+ac+bc}{2}\le a^2+b^2+c^2,$$ because $ab\le\frac{a^2+b^2}{2}$, $ac\le\frac{a^2+c^2}{2}$, and $bc\le\frac{b^2+c^2}{2}$.
Therefore at each step the sum of the squares of the numbers is nonincreasing. But for the numbers $4$, $8$, $9$, and $15$ the sum of the squares equals $16+64+81+225=386$, whereas for the numbers $5$, $5$, $12$, and $14$ the sum of the squares equals $25+25+144+196=390$.