+ All Categories
Home > Documents > Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

Date post: 06-Apr-2018
Category:
Upload: suchan-khankluay
View: 228 times
Download: 1 times
Share this document with a friend
48
i ii INTRODUCTION TO GRAPH THEORY SECOND EDITION (2001) SOLUTION MANUAL SUMMER 2005 VERSION c DOUGLAS B. WEST MATHEMATICS DEPARTMENT UNIVERSITY OF ILLINOIS  All rights reserved. No part of this work may be reproduced or transmitted in any form without permission. NOTICE This is the Summer 2005 version of the Instructor’s Solution Manual for  Introduction to Graph Theory , by Douglas B. West. A few solutions hav e been added or claried since last year’s version.  Al so present is a (sl ightly edi ted) annota ted syl labus for the one- semester course taught from this book at the University of Illinois. This version of the Solution Manual contains solutions for 99.4% of the problems in Chapters 1–7 and 93% of the problems in Chapter 8. The author believes that only Problems 4.2.10, 7.1.36, 7.1.37, 7.2.39, 7.2.47, and 7.3.31 in Chapters 1–7 are lacking solutions here. There problems are too long or difcult for this text or use concepts not covered in the text; they will be delet ed in the third edition. The positions of solutions that have not yet been written into the les are occupied by the statements of the corresponding problems. These prob- lems retain the (), (!), (+), () indicators . Also () is added to introduce the statements of problems without other indicators . Thus every problem whose solution is not included is marked by one of the indicators, for ease of identication. The author hopes that the solutions contained herein will be useful to instr uctor s. The level of detai l in solut ions varies . Instr uctors should feel free to write up solutions with more or less detail according to the needs of the class. Please do not leave solutions posted on the web. Due to time limitations, the sol uti ons have not been proofr ead or edi ted as carefully as the text, especially in Chapter 8. Please send corrections to [email protected] . The author thanks Fred Galvin in particular for con- tributing improvements or alternative solutions for many of the problems in the earlier chapters. This will be the last version of the Solution Manual for the second editio n of the text. The third edition will have many new proble ms, such as those posted at http://www.math.uiuc.edu/ west/igt/newprob.html . The effort to include all solutions will resume for the third editi on. Pos sibly other pedagogical features may also be added later. Inquiries may be sent to [email protected] . Meanwhile, the author apologizes for any inconvenience caused by the absence of some solutions. Douglas B. West
Transcript
Page 1: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 1/260

i ii

INTRODUCTION TO GRAPH THEORY

SECOND EDITION (2001)

SOLUTION MANUAL

SUMMER 2005 VERSION

c DOUGLAS B. WEST

MATHEMATICS DEPARTMENT

UNIVERSITY OF ILLINOIS

 All rights reserved. No part of this work may be reproduced

or transmitted in any form without permission.

NOTICE

This is the Summer 2005 version of the Instructor’s Solution Manual for

  Introduction to Graph Theory, by Douglas B. West. A few solutions have

been added or clarified since last year’s version.

  Also present is a (slightly edited) annotated syllabus for the one-

semester course taught from this book at the University of Illinois.This version of the Solution Manual contains solutions for 99.4% of 

the problems in Chapters 1–7 and 93% of the problems in Chapter 8. The

author believes that only Problems 4.2.10, 7.1.36, 7.1.37, 7.2.39, 7.2.47,

and 7.3.31 in Chapters 1–7 are lacking solutions here. There problems are

too long or difficult for this text or use concepts not covered in the text; they

will be deleted in the third edition.

The positions of solutions that have not yet been written into the files

are occupied by the statements of the corresponding problems. These prob-

lems retain the (−), (!), (+), (∗) indicators. Also (•) is added to introducethe statements of problems without other indicators. Thus every problem

whose solution is not included is marked by one of the indicators, for ease

of identification.

The author hopes that the solutions contained herein will be useful to

instructors. The level of detail in solutions varies. Instructors should feel

free to write up solutions with more or less detail according to the needs of 

the class. Please do not leave solutions posted on the web.

Due to time limitations, the solutions have not been proofread or edited

