Imagine you have $100$ dollars or any currency. And you also have $100$ people numbered from Everyone one will be paid from that money. Number one will get $1$ percent of the money, number $2$ will get $2$ percent from the rest of the money. For example, number $2$ will get $2$ percent from $99$ dollars, because number one got $1$ dollars from the first $100$. The question is who will be paid the most
I really tried to solve this, but failed. Thank you in advance.
It is clear that the first person is not paid the most since he gets $1$\$ and the second person gets $1.98$\$. Let $P(m)$ denote the amount of money paid to the $m^{th}$ person for all $m\in\mathbb{N}_{\leqslant 100}$. Let $n\in\mathbb{N}_{<100}$. Suppose that $P(n)=u$ for some $u\in \mathbb{R}^+$. Then, $P(n+1)=\frac{u(100-n)(n+1)}{100n}$. $P(n+1)\geqslant P(n) \iff\frac{(100-n)(n+1)}{100n}\geqslant 1 \iff n^2+n\leqslant 100 \iff n\leqslant 9$. Also, if $n\leqslant 9$, then $\frac{(100-n)(n+1)}{100n}> 1$. This implies that $P(1)<P(2)<\ldots<P(10)>P(11)$. If $P(k)$ is maximum for some $k>11$, then we must have had $P(k-1)\leqslant P(k)$ but this is not possible since $k-1>9$. Hence, from the above arguments, the tenth person gets paid strictly more than the rest.
EDIT: I've elaborated and structured the argument.