Combinatorics • Topic 8
Powers of 2
Powers of 2 () appear frequently in combinatorics due to their connection with binary choices and subsets.
Subset Counting
Theorem
The number of subsets of a set with elements is .
This allows us to identify counting problems with binary strings of length .
- Subset containing 3rd and 5th elements.
Identities
Sum of Binomial Coefficients
This states that the total number of subsets is the sum of subsets of size 0, size 1, ..., size .
Geometric Series
In binary: .
Practice Problems
Exercise (Problem 1)
A "composition" of an integer is a way of writing as a sum of positive integers where order matters. (e.g., ). Prove there are compositions of .
Exercise (Problem 2)
Find the remainder when is divided by 3.
Exercise (Problem 3)
Determine the number of subsets of that contain at least one odd number.