as carefully as the text, especially in Chapter 8. Please send corrections [email protected]. The author thanks Fred Galvin in particular for con-

tributing improvements or alternative solutions for many of the problems

in the earlier chapters.

This will be the last version of the Solution Manual for the second

edition of the text. The third edition will have many new problems, such

as those posted at http://www.math.uiuc.edu/ west/igt/newprob.html . The

effort to include all solutions will resume for the third edition. Possibly

other pedagogical features may also be added later.

Inquiries may be sent to [email protected]. Meanwhile, the authorapologizes for any inconvenience caused by the absence of some solutions.

Douglas B. West

Page 2: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 2/260

Page 3: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 3/260

Page 4: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 4/260

Page 5: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 5/260

1 Chapter 1: Fundamental Concepts Section 1.1: What Is a Graph? 2

1.FUNDAMENTAL CONCEPTS

1.1. WHAT IS A GRAPH?

1.1.1. Complete bipartite graphs and complete graphs. The complete bipar-

tite graph K m,n is a completegraphif and onlyif m = n = 1 or {m, n} = {1, 0}.1.1.2. Adjacency matrices and incidence matrices for a 3-vertex path.

0 1 1

1 0 0

1 0 0

0 1 0

1 0 1

0 1 0

0 0 1

0 0 1

1 1 0

1 1

1 0

0 1

1 1

0 1

1 0

1 0

1 1

0 1

0 1

1 1

1 0

1 0

0 1

1 1

0 1

1 0

1 1

 Adjacency matrices for a path and a cycle with six vertices.

0 1 0 0 0 0

1 0 1 0 0 0

0 1 0 1 0 0

0 0 1 0 1 0

0 0 0 1 0 1

0 0 0 0 1 0

0 1 0 0 0 1

1 0 1 0 0 0

0 1 0 1 0 0

0 0 1 0 1 0

0 0 0 1 0 1

1 0 0 0 1 0

1.1.3. Adjacency matrix for K m,n.

m n

m 0 1

n 1 0

1.1.4. G ∼= H  if and only if  G ∼= H . If  f  is an isomorphism from G to H ,

then f  is a vertex bijection preserving adjacency and nonadjacency, and

hence f  preserves non-adjacency and adjacency in G and is an isomor-phism from G to H . The same argument applies for the converse, since the

complement of  G is G.

1.1.5. If every vertex of a graph G has degree 2, then G is a cycle—FALSE.

Such a graph can be a disconnected graph with each component a cycle. (If 

infinite graphs are allowed, then the graph can be an infinite path.)

1.1.6. The graph below decomposes into copies of  P4.

1.1.7. A graph with more than six vertices of odd degree cannot be decom-

 posed into three paths. Every vertex of odd degree must be the endpoint

of some path in a decomposition into paths. Three paths have only six

endpoints.

1.1.8. Decompositions of a graph. The graph below decomposes into copies

of  K 1,3 with centers at the marked vertices. It decomposes into bold and

solid copies of  P4 as shown.

• •

• •

1.1.9. A graph and its complement. With vertices labeled as shown, two

vertices are adjacent in the graph on the right if and only if they are not

adjacent in the graph on the left.

• •

• •

a

b c

e

 f g

h

• •

• •

a

 f d 

g

c

h b

e

1.1.10. The complement of a simple disconnected graph must be connected— 

TRUE. A disconnected graph G has vertices x, y that do not belong to apath. Hence x and y are adjacent in G. Furthermore, x and y have no com-

mon neighbor in G, since that would yield a path connecting them. Hence

Page 6: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 6/260

Page 7: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 7/260

Page 8: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 8/260

Page 9: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 9/260

Page 10: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 10/260

Page 11: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 11/260

Page 12: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 12/260

Page 13: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 13/260

Page 14: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 14/260

Page 15: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 15/260

Page 16: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 16/260

Page 17: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 17/260

Page 18: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 18/260

Page 19: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 19/260

Page 20: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 20/260

Page 21: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 21/260

Page 22: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 22/260

Page 23: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 23/260

