Big-oh
- 5
- 0
Homework Statement
Consider the identity:
(n C k) = (n-1 C k) + (n-1 C k-1)
*C means choose. So (n C k) is just n choose k.
Give a combinatorial proof of this identity.The left side means counting the number of ways of choosing k-elements from an n-element list.
But the right side means counting the number of ways of choosing k-elements from an n-1-element list, and adding that to counting the number of ways of choosing k-1-elements from an n-1-element list. I don't see how this relates to the left side.
I have a feeling I just need to partition the right side correctly, but I don't know how I would do it... No full solutions required, a small hint would be fine :D
Last edited: