SOLUTION: Let {{{N = N[1] + N[2]}}} , and {{{1 <= k <= N[1]}}} and {{{1 <= k <= N[2]}}}. Prove that {{{C(N,k) = C(N[1],k)*C(N[2],0) + C(N[1],k-1)*C(N[2],1) + C(N[1],k-2)*C(N[2],2)}}}+.

Algebra ->  Permutations -> SOLUTION: Let {{{N = N[1] + N[2]}}} , and {{{1 <= k <= N[1]}}} and {{{1 <= k <= N[2]}}}. Prove that {{{C(N,k) = C(N[1],k)*C(N[2],0) + C(N[1],k-1)*C(N[2],1) + C(N[1],k-2)*C(N[2],2)}}}+.      Log On


   



Question 1046042: Let N+=+N%5B1%5D+%2B+N%5B2%5D , and 1+%3C=+k+%3C=+N%5B1%5D and 1+%3C=+k+%3C=+N%5B2%5D.
Prove that
+...+ C%28N%5B1%5D%2C1%29%2AC%28N%5B2%5D%2Ck-1%29+%2B+C%28N%5B1%5D%2C0%29%2AC%28N%5B2%5D%2Ck%29.

Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
Use a combinatorial approach.
Suppose a group of N people consists of two groups, with group A having N%5B1%5D people and group B having N%5B2%5D people, and that N=+N%5B1%5D+%2B+N%5B2%5D .
The number of ways of selecting 0 people from group A and selecting k people from group B is %28matrix%282%2C1%2C+N%5B1%5D%2C0%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck%29%29.
The number of ways of selecting 1 person from group A and selecting k-1 people from group B is %28matrix%282%2C1%2C+N%5B1%5D%2C1%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-1%29%29.
The number of ways of selecting 2 people from group A and selecting k-2 people from group B is %28matrix%282%2C1%2C+N%5B1%5D%2C2%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-2%29%29.
This goes on until we come to the number of ways of selecting k people from group A and selecting 0 people from group B which is %28matrix%282%2C1%2C+N%5B1%5D%2Ck%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2C0%29%29.
The total number of ways of selecting k people from N people, based on membership on group A or B, is then
%28matrix%282%2C1%2C+N%5B1%5D%2C0%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck%29%29 + %28matrix%282%2C1%2C+N%5B1%5D%2C1%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-1%29%29 + %28matrix%282%2C1%2C+N%5B1%5D%2C2%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-2%29%29+...+%28matrix%282%2C1%2C+N%5B1%5D%2Ck%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2C0%29%29
But the total number of ways of selecting k people from N people, without any restriction (or regardless of membership), is %28matrix%282%2C1%2C+N%2Ck%29%29.
Therefore,
%28matrix%282%2C1%2C+N%2Ck%29%29 = %28matrix%282%2C1%2C+N%5B1%5D%2C0%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck%29%29 + %28matrix%282%2C1%2C+N%5B1%5D%2C1%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-1%29%29 + %28matrix%282%2C1%2C+N%5B1%5D%2C2%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2Ck-2%29%29+...+%28matrix%282%2C1%2C+N%5B1%5D%2Ck%29%29%2A%28matrix%282%2C1%2C+N%5B2%5D%2C0%29%29.