A probability $p$ is chosen uniformly randomly from $[0,1]$, and then a subset of a set of $n$ elements is formed by including each element independently with probability $p$. In answering Probability of an event if r out of n events were true. I realized that the probability
$$ \int_0^1\binom nrp^r(1-p)^{n-r}\mathrm dp=\frac1{n+1} $$
of obtaining a subset of size $r$ is independent of $r$; so all $n+1$ subset sizes are equiprobable. This is a neat fact that I wasn’t aware of before. There must be a nicer, more insightful way to show this than to evaluate this integral (which can be done using integration by parts).