Suppose $X$ is an integrable, positive random variable. Then,
if $X$ is arithmetic, we have $E(X) = \sum\limits_{n = 1}^\infty {P\{ X \ge n\} }$ and
if $X$ is continuous, we have $E(X) = \int_0^\infty {P(X > x)dx} $.
How to understand these two formulas intuitively?
If you follow the proof in the discrete case, it goes a long way to understanding the idea in the continuous case.
Assume $X$ is discrete, taking values $0,1,2,\ldots$. Then for $n\geq 0$, $$ P(X\geq n) = P(X=n) + P(X=n+1) + \cdots = P(n) + P(n+1) + \cdots $$ where of course the sum converges since $X$ is a random variable.
Now if we consider the sum of all these probabilities, then $$ \sum_{n=1}^\infty P(X \geq n) = \sum_{n=1}^\infty \sum_{k=n}^\infty P(k). $$ Fix $N$. How many times does $P(N)$ appear in this double summation? Well, in the sum indexed by $k$, $P(N)$ only appears if $N \leq n$, so $P(N)$ appears exactly $N$ times. Therefore $$ \sum_{n=1}^\infty \sum_{k=n}^\infty P(k) = \sum_{N=1}^\infty NP(N) = E(X). $$ What we have done, of course, is to use the discrete version of Fubini's theorem to interchange the order of summation. In the continuous case, the idea is similar, though the intuitive explanation is a bit less rigorous; here it's easier to rely on Fubini's theorem more directly.