Discrete Mathematics
Solve the following problems. Justify your answers.
- How many binary strings of length n do not contain 10?
- Find a recurrence relation for the number of length-n ternary strings (strings using values 0, 1, 2) without two consecutive 0s. What are the initial values?
- In how many ways can you cover a 2 x n chessboard by 2 x 1 dominoes (placed horizontally or vertically)? Find a recurrence relation and initial values.
- How many subsets are there of the set {1, 2, . . . , n} that DO NOT contain three consecutive integers?Find a recurrence relation and initial values.
- Which is larger 2100 or F100?
- Use induction to prove
F2 + F4 + F6 + ··· + F2n = F2n+1 – 1. - Prove (without using induction)
F 2 n+1 – F n 2= Fn−1Fn+2.