Chapter 6: Problem 320
Draw (1) all trees with 4 vertices. (2) all trees with 8 vertices.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! 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 6: Problem 320
Draw (1) all trees with 4 vertices. (2) all trees with 8 vertices.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
A building activity has been analyzed as follows, \(v_{j}\) stands for a job. (i) \(\mathrm{v}_{1}\) and \(\mathrm{v}_{2}\) can start simultaneously, each one taking 10 days to finish. (ii) \(\mathrm{v}_{3}\) can start after 5 days and \(\mathrm{v}_{4}\) after 4 days of starting \(\mathrm{v}_{1}\). (iii) \(\mathrm{v}_{4}\) can start after 3 days of work on \(\mathrm{v}_{3}\) and 6 days of work on \(\mathrm{v}_{2}\) (iv) \(\mathrm{v}_{5}\) can start after \(\mathrm{v}_{1}\) is finished and \(\mathrm{v}_{2}\) is half done. (v) \(\mathrm{v}_{3}, \mathrm{v}_{4}\), and \(\mathrm{v}_{5}\) take respectively 6,8 and 12 days to finish. Find the critical path and the minimum time for completion.
(1) Find the degree of each vertex of the following graphs: (a) \(\mathrm{G}(\mathrm{V}, \mathrm{E}), \quad \mathrm{V}=\\{\mathrm{a}, \mathrm{b}, \mathrm{c}, \mathrm{d}, \mathrm{e}, \mathrm{f}, \mathrm{g}\\}\) $$ \begin{aligned} E=&[\\{a, b\\},\\{b, c\\},\\{a, d\\},\\{b, d\\},\\{c, d\\},\\{d, e\\},\\\ &\\{e, f\\},\\{d, f\\},\\{c, f\\},\\{d, g\\},\\{c, g\\}] \\ \text { (b) } G(V, E), \quad V=&\\{1,2,3,4,5,6,7,8,9,10\\} \\ E=&[\\{1,2\\},\\{2,3\\},\\{3,4\\},\\{1,10\\},\\{2,5\\},\\{2,6\\},\\\ &\\{2,10\\},\\{3,9\\},\\{3,8\\},\\{4,7\\},\\{9,10\\},\\{5,9\\}, \end{aligned} $$ \(\\{6,10\\},\\{7,10\\},\\{8,10\\}]\) (2) Find the diameter of the following graphs: (3) Identify all edges, nodes, and loops of the following graph G.
Draw the multi graphs whose adjacency matrices are given below: (1) \(\begin{array}{rrrrrr} & 1 & 1 & 1 & 1 & 2 \\ & 11 & 3 & 1 & 3 & 1 \\\ \mathrm{G}_{1}= & \mid 1 & 1 & 0 & 1 & 1 \mid \\ & 1 & 3 & 1 & 0 & 1 \\ & 2 & 1 & 1 & 1 & 0\end{array}\) (2) \(\quad \begin{array}{rrrrr} & 0 & 2 & 2 & 3 \\ \mathrm{G}_{2}= & 2 & 0 & 3 & 2 \\ & 2 & 3 & 0 & 0 \\ & 2 & 2 & 0 & 0\end{array}\)
Determine the digraph that is described by the following matrix. $$ \mathrm{A}=\begin{array}{rrrr} 2 & 1 & 0 & 2 \\ 11 & 0 & 3 & 0 \\ 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 0 \end{array} $$
Represent the algebraic expression $$ ((a-b) * c)+7) *((d+4) / x) $$ by a tree, and determine the height of this tree.
What do you think about this solution?
We value your feedback to improve our textbook solutions.