Show worked solution
Worked solution
Write down the vertex set and the edge set
The graph is completely described by these two lists.
Count the vertices and the edges
The graph has 7 vertices and 10 edges.
Work out the degree of every vertex
For each vertex, count how many edges have that vertex as an endpoint.
Find the degree of vertex
is joined to , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to , , , . The degree (valency) of a vertex is the number of edges at it.
Find the degree of vertex
is joined to . The degree (valency) of a vertex is the number of edges at it.
Add the degrees of all the vertices
The degree sum counts each edge twice, once at each end.
Apply the handshaking lemma
Every edge contributes to the degree of each of its two endpoints.
List the vertices of odd degree
The number of odd vertices is always even, by the handshaking lemma.
Recall the handshaking lemma
The degrees of all the vertices add up to twice the number of edges.
Recall that the number of odd vertices is even
This follows at once from the handshaking lemma.
Write the degrees in descending order
This list of degrees is the degree sequence of .