Instructions: Due Date
Instructions: Due Date
Instructions: Due Date
Do all of these questions and write out the solutions neatly and succinctly as training. You do not have to hand
in your work. The quiz on November 15 will closely follow some of the questions on this assignment. Solutions
will be posted afterwards. Compare these with your own work to check if you did the questions correctly and
use them to improve your own exposition. Make use of the workshop to get clarification.
Textbook Reading
Exercises
A. Textbook Questions
9.5 Exercises 1, 2.
11.1 Exercise 2.
11.3 Exercises 18 (simple graph), 20a (find an EC).
B. Additional Questions
Questions on 9.5
1. Find the generating function for the series 1, 2, 4, 6, 8, . . . , 2n, . . ..
Construct it by applying the summation operator to a series.
2. Find a generating function A(x) that generates the sum of the first n integers, i.e.,
C OPYRIGHT B RUIN 1
MACM 201 A SSIGNMENT #8
Questions on 11.1
7. Suppose G is a simple graph with 10 vertices and 10 edges. What is the maximum number of
connected components that G can have? How does this change if G is a multigraph?
8. Draw the multigraph G = (V, E) where V = {1, 2, 3, 4, 5} and
E = {{1, 2}, {2, 3}, {2, 3}, {3, 3}, {3, 1}, {4, 5}, {4, 5}, {4, 1}} and list all cycles in G.
9. Let G be a simple connected graph and e any edge in G. Prove that G − e (i.e. G with edge e
removed) is connected if and only if e is in a cycle of G.
Questions on 11.3
10. (a) Does K4 have an Euler circuit? If yes, draw one. If not, explain.
(b) Does K4 have an Euler trail? If yes, draw one. If not, explain.
(c) Does K5 have an Euler circuit? If yes, draw one. If not, explain.
(d) Does K5 have an Euler trail? If yes, draw one. If not, explain.
11. Find an Euler trail in the following graph.
a b
e f
h g
d c
C OPYRIGHT B RUIN 2