Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$. Each person subtracts, from his own number, the number of the person sitting to his right (the rightmost person does nothing). Because he has nothing else to do, the rightmost person observes that all the differences were positive. Let $x$ be the greatest integer owned by one of the 10 people at the beginning. What is the minimum possible value of $x$?
Not sure how to go about this. I think it is 1 since -14-(-15)=1. I'm not sure though.
As I understand it, we shall have
$-15 \le x_n \le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 \le x_{10}<x_9< \cdots < x_1 \le -1$
Then greatest $x$, means $x_n \le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)