Let $X(k)$ be i.i.d random variable governed by uniform distribution $[-1,1]$ for $k=0,1,2,...N$. I would like to compute the following CDF $$ P\left( {\prod\limits_{k = 0}^{N - 1} {(1 + X(} k)) \le 1 + x} \right) $$
My goal is trying to make above CDF formula look like $ P \left( X(k) \le \text{Stuff} \right) $ but I failed. Here is my first try: taking logarithm on both side and I get $$P\left( {\sum\limits_{k = 0}^{N - 1} {\log (1 + X(k))} \le \log \left( {1 + x} \right)} \right)$$ Then I stuck to pursue further. By the way, I also get confused about the following two events: By i.i.d. of $X$, am I allowed to say $$\left\{ {\prod\limits_{k = 0}^{N - 1} {(1 + X(} k)) \le 1+x} \right\} = ? = \left\{ {{{(1 + X)}^N} \le 1 + x} \right\}$$
Any suggestion/hint is appreciated.