It is a common knowledge, that problems from graph theory/combinatorics can be often solved via short and astonishing probabilistic reasoning. In contrast to this, it is much harder to find such "out of the box"/"WOW effect" solutions for analysis, topology or algebra problems. So, what are your favorite problems like this, how do you prove them?
This question was inspired by a very nice analysis problem:
evaluate $ \ \lim_{n\to \infty} e^{-n} \cdot \sum_{k=0}^{n}\frac{n^k}{k!}$.
with the following, extremely beautiful solution:
This is $P[N_n\leqslant n]$ where $N_n$ is a random variable with Poisson distribution of parameter $n$. Hence each $N_n$ is distributed like $X_1+\cdots+X_n$ where the random variables $(X_k)$ are independent and identically distributed with Poisson distribution of parameter $1$.
By the central limit theorem, $Y_n=\frac1{\sqrt{n}}(X_1+\cdots+X_n-n)$ converges in distribution to a standard normal random variable $Z$, in particular, $P[Y_n\leqslant 0]\to P[Z\leqslant0]$.
Finally, $P[Z\leqslant0]=\frac12$ and $[N_n\leqslant n]=[Y_n\leqslant 0]$ hence $P[N_n\leqslant n]\to\frac12$, QED.
Both, question and solution come from Evaluating $\lim\limits_{n\to\infty} e^{-n} \sum\limits_{k=0}^{n} \frac{n^k}{k!}$.
I think that such a list might be helpful for educational purposes. Such problems act on the imagination of students/listeners and much more likely raise their interest.