For a simple graph with at least two vertices, which of the following statements must be true?
Graph is called simple if it doesn't contain multiple edges between the same pair of nodes and no vertex has self-edges.
Note : The degree of a vertex is the number of connections it has.
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.
Each edge connects 2 vertices so increases the sum of the degrees of the vertices by 2 . It therfore follows that the overall number of degrees is even and so there must be an even number of odd vertices (otherwise the sum of degrees would be odd).