Name:      

Directions: Show all work. No credit for answers without work.

  1. Prove the following by induction or the no minimum counter-example technique.

    1. [15 points] Recall that F^0 = F^1 = 1 and F^n = F^n1 + F^n2 for n 2. Prove that k=0nF^k = F^n+2 1 for n 0.
    2. [15 points] Prove that for n 0, we have k=1n 2k+1 k2(k+1)2 = 1 1 (n+1)2.

  2. [20 points] Let n be a positive odd integer, and let Gn be the n ×n grid with n2 cells. For 0 x,y n 1, let (x,y) denote the cell of Gn in column x and row y. Let Gn (x,y) denote Gn with the cell (x,y) removed. Prove that if x + y is odd, then Gn (x,y) cannot be tiled with dominoes.

      [Picture] [Picture]  

  3. Use the characteristic equation method to solve the following.

    1. [15 points] Find the general solution to the recurrence an = 3an2 + 2an3 for n 3.
    2. [10 points] Find a closed form formula for an with base cases a0 = a1 = 4 and a2 = 15.

  4. Let n be a positive integer.

    1. [10 points] Give an example of a subset A of {1,,3n} of size 2n such that there is no pair x,y A with y x = n.
    2. [15 points] Prove that if A {1,,3n} and |A| 2n + 1, then A contains a pair x,y A with y x = n.