Why Does the Binomial Theorem Solution Differ from the Book's Answer?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
31 replies · 9K views
Thanks, this ended up helping a lot =)

and sorry for digging up an old thread!
 
Physics news on Phys.org
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 ?

Hmm, just a question: The solution seems impeccable, but what happened to the sigma notation after the first line?