Graph Theory Lessons

Answers to Lesson 9



  1. The cube is the only platonic graph which is bipartite.

  2. A bipartite graph does not contain any triangles since the chromatic number of a triangle is 3 while a bipartite graph has chromatic number 2.

  3. The number of edges in Kr,sis rs.

  4. We need to maximize e = rs. Since r + s = n, we can write e = r(n - r). Note that the graph of e against r is a parabola with intercepts 0 and n on the horizontal (r) axis, and a maximum when r = n/2. Now r has to be an integer so this requires n to be even.The maximum value of e is ( n/2 )2.

    If n is odd, then the maximum will ocurr when r is as close to n/2 as posible, i.e., when r = (n-1)/2 or r = (n+1)/2. In either case the maximum value is e = (n - 1)(n + 1)/4.

  5. If a complete bipartite graph Kr,s is regular, then r = s.

  6. K3,3 is trivalent.

  7. The adjacency matrix of Kr,s is an (r+s) x (r+s) matrix. It can be written in the form of an r x r block of zeros and an s x s block of zeros on the leading diagonal and ones everywhere else.

    • The degree of a vertex s in V1 is the number of classes that student s is taking.
    • The degree of a vertex c in V2 is the number of students in class c.
    • If two vertices s1 and s2 in V1 are adjacent to the same vertex c in V2 then both students s1 and s2 are in class c .
    e-mail: C. Mawata
    © C. Mawata