image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

image Sum of Combinations Share It Thread Tools Search this Thread image
Old Jul26-05, 10:02 PM                  #1
amcavoy

amcavoy is Offline:
Posts: 668
Sum of Combinations

I was just wondering how you would prove the following:

LaTeX Code: \\sum_{k=0}^{n}\\frac{n!}{k!\\left(n-k\\right)!}=2^{n}

Any help is appreciated.
  Reply With Quote
Old Jul27-05, 12:36 AM       Last edited by Townsend; Jul27-05 at 12:46 AM..            #2
Townsend

Townsend is Offline:
Posts: 929
Its easy to see once you know where to look. Look at pascals triangle. What is the value of the sum of all the numbers in each row equal to? Perhaps 2^n....where n is the row...

Now what does that binomial theorem have to say about combinations and pascals triangle again?

Do you see where to go from here?

Just so you know, what I am talking about is how you can show that your equation is believable but to prove it you would have to show all the details.....
  Reply With Quote
Old Jul27-05, 10:28 AM                  #3
amcavoy

amcavoy is Offline:
Posts: 668
I see what you are saying about Pascal's Triangle. However, I would like to know if there is a way to prove this symbolically, rather than just seeing that it works. Does anyone have any suggestions?

Thanks a lot for your help.
  Reply With Quote
Old Jul27-05, 11:50 AM                  #4
matt grime

matt grime is Offline:
Posts: 9,385
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
combinatorially LaTeX Code: \\binom{n}{k} which is the summand is the number of ways of choosing k objects (order unimportant) from n or the number of subsets fo size k of n objects.

you are adding these up from 0 to n.

so you are finding the total number of subsets of a set of size n. this is obvisouly 2^n

it may also be proved by induction or by noting it is the binomial expansion of (x+y)^n for x=y=1
  Reply With Quote
Old Jul27-05, 12:09 PM       Last edited by Townsend; Jul27-05 at 12:45 PM..            #5
Townsend

Townsend is Offline:
Posts: 929
Originally Posted by alexmcavoy@gmail.com
I see what you are saying about Pascal's Triangle. However, I would like to know if there is a way to prove this symbolically, rather than just seeing that it works. Does anyone have any suggestions?

Thanks a lot for your help.
If what you're asking is for a way to prove the identity directly.....good luck.

The first time I realized that sum was equal to 2^n I went to trying to prove the identity like what you're asking. I never could....

But good luck to you.

As a side note, proving it the way matt grime said is just as good as any other way. After all, can you prove LaTeX Code: sin^2(x) + cos^2(x) = 1 symbolically? You could...perhaps....but it's no better than a geometric argument. And I think the geometric proof is more useful in the sense that you have a geometric understanding of why the identity is true.

Regards,
  Reply With Quote
Old Jul27-05, 12:46 PM                  #6
honestrosewater
 
honestrosewater's Avatar

honestrosewater is Offline:
Posts: 2,252
Recognitions:
PF Contributor PF Contributor
Here's a proof by induction: http://www.math.utah.edu/~alfeld/mat...owerproof.html
"Let S be a finite set with N elements. Then the powerset of S (that is the set of all subsets of S ) contains 2^N elements. ..."
  Reply With Quote
Old Jul27-05, 01:55 PM                  #7
matt grime

matt grime is Offline:
Posts: 9,385
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
hopefully i gave a solution that is more explanatory than "jsut look at pascal's triangle" ie it explains why the rows add up to 2^n rather than just saying they do.
  Reply With Quote
Old Jul27-05, 02:11 PM                  #8
amcavoy

amcavoy is Offline:
Posts: 668
Yes of course. Thanks a lot for your help everyone.
  Reply With Quote
Old Jul29-05, 12:07 PM                  #9
Pietjuh

Pietjuh is Offline:
Posts: 76
You can also see that the sum is just equal to LaTeX Code: (1+x)^n evaluated at x=1
  Reply With Quote
Old Jul31-05, 02:00 PM                  #10
matt grime

matt grime is Offline:
Posts: 9,385
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
but i said that one too in one of the three proofs i gave...
  Reply With Quote
Old Jul31-05, 03:31 PM                  #11
Townsend

Townsend is Offline:
Posts: 929
Originally Posted by matt grime
but i said that one too in one of the three proofs i gave...
Yes, but to the casual observer such things may not be so clear....thus, it never hurts to be explicit from time to time.
  Reply With Quote
Old Jul31-05, 04:20 PM       Last edited by Gokul43201; Jul31-05 at 04:23 PM..            #12
Gokul43201
 
Gokul43201's Avatar

Gokul43201 is Offline:
Posts: 10,676
Recognitions:
PF Contributor PF Contributor
Retired Staff Retired Staff
Originally Posted by matt grime
combinatorially LaTeX Code: \\binom{n}{k} which is the summand is the number of ways of choosing k objects (order unimportant) from n or the number of subsets fo size k of n objects.

you are adding these up from 0 to n....
...to find the number of ways of selecting any number of objects out of n given objects. (ie: you can pick 0 objects or 1 object or 2 objects or...or all n objects).

so you are finding the total number of subsets of a set of size n. this is obvisouly 2^n
Alternatively, you can think of this as assigning to each of the n objects, one of 2 labels, namely "chosen" and "not chosen". The total number of ways of assigning labels is hence 2^n, and this is exactly the process of choosing any number of objects.
  Reply With Quote
Old Jul31-05, 07:53 PM                  #13
LittleWolf

LittleWolf is Offline:
Posts: 38
You can prove Sum(nCk,k=0,1..n)=2^n as a straight summation problem by induction on n. It works for n=0 then assume it is true for n-1. Since 2^(n-1)+2^(n-1) = 2^n expand out the summations and rearrange terms and show (n-1)C(k-1)+(n-1)Ck=nCk Where nCk=n!/k!/(n-k)! and note that nC0=(n-1)C0=nCn=(n-1)C(n-1)=1.
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Sum of Combinations
Thread Thread Starter Forum Replies Last Post
combinations roadrunner Calculus & Beyond 6 Sep29-07 12:20 PM
How Many Different Combinations? sjaguar13 Precalculus Mathematics 11 Oct27-05 01:23 AM
Combinations gillgill Introductory Physics 3 May5-05 07:14 AM
Combinations TSN79 Set Theory, Logic, Probability, Statistics 3 Apr19-05 03:01 PM
Combinations Townsend Introductory Physics 4 Jan24-05 01:41 PM

Powered by vBulletin Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. © 2010 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image