Question
I have infinity number of balls and a large enough vase. I define an action to be "put ten balls into the vase, and take one out". Now, I start from 11:59 and do one action, and after 30 seconds I do one action again, and 15 seconds later again, 7.5 seconds, 3.75 seconds...
What is the number of balls in the vase at 12:00?
My attempt
It seems like that it should be infinity (?), but if we consider the case:
Number each balls in an order of positive integers. During the first action, I put balls no. 1-10 in, and ball no.1 out, and during the $n^{\text{th}}$ action I take ball no. $n$ out.
In this way, suppose it is at noon, every ball must have been taken out of the vase. So (?) the number of balls in the vase is
Zero???
My first question: if I take the ball randomly, what will be the result at noon? (I think it may need some probability method, which I'm not familiar enough with.)
Second one: is it actually a paradox?
Thanks in advance anyway.
It is not a well defined problem. You talk about a result after infinite time (or at least an infinite amount of actions), which requires a notion of a limit.
We can compute limits of numbers because we have defined what it means to approach a number. So when you just look at the number of balls and not which balls, then the answer is indeed $\infty$. This is because the sequence of the number of balls $0, 9, 18, 27,...$ is divergent.
If we want to include the identity of the balls, we have to talk about sets instead of just numbers. We can compute the limit of sets (via intersection and union) if the sequence of sets is increasing or decreasing, i.e.
$$ A_0\subset A_1\subset A_2\subset\cdots \quad\text{or}\quad A_0\supset A_1\supset A_2\supset \cdots$$
For more general sequences of sets there might be a set-theoretic limit (Thanks to celtschk in the comments). Applied to this problem, it will give indeed the empty set $\varnothing$.
The paradox arises because the problem intentionally leaves open the kind of limit to consider. As soon as the definition is fixed, the ambiguity vanishes.