Each of $m$ balls is placed independently into a container A with probability $0 <a<1$, or in container B otherwise.
What is the probability that container A will have fewer than $x$ balls, where $0<x\leq m$?
Now immediately to me this looks like a binomial setup. So I would be tempted to say that the probability is
$$P = \sum_{i=0}^{x-1} {m \choose i} a^i (1-a)^{m-1}$$
This seems correct from everything I know about the binomial distribution. Nevertheless I am uncomfortable with it because it seems to be summing up the probabilities of each of the events "this specific set of $i<x$ balls is in A, and all other balls are in B$."
This makes me uncomfortable because the events are of course dependent in general. If you take one set of size $i>2$ containing ball number one, and another different set of size $i$ containing ball number one, then the events that the first set is the set of balls in A, is not independent from the event that the second set is the set in A.
If someone could help to clarify where I am not understanding that would be much appreciated.