There are $N$ bugs in a plane. All bugs are moving at the same constant (nonzero) speed, but no two bugs are moving in the same direction (velocity vectors are of the same speed, but no two are parallel).
Prove that at some point in time $N$ bugs will form convex polygon.
Edit: Can you loosen up any of the conditions so that the statement still holds?
Assuming no bugs get squashed in the process:
At $\lim_{t\to\infty}$ when $t$ is time, the bugs' beginning points shrink to $\frac{P}{t} = 0$ as observed when zoomed out. This means the final position of each bug lies on $\sqrt{r^2 + (vt)^2}$, or on the edge of a huge circle. Thus, you can see that all the bugs make a convex polygon (or $N$-gon) since a circle can be thought of as a regular (and convex) $\infty$-gon.
Of course this isn't the most vigorous proof in the world, but it's written in the style that most humans can understand.