Year 10 Mathematics | Victorian Curriculum 2.0
Networks and graph theory
Topic 13 | Space | Answer key

Tier 1

    1. Sum of degrees =2+3+3+4=12= 2 + 3 + 3 + 4 = 12=2+3+3+4=12. Number of edges =122=6= \dfrac{12}{2} = 6=212​=6.
    2. A square (cycle graph C4C_4C4​): four vertices arranged in a loop, each connected to its two neighbours.
    3. F+V=E+2F + V = E + 2F+V=E+2, so F+4=6+2=8F + 4 = 6 + 2 = 8F+4=6+2=8, giving F=4F = 4F=4.
    4. Yes. All vertex degrees (2,2,4,42, 2, 4, 42,2,4,4) are even, so an Eulerian circuit exists.
    5. Vertices with odd degree: the vertex with degree 111 and the vertex with degree 333 (two odd-degree vertices). So an Eulerian path exists (but not a circuit). It must start at one odd-degree vertex and end at the other.
    6. True. A connected graph with nnn vertices needs at least n−1n - 1n−1 edges (a spanning tree). For n=5n = 5n=5, at least 444 edges.
    7. F+V=E+2F + V = E + 2F+V=E+2, where FFF = number of faces (regions), VVV = number of vertices, EEE = number of edges. Applies to connected planar graphs.
    8. Sum of degrees =2×8=16= 2 \times 8 = 16=2×8=16.

Tier 2

    1. F+V=E+2F + V = E + 2F+V=E+2, so 5+V=8+2=105 + V = 8 + 2 = 105+V=8+2=10, giving V=5V = 5V=5.
    2. Edges: Melbourne—Sydney, Melbourne—Brisbane, Melbourne—Perth, Sydney—Brisbane. Total =4= 4=4 edges.
    3. Yes. All degrees (2,2,2,4,4,42, 2, 2, 4, 4, 42,2,2,4,4,4) are even, so an Eulerian circuit exists. The postman can walk every street exactly once and return to the starting point.
    4. For a simple planar graph: E≤3V−6E \leq 3V - 6E≤3V−6. Here 3×6−6=123 \times 6 - 6 = 123×6−6=12 and E=10≤12E = 10 \leq 12E=10≤12, so this test alone does not prove non-planarity. In fact, a graph with 666 vertices and 101010 edges could be planar. (The complete graph K4K_4K4​ has 666 edges; K5K_5K5​ has 101010 edges and is not planar.) Since K5K_5K5​ is the unique simple graph on 555 vertices with 101010 edges, but we have 666 vertices, a graph with 666 vertices and 101010 edges may or may not be planar depending on its structure. The inequality is necessary but not sufficient.
    5. Three houses and three utilities: each house connects to each utility, giving 3×3=93 \times 3 = 93×3=9 edges. This is the complete bipartite graph K3,3K_{3,3}K3,3​, which is not planar (by Kuratowski’s theorem).

Tier 3

    1. Four vertices have odd degree (333). Since more than 222 vertices have odd degree, no Eulerian path (or circuit) exists. Strategy: the council could identify pairs of odd-degree vertices and add duplicate edges (roads walked twice) to make all degrees even, minimising the total extra distance. This is the Chinese Postman approach.
    2. The handshaking lemma states ∑degrees=2E\sum \text{degrees} = 2E∑degrees=2E. The left side is the sum of all degrees. Suppose kkk vertices have odd degree. Each odd degree contributes an odd number to the sum, and each even degree contributes an even number. The total must be 2E2E2E (even). The sum of the even degrees is even. So the sum of the odd degrees must also be even, which requires kkk to be even. Therefore the number of odd-degree vertices is always even.
    3. Edges: sum of degrees =10×3=30= 10 \times 3 = 30=10×3=30, so E=302=15E = \dfrac{30}{2} = 15E=230​=15. Faces: F+V=E+2F + V = E + 2F+V=E+2, so F+10=15+2=17F + 10 = 15 + 2 = 17F+10=15+2=17, giving F=7F = 7F=7.
    4. An Eulerian path visits every edge exactly once. A Hamiltonian path visits every vertex exactly once. Example: consider a graph shaped like a “bowtie” (two triangles sharing a single vertex). It has 555 vertices and 666 edges. The central vertex has degree 444 and all others have degree 222 — all even, so an Eulerian circuit exists. However, no Hamiltonian circuit exists because the graph is not 222-connected (removing the central vertex disconnects it).

Challenge

    1. K5K_5K5​: each vertex connects to 444 others, so each has degree 444. Number of edges =(52)=10= \dbinom{5}{2} = 10=(25​)=10. All degrees are even (444), so an Eulerian circuit exists.
    2. Base case: V=1V = 1V=1, edges =0=1−1= 0 = 1 - 1=0=1−1. Inductive step: a tree with V>1V > 1V>1 vertices has at least one leaf (vertex of degree 111). Remove the leaf and its edge: the remaining graph is a connected tree with V−1V - 1V−1 vertices and (by hypothesis) V−2V - 2V−2 edges. Adding the leaf back gives V−1V - 1V−1 edges. So a tree on VVV vertices has V−1V - 1V−1 edges.
    3. The vertex degrees are 3,3,3,53, 3, 3, 53,3,3,5 — all four are odd. Since there are 444 odd-degree vertices (more than 222), no Eulerian path or circuit exists. It is impossible to cross each bridge exactly once.
    4. Model locations as vertices and distances as weighted edges. An efficient route visiting all locations and returning to the start is a Hamiltonian circuit. You can try nearest-neighbour or other heuristics. Finding the absolute shortest Hamiltonian circuit (the Travelling Salesman Problem) is computationally difficult because the number of possible routes grows factorially: for nnn locations there are (n−1)!2\dfrac{(n-1)!}{2}2(n−1)!​ distinct routes. For large nnn, checking all routes is impractical, so heuristic or approximation methods are used.
Year 10 Mathematics study companion | Answer key