Graph Theory Lessons

Answers to Lesson 21

Problems 1 to 6:

Graph Edges Vertices Regions
Cn n n 2
Wn 2n - 2 n n
Tetrahedron 6 4 4
Cube 12 8 6
Octahedron 12 6 8
Icosahedron 30 12 20
Dodecahedron 30 20 12
Sn n - 1 n 1
Sqm,n 2mn - n - m mn mn - m - n + 2
Trin 3n(n - 1)/2 n(n + 1)/2 (n - 1)2+1

You found the number of edges in Sqm,n in lesson 19. The number of regions is
(m - 1)(n - 1)=mn - n - m + 1. If you count the outside region you get mn - n - m + 2.

The number of vertices in Trin is

1 + 2 + 3 + ... + n = n(n+1)/2
. The number of regions in Trin is the sum of the first n - 1 odd numbers, i.e.
1 + 3 + 5 + ... + (2n- 3)=(n - 1)2. Add on the outside region to get (n-1)2+1.
By counting the number of vertices of degree 2, 4, and 6 in Trin you can get the sum of the degrees and hence the number of edges.

The relationship between e, v, and r is e = v + r - 2.

7.

Another planar depiction of Prism(K3).

e-mail: C. Mawata
© C. Mawata