Given $N$ Bernoulli random variables $X_i$ that take on value 1 with probability $p = 0.4$ and $0$ otherwise, what is the probability that $Y = 1$, where $$\begin{align} Y &=\lim_{N\to\infty} Y_N\\ &= \lim_{N \to \infty} X_1 \oplus X_2 \oplus \cdots \oplus X_N \end{align}$$
The answer is apparently 0.5, but I am having trouble figuring out why. I think the approach must be to derive some equation for $Y_N$ and then take the limit, and this expression, would be recursive in nature as $Y_N$ can be obtained from $Y_{N+1}$. Is this the idea, or is there something really simple that I'm missing?