Page 24: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 24/260

Page 25: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 25/260

Page 26: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 26/260

Page 27: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 27/260

Page 28: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 28/260

Page 29: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 29/260

Page 30: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 30/260

Page 31: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 31/260

Page 32: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 32/260

Page 33: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 33/260

Page 34: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 34/260

Page 35: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 35/260

Page 36: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 36/260

Page 37: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 37/260

Page 38: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 38/260

Page 39: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 39/260

Page 40: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 40/260

Page 41: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 41/260

Page 42: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 42/260

Page 43: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 43/260

Page 44: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 44/260

Page 45: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 45/260

Page 46: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 46/260

Page 47: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 47/260

Page 48: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 48/260

Page 49: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 49/260

Page 50: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 50/260

Page 51: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 51/260

Page 52: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 52/260

Page 53: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 53/260

Page 54: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 54/260

Page 55: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 55/260

Page 56: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 56/260

Page 57: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 57/260

Page 58: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 58/260

Page 59: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 59/260

Page 60: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 60/260

Page 61: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 61/260

Page 62: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 62/260

Page 63: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 63/260

Page 64: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 64/260

Page 65: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 65/260

Page 66: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 66/260

Page 67: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 67/260

Page 68: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 68/260

Page 69: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 69/260

Page 70: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 70/260

Page 71: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 71/260

Page 72: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 72/260

Page 73: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 73/260

Page 74: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 74/260

Page 75: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 75/260

Page 76: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 76/260

Page 77: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 77/260

Page 78: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 78/260

Page 79: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 79/260

Page 80: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 80/260

Page 81: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 81/260

Page 82: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 82/260

Page 83: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 83/260

Page 84: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 84/260

Page 85: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 85/260

Page 86: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 86/260

Page 87: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 87/260

Page 88: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 88/260

Page 89: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 89/260

Page 90: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 90/260

Page 91: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 91/260

Page 92: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 92/260

Page 93: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 93/260

Page 94: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 94/260

Page 95: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 95/260

Page 96: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 96/260

Page 97: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 97/260

Page 98: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 98/260

Page 99: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 99/260

Page 100: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 100/260

Page 101: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 101/260

Page 102: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 102/260

Page 103: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 103/260

Page 104: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 104/260

Page 105: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 105/260

Page 106: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 106/260

Page 107: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 107/260

Page 108: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 108/260

Page 109: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 109/260

Page 110: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 110/260

Page 111: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 111/260

Page 112: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 112/260

Page 113: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 113/260

Page 114: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 114/260

Page 115: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 115/260

Page 116: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 116/260

Page 117: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 117/260

Page 118: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 118/260

Page 119: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 119/260

Page 120: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 120/260

Page 121: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 121/260

Page 122: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 122/260

Page 123: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 123/260

Page 124: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 124/260

Page 125: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 125/260

Page 126: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 126/260

Page 127: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 127/260

Page 128: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 128/260

Page 129: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 129/260

Page 130: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 130/260

Page 131: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 131/260

Page 132: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 132/260

Page 133: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 133/260

Page 134: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 134/260

Page 135: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 135/260

Page 136: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 136/260

Page 137: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 137/260

Page 138: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 138/260

Page 139: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 139/260

Page 140: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 140/260

Page 141: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 141/260

Page 142: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 142/260

Page 143: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 143/260

Page 144: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 144/260

Page 145: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 145/260

Page 146: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 146/260

Page 147: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 147/260

Page 148: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 148/260

Page 149: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 149/260

Page 150: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 150/260

293 Chapter 5: Coloring of Graphs Section 5.3: Enumerative Aspects 294

currence for the chromatic polynomial, we begin with the compatible pairs

for G − e and consider the effect of adding e. If ( D, f ) is a compatible pair

for G − e such that f (u) = f (v), say f (u) < f (v), then e must be oriented

from u to v to obtain an orientation of  G compatible with f . The result

is indeed acyclic, else it has a directed v, u-path along which the value f 

must step downward at some point. Conversely, we can delete e from a

compatible pair for G with f (u)

