Summing Combinatorics

How can I find the value of the following series ::--

(nC1)(nC0)+(nC2)(nC1)+(nC3)(nC2)+.....................+(nCn)(nC(n-1))

#Combinatorics #HelpMe! #MathProblem #Math

Note by Sanjay Banerji
7 years, 6 months ago

No vote yet
12 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

We can see here that there are pairs of binomial coefficients involved in the expression so we need to multiply two binomial expansions, the simplest one being (1+x)n(1+ x)^{n}.

(1+x)n(1+ x)^{n} = (n0)+(n1)x+(n2)x2+.....+(nn1)xn1+(nn)xn{n \choose 0} + {n \choose 1} x + {n \choose 2} x ^ {2} + ..... + {n \choose n-1} x ^ {n-1} + {n \choose n} x ^ {n}

(x+1)n(x + 1)^{n} = (n0)xn+(n1)xn1+(n2)xn2+.....+(nn1)x+(nn){n \choose 0} x ^ {n} + {n \choose 1} x ^ {n-1}+ {n \choose 2} x ^ {n-2} + ..... + {n \choose n-1} x + {n \choose n}

Multiplying both we get,

(1+x)2n(1+ x)^{2n} = (n0).(n1)xn1+(n1).(n2)xn1+....+(nn1).(nn)xn1+.....{n \choose 0}.{n \choose 1} x ^ {n-1} + {n \choose 1}. {n \choose 2} x ^ {n-1} + .... + {n \choose n-1}.{n \choose n}x ^ {n-1} + ..... many other terms.

Every term in the above expression has xn1 x ^ {n-1}. So we can say that the sum of the coefficients in the above expression is equal to the coefficient of xn1 x ^ {n-1} on the left hand side i.e. in (1+x)2n(1+ x)^{2n} which is of course (2nn1){2n \choose n-1}.

Therefore,

(n0).(n1)+(n1).(n2)+......+(nn1).(nn)=(2nn1){n \choose 0}.{n \choose 1} + {n \choose 1}. {n \choose 2} + ...... + {n \choose n-1}.{n \choose n} = {2n \choose n-1}

Shaan Vaidya - 7 years, 6 months ago

Log in to reply

You can also generalize your result after multiplying the two equation by equating the coefficient of xnrx^{n-r} from both sides to get (n0).(nr)+(n1).(nr+1)++(nnr).(nn)=(2nnr){n \choose 0} . {n \choose r} + {n \choose 1} . {n \choose r+1}+ \ldots + {n \choose n-r }.{ n \choose n} = {2n \choose n-r}

Snehdeep Arora - 7 years, 6 months ago

Log in to reply

How would one prove Vandermonde's identity (http://en.wikipedia.org/wiki/Vandermonde's_identity) using this method? It looks like it would be derivable in the same way.

Michael Tang - 7 years, 6 months ago

wow ... if you don't mind me asking, roughly how long does it take you to work these kind of things out? o.o

Jord W - 7 years, 6 months ago

Log in to reply

Well, i had this question before

Shaan Vaidya - 7 years, 6 months ago

Log in to reply

@Shaan Vaidya oh right .. well cool anyway

Jord W - 7 years, 6 months ago

How do I find the sum of this series :-

(nC2)(nC1)(nC0)+(nC3)(nC2)(nC1)+(nC4)(nC3)(nC2)+.....................+(nCn)(nC(n-1))(nC(n-2))

Sanjay Banerji - 7 years, 6 months ago
×

Problem Loading...

Note Loading...

Set Loading...