Practice

#7 Graphs II

Log in to track solved progress and bookmarks.
Filter: Reset
#7.1
#7.1

Sum of Degrees

Graph Theory Grade 8 Grade 9 ★★☆☆☆

A graph has \(m\) edges. Prove that the sum of all vertex degrees is \(2m\).

Details
Problem: COM-B2-M07-P001
Difficulty: Level 2 of 5
Tag: Graph Theory
Grade: Grade 8, Grade 9
#7.2
#7.2

Odd Degrees

Parity Grade 8 Grade 9 ★★☆☆☆

Prove that in every finite graph, the number of vertices of odd degree is even.

Details
Problem: COM-B2-M07-P002
Difficulty: Level 2 of 5
Tag: Parity
Grade: Grade 8, Grade 9
#7.3
#7.3

A Leaf in a Tree

Graph Theory Grade 8 Grade 9 ★★☆☆☆

Prove that every tree with at least two vertices has at least two leaves.

Details
Problem: COM-B2-M07-P003
Difficulty: Level 2 of 5
Tag: Graph Theory
Grade: Grade 8, Grade 9
#7.4
#7.4

Minimum Edges for Connectedness

Tree Grade 8 Grade 9 ★★☆☆☆

Prove that a connected graph on \(n\) vertices has at least \(n-1\) edges.

Details
Problem: COM-B2-M07-P004
Difficulty: Level 2 of 5
Tag: Tree
Grade: Grade 8, Grade 9
#7.5
#7.5

An Added Edge

Cycles Grade 8 Grade 9 ★★☆☆☆

One edge is added to a tree between two existing vertices. Prove that exactly one cycle appears.

Details
Problem: COM-B2-M07-P005
Difficulty: Level 2 of 5
Tag: Cycles
Grade: Grade 8, Grade 9
#7.6
#7.6

Edges in a Forest

Graph Theory Grade 9 Grade 10 ★★★☆☆

A forest has \(n\) vertices and \(c\) connected components. Prove that it has \(n-c\) edges.

Details
Problem: COM-B2-M07-P006
Difficulty: Level 3 of 5
Tag: Graph Theory
Grade: Grade 9, Grade 10
#7.7
#7.7

Removing an Edge of a Cycle

Cycles Grade 9 Grade 10 ★★★☆☆

Prove that if one removes an edge lying on a cycle from a connected graph, the graph remains connected.

Details
Problem: COM-B2-M07-P007
Difficulty: Level 3 of 5
Tag: Cycles
Grade: Grade 9, Grade 10
#7.8
#7.8

Connected Graph with \(n-1\) Edges

Cycles Grade 9 Grade 10 ★★★☆☆

A connected graph has \(n\) vertices and \(n-1\) edges. Prove that it is a tree.

Details
Problem: COM-B2-M07-P008
Difficulty: Level 3 of 5
Tag: Cycles
Grade: Grade 9, Grade 10
#7.9
#7.9

Exactly One Cycle

Cycles Grade 9 Grade 10 ★★★☆☆

A connected graph on \(n\) vertices has \(n\) edges. Prove that it contains exactly one cycle.

Details
Problem: COM-B2-M07-P009
Difficulty: Level 3 of 5
Tag: Cycles
Grade: Grade 9, Grade 10
#7.10
#7.10

Bipartite Graphs Have No Odd Cycles

Coloring Grade 9 Grade 10 ★★★☆☆

Prove that a bipartite graph contains no cycle of odd length.

Details
Problem: COM-B2-M07-P010
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 9, Grade 10
#7.11
#7.11

Colouring by Distance

Coloring Grade 9 Grade 10 ★★★☆☆

Let a connected graph contain no odd cycles. Choose a vertex \(v\). Prove that colouring vertices by the parity of their distance from \(v\) gives a bipartition.

Details
Problem: COM-B2-M07-P011
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 9, Grade 10
#7.12
#7.12

Necessary Condition for an Euler Trail

Degree Counting Grade 9 Grade 10 ★★★☆☆

A connected graph has a trail using every edge exactly once. Prove that the number of vertices of odd degree is \(0\) or \(2\).

Details
Problem: COM-B2-M07-P012
Difficulty: Level 3 of 5
Tag: Degree Counting
Grade: Grade 9, Grade 10
#7.13
#7.13

Tree with a Perfect Matching

Tree Grade 9 Grade 10 ★★★★☆

A tree has a perfect matching. Prove that the neighbour of every leaf is matched to that leaf in this matching.

Details
Problem: COM-B2-M07-P013
Difficulty: Level 4 of 5
Tag: Tree
Grade: Grade 9, Grade 10
#7.14
#7.14

Maximal Matching and Edge Covering

Graph Theory Grade 9 Grade 10 ★★★★☆

A matching maximal by inclusion is chosen in a graph. Prove that the set of all endpoints of chosen edges intersects every edge of the graph.

Details
Problem: COM-B2-M07-P014
Difficulty: Level 4 of 5
Tag: Graph Theory
Grade: Grade 9, Grade 10
#7.15
#7.15

Regular Bipartite Graph

Bipartite graphs Grade 10 ★★★★☆

In a bipartite graph with parts \(A\) and \(B\), every vertex has degree \(d>0\). Prove that \(|A|=|B|\).

Details
Problem: COM-B2-M07-P015
Difficulty: Level 4 of 5
Tag: Bipartite graphs
Grade: Grade 10
#7.16
#7.16

Euler Circuit: Sufficiency

Graph Theory Grade 10 ★★★★☆

Prove that if a finite connected graph has only even degrees, then it has a closed walk using every edge exactly once.

Details
Problem: COM-B2-M07-P016
Difficulty: Level 4 of 5
Tag: Graph Theory
Grade: Grade 10
#7.17
#7.17

Planar Bound

Planar Graph Grade 10 ★★★★☆

A simple connected planar graph has \(n\ge3\) vertices and \(m\) edges. Prove that \(m\le3n-6\).

Details
Problem: COM-B2-M07-P017
Difficulty: Level 4 of 5
Tag: Planar Graph
Grade: Grade 10
#7.18
#7.18

Criterion for an Euler Trail

Graph Theory Grade 10 Grade 11 ★★★★★

Prove that a connected graph has a trail using every edge exactly once if and only if the number of vertices of odd degree is \(0\) or \(2\).

Details
Problem: COM-B2-M07-P018
Difficulty: Level 5 of 5
Tag: Graph Theory
Grade: Grade 10, Grade 11
#7.19
#7.19

Planar Bipartite Graph

Bipartite graphs Grade 10 Grade 11 ★★★★★

A simple connected planar bipartite graph has \(n\ge3\) vertices and \(m\) edges. Prove that \(m\le2n-4\).

Details
Problem: COM-B2-M07-P019
Difficulty: Level 5 of 5
Tag: Bipartite graphs
Grade: Grade 10, Grade 11
#7.20
#7.20

Large Independent Set in a Tree

Bipartite graphs Grade 10 Grade 11 ★★★★★

Prove that every tree on \(n\) vertices has an independent set of size at least \(\lceil n/2\rceil\).

Details
Problem: COM-B2-M07-P020
Difficulty: Level 5 of 5
Tag: Bipartite graphs
Grade: Grade 10, Grade 11