Rewriting Sums

burt

Full Member
Joined
Aug 1, 2019
Messages
254
I have the following summation formula:
j=0n1(xj)ajbxj(a+b)x=12, i.e. j=0n1(xj)qxj(q+1)x=12\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=2n=2. The thing that is getting me stuck is the equals 12\frac12 at the end.

My instinct is to do this: qx(q+1)x+x(qx1(q+1)x)=1\frac{q^x}{\left(q+1\right)^x}+x\left(\frac{q^{x-1}}{\left(q+1\right)^x}\right)=1 Is this right?
 
I have the following summation formula:
j=0n1(xj)ajbxj(a+b)x=12, i.e. j=0n1(xj)qxj(q+1)x=12\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=2n=2. The thing that is getting me stuck is the equals 12\frac12 at the end.

My instinct is to do this: qx(q+1)x+x(qx1(q+1)x)=1\frac{q^x}{\left(q+1\right)^x}+x\left(\frac{q^{x-1}}{\left(q+1\right)^x}\right)=1 Is this right?
Why did you change the 1/2 to 1? If you're told something equals 1/2, it stays 1/2 even if you write it differently. It doesn't say 1/2 n.
 
Why did you change the 1/2 to 1? If you're told something equals 1/2, it stays 1/2 even if you write it differently. It doesn't say 1/2 n.
Oh! I was thinking you the entire equation twice - totally forgetting the meaning of the summation notation.
 
Top