Chapter 11: Problem 2
Show that when any edge is removed from \(K_{5}\), the resulting subgraph is planar. Is this true for the graph \(K_{3,3}\) ?
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 2
Show that when any edge is removed from \(K_{5}\), the resulting subgraph is planar. Is this true for the graph \(K_{3,3}\) ?
All the tools & learning materials you need for study success - in one app.
Get started for free
a) Find all the nonisomorphic complete bipartite graphs \(G=(V, E)\), where \(|V|=6\) b) How many nonisomorphic complete bipartite graphs \(G=(V, E)\) satisfy \(|V|=n \geq 2 ?\)
Explain why each of the following polynomials in \(\lambda\) cannot be a chromatic polynomial. a) \(\lambda^{4}-5 \lambda^{3}+7 \lambda^{2}-6 \lambda+3\) b) \(3 \lambda^{3}-4 \lambda^{2}+\lambda\) c) \(\lambda^{4}-3 \lambda^{3}+5 \lambda^{2}-4 \lambda\)
Give an example of a connected graph \(G\) where removing any edge of \(G\) results in a disconnected graph.
Let \(n=2^{k}\) for \(k \in \mathbf{Z}^{+}\). We use the \(n k\)-bit sequences (of 0 's and 1 's) to represent \(1,2,3, \ldots, n\), so that for two consecutive integers \(i, i+1\), the corresponding \(k\)-bit sequences differ in exactly one component. This representation is called a Gray code (comparable to what we saw in Example 3.9). a) For \(k=3\), use a graph model with \(V=\\{000,001\), \(010, \ldots, 111\\}\) to find such a code for \(1,2,3, \ldots, 8\). How is this related to the concept of a Hamilton path? b) Answer part (a) for \(k=4\).
A pet-shop owner receives a shipment of tropical fish. Among the different species in the shipment are certain pairs where one species feeds on the other. These pairs must consequently be kept in different aquaria. Model this problem as a graph-coloring problem, and tell how to determine the smallest number of aquaria needed to preserve all the fish in the shipment.
What do you think about this solution?
We value your feedback to improve our textbook solutions.