Graphs and NetworksPlanar Graphs
Here is another puzzle that is related to graph theory.
In a small village there are three houses and three utility plants that produce water, electricity and gas. We have to connect each of the houses to each of the utility plants, but due to the layout of the village, the different pipes and cables are not allowed to cross.

Try to connect each of the houses to each of the utility companies below, without any of your lines intersecting:
Just like the Königsberg bridges before, you quickly discover that this problem is also impossible. It seems that some graphs can be drawn without overlapping edges – these are called planar graphs – but others cannot.
The In complete graphs, every vertex is connected to every other vertex. A complete graph with n vertices has
The graph in the three utilities puzzle is the A (complete) bipartite graph consists of two sets of vertices. Every vertex is connected to all the vertices in the opposite set, but none of the vertices in its own set. To create a subdivision of a graph you add additional vertices along its edges.
Planarity
This is a planar graph, but the
Euler’s Formula
All planar graphs divide the plane they are drawn on into a number of areas, called faces.
11 Vertices + Faces
15 Vertices + Faces
25 Vertices + Faces
When comparing these numbers, you will notice that the number of edges is always Leonhard Euler (1707 – 1783) was one the greatest mathematicians in history. His work spans all areas of mathematics, and he wrote 80 volumes of research. Euler was born in Switzerland and studied in Basel, but lived most of his life in Berlin, Prussia, and St. Petersburg, Russia. Euler invented much of the modern mathematical terminology and notation, and made important discoveries in calculus, analysis, graph theory, physics, astronomy, and many other topics.
Unfortunately, there are infinitely many graphs, and we can’t check every one to see if Euler’s equation works. Instead, we can try to find a simple A proof is a logical argument that shows beyond any doubt that a certain statement is true.
F | V | E |
0 | 1 | 0 |
0 + 1 = 0 + 1
The simplest graph consists of a single vertex. We can easily check that Euler’s equation works.
Let us add a new vertex to our graph. We also have to add an edge, and Euler’s equation still works.
If we want to add a third vertex to the graph we have two possibilities. We could create a small triangle: this adds one vertex, one face and two edges, so Euler’s equation still works.
Instead we could simply extend the line by one: this adds one vertex and one edge, and Euler’s equation works.
Let’s keep going: if we now create a quadrilateral we add one vertex, two edges and one face. Euler’s equation still works.
Any (finite) graph can be constructed by starting with one vertex and adding more vertices one by one. We have shown that, whichever way we add new vertices, Euler’s equation is valid. Therefore, it is valid for all graphs.
The process we have used is called mathematical induction. It is a very useful technique for proving results in infinitely many cases, simply by starting with the simplest case, and showing that the result holds at every step when constructing more complex cases.
Many planar graphs look very similar to the nets of A polyhedron (the plural is polyhedra) is a three-dimensional solid with no curved surfaces or edges. All faces of a polyhedron are polygons. For example, a cube and a pyramid are polyhedra, but a sphere is not. A polygon is geometric shape that is made up of straight line segments. Polygons cannot contain any curved sides, or holes. For example, a square is a polygon but a circle is not.


This means that we can use Euler’s formula not only for planar graphs but also for all polyhedra – with one small difference. When transforming the polyhedra into graphs, one of the faces disappears: the topmost face of the polyhedra becomes the “outside”; of the graphs.
In other words, if you count the number of edges, faces and vertices of any polyhedron, you will find that F + V = E +
Icosahedron
20 Faces
12 Vertices
30 Edges
Rhombicosidodecahedron
62 Faces
60 Vertices
120 Edges
Truncated Icosahedron
32 Faces (12 black, 20 white)
60 Vertices
90 Edges