SOLUTION: 5. Verify the identity. Justify your steps. a) nC0 = 1 b) n+1Cr = nCr + nCr-1 c) nC1 = nP1

Algebra ->  Permutations -> SOLUTION: 5. Verify the identity. Justify your steps. a) nC0 = 1 b) n+1Cr = nCr + nCr-1 c) nC1 = nP1       Log On


   



Question 1116460: 5. Verify the identity. Justify your steps.
a) nC0 = 1
b) n+1Cr = nCr + nCr-1
c) nC1 = nP1

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Note about notation I will use:
1. nCr = C(n,r) = +n%21%2F%28%28n-r%29%21r%21%29+
2. nPr = P(n,r) = +n%21%2F%28n-r%29%21++

I will do b) which is the hardest part. Furthermore, I will do it algebraically only (it doesn't provide any great insight, but there are good websites that use arrangements of subsets of n and n+1 elements and use a logical argument to show the equality holds):
Left Hand Side (LHS): C(n+1,r) = +%28n%2B1%29%21%2F%28%28n%2B1-r%29%21r%21%29+
RHS: C(n,r) + C(n,r-1) = ++%28n%21%2F%28%28n-r%29%21r%21%29%29+%2B+%28n%21%2F%28%28n-r%2B1%29%21%28r-1%29%21%29%29+
The RHS can be re-written:
=
factor out +n%21%2F%28%28n-r%29%21r%21%29+
= ++%28n%21%2F%28%28n-r%29%21r%21%29%29+%28+1+%2B+r%2F%28n-r%2B1%29+%29+
put 2nd factor over common denominator
= ++%28n%21%2F%28%28n-r%29%21r%21%29%29+%28+%28n+-+r+%2B1++%2B+r%29+%2F+%28n-r%2B1%29+%29+
simplify 2nd factor
= ++%28n%21%2F%28%28n-r%29%21r%21%29%29+%28+%28n+%2B1+%29+%2F+%28n-r%2B1%29+%29+
combine loose factors into factorials, e.g. (n+1)*n! = (n+1)!, etc.
= ++%28%28n%2B1%29%21%2F%28%28n%2B1-r%29%21r%21%29%29+ = LHS (DONE)

To do (a), remember 0! = 1 then use equation 1.
To do (c), plug into 1. and 2. and compare.

==================================
Intuitive argument for (b):

Start with a set S of n+1 elements: S = { X1, X2, X3, …, Xn, Xn+1 }

Obviously you can choose r elements from this set in C(n+1, r) ways. That's the LHS.

Now label one element of S with a *, it doesn't matter which one.

In choosing r elements from S, there are two possibilities: (1) exclude element * or (2) include element *.
If it is excluded, that means you are choosing r elements from the remaining n, and that can be done in C(n,r) ways.

Case (2). If element * is included, you are choosing element * (only 1 way to do this) and r-1 elements from the remaining n elements: this can be done in C(n,r-1) ways.

We must add these two mutually exclusive possibilities: C(n,r) + C(n,r-1). That's the RHS and it is equal to the LHS.