When can a graph be drawn without edges crossing, and what relation links its parts?
Identify planar graphs, count vertices, edges and faces, and verify and apply Euler's formula v minus e plus f equals 2.
How to recognise a planar graph, redraw it without crossings, count faces including the outer region, and apply Euler's formula linking vertices, edges and faces.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must recognise planar graphs, count vertices, edges and faces correctly, and apply Euler's formula.
Planar graphs
A graph is planar if it can be drawn in the plane so that no two edges cross. A graph drawn with crossings may still be planar if it can be redrawn without them.
When a planar graph is drawn without crossings, the edges divide the plane into regions called faces.
Counting faces
A face is a region bounded by edges. The crucial point is that the single unbounded region surrounding the whole graph counts as one face.
For example, a triangle with one vertex inside joined to all three corners has small inner faces plus the outer face, so .
Euler's formula
For any connected planar graph, the three counts are tied together.
Rearrange to find any one count: , or , or .
When Euler's formula applies
Euler's formula needs the graph to be connected and planar (drawn without crossings). For a graph that is not connected, the formula adjusts by the number of separate components, but in SCSA Mathematics Applications you apply it to connected planar graphs. If a face count does not satisfy , recheck whether you counted the outer face or whether the graph is actually connected.
Degree of a face and the edge-face relationship
Each face is bounded by a number of edges, called the degree of the face. Just as the handshake rule sums vertex degrees to twice the edges, the sum of all face degrees also equals twice the number of edges, because each edge borders exactly two faces. So . This gives a second way to check a planar drawing: count the edges around every region (including the outer one) and confirm the total is .
For example, in a connected planar graph with faces totalling face degrees , the number of edges is , which you can then confirm against .
Why planarity matters in applications
Planar graphs model situations that must be drawn or built without crossings: printed circuit boards where wires cannot overlap, road interchanges without overpasses, and map regions sharing borders. Euler's formula then links the counts of junctions, connections and enclosed regions, letting you deduce one count from the other two without redrawing. This is why SCSA pairs planarity with the formula: identify that a crossing-free drawing exists, then use to reason about the structure.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20225 marksA connected planar graph has vertices and edges. (a) Use Euler's formula to find the number of faces. (b) State what is meant by a face, and confirm that the outer region is included in your count.Show worked answer →
Euler's formula links the three counts for any connected planar graph.
(a) Euler's formula: . Substitute , : , so faces. (3 marks)
(b) A face is a region bounded by edges, including the single unbounded outer region. So of the faces, are enclosed and is the outer face. (2 marks)
Markers reward the correct substitution into and including the outer region in the face count.
WACE 20244 marksA graph is drawn with three edges crossing. Explain how you would determine whether the graph is planar, and verify Euler's formula for a cube graph with vertices, edges and faces.Show worked answer →
Planarity is about whether crossings can be removed, not whether a particular drawing has them.
A graph is planar if it can be redrawn so that no edges cross. The presence of crossings in one drawing does not prove non-planarity; you attempt to redraw it without crossings. (2 marks)
For the cube graph: , which satisfies Euler's formula, confirming it is a connected planar graph. (2 marks)
Markers reward defining planarity as redrawable without crossings and a correct Euler check.
