Sol 2
Sol 2
2-1:
u1 u2 u3 u4 u5 u6 sum = deg+
u1 0 1 2 0 0 0 3
u2 0 1 0 0 1 0 2
u3 0 0 0 1 1 0 2
A=
u4 1 1 0 0 0 1 3
u5 1 0 0 1 0 1 3
u6 0 0 1 1 0 0 2
−
sum = deg 2 3 3 3 2 2
u1 u2 u3
u4 u5 u6
2-3: (a) Choose five (a, f )-walks from ababf , abadf , abcbf , abebf , abedf , abf bf , abf df , adabf , adadf ,
adebf , adedf , adf bf , adf df , aeabf , aeadf and aecbf .
There are two shortest ways for the man to cross the river. They are
(AAAA)-(BBAA)-(ABAA)-(BBBA)-(AABA)-(BABB)-(AABB)-(BBBB) and
(AAAA)-(BBAA)-(ABAA)-(BBAB)-(AAAB)-(BABB)-(AABB)-(BBBB).
Note that (ABBA), (BAAB), (ABAB) and (BABA) are not allowable.
1
2-5: Obviously, statements (a), (b) and (c) are true by the definition of distance. For (d), let P1 be the
path from u to v with length d(u, v) and P2 be the path from v to w of length d(v, w). Then P1 P2 is
a (u, w)-walk with length d(u, v)+ d(v, w). By Lemma 2.1.3, there is a (u, w)-path P in P1 P2 . By the
definition of distance, d(u, w) is the least length of paths from u to w. Thus d(u, v)+d(v, w) ≥ d(u, w).
2-6: Since G is connected and G − S is not, ω(G − S) ≥ 2 and S 6= ∅. Let e ∈ S and let S ′ = S \ {e}. By
definition of edge cut, G − S ′ is connected. By Lemma 2.1.11, 1 ≤ ω((G − S ′ ) − e) = ω(G − S) ≤ 2.
Hence ω(G − S) = 2.
P 2q
2-7: We know that 2q = deg(v) ≥ pδ which implies that δ ≤ p. By Theorem 2.4.6, κ(G) ≤ δ(G)
v∈V (G)
2q
we have κ(G) ≤ p. Note that κ(G) is an integer. Therefore κ(G) ≤ ⌊ 2q
p ⌋.