Exam 10: Graphs

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Which of the graphs in problem 4 are planar?

Free
(Essay)
4.9/5
(40)
Correct Answer:
Verified

K5K _ { 5 } is nonplanar. K2,3K _ { 2,3 } is planar, as can easily be seen by drawing it with no crossings, or since it has no subgraph homeomorphic to K3.3K _ { 3.3 } or K5.W5K _ { 5 } . W _ { 5 } is planar as is seen from the usual way of drawing it.

Use Dijkstra's algorithm to find the length of the shortest path between the vertices a and z in the following

Free
(Essay)
4.8/5
(36)
Correct Answer:
Verified

First iteration: distinguished vertices: aa ; labels: a:0,b:3,c:7,d:,e:,z:a : 0 , b : 3 , c : 7 , d : \infty , e : \infty , z : \infty . Second iteration: distinguished vertices: a,b;a , b ; labels: a:0,b:3,c:5,d:9,e:,z:a : 0 , b : 3 , c : 5 , d : 9 , e : \infty , z : \infty . Third iteration: distinguished vertices: a,b,c;a , b , c ; labels: a:0,b:3,c:5,d:6,e:11,z:a : 0 , b : 3 , c : 5 , d : 6 , e : 11 , z : \infty . Fourth iteration: distinguished vertices: a,b,c,d;a , b , c , d ; labels: a:0,b:3,c:5,d:6,e:8,z:14a : 0 , b : 3 , c : 5 , d : 6 , e : 8 , z : 14 . Fifth iteration: distinguished vertices: a,b,c,d,e;a , b , c , d , e ; labels: a:0,b:3,c:5,d:6,e:8,z:13a : 0 , b : 3 , c : 5 , d : 6 , e : 8 , z : 13 . Since at the next iteration zz is a distinguished vertex, we conclude that the shortest path has length 13 .

Is the following graph bipartite? Justify your answer. Is the following graph bipartite? Justify your answer.

Free
(Essay)
4.8/5
(29)
Correct Answer:
Verified

The graph is bipartite. The vertex set can be partitioned into {a, c, e} and {b, d, f}. There are no edges connecting a vertex in one set and a vertex in the other set.

Is there a Hamilton circuit in the graph shown in problem 4? If so, find such a circuit. If not, prove why no such circuit exists.

(Essay)
5.0/5
(37)

Does a simple graph that has five vertices each of degree 3 exist? If so, draw such a graph. If not, explain why no such graph exists.

(Essay)
4.8/5
(37)

What is the chromatic number of each of the graphs in problem 1? Explain your answers.

(Essay)
4.9/5
(27)

How many nonisomorphic simple graphs are there with three vertices? Draw examples of each of these.

(Essay)
4.8/5
(28)

Consider the graphs K5,K2,3, and W5K _ { 5 } , K _ { 2,3 } , \text { and } W _ { 5 } Which of these graphs have an Euler circuit? Which have an Euler path?

(Essay)
4.9/5
(31)

Decide whether the graphs G and H are isomorphic. Prove that your answer is correct. Decide whether the graphs G and H are isomorphic. Prove that your answer is correct.

(Essay)
4.7/5
(32)

Is there an Euler circuit in the following graph? If so, find such a circuit. If not, explain why no such circuit exists. Is there an Euler circuit in the following graph? If so, find such a circuit. If not, explain why no such circuit exists.

(Essay)
4.9/5
(39)

How many vertices and how many edges do each of the following graphs have? (a) K5K _ { 5 } (b) C4C _ { 4 } (c) W5W _ { 5 } (d) K2,5K _ { 2,5 }

(Essay)
4.8/5
(36)

For each of the following sequences determine whether there is a simple graph whose vertices have these degrees. Draw such a graph if it exists. (a) 0, 1, 1, 2 (b) 2, 2, 2, 2 (c) 1, 2, 3, 4, 5

(Essay)
4.7/5
(31)

Is the following graph planar? If so draw it without any edges crossing. If it is not, prove that it is not planar. Is the following graph planar? If so draw it without any edges crossing. If it is not, prove that it is not planar.

(Essay)
4.9/5
(36)

What is the chromatic number of each of the graphs in problem 4?

(Essay)
4.9/5
(39)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)