Name:      

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

  1. [5 points] Short answer: what is the maximum size of a list of distinct integers with no increasing sublist of size 10 and no decreasing sublist of size 7?
  2. [10 points] Let S = {1,2,3,4,5,6,7,8}. Prove that if T is a subset of S of size 5, then T contains a pair of integers that sum to 9.
  3. [10 points] Let A = {1,,n}, B = {n + 1,,2n}, and C = {2n + 1,,3n}. Prove that if n 15, then there exists a1,a2 A, b1,b2 B, and c1,c2 C such that (a1,b1,c1)(a2,b2,c2) and a12 + b12 + c12 = a22 + b22 + c22.

  4. [2 parts, 10 points each] In a checkerboard, a diagonal is a maximal set of cells whose centers are on a line with a slope of 1 or 1. Two examples of diagonals follow.

      [Picture] [Picture]  

    1. Show that it is possible to mark 28 cells of the 8 × 8 checkerboard such that every diagonal contains at most 2 marked cells. Four boards are given below for your convenience. Clearly indicate your final solution.

        [Picture]   [Picture]   [Picture]   [Picture]  

    2. Prove that no matter how 29 cells are marked, some diagonal contains at least 3 marked cells.

  5. [2 parts, 10 points each] Graphs and degrees.

    1. Construct an 8-vertex graph in which one vertex has degree 4 and the rest of the vertices have degree 2.
    2. Prove that there is no 8-vertex bipartite graph in which one vertex has degree 4 and the rest of the vertices have degree 2. (Hint: suppose for a contradiction that G is such a bipartite graph with parts X and Y . What can you say about vV (G)d(v) and vXd(v)?)
  6. [10 points] Determine if G and H are isomorphic. If they are isomorphic, then give an isomorphism. If not, then give a property that distinguishes the graphs.

      [Picture] [Picture]  

  7. [25 points] Recall that K3 is the triangle and K1,3 is the complete bipartite graph with parts of sizes 1 and 3. Show that r(K3,K1,3) = 7. Be sure to show both that r(K3,K1,3) > 6 and r(K3,K1,3) 7.

      [Picture] [Picture]