Questions: Bijection Principle in Counting

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to prove that C(n,k) = C(n, n−k). Which approach most directly reveals WHY the identity holds?

AExpand both sides using the factorial formula n!/(k!(n−k)!) and simplify algebraically
BMap each k-element subset of {1,...,n} to its complement — the remaining (n−k) elements — and observe this is a bijection
CUse double-counting: count the number of ways to choose a k-subset by two different methods
DArgue by symmetry that choosing k items is equivalent to choosing n−k items by inspection
Question 2 Multiple Choice

Two finite sets A and B are claimed to have the same cardinality. Which of the following is sufficient proof?

ACounting |A| and |B| separately and confirming they are equal
BShowing that A and B contain the same types of mathematical objects
CExhibiting a surjective function from A to B
DExhibiting a bijection between A and B
Question 3 True / False

A bijection between two sets proves they have the same cardinality even if neither set has been explicitly counted.

TTrue
FFalse
Question 4 True / False

The bijection counting principle and the double-counting principle are essentially the same technique, since both involve pairing up elements.

TTrue
FFalse
Question 5 Short Answer

Why is a bijection proof of a combinatorial identity more illuminating than an algebraic proof of the same identity?

Think about your answer, then reveal below.