Introducing Graphs

Videos

Reading

DMOI 4.1

Warmup

Problem 1

Let \(G\) be a complete graph with \(n\) nodes. Give a formula for the number of edges in \(G\) as a function of \(n\). You are not required to write a formal proof of your answer, but please explain your reasoning.

Problem 2

Let \(G\) be a bipartite graph with \(10\) nodes. What is the largest possible number of edges that \(G\) can contain? A formal proof is not required, but please explain your reasoning in describing why your answer is correct.

Note: You’ll need to check the definition of bipartite graph in the reading.

Problem 3

True or False:

  1. There exists a graph with 5 nodes in which each edge has degree exactly equal to 3.
  2. Every connected graph contains at least one cycle.
  3. Every tree is connected.
  4. Any regular graph of degree 2 is a tree.



© Phil Chodrow, 2024