=f (v) to obtain a compatible pair for

G − e. Hence the compatible pairs with differing labels for u and v are in1-1 correspondence in G and G − e.

Now consider pairs with f (u) = f (v). It suffices to show that each

such pair for G − e becomes a compatible pair for G by adding e oriented

in at least one way, and that for η(G · e, k ) of these, both orientations of  e

yield compatible pairs for G. For the first statement, consider an arbitrary

compatible pair ( D, f ) with f (u) = f (v) for G − e, and suppose neither

orientation for e yields a compatible pair for G This requires D to have

Page 151: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 151/260

orientation for e yields a compatible pair for G. This requires D to have

both a u, v-path and a v, u-path, which cannot happen since D is acyclic.

For the second statement, suppose that ( D, f ) is a compatible pair for Gwith f (u) = f (v) and that the orientation obtained by reversing e is also

compatible with f . Then D − e has neither a u, v-path nor a v, u-path,

and contracting e yields a compatible pair for G · e. Conversely, given a

compatible pair for G · e, we can split the contracted vertex to obtain a

compatible pair for G − e with f (u) = f (v) so that orienting e in either

direction yields a compatible pair for G.

Page 152: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 152/260

Page 153: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 153/260

Page 154: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 154/260

Page 155: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 155/260

Page 156: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 156/260

Page 157: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 157/260

Page 158: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 158/260

Page 159: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 159/260

311 Chapter 6: Planar Graphs Section 6.2: Characterization of Planar Graphs 312

6.2.3. A convex embedding. This is the graph of the icosahedron. It is

3-connected and has a convex embedding in the plane.

••

••

• •

• •

6.2.4. Planarity of graphs.

•••

••

••

••

••

••

6.2.6. Fary’s Theorem.

a) Every simple polygon with at most 5 vertices contains a point that

  sees every point in the polygon. In a convex polygon, by definition, the

segment joining any pair of points lies entirely in the polygon. Hence every

point in a convex polygon sees the entire polygon.

Proof 1. If a 4-gon is not convex, then the vertex opposite the interior

Page 160: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 160/260

••••

••

••

••

The first graph is planar; a straight-line embedding with every face

convex appears below. The second graph is nonplanar. It has many sub-

graphs that are subdivisions of  K 3,3; one is shown below.

••

• •

••

••

••

••

6.2.5. The minimum number of edges that must be deleted from the Petersen  graph to obtain a planar subgraph is 2. The drawing on the left below

illustrates a subdivision of  K 3,3 in the Petersen graph. Since this does not

use every edge of the Petersen graph, the graph obtained by deleting one

edge from the Petersen graph is still nonplanar (all edges are equivalent,

by the disjointness description of the Petersen graph).

Deleting two edges from the Petersen graph yields a planar subgraph

as shown on the right below.

reflex angle (exceeding 180 degrees) sees the entire polygon. A non-convex

pentagon has one or two reflex angles, and if two they may be consecutive

or not. The cases are illustrated below.

• • •

Proof 2. Triangulate the polygon by adding chords between corners

that can see each other. This can be done by adding one chord to a 4-gonand by adding two to a 5-gon, with cases as illustrated above. The resulting

triangles have one common vertex. Since a corner of a triangle sees the

entire triangle, the common corner sees the entire region.

b) Every planar graph has a straight-line embedding. By induction on

n(G), we prove the stronger statement that the edges of any plane graphG can be “straightened” to yield a straight-line embedding of  G without

changing the order of incident edges at any vertex. The statement is true

by inspection for n(G) ≤ 3.

For n(G) ≥ 4, we may assume that G is a triangulation, since anyplane graph can be augmented to a maximal plane graph, and deleting

extra edges in a straight-line embedding of the maximal planar supergraph

yields a straight-line embedding of the original graph. Every planar graph

has a vertex of degree at most 5; let x be such a vertex in G.

Since G is a triangulation, the neighborhood of  G is a cycle C , and

G − x has C  as a face boundary. By the induction hypothesis, G − x has

a straight-line embedding with C  as a polygonal face boundary. By part

