iSplicer
- 2
- 0
Thanks, this ended up helping a lot =)
and sorry for digging up an old thread!
and sorry for digging up an old thread!
gaganspidey said:This is what I've been able to work out :
[tex]\sum_{r=0}^{n} r C^n_r x^r y^{n-r}[/tex] <--------(given)
[tex]= \frac{n!}{(r-1)!(n-1-(r-1)!} x^r y^{n-r}[/tex] <---------(cancelling the r's & adding & subtracting 1 & regrouping them)
[tex]= \frac{(nx)}{x} \frac{(n-1)!}{(r-1)!(n-1-(r-1)!} x^r y^{n-r}[/tex] <-------(separating n & multiplying & dividing by x)
[tex]= (nx) C^{n-1}_{r-1} x^{r-1}y^{n-r}[/tex] <-------( The R.H.S)
[tex]= nx(y+x)^{n-1}[/tex] <--------(The L.H.S)
[tex]= nx[/tex] <--------(Substuting the value x+y=1)
I think something's not right above, but what is it ?