I saw this problem yesterday on reddit and I can't come up with a reasonable way to work it out.
Once per second, a bullet is fired starting from $x=0$ with a uniformly random speed in $[0,1]$. If two bullets collide, they both disappear. If we fire $N$ bullets, what is the probability that at least one bullet escapes to infinity? What if we fire an infinite number of bullets?
Attempt.
If $N$ is two, then it's equal to the probability that the first bullet is faster than the second, which is $\dfrac{1}{2}$.
If $N$ is odd, the probability of three bullets or more colliding in the same spot is $0$, so we can safely ignore this event. And since collisions destroy two bullets then there will be an odd number of bullets at the end. So at least one escapes to infinity.
For infinite bullets, I suspect that no single bullet will escape to infinity, but that they'll reach any arbitrarily big number. Although, I'm not sure on how I'd begin proving it.
Is there a closed form solution for even $N$? Or some sort of asymptotic behavior?
I did some experiment with Mathematica for even $N$ and found some regularities, but I don't have an explanation for them at the moment.
1) If we fix $N$ different speeds for the bullets and count how many bullets escape to infinity for all the $N!$ permutations of those speeds among bullets, then the result doesn't seem to depend on the chosen speeds. In particular, I consistently found that only in $\bigl((N-1)!!\bigr)^2$ cases out of $N!$ no bullet reaches infinity (checked for $N$ equal to 4, 6, 8, 10).
2) Running a simulation (1,000,000 trials) the probability that no bullet reaches infinity is consistent with the above result, i.e. $\bigl((N-1)!!\bigr)^2/N!$, for $N$ equal to 4, 6, 8.