Chapter 10: Q1E (page 732)
Construct the dual graph for the map shown. Then find the number of colors needed to color the map so that no two adjacent regions have the same color.
Short Answer
The number of colors need to color the map is four
Chapter 10: Q1E (page 732)
Construct the dual graph for the map shown. Then find the number of colors needed to color the map so that no two adjacent regions have the same color.
The number of colors need to color the map is four
All the tools & learning materials you need for study success - in one app.
Get started for freeSuppose that to generate a random simple graph with n vertices we first choose a real number p with\({\bf{0}} \le {\bf{p}} \le {\bf{1}}\). For each of the\({\bf{C}}\left( {{\bf{n,2}}} \right)\)pairs of distinct vertices we generate a random number x between 0 and 1.
If\({\bf{0}} \le {\bf{x}} \le {\bf{p}}\), we connect these two vertices with an edge; otherwise these vertices are not connected.```
a) What is the probability that a graph with m edges where\({\bf{0}} \le {\bf{m}} \le {\bf{C}}\left( {{\bf{n,2}}} \right)\)is generated?
b) What is the expected number of edges in a randomly generated graph with n vertices if each edge is included with probability p?
c) Show that if\({\bf{p = }}\frac{{\bf{1}}}{{\bf{2}}}\)then every simple graph with n vertices is equally likely to be generated.
A property retained whenever additional edges are added to a simple graph (without adding vertices) is called monotone increasing, and a property that is retained whenever edges are removed from a simple graph (without removing vertices) is called monotone decreasing.
Show that if G is a graph with n vertices, then no more than n/2 edges can be colored the same in an edge coloring of G.
Find the chromatic number of the given graph.
Use pseudocode to describe this coloring algorithm.
Which graphs have a chromatic number of 1?
What do you think about this solution?
We value your feedback to improve our textbook solutions.