Graph Theory Q2 (basic)

Let G G be a graph of n n vertices and 21 edges. The degree of each vertex is at most 5. Find the minimum value of n n .


The answer is 9.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Richard Desper
Jul 1, 2019

Let G = ( V , E ) G = (V,E) be the graph. Let d ( x ) d(x) be the degree function defined on V V . Note the identity x V d ( x ) = 2 E \sum_{x \in V} d(x) = 2*|E| , as each edge in E E contributes to the degree functions of each of its two vertices.

We are told the maximum value of d ( x ) d(x) is at most 5 5 . Thus 2 E = 42 = x V d ( x ) 5 V = 5 n 2*|E| = 42 = \sum_{x \in V} d(x) \leq 5*|V| = 5 n . This simplifies to 42 5 n \frac{42}{5} \leq n . Since n is an integer, n 9 n \geq 9 .

It is not difficult to fit 21 21 edges into a graph with 9 9 vertices while respecting the upper bound on d ( x ) d(x) .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...