Say I have two fair coins $a$ and $b$, and I toss them both $N$ times independently, so for $N = 1$, my event space is $\left\{ \left(H,H\right),\left(H,T\right),\left(T,H\right),\left(T,T\right)\right\} $. So for $N$ tosses I have two events $A$ and $B$, they are:
$$A="x_{1}\dots x_{N}:\ x_{i}\in\left\{ H,T\right\}" $$
$$B="y_{1},\dots,y_{N}:\ y_{i}\in\left\{ H,T\right\} "$$
What is the probability that I see a head in $a$ before I see a head in $b$? I would like to say $\frac{1}{2}$ but it's clearly not that even for $N = 1$. For $N = 1$ it's $\frac{1}{4}$.