I have the following summation formula:
\[\sum\limits_{j=0}^{n-1} {x \choose j} \frac{a^jb^{x-j}}{(a+b)^x}=\frac12\text{, i.e. }\sum\limits_{j=0}^{n-1} {x \choose j} \frac{q^{x-j}}{(q+1)^x}=\frac12\] I want to know how I can write out the sums knowing \(n=2\). The thing that is getting me stuck is the equals \(\frac12\) at the end. My instinct is to do this: \[\frac{q^x}{\left(q+1\right)^x}+x\left(\frac{q^{x-1}}{\left(q+1\right)^x}\right)=1\] Is this right? |