

















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Combination Formula Proof, Find Positions, Bit Strings of Length, Non-Negative Integers, Corollary Example, Counting Arguments, Algebraic Techniques, Binomial Coefficients, Quick Expansion, Polynomial Expansion
Typology: Slides
1 / 25
This page cannot be seen from the preview
Don't miss anything!


















How many bit strings of length 10 contain:
There can be 4, 5, 6, 7, 8, 9, or 10 occurrences of 1 Thus, the answer is: C (10,4) + C (10,5) + C (10,6) + C (10,7) + C (10,8) + C (10,9) + C (10,10) = 210+252+210+120+45+10+ = 848 Alternative answer: subtract from 2 10 the number of strings with 0, 1, 2, or 3 occurrences of 1
Thus, there must be five 0’s and five 1’s Find the positions of the five 1’s Thus, the answer is C (10,5) = 252
A combinatorial proof is a proof that uses counting arguments to prove a theorem Rather than some other method such as algebraic techniques Essentially, show that both sides of the proof manage to count the same objects Most of the questions in this section are phrased as, “find out how many possibilities there are if …” Instead, we could phrase each question as a theorem: “Prove there are x possibilities if …” The same answer could be modified to be a combinatorial proof to the theorem
How many ways are there to sit 6 people around a circular table, where seatings are considered to be the same if they can be obtained from each other by rotating the table? First, place the first person in the north-most chair Only one possibility Then place the other 5 people There are P(5,5) = 5! = 120 ways to do that By the product rule, we get 1*120 = Alternative means to answer this: There are P(6,6)=720 ways to seat the 6 people around the table For each seating, there are 6 “rotations” of the seating Thus, the final answer is 720/6 = 120
n
Especially combinatorial proofs
Review
3
3
3
2
2
3
3
2
2
2
2
2
2
3
5
5
4
3
2
2
3
4
5
5
Each time you multiple by ( x + y ), you select the x Thus, of the 5 choices, you choose x 5 times: C(5,5) = 1 Alternatively, you choose y 0 times: C(5,0) = 1
4
Four of the times you multiply by ( x + y ), you select the x The other time you select the y Thus, of the 5 choices, you choose x 4 times: C(5,4) = 5 Alternatively, you choose y 1 time: C(5,1) = 5
3
2
C(5,3) = C(5,2) = 10
n+
k
n
k
n
k-
Combinatorial proof Using the formula for (^) nC (^) k
Algebraic proof of Pascal’s identity ( 1 ) ( 1 )( )!
n k n k n k n n n n k n k n k − + = − + −
n + 1 = n + 1
k n k n k n k n k n k n −
k k n k n k n k n k n k k n k n k n n − −
k n k n k k n 1 ( 1 )
n + 1 = k + n − k + 1
k n k n k k n k k k n k n
0 1 2 3 4 5 6 7 8 n = 1 2 4 8 16 32 64 128 256 sum = = 2 n