Page 161: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 161/260

Page 162: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 162/260

Page 163: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 163/260

Page 164: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 164/260

Page 165: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 165/260

Page 166: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 166/260

Page 167: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 167/260

Page 168: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 168/260

Page 169: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 169/260

Page 170: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 170/260

Page 171: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 171/260

Page 172: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 172/260

Page 173: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 173/260

339 Chapter 7: Edges and Cycles Section 7.1: Line Graphs and Edge›Coloring 340

7.EDGES AND CYCLES

7.1. LINE GRAPHS & EDGE›COLORING

7.1.1. Edge-chromatic number and line graph for the two graphs below.

The labelings are proper edge colorings, the number of colors used is the

maximum degree, so the colorings are optimal.

• •

2

7.1.4. For every graph G , χ (G) ≥ e(G)/α(G). In a proper edge-coloring,

each color class has at most α(G) edges. The lower bound follows because

all e(G) edges must be colored.

7.1.5. The Petersen graph is the complement of L(K 5). The vertices of L(K 5)

are the edges in K 5, which can be named as the 2-element subsets of [5].

Two such pairs are adjacent in the Petersen graph if and only if they are

disjoint, which is the condition for them being nonadjacent in L(K 5).

7.1.6. The line graph of the Petersen graph has 10 triangles. For a simple

graph G, there is a triangle in L(G) for every set of three edges in G that

share one common endpoint and for every set of three edges that form

a triangle in G. The Petersen graph has no triangles, so the latter type

does not arise. However, the Petersen graph has 10 triples of edges with a

common endpoint, one for each of its vertices.

7.1.7. P5 is a line graph. The complement of  P5 is a 5-cycle with a chord.

It is the line graph of a 4-cycle with a pendant edge.

Page 174: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 174/260

• •

••1

2

3

0

3

0 1

0

2•

0

1

2

0

1

2

0

1

2

•••

• •

••

••

7.1.2. χ (Qk ) = (Qk )  , by explicit coloring. In the cube Qk , the edges

between vertices differing in coordinate j form a complete matching. Over

the k  choices of  j , these partition the edges.

7.1.3. χ (C n K 2) = 3. The lower bound is given by the maximum degree.

For the upper bound, when n is even colors 0 and 1 can alternate alongthe two cycles, with color 2 appearing on the edges between the two copies

of the factor C n. When n is odd, colors 0 and 1 can alternate in this way

except for the use of one 2. Color 2 appears on all cross edges except those

incident to edges on the cycles with color 2, as shown below.

• • • • • •

• • • • • •2 2 0 1 2 2

0 1 2 0 1

0 1 2 0 1

••

 H P5 = L( H )

7.1.8. The line graph of  K m,n is the cartesian product of  K m and K n . For

each edge xi y j in K m,n , we have a vertex (i, j) in L(K m,n); these are also

the vertices of  K m K n . Pairs (i, j) and (k , l) in V (K m K n) are adjacent inK m K n if and only if  i = k  or j = l. This is the same as the condition for

adjacency in L(K m,n), because xi y j and xk  yl share an endpoint in K m,n if and

only if i = k  or j = l.

7.1.9. A set of vertices in the line graph of a simple graph G form a clique

if and only if the corresponding edges in G have one common endpoint or form a triangle. Let S be the corresponding set of edges in G, and choosee ∈ S. If all other elements of  S intersect e at the same endpoint of  e, we

have one common endpoint. Otherwise, we have edges f  and g such that

 f  shares endpoint x with e and g shares endpoint y with e. Since f  and

g must share an endpoint, they share their other endpoint z and complete

a triangle. Since no single vertex lies in all of  e, f , g, no additional edge of 

the simple graph G can share a vertex with all of these.

Page 175: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 175/260

Page 176: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 176/260

Page 177: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 177/260

Page 178: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 178/260

Page 179: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 179/260

Page 180: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 180/260

Page 181: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 181/260

Page 182: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 182/260

Page 183: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 183/260

Page 184: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 184/260

Page 185: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 185/260

Page 186: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 186/260

