Proving Pascal's Formula for Combinations: Using Pascal's Triangle and Formula

  • Thread starter Thread starter Elruso
  • Start date Start date
  • Tags Tags
    Formula
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
5 replies · 7K views
Elruso
Messages
5
Reaction score
0
Prove "Pascals formula"

Homework Statement


Show that (k)+(k+1)+...+(n) = (n+1) it's supposed to be combinations
(k) (k ) (k) (k+1)

That's the question in my math book. I guess you need to use Pascals triangle and Pascals formula but unfortionately I don't know how to implement them here.
 
Physics news on Phys.org
please define what are these notations
what is the meaning of (k) ?
 
lalbatros, he means show that:

[tex]{{k}\choose{k}} + {{k+1}\choose{k}} + \dots + {{n}\choose{k}} = {{n+1}\choose{k+1}}[/tex]

The second line of (k)'s and the (k+1) is supposed to line up underneath the stuff on the previous line. I'm about to hit the space bar 10 times. I just hit it 10 times, I see a big gap between "times." and "I just" but when I post this message, you'll only see one space.

Elruso, use Pascal's triangle on the right side of your equation together with induction.
 
Well, n=1,2,3,4... and k=1,2,3,4...
 
Elruso said:
Well, n=1,2,3,4... and k=1,2,3,4...
I don't know what your point is. Do induction on n. The base case is the trivial fact that [itex]{{k}\choose{k}} = {{k+1}\choose{k+1}}[/itex].
 
Elruso said:

Homework Statement


Show that (k)+(k+1)+...+(n) = (n+1) it's supposed to be combinations
(k) (k ) (k) (k+1)

That's the question in my math book. I guess you need to use Pascals triangle and Pascals formula but unfortionately I don't know how to implement them here.

Are you sure the problem is copied correctly? I think I should have read:
[tex]\left( \begin{array}{c} k \\ k \end{array} \right) + \left( \begin{array}{c} k + 1 \\ k \end{array} \right) + \left( \begin{array}{c} k + 2 \\ k \end{array} \right) + ... + \left( \begin{array}{c} k + n \\ k \end{array} \right) = \left( \begin{array}{c} k + n + 1 \\ k + 1 \end{array} \right)[/tex]

As AKG's pointed out, you need a Proof By Induction. Proof By Induction requires 3 steps, i.e:
Step 1: Start with n = 0, or 1, or 2, or whatever according to what the problem asks you to do (in this case, you should choose n = 0), to see if it's correct.
Step 2: Assume the statement is true for k = n.
Step 3: prove that if it holds true for k = n, then it would also hold true for k = n + 1.

Can you go from her? :)