I am looking for an elementary explanation of why a loaded coin gets more and less than the expected number of heads approximately equiprobably, in other words, mean=median.
Mathematically speaking, if $X\sim B(n,p)$ is a Binomial random variable, then $P(X<np)\approx P(X>np)$ for large $n$.
When $p=\frac12$, this is obvious because of the exact symmetry of the distribution around $\frac{n}{2}$.
For a general $0<p<1$ this follows from convergence of $X$ to the Gaussian Normal distribution.
Is there an elementary intuitive explanation?