Skip to main content
Logo image

Worksheet Preview Activity

Which of the graphs below have an Euler trail? Which have an Euler circuit?
1.
G1 has
. G2 has
. G3 has
G4 has
. G5 has
. G6 has
3.
One way to write down an Euler trail or circuit is to list the edges in order. Each edge will be a pair of vertices, and to indicate what direction we travel over that edge, we can write it as an ordered pair rather than a set. For example, consider this graph:
a path of 4 vertices labeled a, b, c, d connected in that order by three edges.
There are two Euler trails we could write:
(a,b),(b,c),(c,d)or(d,c),(c,b),(b,a).
(a)
Write down an Euler trail for the graph below.
a graph with 6 vertices labeled a through f.  Vertices a and f have degree one and are drawn on the far left and right respectively.  The other vertices form a diamond.  edges: (a,b), (b,c), (b,e), (b,d), (c,e), (d,e) and (e,f).
For each vertex, write down its degree and the number of times it appears in your list of edges.
vertex degree times listed
a
b
c
d
e
f
(b)
Suppose you have a graph with degree sequence (4,2,2,2,2) that has an Euler trail. How many times will the name of the degree 4 vertex appear in your list of edges?
(c)
Suppose you have a graph with an Euler trail written as a list of edges. What can you conclude about a vertex that appears exactly 3 times in the list? Select all the choices that could be true.