Let $([0, 1], B, m)$ be the given probability space where $B$ is the Borel σ-algebra and $m$ is the Lebesgue measure on $[0, 1]$. Construct a sequence of random variables ${\{X_i}\}_{i∈N}$ on the same probability space such that
a) for each $i, X_i$ takes values only $0$ and $1$ with equal probabilities,
b) for each pair $i \not= j, X_i$ and $X_j$ are independent random variables.
(c) Using ${X_i}$, construct a random variable $Y := \Sigma_{i≥1}(X_{2i}/2^i)$.
Find the distribution of Y .
The first two parts are easy. Define $X_i$ as $$X_i=\bigcup_{m=1}^{m=2^{i-1}}1_{[\frac{2m-1}{2^i},\frac{2m}{2^i}]} $$ but i don't know how to approach the third part of the problem. I know since these are i.i.d's I can write probability of any finite sum by considering whether each of the term in the sum will be $0$ or $1$. But how do i even begin to make a list of possible values of the random variable $Y$ since it will take values of the following series $$\Sigma_{i\geq1} \frac{x_i}{2^i}$$ with each $x_i$ possibly being $0$ or $1$.