Let f(x) =
f’(x) =
Replace x by 1, then we get
March 23, 2007
Exercises C.1-12
Proof by induction.
Base case: .
Induction step: Assume that is true for all h < k.
Then if k < n/2
Exercises C.1-11
.
If we want to count the ways to choose the j+k items from n items. We can first choose j items from n items, then choose k items from remainder n-j items. But in this way may, the are some equal choosing methods counted many times. Hence this way is the upper bound for original problem.
March 22, 2007
Exercises C.1-10
Since the ratio of kth binomial coefficient and (k+1)-th is . As long as the ratio is greater than 1, then the binomial coefficient may grow larger. So when k =
or
is the maximum value.
March 21, 2007
Exercises C.1-9
Proof by induction.
Base case: 1 = .
Induction step: Assume for all n < k. Then
.
Exercises C.1-7
Combinatorial interpretation.
If we want to choose k objects from n objects. There are two cases. The first object is choosen and the first object is not choosen. Hence .