We toss a coin $n + m$ times. When we are done, there have been $n$ heads and $m$ tails, with $n > m$. All sequences of results are equally likely. For example, if $n = 2$ and $m = 1$, then $P(HHT) = P(HTH) = P(THH) = \frac{1}{3}$.
Now what is the probability that during the course of the experiment, the number of heads we've seen so far is always strictly larger than the number of tails we've seen so far?
My first thought was to define $A_i$ to be the event that we've always have more heads than tails up to the end of the $i$th toss, and calculate $P(\bigcap_{i=1}^{n+m}A_i)$, but then I got stuck.