Chapter 6: Problem 19
Give a combinatorial argument to show that $$C(n, k)=C(n, n-k)$$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 6: Problem 19
Give a combinatorial argument to show that $$C(n, k)=C(n, n-k)$$
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Refer to \(a\) bag containing 20 balls-six red, six green, and eight purple. In how many ways can we select five balls if balls of the same color are considered identical?
Suppose that \(n\) is even. Prove that $$\sum_{k=0}^{n / 2} C(n, 2 k)=2^{n-1}=\sum_{k=1}^{n / 2} C(n, 2 k-1) .$$
A domino is a rectangle divided into two squares with each square numbered one of \(0,1, \ldots, 6,\) repetitions allowed. How many distinct dominoes are there?
Prove $$(a+b+c)^{n}=\sum_{0 \leq i+j \leq n} \frac{n !}{i ! j !(n-i-j) !} a^{i} b^{j} c^{n-i-j}$$.
Show that the number of solutions in nonnegative integers of the inequality $$x_{1}+x_{2}+\cdots+x_{n} \leq M$$ where \(M\) is a nonnegative integer, is \(C(M+n, n)\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.