Page 187: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 187/260

Page 188: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 188/260

Page 189: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 189/260

Page 190: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 190/260

Page 191: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 191/260

Page 192: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 192/260

Page 193: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 193/260

Page 194: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 194/260

Page 195: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 195/260

Page 196: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 196/260

Page 197: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 197/260

Page 198: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 198/260

Page 199: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 199/260

Page 200: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 200/260

Page 201: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 201/260

Page 202: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 202/260

Page 203: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 203/260

Page 204: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 204/260

Page 205: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 205/260

Page 206: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 206/260

Page 207: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 207/260

Page 208: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 208/260

Page 209: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 209/260

Page 210: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 210/260

Page 211: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 211/260

Page 212: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 212/260

Page 213: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 213/260

Page 214: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 214/260

Page 215: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 215/260

Page 216: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 216/260

Page 217: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 217/260

Page 218: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 218/260

Page 219: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 219/260

Page 220: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 220/260

Page 221: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 221/260

Page 222: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 222/260

Page 223: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 223/260

Page 224: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 224/260

Page 225: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 225/260

Page 226: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 226/260

Page 227: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 227/260

Page 228: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 228/260

Page 229: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 229/260

Page 230: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 230/260

Page 231: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 231/260

Page 232: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 232/260

Page 233: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 233/260

Page 234: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 234/260

Page 235: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 235/260

Page 236: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 236/260

Page 237: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 237/260

Page 238: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 238/260

Page 239: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 239/260

Page 240: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 240/260

Page 241: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 241/260

Page 242: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 242/260

Page 243: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 243/260

Page 244: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 244/260

Page 245: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 245/260

Page 246: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 246/260

Page 247: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 247/260

Page 248: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 248/260

Page 249: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 249/260

Page 250: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 250/260

Page 251: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 251/260

Page 252: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 252/260

Page 253: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 253/260

Page 254: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 254/260

Page 255: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 255/260

Page 256: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 256/260

Page 257: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 257/260

Page 258: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 258/260

Page 259: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 259/260

511 Chapter 8: Additional Topics Section 8.6: Eigenvalues of Graphs 512

Let S be the set of switches flipped an odd number of times; the flips

of other vertices have no effect. Since also si changes li and li begins off,li is on at the end if and only if its closed neighborhood in G has an odd

number of vertices in S. Thus, the problem is equivalent to finding an

odd dominating set S. This form has a combinatorial proof by Gallai (see

Lovasz [1979], Exercise 5.17).

The proof using linear algebra is much shorter. Let B be the augmented

adjacency matrix A(G) + I  (add 1 to each diagonal entry). If x is the inci-

dence vector of S in a binary vector space, then Bx is the incidence vector of 

the set of lights on after flipping the switches at S (since arithmetic is mod-

ulo 2). The problem is to show that 1 ∈ T , where T  = { Bx ∈ Zn2}. We prove

the more general statement that if  B is a symmetric binary matrix, with

vector u along the diagonal, then u ∈ T . (see Problem 798, Nieuw Archief 

voor Wiskunde (4) 9 (1991), 117-118) The solution given in the Monthly

(1993, p. 806) is as follows.

We show that every vector orthogonal to T  is also orthogonal to u.

This implies that u is in the orthogonal complement of the orthogonal

complement of  T  and hence is in T  itself. Thus we want to show that

if n

i=1x

i B

i, j =0 for all j , then n

i=1x

iu

i =0, where all computation is

modulo 2.

Multiplying the vector 0 by x yieldsn

 j=1n

i=1 xi Bi, j x j = 0. By the

symmetry of  B, the off-diagonal entries contribute nothing, and we obtainni=1 x2i Bi,i = 0. Since x2i = xi in binary, this reduces to 0 = n

i=1 xi Bi,i =ni=1 xiui , which completes the proof.

Page 260: Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

8/3/2019 Introduction to Graph Theory Second Edition Solution Manual (by Douglas B. West)

http://slidepdf.com/reader/full/introduction-to-graph-theory-second-edition-solution-manual-by-douglas-b 260/260


Recommended