Questions: Degree Sequences and the Handshaking Lemma

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Someone proposes a graph with 6 vertices having degree sequence [4, 3, 3, 2, 2, 2]. Can such a graph exist?

ANo — the maximum degree in any graph equals the number of vertices minus one, and degree 4 requires at least 5 vertices, so 6 is acceptable, but the sequence still fails another test
BNo — the sum of degrees is 16, which is even, but it would require 8 edges, which exceeds what is possible
CYes — the sum of degrees is 16 (even), so 16/2 = 8 edges would be required, and the two odd-degree vertices (both degree 3) number exactly 2, which is even
DNo — the number of odd-degree vertices is 2, but the handshaking lemma requires zero odd-degree vertices
Question 2 Multiple Choice

Why must every graph have an even number of vertices with odd degree?

ABecause every vertex must connect to an even number of other vertices by graph construction rules
BBecause the Handshaking Lemma guarantees the sum of all degrees is even, and a sum can be even only if the number of odd terms is even
CBecause graphs with an odd number of odd-degree vertices would require a fractional number of edges
DBecause the degree sequence must sum to a multiple of 4 for a valid graph
Question 3 True / False

It is possible to draw a graph in which exactly three vertices have odd degree.

TTrue
FFalse
Question 4 True / False

The Handshaking Lemma can be used to immediately rule out an impossible degree sequence: if the proposed degrees sum to an odd number, no graph with that degree sequence can exist.

TTrue
FFalse
Question 5 Short Answer

Explain intuitively why the sum of all vertex degrees must equal twice the number of edges, using the idea of how each edge is 'counted' in the sum.

Think about your answer, then reveal below.