When you say “let’s concentrate on the first object,” what are you referring to?You want to choose r objects from k+1 objects.
Suppose you number the k+1 objects 1, 2, 3,...,k+1
Lets concentrate on the 1st object. Either we choose the first object or we don't choose it.
Suppose we do choose the 1st object: So we need to choose an additional r-1 objects from k objects (we can't pick the 1st object again!)
Suppose we do not choose the 1st object: So we need to choose r objects from k objects (the objects we are picking from is 2,3,4,...k+1).
Therefore (k+1)Cr = kC(r-1) + kCr
Alternative you can just use the definition for kC(r-1) and kCr, get a .common denominator and note that it equals (k+1)Cr
To be more clear, lets call the k+1 objects the 1st object, the 2nd object, the 3rd object,..., the (k+1)st object.When you say “let’s concentrate on the first object,” what are you referring to?
I’m confused as to why your reasoning implies the conclusion. This is due to my lack of understanding of what it means to select objects. I can’t translate your reasoning into mathematical notation.To be more clear, lets call the k+1 objects the 1st object, the 2nd object, the 3rd object,..., the (k+1)st object.
Now either we choose the 1st object or we do not choose the 1st object. I am just breaking up (k+1)Cr combinations into to two disjoint sets--those that include the 1st object and those that do not include the 1st object. Is this clear?
also, I am lost as to how the denominator can be rearranged to yield (k+1)Cr. If you can walk me through that, I’d be very grateful!To be more clear, lets call the k+1 objects the 1st object, the 2nd object, the 3rd object,..., the (k+1)st object.
Now either we choose the 1st object or we do not choose the 1st object. I am just breaking up (k+1)Cr combinations into to two disjoint sets--those that include the 1st object and those that do not include the 1st object. Is this clear?
actually, I figured out how to rearrange the denominator to prove the identity, but I am still very interested in understanding your reasoning!! Thank you!
also, I am lost as to how the denominator can be rearranged to yield (k+1)Cr. If you can walk me through that, I’d be very grateful!
Jomo,In how many ways can you choose r objects from k+1 objects if you must choose the 1st object?
In how many ways can you choose r objects from k+1 objects if you will not choose the 1st object?
Please answer these questions. If you have any questions/problems then please ask.
I know the answers are r - 1 and r, respectively, but I fail entirely to understand why that’s the case. Is it because 0 <= r < k+1 ? if so, why?Here is better wording.
If in the end you want to choose r objects from k+1 objects, then in how many ways can you do this if you must choose the 1st object?
If in the end you want to choose r objects from k+1 objects, then in how many ways can you do this if you will not choose the 1st object?
Not sure how you know the answer but don't know whyI know the answers are r - 1 and r, respectively, but I fail entirely to understand why that’s the case. Is it because 0 <= r < k+1 ? if so, why?