For each $k$, $\mathcal{C}_k$ is biased so that, when tossed, it has probability $\tfrac{1}{(2k+1)}$ of falling heads. If the $n$ coins are tossed, what is the probability that the number of heads is odd? Express the answer as a rational function $n$.
My solution: Let $p_k = 1/(2k+1)$, then the probability of exactly:
1 head is $p_1 + p_2 + ... p_n$
3 heads is $\sum p_i p_j p_k$
5 heads is $\sum p_i p_j p_k p_m p_n$
etc... and the total probability is obtained by summing the above.
Now the difference $(1+p_1)(1+p_2)...(1+p_n) - (1-p_1)(1-p_2)...(1-p_n)$ gives exactly $2$ times the desired probability but when I calculate this difference, it does not give me the answer of $n/(2n+1)$, where did I go wrong?